| Commit message (Expand) | Author | Age | Files | Lines |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -7/+3 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -1/+1 |
* | Add/update SMTP auth providers via cli (#18197) | Zoran Peričić | 2022-01-12 | 1 | -0/+181 |
* | Refactor auth package (#17962) | Lunny Xiao | 2022-01-02 | 1 | -9/+9 |
* | Ensure complexity, minlength and ispwned are checked on password setting (#18... | zeripath | 2021-12-17 | 1 | -0/+4 |
* | Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along wi... | zeripath | 2021-12-14 | 1 | -0/+58 |
* | Move keys to models/asymkey (#17917) | Lunny Xiao | 2021-12-10 | 1 | -1/+2 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -10/+11 |
* | Remove unnecessary attributes of User struct (#17745) | Lunny Xiao | 2021-11-22 | 1 | -1/+1 |
* | Move user/org deletion to services (#17673) | KN4CK3R | 2021-11-19 | 1 | -1/+2 |
* | Move some functions into services/repository (#17677) | Lunny Xiao | 2021-11-17 | 1 | -1/+2 |
* | Fix bug on admin subcommand (#17533) | Lunny Xiao | 2021-11-07 | 1 | -11/+44 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 1 | -9/+12 |
* | Add setting to OAuth handlers to skip local 2FA authentication (#16594) | zeripath | 2021-09-10 | 1 | -0/+5 |
* | Refactor: Move login out of models (#16199) | zeripath | 2021-07-24 | 1 | -9/+9 |
* | Fix missing storage init (#15589) | Lunny Xiao | 2021-04-22 | 1 | -0/+5 |
* | Code Formats, Nits & Unused Func/Var deletions (#15286) | 6543 | 2021-04-09 | 1 | -3/+3 |
* | [Refactor] Passwort Hash/Set (#14282) | 6543 | 2021-01-10 | 1 | -3/+2 |
* | CLI support for OAuth sources custom icons (#14166) | Daniil Pankratov | 2020-12-28 | 1 | -0/+10 |
* | fix label of --id in admin delete user (#14005) | zeripath | 2020-12-17 | 1 | -6/+35 |
* | Whenever the password is updated ensure that the hash algorithm is too (#13966) | zeripath | 2020-12-12 | 1 | -1/+1 |
* | Sendmail command (#13079) | Maxim Zhiburt | 2020-10-24 | 1 | -0/+23 |
* | Improve users management through the CLI (#6001) (#10492) | ydelafollye | 2020-10-15 | 1 | -5/+84 |
* | Check passwords against HaveIBeenPwned (#12716) | John Olheiser | 2020-09-08 | 1 | -0/+8 |
* | make `gitea admin auth list` formatting configurable (#10844) | zeripath | 2020-03-27 | 1 | -1/+37 |
* | API add/generalize pagination (#9452) | SpaWn2KiLl | 2020-01-24 | 1 | -3/+5 |
* | Refactor repository check and sync functions (#9854) | Lunny Xiao | 2020-01-20 | 1 | -3/+4 |
* | Fix #9530: admin auth list make readable and admin auth delete bug fix (#9628) | Shashvat Kedia | 2020-01-07 | 1 | -2/+3 |
* | Move some repository methods from models to modules/repository (#9353) | Lunny Xiao | 2019-12-14 | 1 | -1/+2 |
* | Add Close() method to gogitRepository (#8901) | zeripath | 2019-11-13 | 1 | -0/+3 |
* | Adjust the must-change-password help (#8755) | zeripath | 2019-10-30 | 1 | -1/+1 |
* | Password Complexity Checks (#6230) | Maxim Tkachenko | 2019-10-14 | 1 | -9/+10 |
* | Add CLI commands to manage LDAP authentication source (#6681) | ngourdon | 2019-06-17 | 1 | -1/+5 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -1/+1 |
* | Generate access token in admin cli (#6847) | Lanre Adelowo | 2019-05-04 | 1 | -2/+21 |
* | Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631) | zeripath | 2019-04-29 | 1 | -76/+0 |
* | Add username flag in create-user command (#6534) | ngourdon | 2019-04-09 | 1 | -3/+22 |
* | move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) | Lunny Xiao | 2019-03-27 | 1 | -1/+1 |
* | Allow for user specific themes (#5668) | Lanre Adelowo | 2019-01-09 | 1 | -0/+1 |
* | fix password variable shadowing (#5405) | Lanre Adelowo | 2018-11-26 | 1 | -1/+2 |
* | Don't force a password change for the admin user when creating an account via... | Lanre Adelowo | 2018-11-25 | 1 | -0/+6 |
* | Generate random password (#5023) | Lanre Adelowo | 2018-10-30 | 1 | -2/+32 |
* | Add must-change-password flag to cli for creating a user (#4955) | Lanre Adelowo | 2018-10-21 | 1 | -5/+17 |
* | refactor: err != nil check, just return error instead (#5093) | Bo-Yi Wu | 2018-10-18 | 1 | -15/+4 |
* | Add/remove/list oauth providers via cli (#4591) | techknowlogick | 2018-09-12 | 1 | -0/+286 |
* | Add config path as an optional flag when changing pass via CLI (#4184) | Fluf | 2018-06-09 | 1 | -0/+9 |
* | Add cli commands to regen hooks & keys (#3979) | techknowlogick | 2018-05-17 | 1 | -0/+58 |
* | General refactor of the cmd package (#3328) | Morgan Bazalgette | 2018-01-12 | 1 | -51/+27 |
* | Cleanup models.User.HashPassword (#3334) | Kim "BKC" Carlbäcker | 2018-01-12 | 1 | -2/+1 |
* | Change EncodePasswd to HashPassword (#3329) | Morgan Bazalgette | 2018-01-08 | 1 | -1/+1 |