summaryrefslogtreecommitdiffstats
path: root/models/admin
Commit message (Collapse)AuthorAgeFilesLines
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-3/+4
| | | | | | | * Use a struct as test options * Fix name * Fix test
* 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-192-25/+11
|
* Move user functions into user.go (#17659)Lunny Xiao2021-11-183-0/+279
* Move user functions into user.go * Fix test