| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Allow forks to org if you can create repos (#17783) | qwerty287 | 2021-11-25 | 1 | -6/+6 |
* | Create menus for organization pages (#17802) | Lunny Xiao | 2021-11-25 | 1 | -0/+1 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 38 | -312/+339 |
* | Move repofiles from modules/repofiles to services/repository/files (#17774) | Lunny Xiao | 2021-11-24 | 2 | -12/+12 |
* | Remove unnecessary attributes of User struct (#17745) | Lunny Xiao | 2021-11-22 | 15 | -59/+81 |
* | Support pagination of organizations on user settings pages (#16083) | Lunny Xiao | 2021-11-22 | 2 | -4/+29 |
* | 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 |
* | Reset locale on login (#17734) | zeripath | 2021-11-20 | 1 | -0/+4 |
* | 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 | 13 | -34/+39 |
* | Remove unused `user` paramater (#17723) | Gusted | 2021-11-19 | 1 | -3/+3 |
* | Move user/org deletion to services (#17673) | KN4CK3R | 2021-11-19 | 3 | -6/+8 |
* | 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 | 2 | -7/+7 |
* | Remove unnecessary variable assignments (#17695) | Gusted | 2021-11-18 | 1 | -1/+0 |
* | 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 | 3 | -2/+3 |
* | Move user follow and openid into models/user/ (#17613) | Lunny Xiao | 2021-11-17 | 4 | -17/+19 |
* | Allow admins to change user avatars (#17661) | qwerty287 | 2021-11-16 | 2 | -0/+33 |
* | Multiple Escaping Improvements (#17551) | zeripath | 2021-11-16 | 31 | -192/+339 |
* | 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 | 4 | -9/+8 |
* | Decouple unit test, remove intermediate `unittestbridge` package (#17662) | wxiaoguang | 2021-11-16 | 5 | -25/+20 |
* | Fix nil checking on typed interface (#17598) | Gusted | 2021-11-15 | 1 | -8/+0 |
* | Remove unnecassary calls to `filepath.Join` (#17608) | Gusted | 2021-11-15 | 2 | -2/+2 |
* | Correctly handle failed migrations (#17575) | zeripath | 2021-11-13 | 2 | -0/+14 |
* | Decouple unit test code from business code (#17623) | wxiaoguang | 2021-11-12 | 14 | -57/+62 |
* | Move EmailAddress & UserRedirect into models/user/ (#17607) | Lunny Xiao | 2021-11-11 | 7 | -23/+30 |
* | Refactor commentTags functionality (#17558) | Gusted | 2021-11-11 | 1 | -35/+43 |
* | Move oauth2 error to oauth2 service package (#17603) | Lunny Xiao | 2021-11-11 | 1 | -2/+1 |
* | Move webhook into models/webhook/ (#17579) | Lunny Xiao | 2021-11-10 | 3 | -119/+122 |
* | Move unit into models/unit/ (#17576) | Lunny Xiao | 2021-11-09 | 18 | -133/+150 |
* | 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 |
* | Allow U2F 2FA without TOTP (#11573) | Kamil DomaĆski | 2021-11-08 | 2 | -25/+44 |
* | Hide label comments if labels were added and removed immediately (#17455) | qwerty287 | 2021-11-04 | 2 | -12/+87 |
* | Simplify Gothic to use our session store instead of creating a different stor... | zeripath | 2021-11-03 | 1 | -1/+1 |
* | 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 mispelling of starred as stared (#17465) | zeripath | 2021-10-28 | 1 | -1/+1 |
* | Add appearance section in settings (#17433) | qwerty287 | 2021-10-27 | 3 | -36/+70 |
* | 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 |