Arthur Schiwon
|
6a783d9b08
fix(Session): avoid race conditions on clustered setups
|
4 months ago |
John Molakvoæ
|
cc7e6e5e4c
Merge branch 'master' into refactor/OC-Server-getCsrfTokenManager
|
6 months ago |
Daniel
|
fca38e12c8
Merge pull request #45411 from nextcloud/fix/auth/selective-token-activity-update
|
6 months ago |
Andy Scherzinger
|
dae7c159f7
chore: Add SPDX header
|
6 months ago |
Christoph Wurst
|
bcc02a3c71
fix(auth): Update authtoken activity selectively
|
6 months ago |
Christoph Wurst
|
21ee7f59bd
fix(session): Do not update authtoken last_check for passwordless
|
7 months ago |
Côme Chilliet
|
ec5133b739
fix: Apply new coding standard to all files
|
8 months ago |
Julius Härtl
|
e330efe5a0
fix: Implement option to temporarily set the user session
|
8 months ago |
Andrew Summers
|
0047789580
Refactor `OC\Server::getTwoFactorAuthManager`
|
1 year ago |
Vincent Petry
|
839ddaa354
feat: rename users to account or person
|
2 years ago |
Côme Chilliet
|
b2e9e0fa0d
chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some apps
|
10 months ago |
Christoph Wurst
|
7f2fdd8843
fix(auth): Fix logging in with email, password and login name mismatch
|
10 months ago |
Git'Fellow
|
72e0618f20
fix(session): Avoid two useless authtoken DB queries for every anonymous request
|
10 months ago |
Côme Chilliet
|
eee9f1eec4
Always catch OCP versions of authentication exceptions
|
11 months ago |
Julius Härtl
|
a3a343ce41
perf: Use more performant way to obtain and check the email as a login name with token login
|
1 year ago |
Joas Schilling
|
aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1
|
1 year ago |
Patrick Fischer
|
b2103556b5
Lower log level about invalid session token
|
1 year ago |
Christoph Wurst
|
4f183bb604
fix(session): Log why session renewal failed
|
1 year ago |
Christoph Wurst
|
f398d0b5a3
fix: Log critical session renewal and logout paths
|
1 year ago |
Christoph Wurst
|
83a30dfbdf
fix(user): Log affected user of app token login name mismatch
|
1 year ago |
Andrew Summers
|
1470a7294b
Refactor `OC\Server::getCsrfTokenManager`
|
1 year ago |
Joas Schilling
|
25309bcb45
techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25
|
1 year ago |
Joas Schilling
|
3962cd0aa8
fix!: Move getEventDispatcher usage to IEventDispatcher
|
1 year ago |
Faraz Samapoor
|
e7cc7653b8
Refactors "strpos" calls in lib/private to improve code readability.
|
1 year ago |
Joas Schilling
|
b91957e3df
fix(dav): Abort requests with 429 instead of waiting
|
1 year ago |
Côme Chilliet
|
426c0341ff
Use typed version of IConfig::getSystemValue as much as possible
|
1 year ago |
Daniel Kesselberg
|
f751d2d891
chore: use local variable for remote address
|
1 year ago |
Roeland Jago Douma
|
77df92cabf
feat: add event for failed logins
|
2 years ago |
Julius Härtl
|
de3099b4d6
Remove potential mismatching dav session data during login
|
2 years ago |
Côme Chilliet
|
c79a6b3f62
Fix errors from PHP 8.2 testing
|
2 years ago |