aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Revert "Prevent a user with a different email from accepting the team invite"...Lunny Xiao2023-05-051-8/+0
* Check length of `LogIndexes` in case it is outdated (#24516)Jason Song2023-05-041-2/+12
* Fix some mistakes when using `ignSignIn` (#24415)wxiaoguang2023-05-041-7/+7
* Improve template system and panic recovery (#24461)wxiaoguang2023-05-048-200/+108
* Merge setting.InitXXX into one function with options (#24389)Lunny Xiao2023-05-043-19/+23
* Prevent a user with a different email from accepting the team invite (#24491)Jack Hay2023-05-031-0/+8
* Implement Cargo HTTP index (#24452)KN4CK3R2023-05-032-0/+36
* Fix api error message if fork exists (#24487)Otto Richter (fnetX)2023-05-021-1/+1
* Add Debian package registry (#24426)KN4CK3R2023-05-0221-39/+390
* Add rerun workflow button and refactor to use SVG octicons (#24350)yp053272023-05-012-8/+36
* Move `Rename branch` from repo settings page to the page of branches list (#2...sillyguodong2023-04-301-4/+4
* Improve milestone filter on issues page (#22423)Lunny Xiao2023-04-301-7/+24
* Use globally shared HTMLRender (#24436)wxiaoguang2023-04-306-6/+7
* Add follow organization and fix the logic of following page (#24345)yp053272023-04-292-20/+28
* Add ability to specify '--not' from GetAllCommits (#24409)Matthew Walowski2023-04-293-3/+8
* Improve protected branch setting page (#24379)Hester Gong2023-04-291-9/+0
* getting the tag list does not require being signed in (#24413)Earl Warren2023-04-291-1/+1
* Revert "Add Debian package registry" (#24412)Yarden Shoham2023-04-2821-390/+39
* Add Debian package registry (#22854)KN4CK3R2023-04-2821-39/+390
* Fix unclear `IsRepositoryExist` logic (#24374)wxiaoguang2023-04-283-4/+4
* Move secrets and runners settings to actions settings (#24200)Hester Gong2023-04-2723-467/+364
* Gitea Actions add `base_ref`, `head_ref`, `api_url`, `ref_type` fields (#24356)ChristopherHX2023-04-281-5/+20
* Refactor "route" related code, fix Safari cookie bug (#24330)wxiaoguang2023-04-279-209/+189
* Add API for gitignore templates (#22783)JakobDev2023-04-273-0/+72
* Require repo scope for PATs for private repos and basic authentication (#24362)John Olheiser2023-04-263-3/+40
* Alert error message if open dependencies are included in the issues that try ...sillyguodong2023-04-261-1/+1
* Fix 404 error when leaving the last private org team (#24322)yp053272023-04-261-1/+9
* Add API for License templates (#23009)JakobDev2023-04-263-0/+92
* Improve RSS (#24335)wxiaoguang2023-04-255-18/+8
* Fix incorrect CORS response in Http Git handler (#24303)wxiaoguang2023-04-252-30/+18
* Add tags list for repos whose release setting is disabled (#23465)Zettat1232023-04-252-16/+20
* Add RSS Feeds for branches and files (#22719)jladbrook2023-04-256-1/+145
* Respect the REGISTER_MANUAL_CONFIRM setting when registering via OIDC (#24035)Gary Moon2023-04-251-1/+1
* default show closed actions list if all actions was closed (#24234)a10121127962023-04-241-1/+7
* Fix typo in API route (#24310)silverwind2023-04-241-1/+1
* Move code from module to service (#24287)KN4CK3R2023-04-232-7/+7
* Only delete secrets belonging to its owner (#24284)KN4CK3R2023-04-234-2/+8
* show workflow config error on file view also (#24267)a10121127962023-04-221-0/+12
* Add missing badges in user profile for /projects and /packages (#24232)Jakob2023-04-222-0/+2
* Refactor `setting.Other` and remove unused `SHOW_FOOTER_BRANDING` (#24270)wxiaoguang2023-04-222-6/+6
* Support upload `outputs` and use `needs` context on Actions (#24230)Jason Song2023-04-222-1/+81
* Update go tool dependencies, restructure lint targets (#24239)silverwind2023-04-221-1/+1
* Show commit history for closed/merged PRs (#24238)wxiaoguang2023-04-211-2/+4
* Fix access token issue on some public endpoints (#24194)harryzcy2023-04-211-6/+6
* Refactor web route (#24080)wxiaoguang2023-04-205-15/+15
* Fix unclear "Owner" concept (#24233)wxiaoguang2023-04-203-3/+2
* Fix issue attachment handling (#24202)wxiaoguang2023-04-202-14/+18
* Make wiki title supports dashes and improve wiki name related features (#24143)wxiaoguang2023-04-193-81/+94
* Don't list root repository on compare page if pulls not allowed (#24183)Lunny Xiao2023-04-191-1/+1
* Add unset default project column (#23531)yp053272023-04-193-0/+36