| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary attributes of User struct (#17745) | Lunny Xiao | 2021-11-22 | 5 | -8/+78 |
* | Improvements to content history (#17746) | Jimmy Praet | 2021-11-22 | 1 | -5/+16 |
* | Allow Loading of Diffs that are too large (#17739) | zeripath | 2021-11-22 | 2 | -42/+65 |
* | Fix close issue but time watcher still running (#17643) | Lunny Xiao | 2021-11-21 | 4 | -6/+510 |
* | Extract constant names out for the ReverseProxy and Basic authentication meth... | zeripath | 2021-11-20 | 2 | -2/+8 |
* | Enable show more files in diff for git <2.31 (#17733) | zeripath | 2021-11-20 | 3 | -31/+252 |
* | Use `hostmatcher` to replace `matchlist`, improve security (#17605) | wxiaoguang | 2021-11-20 | 11 | -131/+114 |
* | Add settings to allow different SMTP envelope from address (#17479) | zeripath | 2021-11-19 | 1 | -3/+14 |
* | Move attachment into models/repo/ (#17650) | Lunny Xiao | 2021-11-19 | 5 | -15/+19 |
* | Use a standalone struct name for Organization (#17632) | Lunny Xiao | 2021-11-19 | 4 | -12/+8 |
* | Move user/org deletion to services (#17673) | KN4CK3R | 2021-11-19 | 7 | -5/+312 |
* | Fix Migrate Description (#17692) | 99rgosse | 2021-11-18 | 1 | -0/+1 |
* | Move task from modules to services (#17680) | Lunny Xiao | 2021-11-18 | 2 | -0/+273 |
* | Move user functions into user.go (#17659) | Lunny Xiao | 2021-11-18 | 5 | -14/+18 |
* | Add .gitattribute assisted language detection to blame, diff and render (#17590) | zeripath | 2021-11-17 | 2 | -22/+25 |
* | Return 400 but not 500 when request archive with wrong format (#17691) | Lunny Xiao | 2021-11-17 | 2 | -8/+23 |
* | Move some functions into services/repository (#17677) | Lunny Xiao | 2021-11-17 | 6 | -4/+316 |
* | A better go code formatter, and now `make fmt` can run in Windows (#17684) | wxiaoguang | 2021-11-17 | 11 | -2/+11 |
* | Multiple Escaping Improvements (#17551) | zeripath | 2021-11-16 | 7 | -24/+32 |
* | Move migrations into services and base into modules/migration (#17663) | Lunny Xiao | 2021-11-16 | 22 | -1/+7603 |
* | Move some functions into services/repository (#17660) | Lunny Xiao | 2021-11-16 | 10 | -30/+1268 |
* | Decouple unit test, remove intermediate `unittestbridge` package (#17662) | wxiaoguang | 2021-11-16 | 9 | -66/+57 |
* | Remove unnecassary calls to `filepath.Join` (#17608) | Gusted | 2021-11-15 | 1 | -2/+2 |
* | Minor readability patch. (#17627) | Michael Grigoryan | 2021-11-12 | 1 | -1/+1 |
* | Decouple unit test code from business code (#17623) | wxiaoguang | 2021-11-12 | 17 | -42/+51 |
* | Move EmailAddress & UserRedirect into models/user/ (#17607) | Lunny Xiao | 2021-11-11 | 3 | -4/+7 |
* | Move oauth2 error to oauth2 service package (#17603) | Lunny Xiao | 2021-11-11 | 1 | -2/+19 |
* | Move webhook into models/webhook/ (#17579) | Lunny Xiao | 2021-11-10 | 21 | -130/+134 |
* | Move unit into models/unit/ (#17576) | Lunny Xiao | 2021-11-09 | 8 | -16/+23 |
* | Make ParsePatch more robust (#17573) | Gusted | 2021-11-07 | 2 | -1/+30 |
* | Simplify Gothic to use our session store instead of creating a different stor... | zeripath | 2021-11-03 | 2 | -18/+98 |
* | Only allow webhook to send requests to allowed hosts (#17482) | wxiaoguang | 2021-11-01 | 1 | -4/+22 |
* | Properly determine CSV delimiter (#17459) | Richard Mahn | 2021-10-30 | 1 | -4/+4 |
* | Add appearance section in settings (#17433) | qwerty287 | 2021-10-27 | 1 | -1/+11 |
* | Read expected buffer size (#17409) | KN4CK3R | 2021-10-24 | 1 | -4/+3 |
* | Add groups scope/claim to OIDC/OAuth2 Provider (#17367) | Nico Schieder | 2021-10-22 | 1 | -0/+3 |
* | Handle broken references in mirror sync (#17013) | zeripath | 2021-10-21 | 1 | -13/+105 |
* | Prevent NPE in CSV diff rendering when column removed (#17018) | Richard Mahn | 2021-10-20 | 2 | -132/+322 |
* | Use a variable but a function for IsProd because of a slight performance incr... | Lunny Xiao | 2021-10-20 | 1 | -1/+1 |
* | Fix some lints (#17337) | Lunny Xiao | 2021-10-17 | 2 | -3/+4 |
* | Make the Mirror Queue a queue (#17326) | zeripath | 2021-10-17 | 1 | -33/+65 |
* | Add buttons to allow loading of incomplete diffs (#16829) | zeripath | 2021-10-15 | 3 | -11/+27 |
* | Upgrade chi to v5 (#17298) | Lunny Xiao | 2021-10-13 | 1 | -1/+1 |
* | Save and view issue/comment content history (#16909) | wxiaoguang | 2021-10-10 | 1 | -0/+15 |
* | Add a simple way to rename branch like gh (#15870) | a1012112796 | 2021-10-08 | 2 | -0/+51 |
* | Avatar refactor, move avatar code from `models` to `models.avatars`, remove d... | wxiaoguang | 2021-10-06 | 1 | -1/+2 |
* | Add specific event type to header (#17222) | John Olheiser | 2021-10-05 | 1 | -3/+8 |
* | Always set a unique Message-ID header. (#17206) | KN4CK3R | 2021-10-01 | 2 | -13/+30 |
* | Fix missing repo link in issue/pull assigned emails (#17183) | zeripath | 2021-09-30 | 1 | -0/+6 |
* | Kanban colored boards (#16647) | Romain | 2021-09-29 | 1 | -0/+1 |