summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Add endpoint for not implemented Docker auth (#28457) (#28462)Giteabot2023-12-132-1/+15
* Do some missing checks (#28423) (#28432)Lunny Xiao2023-12-122-3/+39
* 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-112-5/+4
* Fix missing check (#28406) (#28411)Giteabot2023-12-112-4/+24
* enable system users search via the API (#28013) (#28018)Giteabot2023-12-081-12/+26
* Fix object does not exist error when checking citation file (#28314) (#28369)Giteabot2023-12-061-13/+6
* Fix the runs will not be displayed bug when the main branch have no workflows...Giteabot2023-12-061-0/+1
* Add `HEAD` support for rpm repo files (#28309) (#28360)Giteabot2023-12-052-1/+28
* Read `previous` info from git blame (#28306) (#28310)Giteabot2023-12-011-30/+8
* Fix issue will be detected as pull request when checking `First-time contribu...Giteabot2023-11-291-1/+1
* Fix comment permissions (#28213) (#28216)Lunny Xiao2023-11-2522-49/+223
* Make CORS work for oauth2 handlers (#28184) (#28185)Giteabot2023-11-232-0/+6
* Revert "Fix EOL handling in web editor" (#28101) (#28172)Giteabot2023-11-221-1/+1
* 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
* Fix viewing wiki commit on empty repo (#28040) (#28044)Giteabot2023-11-141-1/+0
* Dont leak private users via extensions (#28023) (#28029)Giteabot2023-11-141-0/+5
* Fix citation error when the file size is larger than 1024 bytes (#27958) (#27...Giteabot2023-11-081-5/+2
* Unify two factor check (#27915) (#27929)Giteabot2023-11-061-36/+0
* Fix http protocol auth (#27875) (#27876)Giteabot2023-11-024-14/+47
* Delete repos of org when purge delete user (#27273) (#27728)65432023-11-016-9/+10
* Clean up template locale usage (#27856) (#27857)wxiaoguang2023-10-312-8/+8
* Fix/upload artifact error windows (#27802) (#27840)Giteabot2023-10-301-1/+2
* Fix bad method call when deleting user secrets via API (#27829) (#27831)Giteabot2023-10-291-1/+1
* Do not force creation of _cargo-index repo on publish (#27266) (#27765)Giteabot2023-10-241-2/+2
* Fix `link-action` redirect network error (#27734) (#27749)Giteabot2023-10-232-6/+8
* Fix org team endpoint (#27721) (#27727)Giteabot2023-10-221-4/+4
* Fix 404 when deleting Docker package with an internal version (#27615) (#27630)Giteabot2023-10-151-1/+1
* Don't show Link to TOTP if not set up (#27585) (#27588)Giteabot2023-10-111-0/+8
* Replace ajax with fetch, improve image diff (#27267) (#27583)Giteabot2023-10-111-10/+17
* api: GetPullRequestCommits: return file list (#27483) (#27539)Giteabot2023-10-092-2/+34
* Fix panic in storageHandler (#27446) (#27479)v1.21.0-rc1Giteabot2023-10-061-51/+50
* Don't let API add 2 exclusive labels from same scope (#27433) (#27460)Giteabot2023-10-061-1/+1
* Refactor system setting (#27000) (#27452)Giteabot2023-10-055-81/+31
* When comparing with an non-exist repository, return 404 but 500 (#27437) (#27...Giteabot2023-10-041-1/+3
* Hide archived labels when filtering by labels on the issue list (#27115) (#27...Giteabot2023-10-011-0/+5
* Allow get release download files and lfs files with oauth2 token format (#264...Giteabot2023-10-011-5/+3
* Introduce fixes and more rigorous tests for 'Show on a map' feature (#26803) ...Giteabot2023-09-302-1/+1
* Fix repo count in org action settings (#27245) (#27353)Giteabot2023-09-293-0/+18
* More `db.DefaultContext` refactor (#27265) (#27347)Giteabot2023-09-2918-128/+128
* Improve tree not found page (#26570) (#27346)Giteabot2023-09-294-7/+29
* Improve issue history dialog and make poster can delete their own history (#2...Giteabot2023-09-281-5/+9
* Redefine the meaning of column is_active to make Actions Registration Token g...Giteabot2023-09-283-8/+8
* Another round of `db.DefaultContext` refactor (#27103) (#27262)Giteabot2023-09-2552-77/+104
* Fix EOL handling in web editor (#27141) (#27234)Giteabot2023-09-241-1/+1
* Fix organization field being null in POST /orgs/{orgid}/teams (#27150) (#27163)Giteabot2023-09-211-1/+1
* Fix: treat tab "overview" as "repositories" in user profiles without readme (...hazy2023-09-201-1/+2
* fix pagination for followers and following (#27127)Earl Warren2023-09-191-2/+2
* Fix token endpoints ignore specified account (#27080)CaiCandong2023-09-182-4/+20