summaryrefslogtreecommitdiffstats
path: root/lib/user/user.php
Commit message (Collapse)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-179/+0
| | | | | Conflicts: lib/private/vcategories.php
* User: move checkPassword from User to Manager to not break APIArthur Schiwon2013-09-241-18/+0
|
* update group managementRobin Appelman2013-07-101-1/+1
|
* always emit the preSetPassword hook, this should only indicate the ↵Björn Schießle2013-06-061-3/+3
| | | | intention. Finally the post-hooks indicate if it was successful or not
* cast result to boolRobin Appelman2013-06-031-1/+2
|
* move phpdoc commentsRobin Appelman2013-06-031-0/+20
|
* User: return backend resultRobin Appelman2013-06-031-2/+1
|
* fix User->setHome when the backend action failsRobin Appelman2013-05-291-2/+2
|
* New user management classesRobin Appelman2013-05-291-0/+177