Commit Graph

8 Commits (72b90816faba41b7bbf22973e826010fa16be257)

Author SHA1 Message Date
Arthur Schiwon f93ab1105f implement getDisplayNames in group manager 12 years ago
Arthur Schiwon 793f20d728 Remove limit and offset manipulation when getting users or groups, because it does not work when more than one user or group backend. Fixing it would be too costly performancewise, so we switch back to the model used in OC 5: limit and offset are effective per backend, and not a general constraint 13 years ago
Arthur Schiwon cf8fc2294e if backends have the same class name, sum their users up instead of overwriting 13 years ago
Arthur Schiwon 4b4901519d Introduce user count action to user management 13 years ago
Robin Appelman 62887c67ab fix the config option to remove the ability for users to set their displayname 13 years ago
Bjoern Schiessle f021dad204 remove user from cache if he was deleted successfully 13 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
Arthur Schiwon 14a160e176 Adjust Tests and satisfy them 13 years ago
Arthur Schiwon d101ff42f1 User: move checkPassword from User to Manager to not break API 13 years ago
Robin Appelman a735105a22 update group management 13 years ago
Robin Appelman 0ce2b2708c also clear cached users when removing a single backend 13 years ago
Robin Appelman 2a82964830 use caching for userExists 13 years ago
Robin Appelman eb2a1e0f8a move phpdoc comments 13 years ago
Robin Appelman f00844a003 fix caching of user objects 13 years ago
Robin Appelman a8fb803319 cache instances of \OC\User\User 13 years ago
Robin Appelman 8320f41dbe Emit leacgy OC_User hooks 13 years ago
Robin Appelman 955bda1842 New user management classes 13 years ago