| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix navbar on project view (#17749) | Gusted | 2021-11-22 | 1 | -1/+1 |
* | Allow Loading of Diffs that are too large (#17739) | zeripath | 2021-11-22 | 3 | -19/+51 |
* | Use `hostmatcher` to replace `matchlist`, improve security (#17605) | wxiaoguang | 2021-11-20 | 2 | -6/+2 |
* | Move attachment into models/repo/ (#17650) | Lunny Xiao | 2021-11-19 | 3 | -12/+15 |
* | Use a standalone struct name for Organization (#17632) | Lunny Xiao | 2021-11-19 | 7 | -12/+15 |
* | Remove unused `user` paramater (#17723) | Gusted | 2021-11-19 | 1 | -3/+3 |
* | Add pagination to fork list (#17639) | Gusted | 2021-11-18 | 1 | -2/+13 |
* | Move task from modules to services (#17680) | Lunny Xiao | 2021-11-18 | 1 | -1/+1 |
* | Move user functions into user.go (#17659) | Lunny Xiao | 2021-11-18 | 1 | -2/+2 |
* | Fixed commit count. (#17698) | KN4CK3R | 2021-11-17 | 3 | -15/+12 |
* | Add .gitattribute assisted language detection to blame, diff and render (#17590) | zeripath | 2021-11-17 | 2 | -2/+54 |
* | Return 400 but not 500 when request archive with wrong format (#17691) | Lunny Xiao | 2021-11-17 | 1 | -1/+5 |
* | Move some functions into services/repository (#17677) | Lunny Xiao | 2021-11-17 | 1 | -4/+4 |
* | A better go code formatter, and now `make fmt` can run in Windows (#17684) | wxiaoguang | 2021-11-17 | 1 | -0/+1 |
* | Multiple Escaping Improvements (#17551) | zeripath | 2021-11-16 | 20 | -124/+192 |
* | Move migrations into services and base into modules/migration (#17663) | Lunny Xiao | 2021-11-16 | 2 | -2/+2 |
* | Move some functions into services/repository (#17660) | Lunny Xiao | 2021-11-16 | 1 | -1/+1 |
* | Decouple unit test, remove intermediate `unittestbridge` package (#17662) | wxiaoguang | 2021-11-16 | 3 | -17/+14 |
* | Correctly handle failed migrations (#17575) | zeripath | 2021-11-13 | 1 | -0/+7 |
* | Decouple unit test code from business code (#17623) | wxiaoguang | 2021-11-12 | 7 | -37/+40 |
* | Move EmailAddress & UserRedirect into models/user/ (#17607) | Lunny Xiao | 2021-11-11 | 1 | -1/+2 |
* | Refactor commentTags functionality (#17558) | Gusted | 2021-11-11 | 1 | -35/+43 |
* | Move webhook into models/webhook/ (#17579) | Lunny Xiao | 2021-11-10 | 1 | -113/+115 |
* | Move unit into models/unit/ (#17576) | Lunny Xiao | 2021-11-09 | 14 | -103/+117 |
* | Fix 500 when review pull request with anonymous (#17594) | Lunny Xiao | 2021-11-09 | 1 | -1/+5 |
* | Fix bug on detect issue/comment writer (#17591) | Lunny Xiao | 2021-11-09 | 1 | -1/+1 |
* | Hide label comments if labels were added and removed immediately (#17455) | qwerty287 | 2021-11-04 | 2 | -12/+87 |
* | Stop double encoding blame commit messages (#17498) | zeripath | 2021-10-31 | 1 | -2/+1 |
* | Properly determine CSV delimiter (#17459) | Richard Mahn | 2021-10-30 | 1 | -4/+5 |
* | Fix CSV render error (#17406) | KN4CK3R | 2021-10-25 | 1 | -8/+15 |
* | Read expected buffer size (#17409) | KN4CK3R | 2021-10-24 | 3 | -12/+12 |
* | Fix issue content history problems, improve UI (#17404) | wxiaoguang | 2021-10-23 | 1 | -4/+6 |
* | Frontend refactor, PascalCase to camelCase, remove unused code (#17365) | wxiaoguang | 2021-10-21 | 1 | -4/+0 |
* | Hide command line merge instructions when user can't push (#17339) | qwerty287 | 2021-10-17 | 1 | -0/+2 |
* | Add buttons to allow loading of incomplete diffs (#16829) | zeripath | 2021-10-15 | 3 | -46/+62 |
* | Frontend refactor: move Vue related code from `index.js` to `components` dir,... | wxiaoguang | 2021-10-15 | 1 | -1/+1 |
* | Save and view issue/comment content history (#16909) | wxiaoguang | 2021-10-10 | 1 | -0/+206 |
* | Add a simple way to rename branch like gh (#15870) | a1012112796 | 2021-10-08 | 1 | -0/+38 |
* | Defer Last Commit Info (#16467) | zeripath | 2021-10-08 | 1 | -52/+153 |
* | Allow adding multiple issues to a project (#17226) | qwerty287 | 2021-10-08 | 1 | -0/+14 |
* | Avatar refactor, move avatar code from `models` to `models.avatars`, remove d... | wxiaoguang | 2021-10-06 | 1 | -1/+1 |
* | Redirect on project after issue created (#17211) | Romain | 2021-10-05 | 1 | -1/+8 |
* | Fix stange behavior of DownloadPullDiffOrPatch in incorect index (#17223) | pricly-yellow | 2021-10-05 | 1 | -17/+4 |
* | Prevent NPE on invalid diff (#17197) | zeripath | 2021-09-30 | 2 | -2/+2 |
* | Kanban colored boards (#16647) | Romain | 2021-09-29 | 1 | -0/+3 |
* | Don't return binary file changes in raw PR diffs by default (#17158) | Norwin | 2021-09-27 | 1 | -1/+2 |
* | Support direct comparison (git diff a..b) as well merge comparison (a...b) (#... | zeripath | 2021-09-27 | 3 | -116/+147 |
* | Move twofactor to models/login (#17143) | Lunny Xiao | 2021-09-25 | 1 | -2/+3 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 8 | -22/+29 |
* | DBContext is just a Context (#17100) | zeripath | 2021-09-23 | 2 | -5/+5 |