Commit Graph

18 Commits (d6f48209671e6c781dd3784eccb91bb64a2127fc)

Author SHA1 Message Date
zeripath 9d855bd6a1
Simplify Gothic to use our session store instead of creating a different store (#17507) 3 years ago
David Jimenez fa8b8c055d
Don't panic if we fail to parse U2FRegistration data (#17304) 3 years ago
Viktor Kuzmin f2a5d1b42b
AutoRegistration is supposed to be working with disabled registration (#17219) 3 years ago
Lunny Xiao 91e21d4fca
Move twofactor to models/login (#17143) 3 years ago
Lunny Xiao 5842a55b31
Move login related structs and functions to models/login (#17093) 3 years ago
Eng Zer Jun f2e7d5477f
refactor: move from io/ioutil to io and os package (#17109) 3 years ago
Lunny Xiao a4bfef265d
Move db related basic functions to models/db (#17075) 3 years ago
zeripath 27b351aba5
Make LDAP be able to skip local 2FA (#16954) 3 years ago
zeripath 9ca0e7905c
Add setting to OAuth handlers to skip local 2FA authentication (#16594) 3 years ago
6543 f1a810e090
Related refactors to ctx.FormX functions (#16567) 3 years ago
6543 c4d70a0325
Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) 3 years ago
Lunny Xiao 33e0b38287
Rename context.Query to context.Form (#16562) 3 years ago
zeripath 5d2e11eedb
Refactor: Move login out of models (#16199) 3 years ago
Richard Nienaber 908136c557
add configuration option to restrict users by default (#16256) 3 years ago
Meano 423a0fccb6
Fix activation of primary email addresses (#16385) 3 years ago
luzpaz e0296b6a6d
Fix various documentation, user-facing, and source comment typos (#16367) 3 years ago
John Olheiser 622f1e764c
Add better errors for disabled account recovery (#15117) 3 years ago
Lunny Xiao 1bfb0a24d8
Refactor routers directory (#15800) 3 years ago
zeripath 3183a465d7
Make modules/context.Context a context.Context (#16031) 3 years ago
Lunny Xiao 3656a2a672
Fix goth user infer bug (#15821) 3 years ago
6543 a229e34387
Allow only internal registration (#15795) 3 years ago
KN4CK3R 7670c1c99e
Fixed several activation bugs (#15473) 3 years ago
Martin Michaelis 55eb1745bd
OAuth2 auto-register (#5123) 3 years ago
zeripath fa3895ce81
Move modules/forms to services/forms (#15305) 4 years ago
6543 16dea6cebd
[refactor] replace int with httpStatusCodes (#15282) 4 years ago
6543 80d6c6d7de
[refactor] mailer service (#15072) 4 years ago
Kyle D df891dc59f
Validate email in oauth registration form (#15014) 4 years ago
zeripath 9b261f52f0
Add SameSite setting for cookies (#14900) 4 years ago
zeripath 030646eea4
Set HCaptchaSiteKey on Link Account pages (#14834) 4 years ago
Damien Goutte-Gattat fc4a8c2980
Allow blocking some email domains from registering an account (#14667) 4 years ago
Lunny Xiao 41c0776568
Fix captcha (#14488) 4 years ago
Lunny Xiao 6433ba0ec3
Move macaron to chi (#14293) 4 years ago
6543 74a0481586
[Refactor] Passwort Hash/Set (#14282) 4 years ago
Daniil Pankratov 5a94db37ed
Fix creating OAuth2 auth source from CLI (#14116) 4 years ago
Jiri Vlasak d7c67a9fb2
Manually approve new registration (#13083) 4 years ago
zeripath 287b594803
Whenever the password is updated ensure that the hash algorithm is too (#13966) 4 years ago
Lunny Xiao 6a370363d4
log error when login failed (#13903) 4 years ago
6543 0f14f69e60
Verify password for local-account activation (#13631) 4 years ago
Chris Shyi d025d84d91
Add email validity check (#13475) 4 years ago
John Olheiser 72636fd664
hCaptcha Support (#12594) 4 years ago
John Olheiser c6e4bc53aa
Check passwords against HaveIBeenPwned (#12716) 4 years ago
zeripath 74bd9691c6
Re-attempt to delete temporary upload if the file is locked by another process (#12447) 4 years ago
zeripath a00974c3b8
When must change password only show Signout (#11600) 4 years ago
zeripath 76053ac31a
Whenever the ctx.Session is updated, release it to save it before sending the redirect (#11456) 4 years ago
zeripath a0d35fb6ad
Forcibly clean and destroy the session on logout (#11447) 4 years ago
赵智超 b00e62c12b
ui: Replenish the missing ‘PageIsSignUp’ in sign up view (#11390) 4 years ago
zeripath 791353c03b
Add EventSource support (#11235) 4 years ago
n0emis 33738ff91b
Don't allow registration via the web form, when AllowOnlyExternalRegistration is True (#11248) 4 years ago
colorfulberry f1f56da4d1
On logout redirect to start page and clear redirect cookie (#11202) 4 years ago
zeripath e74c4e1be9
Add option to increase provided OAuth2 token maximum size (#11180) 4 years ago