Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New cron task: delete old system notices (#19219) | Pilou | 2022-03-28 | 1 | -0/+11 |
| | | | Add a new cron task which deletes the old system notices. | ||||
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -2/+6 |
| | | | | | | | | | This PR continues the work in #17125 by progressively ensuring that git commands run within the request context. This now means that the if there is a git repo already open in the context it will be used instead of reopening it. Signed-off-by: Andrew Thornton <art27@cantab.net> | ||||
* | Move user/org deletion to services (#17673) | KN4CK3R | 2021-11-19 | 1 | -24/+9 |
| | |||||
* | Move user functions into user.go (#17659) | Lunny Xiao | 2021-11-18 | 1 | -0/+146 |
* Move user functions into user.go * Fix test |