| Commit message (Expand) | Author | Age | Files | Lines |
* | Move \OC\User to PSR-4 | Roeland Jago Douma | 2016-05-10 | 5 | -1163/+0 |
* | Move OC_User_XX to legacy folder | Roeland Jago Douma | 2016-05-10 | 3 | -573/+0 |
* | Merge pull request #23844 from owncloud/disable-user | Thomas Müller | 2016-05-03 | 2 | -22/+25 |
|\ |
|
| * | Add occ commands to enable and disable a user + a disabled user can no longer... | Thomas Müller | 2016-05-02 | 2 | -22/+25 |
* | | Merge pull request #24389 from owncloud/login-by-email | Lukas Reschke | 2016-05-03 | 1 | -0/+14 |
|\ \ |
|
| * | | Fixing local event delivery for calendar events based on the email address | Thomas Müller | 2016-05-02 | 1 | -0/+14 |
* | | | Use a CappedCache in the user database backend | Roeland Jago Douma | 2016-05-03 | 1 | -1/+11 |
|/ / |
|
* | | When we iterate over all users that might be too much memory | Joas Schilling | 2016-04-28 | 1 | -4/+9 |
* | | Don't loop over the backends, we already know where the user should be | Joas Schilling | 2016-04-28 | 1 | -3/+3 |
|/ |
|
* | Prevent null to be passed into the closure of callForAllUsers | Thomas Müller | 2016-04-05 | 1 | -7/+11 |
* | Update author information | Lukas Reschke | 2016-03-01 | 4 | -6/+3 |
* | Fix typo in PHPDoc | Morris Jobke | 2016-02-14 | 1 | -1/+1 |
* | Always set up a config object within the user object | Morris Jobke | 2016-02-12 | 1 | -15/+10 |
* | revolutionar: change updates might even sent the new value (optional) | Arthur Schiwon | 2016-02-09 | 1 | -5/+5 |
* | Doc improvements | Arthur Schiwon | 2016-02-09 | 1 | -2/+2 |
* | Consolidate getQuota and setQuota methods in User instance | Arthur Schiwon | 2016-02-09 | 1 | -4/+35 |
* | Merge pull request #22110 from owncloud/comment-types-always-plural | Thomas Müller | 2016-02-04 | 1 | -1/+1 |
|\ |
|
| * | types shall always be plural | Arthur Schiwon | 2016-02-03 | 1 | -1/+1 |
* | | move whitspace check to user manager | Vincent Chan | 2016-02-03 | 1 | -0/+4 |
|/ |
|
* | introduce comments read marke tables, comes with user cleanup after deletion | Arthur Schiwon | 2016-01-29 | 1 | -0/+1 |
* | Changing the avatar of the user emits the changeUser event which triggers upd... | Thomas Müller | 2016-01-25 | 1 | -6/+8 |
* | Merge pull request #21806 from owncloud/mdusher-master | Thomas Müller | 2016-01-25 | 1 | -3/+3 |
|\ |
|
| * | fix error message and comment | Morris Jobke | 2016-01-20 | 1 | -2/+2 |
| * | Added ' to characters allowed in the username | Michael U | 2016-01-20 | 1 | -2/+2 |
* | | Emit OC\User::changeUser on change of display name | Thomas Müller | 2016-01-20 | 1 | -1/+6 |
* | | Introduce IUser::setEMailAddress and add hook mechanism | Thomas Müller | 2016-01-20 | 2 | -0/+20 |
|/ |
|
* | move methods to correct interface, deprecate private interface | Jörn Friedrich Dreyer | 2016-01-14 | 3 | -62/+9 |
* | Happy new year! | Thomas Müller | 2016-01-12 | 8 | -13/+15 |
* | getMediumStrengthGenerator is deprecated and does not do anything anymore | Roeland Jago Douma | 2016-01-11 | 1 | -1/+1 |
* | Remove OC_DB::isError | Morris Jobke | 2016-01-07 | 1 | -2/+2 |
* | Move regeneration of session ID into session classes | Lukas Reschke | 2016-01-04 | 1 | -0/+2 |
* | different strategy in cleaning up after user was deleted | Arthur Schiwon | 2015-12-09 | 1 | -0/+2 |
* | More cleanups of OC_Config usage | Morris Jobke | 2015-12-03 | 2 | -2/+2 |
* | User IUser::getEMailAddress() all over the place | Thomas Müller | 2015-12-02 | 1 | -1/+1 |
* | Fix endless recursion | Thomas Müller | 2015-12-02 | 1 | -7/+9 |
* | Fix comments | Thomas Müller | 2015-12-02 | 1 | -1/+1 |
* | Fix getCloudId | Thomas Müller | 2015-12-02 | 1 | -0/+1 |
* | Proposal: add enumeration function to IUserManager which simply calls a callb... | Thomas Müller | 2015-12-02 | 1 | -4/+30 |
* | Add the user's cloud id to the vCard | Thomas Müller | 2015-12-02 | 1 | -25/+42 |
* | Add IUser::getAvatarImage() for easy access | Thomas Müller | 2015-12-02 | 1 | -1/+27 |
* | Introduce \OCP\IUser::getEMailAddress() | Thomas Müller | 2015-11-25 | 1 | -0/+10 |
* | Make sure that remote shares use the correct uid casing | Joas Schilling | 2015-10-06 | 1 | -0/+32 |
* | update licence headers via script | Morris Jobke | 2015-10-05 | 4 | -3/+3 |
* | Move dummy backend to Tests namespace | Lukas Reschke | 2015-09-22 | 1 | -169/+0 |
* | Remove last occurence of `forcessl` | Lukas Reschke | 2015-08-26 | 1 | -2/+2 |
* | Fixed "Remote IP:" syntax on failed logins | RealRancor | 2015-07-09 | 1 | -1/+1 |
* | Remove OC_Log | Thomas Müller | 2015-07-03 | 1 | -2/+2 |
* | Fix indentation | Lukas Reschke | 2015-06-27 | 1 | -15/+15 |
* | Add missing annotations for parameters | Lukas Reschke | 2015-06-27 | 4 | -26/+36 |
* | update license headers and authors | Morris Jobke | 2015-06-25 | 2 | -5/+17 |