| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix ldap user sync missed email in email_address table (#18786) (#18876) | Lunny Xiao | 2022-02-24 | 1 | -1/+2 |
* | Fix ldap loginname (#18789) (#18804) | Lunny Xiao | 2022-02-22 | 1 | -2/+6 |
* | Use `ImagedProvider` for gplus oauth2 provider (#18504) (#18505) | Gusted | 2022-02-01 | 1 | -3/+2 |
* | Support webauthn (#17957) | Lunny Xiao | 2022-01-14 | 2 | -2/+4 |
* | Increase Salt randomness (#18179) | Gusted | 2022-01-04 | 1 | -1/+3 |
* | Refactor auth package (#17962) | Lunny Xiao | 2022-01-02 | 20 | -109/+109 |
* | Reset Session ID on login (#18018) | zeripath | 2021-12-20 | 1 | -0/+6 |
* | Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along wi... | zeripath | 2021-12-14 | 4 | -16/+37 |
* | Move keys to models/asymkey (#17917) | Lunny Xiao | 2021-12-10 | 2 | -10/+10 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 5 | -10/+5 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 9 | -41/+51 |
* | Remove unnecessary attributes of User struct (#17745) | Lunny Xiao | 2021-11-22 | 3 | -7/+11 |
* | A better go code formatter, and now `make fmt` can run in Windows (#17684) | wxiaoguang | 2021-11-17 | 2 | -0/+2 |
* | Move EmailAddress & UserRedirect into models/user/ (#17607) | Lunny Xiao | 2021-11-11 | 1 | -2/+3 |
* | Move oauth2 error to oauth2 service package (#17603) | Lunny Xiao | 2021-11-11 | 1 | -2/+19 |
* | Move webhook into models/webhook/ (#17579) | Lunny Xiao | 2021-11-10 | 1 | -3/+4 |
* | Simplify Gothic to use our session store instead of creating a different stor... | zeripath | 2021-11-03 | 2 | -18/+98 |
* | Add groups scope/claim to OIDC/OAuth2 Provider (#17367) | Nico Schieder | 2021-10-22 | 1 | -0/+3 |
* | Allow LDAP Sources to provide Avatars (#16851) | zeripath | 2021-09-26 | 4 | -6/+41 |
* | Add SkipLocal2FA option to pam and smtp sources (#17078) | zeripath | 2021-09-26 | 6 | -4/+16 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 17 | -70/+82 |
* | refactor: move from io/ioutil to io and os package (#17109) | Eng Zer Jun | 2021-09-22 | 1 | -2/+1 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -1/+2 |
* | Make LDAP be able to skip local 2FA (#16954) | zeripath | 2021-09-17 | 4 | -0/+10 |
* | Improve LDAP synchronization efficiency (#16994) | zeripath | 2021-09-15 | 2 | -18/+28 |
* | Report the associated filter if there is an error in LDAP (#17014) | zeripath | 2021-09-11 | 1 | -2/+2 |
* | Add setting to OAuth handlers to skip local 2FA authentication (#16594) | zeripath | 2021-09-10 | 1 | -0/+1 |
* | Decoupled code from DefaultSigningKey (#16743) | KN4CK3R | 2021-08-27 | 1 | -7/+7 |
* | Add EdDSA JWT signing algorithm (#16786) | Aliaksandr Mianzhynski | 2021-08-25 | 1 | -6/+73 |
* | Fix openidConnect source regression from #16544 (#16759) | zeripath | 2021-08-22 | 1 | -1/+1 |
* | Use github token URL when fetching oauth token (#16709) | techknowlogick | 2021-08-17 | 1 | -1/+1 |
* | Send registration email on user autoregistration (#16523) | zeripath | 2021-08-12 | 3 | -3/+25 |
* | Improve SMTP authentication and Fix user creation bugs (#16612) | zeripath | 2021-08-11 | 4 | -37/+73 |
* | Add microsoft oauth2 providers (#16544) | zeripath | 2021-08-05 | 8 | -192/+474 |
* | Lock goth/gothic and Re-attempt OAuth2 registration on login if registration ... | zeripath | 2021-07-29 | 3 | -6/+26 |
* | Fix add authentication page (#16543) | zeripath | 2021-07-25 | 1 | -0/+5 |
* | Add an abstract json layout to make it's easier to change json library (#16528) | Lunny Xiao | 2021-07-24 | 5 | -14/+5 |
* | switch to maintained lib (#16532) | techknowlogick | 2021-07-24 | 2 | -2/+2 |
* | Refactor: Move login out of models (#16199) | zeripath | 2021-07-24 | 30 | -0/+2560 |