aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web
Commit message (Expand)AuthorAgeFilesLines
...
* Hide archived labels when filtering by labels on the issue list (#27115)puni98692023-10-011-0/+5
* Allow get release download files and lfs files with oauth2 token format (#26430)Lunny Xiao2023-10-011-5/+3
* Fix repo count in org action settings (#27245)yp053272023-09-293-0/+18
* Introduce fixes and more rigorous tests for 'Show on a map' feature (#26803)Panagiotis "Ivory" Vasilopoulos2023-09-292-1/+1
* rename TotalTimes() to TotalTimesForEachUser() (#27261)65432023-09-291-2/+2
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-299-110/+110
* Improve tree not found page (#26570)yp053272023-09-294-7/+29
* Add support for forking single branch (#25821)Dmitry Sharshakov2023-09-291-3/+19
* Improvements of releases list and tags list (#25859)Zettat1232023-09-282-50/+63
* Improve issue history dialog and make poster can delete their own history (#2...wxiaoguang2023-09-281-5/+9
* make writing main test easier (#27270)Lunny Xiao2023-09-287-28/+7
* Redefine the meaning of column is_active to make Actions Registration Token g...Lunny Xiao2023-09-271-3/+3
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-2515-34/+34
* Fix EOL handling in web editor (#27141)silverwind2023-09-241-1/+1
* Updates to the API for archived repos (#27149)JakobDev2023-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
* Make SSPI auth mockable (#27036)wxiaoguang2023-09-173-30/+5
* Search branches (#27055)Lunny Xiao2023-09-171-1/+4
* Support `.git-blame-ignore-revs` file (#26395)KN4CK3R2023-09-161-22/+69
* Add `RemoteAddress` to mirrors (#26952)KN4CK3R2023-09-162-15/+20
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-1627-73/+73
* Fix NPE when editing OAuth2 applications (#27078)JakobDev2023-09-161-3/+3
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-1523-56/+57
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-1425-63/+63
* Fix issue templates when blank isses are disabled (#27061)JakobDev2023-09-142-11/+14
* Display all user types and org types on admin management UI (#27050)Lunny Xiao2023-09-142-2/+4
* Show the repo count in code tab on both user profile and org page. (#27048)puni98692023-09-131-0/+5
* Show OpenID Connect and OAuth on signup page (#20242)Dmitry Sharshakov2023-09-131-0/+18
* Update status and code index after changing the default branch (#27018)Nanguan Lin2023-09-132-50/+64
* resolve issue with sort icons on admin/users and admin/runners (#24360)jladbrook2023-09-121-0/+1
* Extract auth middleware from service (#27028)KN4CK3R2023-09-121-9/+114
* Fix context cache bug & enable context cache for dashabord commits' authors (...Lunny Xiao2023-09-112-4/+11
* Move some functions to service layer (#26969)Lunny Xiao2023-09-081-2/+1
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-083-7/+9
* Improve hint when uploading a too large avatar (#26935)Lunny Xiao2023-09-072-2/+2
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-074-6/+10
* Fix the missing repo count (#26942)Nanguan Lin2023-09-071-0/+12
* Move createrepository from module to service layer (#26927)Lunny Xiao2023-09-063-5/+3
* allow "latest" to be used in release vTag when downloading file (#26748)merlleu2023-09-061-4/+17
* Show always repo count in header (#26842)JakobDev2023-09-067-0/+90
* Artifacts retention and auto clean up (#26131)FuXiaoHei2023-09-061-4/+10
* Fix the display of org level badges (#26504)yp053272023-09-067-7/+0
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-052-6/+6
* fetch emails of currently displayed user on admin page (#26918)techknowlogick2023-09-051-1/+1
* Refactor secrets modification logic (#26873)KN4CK3R2023-09-052-23/+10
* Add more descriptive error on forgot password page (#26848)Jack Hay2023-09-011-3/+4
* Move web/api context related testing function into a separate package (#26859)wxiaoguang2023-09-0110-122/+123
* Update team invitation email link (#26550)Jack Hay2023-08-311-0/+11
* Redirect from `{repo}/issues/new` to `{repo}/issues/new/choose` when blank is...JakobDev2023-08-311-1/+9