| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix various typos (#18219) | luzpaz | 2022-01-10 | 1 | -1/+1 |
* | Quote references to the user table in consistency checks (#18072) | zeripath | 2021-12-22 | 1 | -2/+2 |
* | Move keys to models/asymkey (#17917) | Lunny Xiao | 2021-12-10 | 1 | -4/+4 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 5 | -48/+51 |
* | Improve install code to avoid low-level mistakes. (#17779) | wxiaoguang | 2021-12-01 | 2 | -2/+2 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -1/+2 |
* | Move attachment into models/repo/ (#17650) | Lunny Xiao | 2021-11-19 | 2 | -4/+5 |
* | A better go code formatter, and now `make fmt` can run in Windows (#17684) | wxiaoguang | 2021-11-17 | 2 | -0/+2 |
* | Move unit into models/unit/ (#17576) | Lunny Xiao | 2021-11-09 | 1 | -7/+8 |
* | Fix bug on admin subcommand (#17533) | Lunny Xiao | 2021-11-07 | 1 | -4/+5 |
* | Rename db Engines related functions (#17481) | Lunny Xiao | 2021-10-30 | 3 | -4/+4 |
* | Nicely handle missing user in collaborations (#17049) | zeripath | 2021-09-27 | 1 | -253/+138 |
* | Create doctor command to fix repo_units broken by dumps from 1.14.3-1.14.6 (#... | zeripath | 2021-09-27 | 2 | -0/+589 |
* | DBContext is just a Context (#17100) | zeripath | 2021-09-23 | 2 | -2/+2 |
* | refactor: move from io/ioutil to io and os package (#17109) | Eng Zer Jun | 2021-09-22 | 1 | -2/+1 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 5 | -12/+17 |
* | Add doctor dbconsistency check for release and attachment (#16978) | Lunny Xiao | 2021-09-14 | 1 | -0/+36 |
* | Fix storage Iterate bug and Add storage doctor to delete garbage attachments ... | Lunny Xiao | 2021-09-06 | 1 | -0/+76 |
* | Restore creation of git-daemon-export-ok files (#16508) | zeripath | 2021-07-22 | 1 | -0/+73 |
* | Rework repository archive (#14723) | Lunny Xiao | 2021-06-23 | 1 | -0/+59 |
* | Add err to log (#15813) | John Olheiser | 2021-05-10 | 1 | -1/+1 |
* | Delete references if repository gets deleted (#15681) | KN4CK3R | 2021-04-30 | 1 | -9/+46 |
* | Delete protected branch if repository gets removed (#15658) | KN4CK3R | 2021-04-30 | 1 | -8/+26 |
* | Delete Labels & IssueLabels on Repo Delete too (#15039) | 6543 | 2021-03-19 | 1 | -1/+18 |
* | Prevent addition of labels from outside the repository or organisation in iss... | zeripath | 2021-03-19 | 1 | -0/+39 |
* | Fix postgres ID sequences broken by recreate-table (#15015) | zeripath | 2021-03-18 | 1 | -0/+20 |
* | Prevent adding nil label to .AddedLabels or .RemovedLabels (#14623) | zeripath | 2021-02-10 | 1 | -0/+18 |
* | Add Doctor FixWrongUserType (#14522) | 6543 | 2021-01-29 | 1 | -0/+40 |
* | Refactor doctor (#12264) | zeripath | 2020-12-02 | 7 | -0/+751 |