summaryrefslogtreecommitdiffstats
path: root/inc/User/backend.php
Commit message (Collapse)AuthorAgeFilesLines
* remove for now. main repository is at projects.kde.org/owncloudFrank Karlitschek2011-08-131-161/+0
|
* Fixed typo (Lisener → Listener)Elias Probst2011-01-011-2/+2
|
* initial version for user managment tab in the settings pageRobin Appelman2010-09-201-0/+8
|
* add functions to get a list of all users or groupsRobin Appelman2010-09-151-0/+12
|
* Cleaned up and added some documentationAldo "xoen" Giambelluca2010-07-221-5/+23
|
* Created class `OC_USER_BACKEND` for general user managmentAldo "xoen" Giambelluca2010-07-211-0/+123
It's possible to use `OC_USER` as normal but the real stuff is done by the `OC_USER::$_backend` class, setted using `OC_USER::setBackend()` (this is done in inc/lib_user.php)