| Commit message (Expand) | Author | Age | Files | Lines |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -3/+1 |
* | better cleanup of user files on user deletion | Robin Appelman | 2021-04-27 | 1 | -13/+0 |
* | Fix RedundantPropertyInitializationCheck | Roeland Jago Douma | 2021-03-09 | 1 | -2/+2 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+1 |
* | Streamline user creation and deletion events | Morris Jobke | 2020-11-23 | 1 | -0/+8 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -1/+1 |
* | add event to allow apps to overwrite user quota | Robin Appelman | 2020-09-17 | 1 | -1/+10 |
* | User.php: rename of old dispatcher to legacyDispatcher | Morris Jobke | 2020-07-30 | 1 | -11/+11 |
* | Migrate OC_Group post_removeFromGroup hook to actual event object | Morris Jobke | 2020-07-30 | 1 | -2/+10 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
* | Delete avatar if a user is deleted | Julius Härtl | 2020-04-24 | 1 | -0/+5 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -7/+7 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -5/+5 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+4 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -2/+2 |
* | lib/private/User: do not change user properties if value has not changed | Leon Klingele | 2019-04-11 | 1 | -1/+1 |
* | lib/private/User,apps/user_ldap/lib/User: always pass old value to User::trig... | Leon Klingele | 2019-04-11 | 1 | -1/+2 |
* | lib/private/User: do not change user properties if value has not changed | Leon Klingele | 2019-04-11 | 1 | -6/+6 |
* | Pass old value to user triggerChange hook | Morris Jobke | 2019-04-11 | 1 | -4/+4 |
* | Add dispatcher events to User and Group objects | Joas Schilling | 2019-03-01 | 1 | -17/+30 |
* | Expose the backend of IUser | Roeland Jago Douma | 2018-11-02 | 1 | -0/+4 |
* | Properly return boolean on enable state | John Molakvoæ (skjnldsv) | 2018-04-09 | 1 | -3/+2 |
* | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -1/+2 |
* | emit changeUser only if there really was a change (quota, displayname) | Arthur Schiwon | 2017-06-01 | 1 | -2/+7 |
* | Remove account data on user deletion | Joas Schilling | 2017-05-15 | 1 | -0/+5 |
* | Trigger change when a user is enabled/disabled | Joas Schilling | 2017-04-25 | 1 | -1/+5 |
* | Allow to read the old email on the hook as well | Joas Schilling | 2017-04-13 | 1 | -3/+4 |
* | Remove legacy class OC_Group and OC_User | Morris Jobke | 2017-03-09 | 1 | -2/+8 |
* | Add a single public api for resolving a cloud id to a user and remote and back | Robin Appelman | 2017-02-08 | 1 | -1/+2 |
* | Add proper default value for datadir | Morris Jobke | 2017-01-19 | 1 | -1/+1 |
* | Get user home folder before deletion | Vincent Petry | 2016-12-23 | 1 | -1/+7 |
* | Introduce an event for first time login based on the last login time stamp | Thomas Müller | 2016-11-14 | 1 | -1/+4 |
* | Only trigger postDelete hooks when the user was deleted... | Joas Schilling | 2016-09-29 | 1 | -3/+3 |
* | Remove notifications upon user deletion | Joas Schilling | 2016-09-29 | 1 | -0/+4 |
* | Method is deprecated | Jörn Friedrich Dreyer | 2016-08-14 | 1 | -3/+3 |
* | Unnecessary fully qualified names | Jörn Friedrich Dreyer | 2016-08-14 | 1 | -9/+11 |
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -2/+3 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -4/+4 |
* | Add \OC\User\Backend | Roeland Jago Douma | 2016-05-10 | 1 | -7/+7 |
* | Move \OC\User to PSR-4 | Roeland Jago Douma | 2016-05-10 | 1 | -0/+420 |