Commit Graph

3 Commits (27b699bdbcd080ec9d5400a2391cdb2b725f7ee1)

Author SHA1 Message Date
Lukas Reschke aba539703c
Update license headers 10 years ago
Roeland Jago Douma f6ee738ba8
Add \OC\User\Backend 10 years ago
Roeland Jago Douma 9504500e5f
Move \OC\User to PSR-4 10 years ago
Thomas Müller b10dcfc3b7
Fixing local event delivery for calendar events based on the email address 10 years ago
Joas Schilling b8114bcc33
When we iterate over all users that might be too much memory 10 years ago
Joas Schilling 76af70180d
Don't loop over the backends, we already know where the user should be 10 years ago
Thomas Müller 64d400b5df Prevent null to be passed into the closure of callForAllUsers 10 years ago
Lukas Reschke 933f60e314 Update author information 10 years ago
Morris Jobke da06447c3b Fix typo in PHPDoc 10 years ago
Vincent Chan cc17ac9ff9 move whitspace check to user manager 10 years ago
Thomas Müller aeb89947a2 Introduce IUser::setEMailAddress and add hook mechanism 10 years ago
Morris Jobke 7b54bf26ea fix error message and comment 10 years ago
Michael U dbfa143e2d Added ' to characters allowed in the username 10 years ago
Thomas Müller 682821c71e Happy new year! 10 years ago
Thomas Müller 4c695e63c0 Fix comments 10 years ago
Thomas Müller 6abc02cb88 Proposal: add enumeration function to IUserManager which simply calls a callbask for each user in all backends 10 years ago
Morris Jobke b945d71384 update licence headers via script 10 years ago
RealRancor e62c375749 Fixed "Remote IP:" syntax on failed logins 11 years ago
Jenkins for ownCloud b585d87d9d Update license headers 11 years ago
Lukas Reschke 38fec9b095 Can also be null 11 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 11 years ago
Lukas Reschke 165afb004b Use getRemoteAddress which supports reverse proxies 11 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 11 years ago
Morris Jobke 6da33e1ea7 introduce names for user backends - IUserBackend 11 years ago
Lukas Reschke f6820406b6 Move the Null-Byte LDAP check to the user manager 11 years ago
Lukas Reschke d0716d2c7d Use public interface 11 years ago
Lukas Reschke 5dc6406b70 Add filter for 'backend' to user REST route 11 years ago
Morris Jobke a9e411e076 migrate \OC\AllConfig to \OCP\IConfig 11 years ago
Lukas Reschke fe7d9a7ca0 Add REST route for user & group management 11 years ago
Joas Schilling 0ed86c0993 Move OC_USER_BACKEND_* constants to OC_User_Backend class 11 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 12 years ago
Lukas Reschke a82cd1ff67 Fix unit test 12 years ago
Lukas Reschke 5bb4772858 Move authentication failed logging to checkPassword 12 years ago
Robin Appelman 20c1ce7f47 Add public interfaces for User, UserManager and UserSession 12 years ago
Arthur Schiwon 2e85d5a852 increase scrutinizer happyiness by removing minor/informational issues 12 years ago
Arthur Schiwon 2c89962919 clean up tryRememberLogin and save the timestamp of users last login 12 years ago
Robin McCorkell 8ab01599a9 Use OC_User_Interface instead of OC_User_Backend 12 years ago
Robin McCorkell a7ae2e874a Squash 'a | b' into 'a|b', in /lib 12 years ago
Robin McCorkell b5bc37d2e4 Fix @return array PHPDocs, in /lib 12 years ago
Arthur Schiwon 45e42c25de Group Database backend must not gather user details itself but ask user 12 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 12 years ago
Volkan Gezer a4f42676ea Make hardcoded exception messages translatable 12 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 12 years ago
Arthur Schiwon cb6a3e2617 if backends have the same class name, sum their users up instead of overwriting 12 years ago
Arthur Schiwon 1e1ced7772 Introduce user count action to user management 12 years ago
Robin Appelman a6c1b3ece3 fix the config option to remove the ability for users to set their displayname 12 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