Commit Graph

368 Commits (e39e564d3acd3d2791edc1761a33328052598d3d)

Author SHA1 Message Date
John Molakvoæ 524ed97d62
fix: replace `Account name` by `Login` 10 months ago
Vincent Petry 839ddaa354
feat: rename users to account or person 10 months ago
Côme Chilliet c0ce272e9c chore: Migrate away from OC::$server->getLogger 10 months ago
Côme Chilliet b2e9e0fa0d chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some apps 10 months ago
Côme Chilliet 8bcc2d352e chore: Fix missing template parameter for IEventListener 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
Christoph Wurst 9a206c6282
fix(dav): Make current ooo info time-dependent 12 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
Anna Larch f19645adab enh(userstatus): add OOO automation and remove calendar automation 1 year ago
Richard Steinmetz 8191295f66
feat(dav): dispatch out-of-office started and ended events 1 year ago
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 1 year ago
Christoph Wurst 45541eb685
feat(dav): Enable OOO UI and expose enabled via OCP 1 year ago
Christoph Wurst ab1a1d688d
feat: Add out-of-office message API 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
Côme Chilliet a1255539b8 Add endpoint for getting disabled user list 1 year ago
Christoph Wurst 83a30dfbdf
fix(user): Log affected user of app token login name mismatch 1 year ago
Andrew Summers 2258058fd6
Refactor `OC\Server::getAvatarManager 1 year ago
Joas Schilling 25309bcb45
techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25 1 year ago
Joas Schilling daac5c9a95
fix(cache): Remove displayname cache entry on delete 1 year ago
Joas Schilling 3962cd0aa8
fix!: Move getEventDispatcher usage to IEventDispatcher 1 year ago
Joas Schilling ad12a740cb
fix!: Remove symfony EventDispatcherInterface from User 1 year ago
Joas Schilling 35c313e280
fix!: Remove User events which have a typed event replacement 1 year ago
Hamid Dehnavi d0b20534b9 Refactor "substr" calls to improve code readability 1 year ago
Christoph Wurst 14719110b9 chore: Replace \OC::$server->query with \OCP\Server::get in /lib 1 year ago
Côme Chilliet 1603cdc8d2
Fix since annotations and add boolean return type for setUserEnabled 1 year ago
Joas Schilling ef93bb926c
fix(dav): Fix avatar size in system address book 2 years ago
Côme Chilliet 285c42ab14
Fix user tests, avoid setting enabled state to the same value 2 years ago
Côme Chilliet 3af1ab2b2a
Add user enabled state backend feature 2 years ago
Faraz Samapoor e7cc7653b8 Refactors "strpos" calls in lib/private to improve code readability. 2 years ago
Christoph Wurst 1381c4c157
feat(users): Store and load a user's manager 2 years ago
Christopher Ng 4ecae83385 fix(user): Can change display name 2 years ago
Joas Schilling b91957e3df
fix(dav): Abort requests with 429 instead of waiting 2 years ago
Côme Chilliet 346344c153
Update version number in since and deprecated annotations 2 years ago
Côme Chilliet 3c2b126eba
Make code clearer and bump @ deprecated annotations 2 years ago
Carl Schwan a4c599c1c9
Split new method in a new group backend interface 2 years ago
Carl Schwan 35dc223500
Optimize retrieving display name when searching for users in a group 2 years ago
Marc Hefter 0c6d440643
undoing the additions to OC\IUser 2 years ago
Marc Hefter 651273808f
CleanUp: correct version to 27 and return value specification 2 years ago
Marc Hefter eee0275dc5
added user profile scope setting 2 years ago
Marc Hefter 2315c17726
feature addition: [user_ldap] update user profile from LDAP 2 years ago
Côme Chilliet 426c0341ff
Use typed version of IConfig::getSystemValue as much as possible 2 years ago
Thomas Citharel f7e65b1751 Create the database user in a transaction 2 years ago
Daniel Kesselberg f751d2d891
chore: use local variable for remote address 2 years ago
Julius Härtl 3287eddbbc fix: Recalculate storage statistics on updating the quota 2 years ago
Robin Appelman 853ec60f3e also cache backend for user in memory instead of always going to redis 2 years ago
Côme Chilliet 5aed587e25
Fix setQuota on User on 32bits 2 years ago