Christoph Wurst
|
21ee7f59bd
fix(session): Do not update authtoken last_check for passwordless
|
7 月之前 |
Côme Chilliet
|
ec5133b739
fix: Apply new coding standard to all files
|
7 月之前 |
Julius Härtl
|
e330efe5a0
fix: Implement option to temporarily set the user session
|
8 月之前 |
Andrew Summers
|
0047789580
Refactor `OC\Server::getTwoFactorAuthManager`
|
1 年之前 |
Vincent Petry
|
839ddaa354
feat: rename users to account or person
|
2 年之前 |
Côme Chilliet
|
b2e9e0fa0d
chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some apps
|
9 月之前 |
Christoph Wurst
|
7f2fdd8843
fix(auth): Fix logging in with email, password and login name mismatch
|
10 月之前 |
Git'Fellow
|
72e0618f20
fix(session): Avoid two useless authtoken DB queries for every anonymous request
|
10 月之前 |
Côme Chilliet
|
eee9f1eec4
Always catch OCP versions of authentication exceptions
|
10 月之前 |
Julius Härtl
|
a3a343ce41
perf: Use more performant way to obtain and check the email as a login name with token login
|
11 月之前 |
Joas Schilling
|
aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1
|
1 年之前 |
Patrick Fischer
|
b2103556b5
Lower log level about invalid session token
|
1 年之前 |
Christoph Wurst
|
4f183bb604
fix(session): Log why session renewal failed
|
1 年之前 |
Christoph Wurst
|
f398d0b5a3
fix: Log critical session renewal and logout paths
|
1 年之前 |
Christoph Wurst
|
83a30dfbdf
fix(user): Log affected user of app token login name mismatch
|
1 年之前 |
Joas Schilling
|
25309bcb45
techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25
|
1 年之前 |
Joas Schilling
|
3962cd0aa8
fix!: Move getEventDispatcher usage to IEventDispatcher
|
1 年之前 |
Faraz Samapoor
|
e7cc7653b8
Refactors "strpos" calls in lib/private to improve code readability.
|
1 年之前 |
Joas Schilling
|
b91957e3df
fix(dav): Abort requests with 429 instead of waiting
|
1 年之前 |
Côme Chilliet
|
426c0341ff
Use typed version of IConfig::getSystemValue as much as possible
|
1 年之前 |
Daniel Kesselberg
|
f751d2d891
chore: use local variable for remote address
|
1 年之前 |
Roeland Jago Douma
|
77df92cabf
feat: add event for failed logins
|
2 年之前 |
Julius Härtl
|
de3099b4d6
Remove potential mismatching dav session data during login
|
2 年之前 |
Côme Chilliet
|
c79a6b3f62
Fix errors from PHP 8.2 testing
|
2 年之前 |
Christoph Wurst
|
e2d3409a34
Fix unsuccessful token login logged as error
|
2 年之前 |
Robin Appelman
|
1fbb951691
dont try email login if the provider username is not a valid email
|
2 年之前 |
Christoph Wurst
|
0184fbe86b
Log if cookie login failed with token mismatch or session unavailability
|
2 年之前 |
Carl Schwan
|
9ec0cb0a90
Fix psalm issues related to the user backend
|
2 年之前 |
Côme Chilliet
|
6be7aa112f
Migrate from ILogger to LoggerInterface in lib/private
|
2 年之前 |
Joas Schilling
|
86de1d569f
Only setupFS when we have to copy the skeleton
|
2 年之前 |