aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-0510-27/+27
* fetch emails of currently displayed user on admin page (#26918)techknowlogick2023-09-051-1/+1
* Remove `Named` interface (#26913)KN4CK3R2023-09-054-0/+8
* Refactor secrets modification logic (#26873)KN4CK3R2023-09-055-113/+96
* Add missing `reqToken()` to notifications endpoints (#26914)JakobDev2023-09-051-3/+3
* feat(API): add routes and functions for managing user's secrets (#26909)Bo-Yi Wu2023-09-052-0/+112
* Move feed notification service layer (#26908)Lunny Xiao2023-09-051-2/+2
* Move ui notification to service layer (#26907)Lunny Xiao2023-09-051-0/+2
* Move indexer notification to service layer (#26906)Lunny Xiao2023-09-051-6/+2
* Add more descriptive error on forgot password page (#26848)Jack Hay2023-09-011-3/+4
* Allow users with write permissions for issues to add attachments with API (#2...Zettat1232023-09-011-1/+1
* feat(API): add secret deletion functionality for repository (#26808)Bo-Yi Wu2023-09-013-4/+63
* Move web/api context related testing function into a separate package (#26859)wxiaoguang2023-09-0113-139/+140
* Update team invitation email link (#26550)Jack Hay2023-08-311-0/+11
* Redirect from `{repo}/issues/new` to `{repo}/issues/new/choose` when blank is...JakobDev2023-08-311-1/+9
* User details page (#26713)Denys Konovalov2023-08-312-1/+60
* Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804)KN4CK3R2023-08-302-10/+5
* Fix verifyCommits error when push a new branch (#26664)CaiCandong2023-08-3040-16/+236
* Include the GITHUB_TOKEN/GITEA_TOKEN secret for fork pull requests (#26759)js6pak2023-08-291-8/+5
* feat(API): add route and implementation for creating/updating repository secr...Bo-Yi Wu2023-08-293-17/+87
* Fix some slice append usages (#26778)Chongyi Zheng2023-08-291-9/+7
* Fix context filter has no effect in dashboard (#26695)yp053272023-08-291-2/+2
* Fix being unable to use a repo that prohibits accepting PRs as a PR source. (...CaiCandong2023-08-291-1/+1
* Add auth-required to config.json for Cargo http registry (#26729)merlleu2023-08-281-1/+3
* refactor(API): refactor secret creation and update functionality (#26751)Bo-Yi Wu2023-08-283-58/+24
* Use docs.gitea.com instead of docs.gitea.io (#26739)Lunny Xiao2023-08-272-2/+2
* Move `modules/mirror` to `services` (#26737)Chongyi Zheng2023-08-272-6/+4
* Make web context initialize correctly for different cases (#26726)wxiaoguang2023-08-257-24/+14
* PATCH branch-protection updates check list even when checks are disabled (#26...Infinoid2023-08-241-1/+2
* Add `member`, `collaborator`, `contributor`, and `first-time contributor` rol...yp053272023-08-241-23/+46
* feat(API): update and delete secret for managing organization secrets (#26660)Bo-Yi Wu2023-08-243-0/+97
* Remove ref name in PR commits page (#25876)yp053272023-08-241-4/+1
* Make "link-action" backend code respond correct JSON content (#26680)wxiaoguang2023-08-234-4/+4
* Fix counting and filtering on the dashboard page for issues (#26657)Jason Song2023-08-231-88/+107
* feat: implement organization secret creation API (#26566)Bo-Yi Wu2023-08-224-4/+58
* Check disabled workflow when rerun jobs (#26535)yp053272023-08-222-14/+18
* Add link to job details and tooltip to commit status in repo list in dashboar...yp053272023-08-211-1/+4
* fix reopen logic for agit flow pull request (#26399)a10121127962023-08-191-41/+43
* Return empty when searching issues with no repos (#26545)Jason Song2023-08-173-5/+23
* Fix label filter between `all` and `no` (#26557)CaiCandong2023-08-171-1/+2
* Fix "issueReposQueryPattern does not match query" (#26556)Jason Song2023-08-171-1/+1
* Sync repo's IsEmpty status correctly (#26517)wxiaoguang2023-08-171-2/+6
* Fix typo of RunerOwnerID (#26508)yp053272023-08-151-1/+1
* Fix display problems of members and teams unit (#26363)yp053272023-08-151-18/+3
* Add API route to list org secrets (#26485)Bo-Yi Wu2023-08-153-0/+88
* add disable workflow feature (#26413)a10121127962023-08-143-0/+52
* Handle base64 decoding correctly to avoid panic (#26483)wxiaoguang2023-08-141-1/+1
* Allow to archive labels (#26478)puni98692023-08-145-10/+17
* Fix NuGet search endpoints (#25613)KN4CK3R2023-08-142-7/+15
* Fix tooltip of commit select button (#26472)silverwind2023-08-141-1/+0