summaryrefslogtreecommitdiffstats
path: root/models/admin/notice.go
Commit message (Collapse)AuthorAgeFilesLines
* New cron task: delete old system notices (#19219)Pilou2022-03-281-0/+11
| | | Add a new cron task which deletes the old system notices.
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-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)KN4CK3R2021-11-191-24/+9
|
* Move user functions into user.go (#17659)Lunny Xiao2021-11-181-0/+146
* Move user functions into user.go * Fix test