summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Fix possible panic when repository is empty (#20509)Lunny Xiao2022-07-281-4/+8
* Show hint to link package to repo when viewing empty repo package list (#20504)Norwin2022-07-271-0/+4
* Hide internal package versions (#20492)KN4CK3R2022-07-279-28/+51
* fix enabling repo packages when projects are off (#20486)Norwin2022-07-261-1/+1
* Slightly simplify LastCommitCache (#20444)zeripath2022-07-255-23/+27
* Add repository condition for issue count (#20454)Tyrone Yeh2022-07-241-0/+1
* Prepend commit message to template content (#20429)Gusted2022-07-241-0/+13
* Add Cache-Control header to html and api responses, add no-transform (#20432)silverwind2022-07-232-0/+3
* Add "X-Gitea-Object-Type" header for GET `/raw/` & `/media/` API (#20438)65432022-07-211-4/+10
* Dismiss prior pull reviews if done via web in review dismiss (#20197)65432022-07-192-5/+5
* Fix public org members displayed too many informations (#20403)Lunny Xiao2022-07-191-0/+1
* Set target on create release with existing tag (#20381)Gusted2022-07-151-0/+1
* Initialize cron last (#20373)zeripath2022-07-151-1/+3
* Allow access to the Public Organization Member lists with minimal permissions...a10121127962022-07-152-6/+6
* Fix commit status icon when in subdirectory (#20285)silverwind2022-07-151-7/+7
* Add option to purge users (#18064)zeripath2022-07-143-18/+8
* Add missing return for when topic isn't found (#20351)Gusted2022-07-131-0/+1
* Fix various typos (#20338)luzpaz2022-07-127-11/+11
* Add write check for creating Commit status (#20332)Gusted2022-07-121-1/+1
* Add spectral linter for Swagger (#20321)silverwind2022-07-112-4/+1
* Refactor SSH init code, fix directory creation for TrustedUserCAKeys file (#2...wxiaoguang2022-07-101-10/+2
* Implement sync push mirror on commit (#19411)Chongyi Zheng2022-07-082-8/+10
* Only show Followers that current user can access (#20220)zeripath2022-07-052-8/+8
* Check if project has the same repository id with issue when assign project to...Lunny Xiao2022-06-305-6/+30
* Refactor `i18n` to `locale` (#20153)Gusted2022-06-273-3/+3
* Hide notify mail setting ui if not enabled (#20138)Lunny Xiao2022-06-281-0/+1
* Add missing parameter for error in log message (#20144)Gusted2022-06-271-1/+1
* Remove U2F support (#20141)Gusted2022-06-263-15/+3
* Make better use of i18n (#20096)Gusted2022-06-268-21/+19
* Use neutral language in comments and docs (#20135)Gusted2022-06-251-1/+1
* Add sitemap support (#18407)Daniil Gentili2022-06-254-2/+105
* Allow manager logging to set SQL (#20064)zeripath2022-06-242-0/+8
* Fix wrong login requirement routers (#20101)Lunny Xiao2022-06-231-1/+1
* Respect setting.UI.FeedPagingNum (#20094)Jimmy Praet2022-06-232-0/+2
* Release page show all tags in compare dropdown (#20070)65432022-06-211-1/+8
* Catch the error before the response is processed by goth. (#20000)SteveTheEngineer2022-06-201-12/+20
* Add more linters to improve code readability (#19989)Wim2022-06-2020-26/+24
* fix delete pull head ref for DeleteIssue (#20032)a10121127962022-06-191-0/+5
* User keypairs and HTTP signatures for ActivityPub federation using go-ap (#19...Anthony Wang2022-06-195-0/+238
* Stop spurious APIFormat stopwatches logs (#20008)zeripath2022-06-171-1/+3
* move agit dependcy (#19998)Lunny Xiao2022-06-171-2/+13
* Fix Readme render bug (#19992)Lunny Xiao2022-06-171-1/+1
* Use DisplayName() instead of FullName in Oauth provider (#19991)oGi4i2022-06-162-1/+20
* fix permission check for delete tag (#19985)a10121127962022-06-165-1/+38
* Allow render HTML with css/js external links (#19017)Lunny Xiao2022-06-164-18/+108
* In code search, get code unit accessible repos in one (main) query (#19764)Hugo Hoitink2022-06-161-87/+57
* Remove tab/TabName usage where it's not needed (#19973)Lauris BH2022-06-151-0/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-1335-629/+632
* fix: some typos (#19956)yutotnh2022-06-131-1/+1
* Move some code into models/git (#19879)Lunny Xiao2022-06-1216-104/+115