aboutsummaryrefslogtreecommitdiffstats
path: root/lib/user/backend.php
Commit message (Collapse)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-159/+0
| | | | | Conflicts: lib/private/vcategories.php
* New user management classesRobin Appelman2013-05-291-11/+11
|
* Whitespace fixesBart Visscher2013-02-221-2/+2
|
* changing the bit mask of OC_USER_BACKEND_SET_DISPLAYNAMEThomas Mueller2013-02-151-1/+1
|
* introduce new virtual method hasUserListings() to determine if a user ↵Thomas Mueller2013-02-111-8/+16
| | | | backend can list it's users.
* remove dubug valueBjörn Schießle2013-01-291-1/+1
|
* interface and API to change display namesBjörn Schießle2013-01-281-0/+2
|
* change order, key -> uid and value -> display name, this way it is also ↵Björn Schießle2013-01-281-2/+2
| | | | possible to have non-unique display names
* get all display names from users in a given groupBjörn Schießle2013-01-251-2/+2
|
* get all display namesBjörn Schießle2013-01-251-0/+15
|
* new branch which introduces display namesBjörn Schießle2013-01-241-0/+11
| | | | first commit with some infrastructure code
* adding space between) and {Thomas Mueller2012-09-071-6/+6
|
* use null instead of -1 on all getUser()Jörn Friedrich Dreyer2012-09-011-1/+1
|
* implement getHome in OC_UserGeorg Ehrke2012-08-261-0/+11
|
* Make getting all users and groups the defaultMichael Gapczynski2012-08-111-1/+1
|
* Add search, limit, and offset parameters to getUsers() and getGroups()Michael Gapczynski2012-08-111-1/+1
|
* define an interface for the User BackendArthur Schiwon2012-07-251-1/+1
|
* Merge branch 'unstable'Bart Visscher2012-06-041-8/+32
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/tests/config.php apps/files_versions/ajax/getVersions.php apps/files_versions/appinfo/app.php apps/files_versions/history.php apps/files_versions/js/versions.js apps/files_versions/templates/history.php apps/files_versions/versions.php lib/base.php
| * Implement default functions in OC_User backendBart Visscher2012-05-101-8/+32
| | | | | | | | | | | | | | | | | | Simplifies calling these functions, and makes code simpler functions: deleteUser getUsers userExists
* | Minor change to commentSam Tuke2012-06-011-2/+4
| |
* | update copyrightFrank Karlitschek2012-05-261-1/+1
|/
* Renaming classes :-)Jakob Sack2011-07-291-2/+2
|
* Use autoloadJakob Sack2011-07-271-0/+86