aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Expand)AuthorAgeFilesLines
* Fix merging artifact chunks error when minio storage basepath is set (#28555)FuXiaoHei2023-12-211-4/+9
* Always enable caches (#28527)Lunny Xiao2023-12-191-9/+7
* Improve ObjectFormat interface (#28496)Lunny Xiao2023-12-191-1/+1
* chore(api): support ignore password if login source type is LDAP for creating...Bo-Yi Wu2023-12-191-11/+21
* Adjust object format interface (#28469)Lunny Xiao2023-12-172-13/+13
* Abstract hash function usage (#28138)Adam Majer2023-12-133-10/+12
* Add endpoint for not implemented Docker auth (#28457)KN4CK3R2023-12-132-1/+15
* Do some missing checks (#28423)Lunny Xiao2023-12-121-1/+19
* Deprecate query string auth tokens (#28390)Jack Hay2023-12-121-0/+11
* Second part of refactor `db.Find` (#28194)Lunny Xiao2023-12-112-6/+16
* Also sync DB branches on push if necessary (#28361)Lunny Xiao2023-12-091-3/+2
* Add `HEAD` support for rpm repo files (#28309)KN4CK3R2023-12-052-1/+28
* Remove deprecated query condition in ListReleases (#28339)Nanguan Lin2023-12-051-8/+0
* Fix comment permissions (#28213)Lunny Xiao2023-11-2513-30/+159
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-2413-73/+70
* Fix swagger title (#28164)yp053272023-11-221-1/+1
* Enable system users search via the API (#28013)Earl Warren2023-11-131-12/+26
* Unify two factor check (#27915)KN4CK3R2023-11-061-36/+0
* Fix/upload artifact error windows (#27802)FuXiaoHei2023-10-301-1/+2
* Fix bad method call when deleting user secrets via API (#27829)Jean-Baptiste Gomond2023-10-291-1/+1
* Do not force creation of _cargo-index repo on publish (#27266)merlleu2023-10-241-2/+2
* Upgrade to golangci-lint@v1.55.0 (#27756)silverwind2023-10-241-2/+1
* Fix org team endpoint (#27721)Nanguan Lin2023-10-221-4/+4
* Delete repos of org when purge delete user (#27273)JakobDev2023-10-191-1/+1
* Remove unnecessary parameter (#27671)Lunny Xiao2023-10-181-1/+1
* Replace more db.DefaultContext (#27628)Lunny Xiao2023-10-153-3/+3
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-149-23/+23
* Fix permissions for Token DELETE endpoint to match GET and POST (#27610)Evan Tobin2023-10-141-1/+1
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-1111-24/+25
* Fix the wrong HTTP response status code for duplicate packages (#27480)Nanguan Lin2023-10-1010-10/+10
* api: GetPullRequestCommits: return file list (#27483)Michael Santos2023-10-092-2/+34
* Don't let API add 2 exclusive labels from same scope (#27433)JakobDev2023-10-051-1/+1
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-0317-39/+39
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-299-18/+18
* make writing main test easier (#27270)Lunny Xiao2023-09-281-2/+0
* Redefine the meaning of column is_active to make Actions Registration Token g...Lunny Xiao2023-09-271-3/+3
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-2536-42/+69
* Updates to the API for archived repos (#27149)JakobDev2023-09-2112-31/+69
* Fix organization field being null in POST /orgs/{orgid}/teams (#27150)Dionysios Kakouris2023-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
* Allow empty Conan files (#27092)KN4CK3R2023-09-151-7/+2
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-1518-30/+31
* 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
* Add a new column schedule_id for action_run to track (#26975)Lunny Xiao2023-09-081-1/+7