Commit Graph

5 Commits

Author SHA1 Message Date
Elias Probst ba246b450f Fixed typo (Lisener → Listener) 2011-01-01 01:01:57 +01:00
Robin Appelman 91acafe698 initial version for user managment tab in the settings page 2010-09-20 18:27:43 +00:00
Robin Appelman a1fbbd09ee add functions to get a list of all users or groups 2010-09-15 16:24:14 +00:00
Aldo "xoen" Giambelluca ccd362108e Cleaned up and added some documentation 2010-07-22 23:42:18 +02:00
Aldo "xoen" Giambelluca 68775a282d Created class `OC_USER_BACKEND` for general user managment
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)
2010-07-21 17:53:51 +02:00