summaryrefslogtreecommitdiffstats
path: root/routers/web/repo
Commit message (Expand)AuthorAgeFilesLines
* Improve checkBranchName (#17901)zeripath2021-12-083-5/+5
* Support sorting for project board issuses (#17152)Anbraten2021-12-081-18/+38
* Allow default branch to be inferred on compare page (#17908)John Olheiser2021-12-061-3/+9
* Move repo archiver to models/repo (#17913)Lunny Xiao2021-12-061-9/+9
* Fix the bug: no wiki page can be created if the repo didn't have any page yet...wxiaoguang2021-12-031-6/+6
* Add hints for special Wiki pages (#17283)n2021-12-031-0/+3
* Refactor various strings (#17784)mscherer2021-12-021-1/+1
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-305-10/+8
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-287-18/+24
* Disable ref selection dropdown if you don't have permissions to use it (#17837)qwerty2872021-11-281-2/+0
* Allow forks to org if you can create repos (#17783)qwerty2872021-11-251-6/+6
* Move user related model into models/user (#17781)Lunny Xiao2021-11-2415-95/+113
* 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-227-18/+24
* 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
* 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-197-12/+15
* 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