Commit Graph

109 Commits (7b07e7251c8a92e95da922f34dde158ddffbeeee)

Author SHA1 Message Date
Roeland Jago Douma 84f3d2ddeb
[POC] Event for failed login attempts 6 years ago
Christoph Wurst b80ebc9674
Use the short array syntax, everywhere 6 years ago
Christoph Wurst df9e2b828a
Fix mismatching docblock return types 6 years ago
Christoph Wurst d808f9c053
Add typed events for all user hooks and legacy events 6 years ago
Christoph Wurst 5bf3d1bb38
Update license headers 6 years ago
Christoph Wurst 535000aac6
Make the post login event public 7 years ago
Roeland Jago Douma 5122629bb0
Make renewSessionToken return the new token 7 years ago
Greta Doci 0a874c51af
Disable app token creation for impersonated people, ref #15539 7 years ago
Roeland Jago Douma ba60fafb9a
Add proper PostLoginEvent 7 years ago
Christoph Wurst ad5a658e0c
Add isTokenLogin argument to post login hook/event 7 years ago
Roeland Jago Douma 6980ecf7ab
Throttle with correct metadata 7 years ago
Roeland Jago Douma c2beb36bfc
Bearer tokens are app token 8 years ago
Roeland Jago Douma 2223d19997
Error out early on an expired token 8 years ago
Roeland Jago Douma d9febae5b2
Update all the publickey tokens if needed on web login 8 years ago
Roeland Jago Douma 00e99af586
Mark token as invalid if the password doesn't match 8 years ago
Roeland Jago Douma 9a7265babf
Make authenticated cookies lax 8 years ago
Roeland Jago Douma ac4735a4f2
Update the scope of the lockdownmanager 8 years ago
Roeland Jago Douma 8c47a632e0
Allow updating the token on session regeneration 8 years ago
Arthur Schiwon 373a1d5391
more consistent naming 8 years ago
Arthur Schiwon 2ebf26e444
admin_audit and dav listen to announce and revoke signals 8 years ago
Morris Jobke d3d045dd5c
Remove unused import statements 8 years ago
Morris Jobke 16a558871c
Use proper code flow instead of not needed else branch 8 years ago
Roeland Jago Douma ef127a30ec
Fix tests 8 years ago
Roeland Jago Douma 0660e57b1f
Don't polute log when loggin into dav with email 8 years ago
Morris Jobke 0eebff152a
Update license headers 9 years ago
Christoph Wurst 87aeae21e3
Fix failing csp/nonce check due to timed out session 9 years ago
Lukas Reschke 5f71805c35
Add basic implementation for OAuth 2.0 Authorization Code Flow 9 years ago
Christoph Wurst 0a43c259c4
Fix encryption + remembered login due to missing login hook 9 years ago
Robin Appelman 2b0da0f218
handle permissions errors when copying the skeleton for a read only user 9 years ago
Morris Jobke ac05d6dd67
Improve PHPDoc 9 years ago
Arthur Schiwon fbadb37b9b
use known LockdownManager 9 years ago
Arthur Schiwon 0a463e55ae
Save correct login name 9 years ago
Arthur Schiwon daf9d23547
don't regenerate Session ID twice, also fixes tests 9 years ago
Arthur Schiwon 50844e8c47
regenerate session id on successful login, fixes integration test 9 years ago
Arthur Schiwon 7b3fdfeeaa
do login routine only once when done via LoginController 9 years ago
Robin Appelman baec42e80a
Save the scope of an auth token in the session 9 years ago
Felix Rupp e7dc1f4326
Add postLogout hook to finish sessions from external session managers (#27048) 9 years ago
Joas Schilling 7c47f822a1
Save the used token id in the session so it can be used later on 9 years ago
Sandro Lutz 9b6f99ab08 Update license header 9 years ago
Sandro Lutz 6feff0ceba Add check if UserManager is of type PublicEmitter before calling preLogin hook 9 years ago
Sandro Lutz e30d28f7eb Change where preLogin hook gets called 9 years ago
Bjoern Schiessle cdf01feba7
add action to existing brute force protection 9 years ago
Joas Schilling 5aa388bbe2
Make sure the loginname is set when logging in via cookie 9 years ago
Roeland Jago Douma e368a745aa
Set last-login-check on basic auth 10 years ago
justin-sleep 25a5c655f7 Move integer casting to the top of the chain 10 years ago
justin-sleep bcadd22480 Explicitly cast $remember to int rather than using identity operator 10 years ago
justin-sleep 9ee9d21cfd Fix #2427 by converting $remember to integer 10 years ago
Christoph Wurst 9b808c4014 do not remember session tokens by default 10 years ago
Robin Appelman 0e88b519d1
fix warning with token login 10 years ago
Robin Appelman 2389e0f250
read lockdown scope from token 10 years ago