aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/admin.go
Commit message (Expand)AuthorAgeFilesLines
* [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
* Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631)zeripath2019-04-291-76/+0
* Add username flag in create-user command (#6534)ngourdon2019-04-091-3/+22
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+1
* Allow for user specific themes (#5668)Lanre Adelowo2019-01-091-0/+1
* fix password variable shadowing (#5405)Lanre Adelowo2018-11-261-1/+2
* Don't force a password change for the admin user when creating an account via...Lanre Adelowo2018-11-251-0/+6
* Generate random password (#5023)Lanre Adelowo2018-10-301-2/+32
* Add must-change-password flag to cli for creating a user (#4955)Lanre Adelowo2018-10-211-5/+17
* refactor: err != nil check, just return error instead (#5093)Bo-Yi Wu2018-10-181-15/+4
* Add/remove/list oauth providers via cli (#4591)techknowlogick2018-09-121-0/+286
* Add config path as an optional flag when changing pass via CLI (#4184)Fluf2018-06-091-0/+9
* Add cli commands to regen hooks & keys (#3979)techknowlogick2018-05-171-0/+58
* General refactor of the cmd package (#3328)Morgan Bazalgette2018-01-121-51/+27
* Cleanup models.User.HashPassword (#3334)Kim "BKC" Carlbäcker2018-01-121-2/+1
* Change EncodePasswd to HashPassword (#3329)Morgan Bazalgette2018-01-081-1/+1
* Add repo-sync-releases admin command (#3254)Sandro Santilli2017-12-311-0/+75
* Only update needed columns when update user (#2296)Lunny Xiao2017-08-121-1/+1
* refactor: show command help message. (#1486)Bo-Yi Wu2017-04-121-2/+2
* Add change-password admin command (#1304)Sandro Santilli2017-03-201-0/+52
* Fix typo (#990)Christoph König2017-02-211-1/+1
* Make Xorm log configurable (#174)Lunny Xiao2017-02-201-0/+2
* Handle SetModel error, fixes one errcheck report (#257)Sandro Santilli2017-02-121-1/+3
* Remove remaining Gogs reference on locales and cmd (#430)Joubert RedRat2016-12-211-1/+2
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-2/+2
* Improve formatting of admin commandMatthias Loibl2016-11-091-2/+4
* Use cli Flags directly and not some helper funcsMatthias Loibl2016-11-091-5/+22
* Made linter happy in cmd folderThomas Boerger2016-11-041-0/+1
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-2/+2
* codegangsta/cli => urfave/cli (#3546)Kim "BKC" Carlbäcker2016-08-301-1/+1
* Add subcommand to create new user in CLIUnknwon2016-08-131-0/+70