aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web
Commit message (Expand)AuthorAgeFilesLines
* Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao2021-11-242-12/+12
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-2215-59/+81
* Support pagination of organizations on user settings pages (#16083)Lunny Xiao2021-11-222-4/+29
* Fix navbar on project view (#17749)Gusted2021-11-221-1/+1
* Allow Loading of Diffs that are too large (#17739)zeripath2021-11-223-19/+51
* Reset locale on login (#17734)zeripath2021-11-201-0/+4
* Use `hostmatcher` to replace `matchlist`, improve security (#17605)wxiaoguang2021-11-202-6/+2
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-193-12/+15
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-1913-34/+39
* Remove unused `user` paramater (#17723)Gusted2021-11-191-3/+3
* Move user/org deletion to services (#17673)KN4CK3R2021-11-193-6/+8
* Add pagination to fork list (#17639)Gusted2021-11-181-2/+13
* Move task from modules to services (#17680)Lunny Xiao2021-11-181-1/+1
* Move user functions into user.go (#17659)Lunny Xiao2021-11-182-7/+7
* Remove unnecessary variable assignments (#17695)Gusted2021-11-181-1/+0
* Fixed commit count. (#17698)KN4CK3R2021-11-173-15/+12
* Add .gitattribute assisted language detection to blame, diff and render (#17590)zeripath2021-11-172-2/+54
* Return 400 but not 500 when request archive with wrong format (#17691)Lunny Xiao2021-11-171-1/+5
* Move some functions into services/repository (#17677)Lunny Xiao2021-11-171-4/+4
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-173-2/+3
* Move user follow and openid into models/user/ (#17613)Lunny Xiao2021-11-174-17/+19
* Allow admins to change user avatars (#17661)qwerty2872021-11-162-0/+33
* Multiple Escaping Improvements (#17551)zeripath2021-11-1631-192/+339
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-162-2/+2
* Move some functions into services/repository (#17660)Lunny Xiao2021-11-164-9/+8
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-165-25/+20
* Fix nil checking on typed interface (#17598)Gusted2021-11-151-8/+0
* Remove unnecassary calls to `filepath.Join` (#17608)Gusted2021-11-152-2/+2
* Correctly handle failed migrations (#17575)zeripath2021-11-132-0/+14
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-1214-57/+62
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-117-23/+30
* Refactor commentTags functionality (#17558)Gusted2021-11-111-35/+43
* Move oauth2 error to oauth2 service package (#17603)Lunny Xiao2021-11-111-2/+1
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-103-119/+122
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-0918-133/+150
* Fix 500 when review pull request with anonymous (#17594)Lunny Xiao2021-11-091-1/+5
* Fix bug on detect issue/comment writer (#17591)Lunny Xiao2021-11-091-1/+1
* Allow U2F 2FA without TOTP (#11573)Kamil DomaƄski2021-11-082-25/+44
* Hide label comments if labels were added and removed immediately (#17455)qwerty2872021-11-042-12/+87
* Simplify Gothic to use our session store instead of creating a different stor...zeripath2021-11-031-1/+1
* Stop double encoding blame commit messages (#17498)zeripath2021-10-311-2/+1
* Properly determine CSV delimiter (#17459)Richard Mahn2021-10-301-4/+5
* Fix mispelling of starred as stared (#17465)zeripath2021-10-281-1/+1
* Add appearance section in settings (#17433)qwerty2872021-10-273-36/+70
* Fix CSV render error (#17406)KN4CK3R2021-10-251-8/+15
* Read expected buffer size (#17409)KN4CK3R2021-10-243-12/+12
* Fix issue content history problems, improve UI (#17404)wxiaoguang2021-10-231-4/+6
* Add groups scope/claim to OIDC/OAuth2 Provider (#17367)Nico Schieder2021-10-221-5/+50
* Refactor update checker to use AppState (#17387)wxiaoguang2021-10-211-2/+3
* Frontend refactor, PascalCase to camelCase, remove unused code (#17365)wxiaoguang2021-10-211-4/+0