aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web
Commit message (Expand)AuthorAgeFilesLines
* Implement sync push mirror on commit (#19411)Chongyi Zheng2022-07-081-6/+8
* Only show Followers that current user can access (#20220)zeripath2022-07-051-4/+4
* Check if project has the same repository id with issue when assign project to...Lunny Xiao2022-06-304-5/+29
* Refactor `i18n` to `locale` (#20153)Gusted2022-06-271-1/+1
* Hide notify mail setting ui if not enabled (#20138)Lunny Xiao2022-06-281-0/+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
* 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-2010-14/+12
* 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-191-0/+7
* Stop spurious APIFormat stopwatches logs (#20008)zeripath2022-06-171-1/+3
* 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-162-1/+11
* 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-1318-376/+378
* Move some code into models/git (#19879)Lunny Xiao2022-06-1212-80/+88
* Unify repo settings & show better error (#19828)Gusted2022-06-123-10/+14
* fixed comment typo (#19944)xkcdstickfigure2022-06-111-1/+1
* Auto merge pull requests when all checks succeeded via WebUI (#19648)65432022-06-112-0/+39
* Fix some mirror bugs (#18649)Lunny Xiao2022-06-111-6/+8
* Custom regexp external issues (#17624)Sandro Santilli2022-06-101-3/+4
* Refactor git module, make Gitea use internal git config (#19732)wxiaoguang2022-06-102-7/+3
* Feature: Find files in repo (#15028)Roger Luo2022-06-093-0/+85
* Add support for rendering terminal output with colors (#19497)Lauris BH2022-06-091-0/+11
* Automatically render wiki TOC (#19873)zeripath2022-06-081-0/+2
* Ensure minimum mirror interval is reported on settings page (#19895)zeripath2022-06-071-9/+22
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-0616-45/+44
* Fixing wrong paging when filtering on the issue dashboard (#19801)Mai-Lapyst2022-06-041-0/+6
* Move `/info` outside authorization (#19888)Gusted2022-06-042-1/+20
* Exclude Archived repos from Dashboard Milestones (#19882)zeripath2022-06-041-2/+3
* Disable unnecessary mirroring elements (#18527)Paweł Bogusławski2022-06-041-0/+1
* Adding button to link accounts from user settings (#19792)Mai-Lapyst2022-05-293-5/+24
* Prevent loop if there is an error in GetNotificationCount (#19799)zeripath2022-05-251-1/+5
* Prevent NPE when cache service is disabled (#19703)zeripath2022-05-213-15/+25
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-2039-149/+152
* Move org functions (#19753)Lunny Xiao2022-05-201-1/+1
* Update base.go (#19739)Guo Y.K2022-05-191-1/+1
* Fix issue overview for teams (#19652)Gusted2022-05-161-16/+4
* Update go-chi/cache to utilize Ping() (#19719)65432022-05-151-1/+1
* [Refactor] convert team(s) to apiTeam(s) (#13745)65432022-05-131-12/+8
* Fix oauth setting list bug (#19682)Lunny Xiao2022-05-111-1/+1