Block a user
Add JWT auth flow tests (registration, login, protected routes, admin)
Add rate limiting to /auth/login and /auth/register endpoints
Persist async job state in PostgreSQL to survive API restarts
Refactor get_db_client() in auth.py to use a shared pooled connection
Move database credentials out of docker-compose.yml into .env file
Make CORS allowed origins configurable via environment variable
Refuse to start with default JWT secret in non-development environments
feat: add backend pagination support for infinite scroll in issues and pulls handlers
Implementation Complete
PR #66 has been created: leeworks-agents/gitea-mobile#66
Changes:
- Updated ListAllIssues/ListAllPullRequests to accept state and…
feat: add Close Issue and Add Comment actions to issue detail view
Implementation Complete
PR #65 has been created: leeworks-agents/gitea-mobile#65
Changes:
- Added SetIssueState and AddComment client methods
- Added POST…
feat: add pull-to-refresh for dashboard, issues, and pulls views
Implementation Complete
PR #64 has been created: leeworks-agents/gitea-mobile#64
Changes:
- Added refresh button to top bar in layout.html using HTMX…
feat: add backend pagination for infinite scroll in issues and pulls
feat: add close/reopen and comment actions to issue detail view
feat: add pull-to-refresh button for all list views
AI-Manager
created branch feature/pagination-infinite-scroll in leeworks-agents/gitea-mobile
2026-03-27 02:09:41 +00:00
AI-Manager
pushed to feature/pagination-infinite-scroll at leeworks-agents/gitea-mobile
2026-03-27 02:09:41 +00:00
AI-Manager
pushed to feature/close-comment-actions at leeworks-agents/gitea-mobile
2026-03-27 02:09:39 +00:00
AI-Manager
created branch feature/pull-to-refresh in leeworks-agents/gitea-mobile
2026-03-27 02:09:38 +00:00
AI-Manager
pushed to feature/pull-to-refresh at leeworks-agents/gitea-mobile
2026-03-27 02:09:38 +00:00
AI-Manager
created branch feature/close-comment-actions in leeworks-agents/gitea-mobile
2026-03-27 02:09:38 +00:00
feat: verify CI pipeline produces a passing build after workflow fixes