summaryrefslogtreecommitdiffstats
path: root/lib/private/User/User.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-061-1/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* emit changeUser only if there really was a change (quota, displayname)Arthur Schiwon2017-06-011-2/+7
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Remove account data on user deletionJoas Schilling2017-05-151-0/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Trigger change when a user is enabled/disabledJoas Schilling2017-04-251-1/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Allow to read the old email on the hook as wellJoas Schilling2017-04-131-3/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove legacy class OC_Group and OC_UserMorris Jobke2017-03-091-2/+8
| | | | | | * basically a straight replacement of the wrapped code at the calling code parts Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add a single public api for resolving a cloud id to a user and remote and backRobin Appelman2017-02-081-1/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add proper default value for datadirMorris Jobke2017-01-191-1/+1
| | | | | | | * better safe than sorry * fixes #3091 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Get user home folder before deletionVincent Petry2016-12-231-1/+7
| | | | | | | After the deletion getHome() will fail because the user doesn't exist any more, so we need to fetch that value earlier. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Introduce an event for first time login based on the last login time stampThomas Müller2016-11-141-1/+4
| | | | | | | | | | | | Use firstLogin event to trigger creation of default calendar and default address book Delay login of admin user after setup so that firstLogin event can properly be processed for the admin Fixing tests ... Skeleton files are not copied over -> only 3 cache entries are remaining Use updateLastLoginTimestamp to properly setup lastLogin value for a test user
* Only trigger postDelete hooks when the user was deleted...Joas Schilling2016-09-291-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove notifications upon user deletionJoas Schilling2016-09-291-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Method is deprecatedJörn Friedrich Dreyer2016-08-141-3/+3
|
* Unnecessary fully qualified namesJörn Friedrich Dreyer2016-08-141-9/+11
|
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-2/+3
|
* Update license headersLukas Reschke2016-05-261-4/+4
|
* Add \OC\User\BackendRoeland Jago Douma2016-05-101-7/+7
| | | | | Since some apps (ldap et al) still depend on OC_User_Backend this seemed like the cleanest approach.
* Move \OC\User to PSR-4Roeland Jago Douma2016-05-101-0/+420