summaryrefslogtreecommitdiffstats
path: root/cmd/admin_auth_stmp.go
Commit message (Collapse)AuthorAgeFilesLines
* chore: use errors.New to replace fmt.Errorf with no parameters will much ↵Cheng2024-04-211-2/+1
| | | | | better (#30621) use errors.New to replace fmt.Errorf with no parameters will much better
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-3/+3
| | | | | | | Part of #27065 --------- Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* move the `gitea admin` subcommands into separate files (#27307)Nanguan Lin2023-09-271-0/+201
As title. Probably it's better to put those sub cmd to different dirs. Will do that in the future.