Commit Graph

31 Commits (4c9c73bef925d41d8bc9f39f4365c34d794ab86a)

Author SHA1 Message Date
Jenkins for ownCloud b585d87d9d Update license headers 10 years ago
Lukas Reschke 38fec9b095 Can also be null 10 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 10 years ago
Lukas Reschke 165afb004b Use getRemoteAddress which supports reverse proxies 10 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 10 years ago
Morris Jobke 6da33e1ea7 introduce names for user backends - IUserBackend 10 years ago
Lukas Reschke f6820406b6 Move the Null-Byte LDAP check to the user manager 10 years ago
Lukas Reschke d0716d2c7d Use public interface 10 years ago
Lukas Reschke 5dc6406b70 Add filter for 'backend' to user REST route 10 years ago
Morris Jobke a9e411e076 migrate \OC\AllConfig to \OCP\IConfig 10 years ago
Lukas Reschke fe7d9a7ca0 Add REST route for user & group management 10 years ago
Joas Schilling 0ed86c0993 Move OC_USER_BACKEND_* constants to OC_User_Backend class 10 years ago
Robin Appelman 1eefc21329 Remove confusingly names \OC\User\Manager::delete and fix the automatic cache cleanup instead 11 years ago
Robin Appelman d0266c0bf8 Use public api for getting l10n 11 years ago
Lukas Reschke a82cd1ff67 Fix unit test 11 years ago
Lukas Reschke 5bb4772858 Move authentication failed logging to checkPassword 11 years ago
Robin Appelman 20c1ce7f47 Add public interfaces for User, UserManager and UserSession 11 years ago
Arthur Schiwon 2e85d5a852 increase scrutinizer happyiness by removing minor/informational issues 11 years ago
Arthur Schiwon 2c89962919 clean up tryRememberLogin and save the timestamp of users last login 11 years ago
Robin McCorkell 8ab01599a9 Use OC_User_Interface instead of OC_User_Backend 11 years ago
Robin McCorkell a7ae2e874a Squash 'a | b' into 'a|b', in /lib 11 years ago
Robin McCorkell b5bc37d2e4 Fix @return array PHPDocs, in /lib 11 years ago
Arthur Schiwon 45e42c25de Group Database backend must not gather user details itself but ask user 11 years ago
Arthur Schiwon 64679b2e62 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 11 years ago
Volkan Gezer a4f42676ea Make hardcoded exception messages translatable 11 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 11 years ago
Arthur Schiwon cb6a3e2617 if backends have the same class name, sum their users up instead of overwriting 11 years ago
Arthur Schiwon 1e1ced7772 Introduce user count action to user management 11 years ago
Robin Appelman a6c1b3ece3 fix the config option to remove the ability for users to set their displayname 11 years ago
Bjoern Schiessle f021dad204 remove user from cache if he was deleted successfully 12 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago
Arthur Schiwon 14a160e176 Adjust Tests and satisfy them 12 years ago
Arthur Schiwon d101ff42f1 User: move checkPassword from User to Manager to not break API 12 years ago
Robin Appelman a735105a22 update group management 12 years ago
Robin Appelman 0ce2b2708c also clear cached users when removing a single backend 12 years ago
Robin Appelman 2a82964830 use caching for userExists 12 years ago
Robin Appelman eb2a1e0f8a move phpdoc comments 12 years ago
Robin Appelman f00844a003 fix caching of user objects 12 years ago
Robin Appelman a8fb803319 cache instances of \OC\User\User 12 years ago
Robin Appelman 8320f41dbe Emit leacgy OC_User hooks 12 years ago
Robin Appelman 955bda1842 New user management classes 12 years ago