aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor CSRF protector (#32057)wxiaoguang2024-09-181-0/+2
* Included tag search capabilities (#32045)Bruno Sofiato2024-09-181-3/+13
* Use a common message template instead of a special one (#31878)Lunny Xiao2024-09-141-1/+1
* Check if the `due_date` is nil when editing issues (#32035)Zettat1232024-09-141-4/+10
* Handle invalid target when creating releases using API (#31841)Kemal Zebari2024-09-121-0/+3
* Add option to filter board cards by labels and assignees (#31999)Lauris BH2024-09-129-25/+171
* Failed authentications are logged to level Warning (#32016)Daniel2024-09-111-4/+4
* Support migration from AWS CodeCommit (#31981)Zettat1232024-09-112-0/+8
* bump to go 1.23 (#31855)techknowlogick2024-09-105-5/+6
* Save initial signup information for users to aid in spam prevention (#31852)techknowlogick2024-09-094-4/+8
* Remove SHA1 for support for ssh rsa signing (#31857)Wim2024-09-071-1/+1
* Distinguish official vs non-official reviews, add tool tips, and upgr… (#31...william-allspice2024-09-061-0/+1
* Return 404 instead of error when commit not exist (#31977)Adam Majer2024-09-061-1/+1
* For consistency make repo search sort options case sensitive (#31951)65432024-09-051-2/+1
* Fix nuget/conan/container packages upload bugs (#31967)Lunny Xiao2024-09-055-10/+66
* Remove urls from translations (#31950)Denys Konovalov2024-09-025-8/+8
* nix wording nit in todo code comment65432024-09-011-1/+1
* Fix 500 error when `state` params is set when editing issue/PR by API (#31880)yp053272024-09-022-10/+38
* Fix sort order for organization home and user profile page (#31921)yp053272024-09-012-50/+10
* Fix search team (#31923)Lunny Xiao2024-08-291-1/+6
* Split org Propfile README to a new tab `overview` (#31373)a10121127962024-08-275-36/+61
* Don't return 500 if mirror url contains special chars (#31859)Lunny Xiao2024-08-211-2/+4
* add CfTurnstileSitekey context data to all captcha templates (#31874)Rowan Bohde2024-08-192-0/+4
* Add tag name in the commits list (#31082)Lunny Xiao2024-08-191-1/+11
* Actions support workflow dispatch event (#28163)胖梁2024-08-184-9/+462
* Avoid returning without written ctx when posting PR (#31843)Jason Song2024-08-161-4/+10
* Fix raw wiki links (#31825)Zettat1232024-08-162-10/+68
* Add missing repository type filter parameters to pager (#31832)yp053272024-08-154-0/+61
* render plain text file if the LFS object doesn't exist (#31812)Rowan Bohde2024-08-151-4/+2
* Support issue template assignees (#31083)Zettat1232024-08-121-0/+11
* Show lock owner instead of repo owner on LFS setting page (#31788)Jason Song2024-08-111-0/+5
* Move repository visibility to danger zone in the settings area (#31126)Fábio Barkoski2024-08-111-9/+34
* Add warning message in merge instructions when `AutodetectManualMerge` was no...a10121127962024-08-101-0/+2
* Show latest run when visit /run/latest (#31808)FuXiaoHei2024-08-101-10/+19
* Add issue comment when moving issues from one column to another of the projec...Lunny Xiao2024-08-093-2/+9
* Fix RPM resource leak (#31794)KN4CK3R2024-08-081-4/+5
* Fix protected branch files detection on pre_receive hook (#31778)Lunny Xiao2024-08-061-2/+2
* Add signature support for the RPM module (#27069)Exploding Dragon2024-08-061-1/+15
* Fix wiki revision pagination (#31760)Lunny Xiao2024-08-031-0/+1
* Clear up old Actions logs (#31735)Jason Song2024-08-021-0/+21
* Fix the display of project type for deleted projects (#31732)yp053272024-07-301-1/+1
* Set owner id to zero when GetRegistrationToken for repo (#31725)Jason Song2024-07-291-1/+1
* fix(api): owner ID should be zero when created repo secret (#31715)Bo-Yi Wu2024-07-291-4/+2
* Fix API endpoint for registration-token (#31722)Jason Song2024-07-291-1/+1
* Add permission check when creating PR (#31033)yp053272024-07-292-0/+12
* Hide the "Details" link of commit status when the user cannot access actions ...Zettat1232024-07-289-5/+67
* OIDC: case-insensitive comparison for auth scheme `Basic` (#31706)Shivaram Lingamneni2024-07-261-2/+2
* add `username` to OIDC introspection response (#31688)Shivaram Lingamneni2024-07-251-2/+6
* Add return type to GetRawFileOrLFS and GetRawFile (#31680)Adam Majer2024-07-251-1/+7
* Support delete user email in admin panel (#31690)yp053272024-07-252-0/+31