| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Use a variable but a function for IsProd because of a slight performance incr... | Lunny Xiao | 2021-10-20 | 1 | -1/+1 |
* | Avatar refactor, move avatar code from `models` to `models.avatars`, remove d... | wxiaoguang | 2021-10-06 | 1 | -1/+2 |
* | 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 | 22 | -78/+135 |
* | 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 | 4 | -4/+8 |
* | Make LDAP be able to skip local 2FA (#16954) | zeripath | 2021-09-17 | 7 | -15/+34 |
* | 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 |
* | Allow BASIC authentication access to /:owner/:repo/releases/download/* (#16916) | zeripath | 2021-09-02 | 4 | -10/+14 |
* | Decoupled code from DefaultSigningKey (#16743) | KN4CK3R | 2021-08-27 | 2 | -9/+9 |
* | Add EdDSA JWT signing algorithm (#16786) | Aliaksandr Mianzhynski | 2021-08-25 | 1 | -6/+73 |
* | Add bundle download for repository (#14538) | John Olheiser | 2021-08-24 | 1 | -0/+1 |
* | Fix openidConnect source regression from #16544 (#16759) | zeripath | 2021-08-22 | 1 | -1/+1 |
* | Added introspection endpoint. (#16752) | KN4CK3R | 2021-08-20 | 1 | -1/+11 |
* | 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 | 5 | -3/+32 |
* | 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 | 40 | -80/+2804 |
* | Fix various documentation, user-facing, and source comment typos (#16367) | luzpaz | 2021-07-08 | 1 | -1/+1 |
* | Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#1... | Lunny Xiao | 2021-06-09 | 10 | -0/+1099 |