summaryrefslogtreecommitdiffstats
path: root/routers/web/repo
Commit message (Expand)AuthorAgeFilesLines
* Remove unused `user` paramater (#17723)Gusted2021-11-191-3/+3
* 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-181-2/+2
* 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-171-0/+1
* Multiple Escaping Improvements (#17551)zeripath2021-11-1620-124/+192
* 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-161-1/+1
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-163-17/+14
* Correctly handle failed migrations (#17575)zeripath2021-11-131-0/+7
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-127-37/+40
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-111-1/+2
* Refactor commentTags functionality (#17558)Gusted2021-11-111-35/+43
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-113/+115
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-0914-103/+117
* 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
* Hide label comments if labels were added and removed immediately (#17455)qwerty2872021-11-042-12/+87
* Stop double encoding blame commit messages (#17498)zeripath2021-10-311-2/+1
* Properly determine CSV delimiter (#17459)Richard Mahn2021-10-301-4/+5
* 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
* Frontend refactor, PascalCase to camelCase, remove unused code (#17365)wxiaoguang2021-10-211-4/+0
* Hide command line merge instructions when user can't push (#17339)qwerty2872021-10-171-0/+2
* Add buttons to allow loading of incomplete diffs (#16829)zeripath2021-10-153-46/+62
* Frontend refactor: move Vue related code from `index.js` to `components` dir,...wxiaoguang2021-10-151-1/+1
* Save and view issue/comment content history (#16909)wxiaoguang2021-10-101-0/+206
* Add a simple way to rename branch like gh (#15870)a10121127962021-10-081-0/+38
* Defer Last Commit Info (#16467)zeripath2021-10-081-52/+153
* Allow adding multiple issues to a project (#17226)qwerty2872021-10-081-0/+14
* Avatar refactor, move avatar code from `models` to `models.avatars`, remove d...wxiaoguang2021-10-061-1/+1
* Redirect on project after issue created (#17211)Romain2021-10-051-1/+8
* Fix stange behavior of DownloadPullDiffOrPatch in incorect index (#17223)pricly-yellow2021-10-051-17/+4
* Prevent NPE on invalid diff (#17197)zeripath2021-09-302-2/+2
* Kanban colored boards (#16647)Romain2021-09-291-0/+3
* Don't return binary file changes in raw PR diffs by default (#17158)Norwin2021-09-271-1/+2
* Support direct comparison (git diff a..b) as well merge comparison (a...b) (#...zeripath2021-09-273-116/+147
* Move twofactor to models/login (#17143)Lunny Xiao2021-09-251-2/+3
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-248-22/+29
* DBContext is just a Context (#17100)zeripath2021-09-232-5/+5
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-229-22/+19
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-199-53/+59
* Render full plain readme. (#17083)KN4CK3R2021-09-171-0/+4
* Decrement Fork Num when converting from Fork (#17035)zeripath2021-09-141-4/+2
* Support unprotected file patterns (#16395)Jimmy Praet2021-09-111-0/+1