Commit Graph

42 Commits (daa393cb48507f34e7d2b81b5a92f8f94ebe3ad0)

Author SHA1 Message Date
John Olheiser c6e4bc53aa
Check passwords against HaveIBeenPwned (#12716)
4 years ago
zeripath 1737fca220
make `gitea admin auth list` formatting configurable (#10844)
4 years ago
SpaWn2KiLl 1f01f53c53 API add/generalize pagination (#9452)
4 years ago
Lunny Xiao d92781bf94 Refactor repository check and sync functions (#9854)
4 years ago
Shashvat Kedia 1e9b3d4743 Fix #9530: admin auth list make readable and admin auth delete bug fix (#9628)
4 years ago
Lunny Xiao 7b2ff82d20 Move some repository methods from models to modules/repository (#9353)
4 years ago
zeripath 722a7c902d
Add Close() method to gogitRepository (#8901)
4 years ago
zeripath b48cad6a2a
Adjust the must-change-password help (#8755)
4 years ago
Maxim Tkachenko db657192d0 Password Complexity Checks (#6230)
5 years ago
ngourdon a618df8d84 Add CLI commands to manage LDAP authentication source (#6681)
5 years ago
kolaente f9ec2f89f2 Add golangci (#6418)
5 years ago
Lanre Adelowo e0dde8173f Generate access token in admin cli (#6847)
5 years ago
zeripath 8d0d7bc28d Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631)
5 years ago
ngourdon 2b9b3310f6 Add username flag in create-user command (#6534)
5 years ago
Lunny Xiao d578b71d61
move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)
5 years ago
Lanre Adelowo 8d2c24f7f9 Allow for user specific themes (#5668)
5 years ago
Lanre Adelowo ce9a5173fe fix password variable shadowing (#5405)
5 years ago
Lanre Adelowo fd37fb01fd Don't force a password change for the admin user when creating an account via cli (#5391)
5 years ago
Lanre Adelowo e5daa2698f Generate random password (#5023)
5 years ago
Lanre Adelowo c2748ea7fe Add must-change-password flag to cli for creating a user (#4955)
6 years ago
Bo-Yi Wu 1e34413238 refactor: err != nil check, just return error instead (#5093)
6 years ago
techknowlogick e91a2cf2ea
Add/remove/list oauth providers via cli (#4591)
6 years ago
Fluf f54626df0b Add config path as an optional flag when changing pass via CLI (#4184)
6 years ago
techknowlogick 8176345c0e Add cli commands to regen hooks & keys (#3979)
6 years ago
Morgan Bazalgette 2b52f77e1b General refactor of the cmd package (#3328)
6 years ago
Kim "BKC" Carlbäcker e5b8b4b5ec Cleanup models.User.HashPassword (#3334)
6 years ago
Morgan Bazalgette 674cfb7cac Change EncodePasswd to HashPassword (#3329)
6 years ago
Sandro Santilli 8cd987af0c Add repo-sync-releases admin command (#3254)
6 years ago
Lunny Xiao f960e19c59 Only update needed columns when update user (#2296)
7 years ago
Bo-Yi Wu 22295944df refactor: show command help message. (#1486)
7 years ago
Sandro Santilli e1586898b2 Add change-password admin command (#1304)
7 years ago
Christoph König ffde33bdfa Fix typo (#990)
7 years ago
Lunny Xiao 04fdeb9d8d Make Xorm log configurable (#174)
7 years ago
Sandro Santilli 9b4f6c1c32 Handle SetModel error, fixes one errcheck report (#257)
7 years ago
Joubert RedRat ce21ed6c34 Remove remaining Gogs reference on locales and cmd (#430)
7 years ago
Sandro Santilli 4247304f5a Update import paths from github.com/go-gitea to code.gitea.io (#135)
7 years ago
Matthias Loibl 90fb64b217 Improve formatting of admin command
7 years ago
Matthias Loibl 5cd093aa46 Use cli Flags directly and not some helper funcs
7 years ago
Thomas Boerger 5b5af7daee
Made linter happy in cmd folder
8 years ago
Rémy Boulanouar 2d68bd1ef9 Change import reference to match gitea instead of gogs (#37)
8 years ago
Kim "BKC" Carlbäcker 4f40019130 codegangsta/cli => urfave/cli (#3546)
8 years ago
Unknwon 0f33b04c87 Add subcommand to create new user in CLI
8 years ago