summaryrefslogtreecommitdiffstats
path: root/cmd/admin.go
Commit message (Expand)AuthorAgeFilesLines
* Add command to bulk set must-change-password (#22823) (#22928)zeripath2023-02-161-396/+0
* add default user visibility to cli command "admin user create" (#22750) (#22760)Yarden Shoham2023-02-081-0/+4
* Revert unrelated changes for SMTP auth (#21767) (#21768)wxiaoguang2022-11-101-4/+4
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-2/+2
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-18/+17
* Rework mailer settings (#18982)Clar Fon2022-08-021-4/+4
* Add two factor status to admin cmd display (#20401)Tyrone Yeh2022-07-191-2/+3
* Add option to purge users (#18064)zeripath2022-07-141-1/+5
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-2/+3
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-3/+3
* Federation: return useful statistic information for nodeinfo (#19561)65432022-05-021-1/+1
* Respect DefaultUserIsRestricted system default when creating new user (#19310)Jimmy Praet2022-04-291-3/+17
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-1/+1
* Add a "admin user generate-access-token" subcommand (#17722)mscherer2022-03-041-0/+57
* format with gofumpt (#18184)65432022-01-201-7/+3
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-1/+1
* Add/update SMTP auth providers via cli (#18197)Zoran Peričić2022-01-121-0/+181
* Refactor auth package (#17962)Lunny Xiao2022-01-021-9/+9
* Ensure complexity, minlength and ispwned are checked on password setting (#18...zeripath2021-12-171-0/+4
* Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along wi...zeripath2021-12-141-0/+58
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-1/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-10/+11
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-1/+1
* Move user/org deletion to services (#17673)KN4CK3R2021-11-191-1/+2
* Move some functions into services/repository (#17677)Lunny Xiao2021-11-171-1/+2
* Fix bug on admin subcommand (#17533)Lunny Xiao2021-11-071-11/+44
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-9/+12
* Add setting to OAuth handlers to skip local 2FA authentication (#16594)zeripath2021-09-101-0/+5
* Refactor: Move login out of models (#16199)zeripath2021-07-241-9/+9
* Fix missing storage init (#15589)Lunny Xiao2021-04-221-0/+5
* Code Formats, Nits & Unused Func/Var deletions (#15286)65432021-04-091-3/+3
* [Refactor] Passwort Hash/Set (#14282)65432021-01-101-3/+2
* CLI support for OAuth sources custom icons (#14166)Daniil Pankratov2020-12-281-0/+10
* fix label of --id in admin delete user (#14005)zeripath2020-12-171-6/+35
* Whenever the password is updated ensure that the hash algorithm is too (#13966)zeripath2020-12-121-1/+1
* Sendmail command (#13079)Maxim Zhiburt2020-10-241-0/+23
* Improve users management through the CLI (#6001) (#10492)ydelafollye2020-10-151-5/+84
* Check passwords against HaveIBeenPwned (#12716)John Olheiser2020-09-081-0/+8
* make `gitea admin auth list` formatting configurable (#10844)zeripath2020-03-271-1/+37
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-3/+5
* Refactor repository check and sync functions (#9854)Lunny Xiao2020-01-201-3/+4
* Fix #9530: admin auth list make readable and admin auth delete bug fix (#9628)Shashvat Kedia2020-01-071-2/+3
* Move some repository methods from models to modules/repository (#9353)Lunny Xiao2019-12-141-1/+2
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+3
* Adjust the must-change-password help (#8755)zeripath2019-10-301-1/+1
* Password Complexity Checks (#6230)Maxim Tkachenko2019-10-141-9/+10
* Add CLI commands to manage LDAP authentication source (#6681)ngourdon2019-06-171-1/+5
* Add golangci (#6418)kolaente2019-06-121-1/+1
* Generate access token in admin cli (#6847)Lanre Adelowo2019-05-041-2/+21