Commit Graph

362 Commits (7620d230df8756a9c439c4acbd756fbeae9345f7)

Author SHA1 Message Date
Christoph Wurst 7f2fdd8843
fix(auth): Fix logging in with email, password and login name mismatch 2 years ago
Git'Fellow 72e0618f20
fix(session): Avoid two useless authtoken DB queries for every anonymous request 2 years ago
Côme Chilliet eee9f1eec4 Always catch OCP versions of authentication exceptions 2 years ago
Christoph Wurst 9a206c6282
fix(dav): Make current ooo info time-dependent 2 years ago
Julius Härtl a3a343ce41
perf: Use more performant way to obtain and check the email as a login name with token login 2 years ago
Anna Larch f19645adab enh(userstatus): add OOO automation and remove calendar automation 2 years ago
Richard Steinmetz 8191295f66
feat(dav): dispatch out-of-office started and ended events 2 years ago
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Christoph Wurst 45541eb685
feat(dav): Enable OOO UI and expose enabled via OCP 2 years ago
Christoph Wurst ab1a1d688d
feat: Add out-of-office message API 2 years ago
Patrick Fischer b2103556b5
Lower log level about invalid session token 2 years ago
Christoph Wurst 4f183bb604
fix(session): Log why session renewal failed 2 years ago
Christoph Wurst f398d0b5a3
fix: Log critical session renewal and logout paths 2 years ago
Côme Chilliet a1255539b8 Add endpoint for getting disabled user list 2 years ago
Christoph Wurst 83a30dfbdf
fix(user): Log affected user of app token login name mismatch 2 years ago
Andrew Summers 2258058fd6
Refactor `OC\Server::getAvatarManager 2 years ago
Joas Schilling 25309bcb45
techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25 2 years ago
Joas Schilling daac5c9a95
fix(cache): Remove displayname cache entry on delete 2 years ago
Joas Schilling 3962cd0aa8
fix!: Move getEventDispatcher usage to IEventDispatcher 2 years ago
Joas Schilling ad12a740cb
fix!: Remove symfony EventDispatcherInterface from User 2 years ago
Joas Schilling 35c313e280
fix!: Remove User events which have a typed event replacement 2 years ago
Hamid Dehnavi d0b20534b9 Refactor "substr" calls to improve code readability 3 years ago
Christoph Wurst 14719110b9 chore: Replace \OC::$server->query with \OCP\Server::get in /lib 3 years ago
Côme Chilliet 1603cdc8d2
Fix since annotations and add boolean return type for setUserEnabled 3 years ago
Joas Schilling ef93bb926c
fix(dav): Fix avatar size in system address book 3 years ago
Côme Chilliet 285c42ab14
Fix user tests, avoid setting enabled state to the same value 3 years ago
Côme Chilliet 3af1ab2b2a
Add user enabled state backend feature 3 years ago
Faraz Samapoor e7cc7653b8 Refactors "strpos" calls in lib/private to improve code readability. 3 years ago
Christoph Wurst 1381c4c157
feat(users): Store and load a user's manager 3 years ago
Christopher Ng 4ecae83385 fix(user): Can change display name 3 years ago
Joas Schilling b91957e3df
fix(dav): Abort requests with 429 instead of waiting 3 years ago
Côme Chilliet 346344c153
Update version number in since and deprecated annotations 3 years ago
Côme Chilliet 3c2b126eba
Make code clearer and bump @ deprecated annotations 3 years ago
Carl Schwan a4c599c1c9
Split new method in a new group backend interface 3 years ago
Carl Schwan 35dc223500
Optimize retrieving display name when searching for users in a group 3 years ago
Marc Hefter 0c6d440643
undoing the additions to OC\IUser 3 years ago
Marc Hefter 651273808f
CleanUp: correct version to 27 and return value specification 3 years ago
Marc Hefter eee0275dc5
added user profile scope setting 3 years ago
Marc Hefter 2315c17726
feature addition: [user_ldap] update user profile from LDAP 3 years ago
Côme Chilliet 426c0341ff
Use typed version of IConfig::getSystemValue as much as possible 3 years ago
Thomas Citharel f7e65b1751 Create the database user in a transaction 3 years ago
Daniel Kesselberg f751d2d891
chore: use local variable for remote address 3 years ago
Julius Härtl 3287eddbbc fix: Recalculate storage statistics on updating the quota 3 years ago
Robin Appelman 853ec60f3e also cache backend for user in memory instead of always going to redis 3 years ago
Côme Chilliet 5aed587e25
Fix setQuota on User on 32bits 3 years ago
Côme Chilliet f5c361cf44
composer run cs:fix 3 years ago
Simon L 7271ec7acf spaces are allowed in userids 3 years ago
Joas Schilling 256fbe9d77
Validate if the user part of a "cloud id" can even be a valid user id 3 years ago
Roeland Jago Douma 77df92cabf
feat: add event for failed logins 3 years ago
Julius Härtl de3099b4d6
Remove potential mismatching dav session data during login 3 years ago