summaryrefslogtreecommitdiffstats
path: root/routers/api/v1
Commit message (Expand)AuthorAgeFilesLines
* Performance improvements for pull request list page (#29900) (#29972)Lunny Xiao2024-03-222-13/+8
* Add cache for dashbaord commit status (#29932)Lunny Xiao2024-03-201-2/+2
* Fix PR creation via api between branches of same repo with head field namespa...Giteabot2024-03-201-0/+2
* Add missing database transaction for new issue (#29490) (#29607)Lunny Xiao2024-03-051-1/+1
* Fix 500 when pushing release to an empty repo (#29554) (#29564)Giteabot2024-03-031-0/+5
* Fix wrong test usage of `AppSubURL` (#29459) (#29488)Giteabot2024-02-291-9/+9
* Fix missed return (#29450) (#29453)Giteabot2024-02-271-0/+1
* Refactor issue template parsing and fix API endpoint (#29069) (#29140)wxiaoguang2024-02-142-6/+6
* Fix an actions schedule bug (#28942) (#28999)Giteabot2024-01-311-2/+2
* fix: update enable_prune even if mirror_interval is not provided (#28905) (#2...Giteabot2024-01-261-1/+1
* Forbid removing the last admin user (#28337) (#28793)Giteabot2024-01-161-1/+8
* Fix `GetCommitStatuses` (#28787) (#28804)KN4CK3R2024-01-151-1/+3
* Fix schedule tasks bugs (#28691) (#28780)Lunny Xiao2024-01-141-1/+1
* Fix issue dependencies (#27736) (#28776)Giteabot2024-01-121-29/+32
* Require token for GET subscription endpoint (#28765) (#28768)Giteabot2024-01-121-3/+3
* Fix: system webhooks API bug (#28531) (#28666)Giteabot2023-12-311-6/+17
* Refactor CORS handler (#28587) (#28611)wxiaoguang2023-12-251-3/+1
* chore(api): support ignore password if login source type is LDAP for creating...Giteabot2023-12-191-11/+21
* Do some missing checks (#28423) (#28432)Lunny Xiao2023-12-121-1/+19
* Deprecate query string auth tokens (#28390) (#28430)Giteabot2023-12-121-0/+11
* Also sync DB branches on push if necessary (#28361) (#28403)Lunny Xiao2023-12-111-3/+2
* enable system users search via the API (#28013) (#28018)Giteabot2023-12-081-12/+26
* Fix comment permissions (#28213) (#28216)Lunny Xiao2023-11-2515-34/+163
* Fix swagger title (#28164) (#28167)Giteabot2023-11-221-1/+1
* Fix permissions for Token DELETE endpoint to match GET and POST (#27610) (#28...Giteabot2023-11-171-1/+1
* Unify two factor check (#27915) (#27929)Giteabot2023-11-061-36/+0
* Delete repos of org when purge delete user (#27273) (#27728)65432023-11-012-2/+2
* Fix bad method call when deleting user secrets via API (#27829) (#27831)Giteabot2023-10-291-1/+1
* Fix org team endpoint (#27721) (#27727)Giteabot2023-10-221-4/+4
* api: GetPullRequestCommits: return file list (#27483) (#27539)Giteabot2023-10-092-2/+34
* Don't let API add 2 exclusive labels from same scope (#27433) (#27460)Giteabot2023-10-061-1/+1
* More `db.DefaultContext` refactor (#27265) (#27347)Giteabot2023-09-299-18/+18
* Another round of `db.DefaultContext` refactor (#27103) (#27262)Giteabot2023-09-2515-33/+33
* Fix organization field being null in POST /orgs/{orgid}/teams (#27150) (#27163)Giteabot2023-09-211-1/+1
* Fix token endpoints ignore specified account (#27080)CaiCandong2023-09-182-4/+20
* Make SSPI auth mockable (#27036)wxiaoguang2023-09-173-30/+4
* Add `RemoteAddress` to mirrors (#26952)KN4CK3R2023-09-161-5/+12
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-1612-38/+38
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-1513-22/+22
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-1413-25/+25
* Add missing 404 response to Swagger (#27038)JakobDev2023-09-1345-0/+300
* Extract auth middleware from service (#27028)KN4CK3R2023-09-121-2/+103
* Move some functions to service layer (#26969)Lunny Xiao2023-09-081-2/+2
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-083-7/+8
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-071-1/+2
* Add reverseproxy auth for API back with default disabled (#26703)Lunny Xiao2023-09-071-2/+8
* Move createrepository from module to service layer (#26927)Lunny Xiao2023-09-063-5/+4
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-054-13/+13
* Refactor secrets modification logic (#26873)KN4CK3R2023-09-053-90/+86
* Add missing `reqToken()` to notifications endpoints (#26914)JakobDev2023-09-051-3/+3