summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* 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-173-10/+9
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-175-3/+6
* Move user follow and openid into models/user/ (#17613)Lunny Xiao2021-11-175-19/+22
* Allow admins to change user avatars (#17661)qwerty2872021-11-162-0/+33
* Multiple Escaping Improvements (#17551)zeripath2021-11-1634-200/+351
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-165-6/+6
* Move some functions into services/repository (#17660)Lunny Xiao2021-11-167-15/+14
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-167-33/+26
* 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-1217-62/+69
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-1111-44/+54
* Refactor commentTags functionality (#17558)Gusted2021-11-111-35/+43
* Move oauth2 error to oauth2 service package (#17603)Lunny Xiao2021-11-111-2/+1
* Fix 500 when a comment was deleted which has a notification (#17550)Lunny Xiao2021-11-102-3/+3
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-107-188/+193
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-0929-236/+263
* tune sqlite3 message (#17601)wxiaoguang2021-11-091-2/+2
* 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
* Avoid double imports (#17569)Gusted2021-11-081-2/+1
* Fix bug on admin subcommand (#17533)Lunny Xiao2021-11-071-2/+2
* Fix ipv6 parsing for builtin ssh server (#17561)Wim2021-11-061-1/+5
* 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
* Rename db Engines related functions (#17481)Lunny Xiao2021-10-302-2/+2
* Run Migrate in Install rather than just SyncTables (#17475)zeripath2021-10-291-1/+2
* Fix mispelling of starred as stared (#17465)zeripath2021-10-281-1/+1
* Ensure that restricted users can access repos for which they are members (#17...zeripath2021-10-281-1/+1
* Add appearance section in settings (#17433)qwerty2872021-10-273-36/+70
* Prevent panic in serv.go with Deploy Keys (#17434)zeripath2021-10-261-1/+1
* Add API to get/edit wiki (#17278)qwerty2872021-10-254-0/+554
* Fix CSV render error (#17406)KN4CK3R2021-10-251-8/+15
* Read expected buffer size (#17409)KN4CK3R2021-10-244-14/+15
* 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
* Sync gitea app path for git hooks and authorized keys when starting (#17335)wxiaoguang2021-10-211-38/+60
* Frontend refactor, PascalCase to camelCase, remove unused code (#17365)wxiaoguang2021-10-211-4/+0
* Ensure correct SSH permissions check for private and restricted users (#17370)zeripath2021-10-201-2/+7
* Use a variable but a function for IsProd because of a slight performance incr...Lunny Xiao2021-10-204-6/+6
* Fix dashboard repolist alignment and repolisting (#17355)zeripath2021-10-191-0/+6
* Hide command line merge instructions when user can't push (#17339)qwerty2872021-10-171-0/+2