summaryrefslogtreecommitdiffstats
path: root/lib/user.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1493 from owncloud/fix_ldap_stored_homedirFrank Karlitschek2013-02-111-1/+1
|\
| * check whether user belongs to the backend before calling getHome()Arthur Schiwon2013-02-061-1/+1
* | add switch to enable/disable the possibility to change the display name by th...Björn Schießle2013-02-101-4/+6
* | let the user change his display name, if supported by the back-endBjörn Schießle2013-02-061-1/+19
|/
* offer change password only when the action is supported by the user backendArthur Schiwon2013-02-051-0/+18
* Merge pull request #1360 from owncloud/display_nameLukas Reschke2013-01-291-0/+76
|\
| * only change display name if the display name from the current user was change...Björn Schießle2013-01-291-1/+3
| * TypoArthur Schiwon2013-01-291-58/+58
| * implement DisplayNamesInGroup for database back-endBjörn Schießle2013-01-281-1/+1
| * interface and API to change display namesBjörn Schießle2013-01-281-2/+17
| * allow to get the display name from an abitrary userBjörn Schießle2013-01-251-2/+4
| * 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/+18
| * add display name to title instead if login-IDBjörn Schießle2013-01-241-1/+1
| * new branch which introduces display namesBjörn Schießle2013-01-241-1/+40
* | Fix phpdocRobin Appelman2013-01-281-2/+2
|/
* Merge pull request #1178 from owncloud/return_true_because_of_poniesThomas Müller2013-01-151-5/+0
|\
| * Remove uneeded returnsLukas Reschke2013-01-141-2/+0
| * Remove uneeded returnLukas Reschke2013-01-141-3/+0
* | Check if user is admin - boolLukas Reschke2013-01-141-0/+13
|/
* Merge pull request #584 from wardragon/ldap_access_userExists_fixblizzz2012-12-121-1/+6
|\
| * Add an $excludingBackend optional parameterLorenzo M. Catucci2012-12-071-1/+6
* | add debug logging for user backend registrationJörn Friedrich Dreyer2012-12-111-11/+18
|/
* Better place to check for user removalBart Visscher2012-11-151-1/+4
* Better check and handing of user deletionBart Visscher2012-11-141-1/+1
* Better check and handling of user creationBart Visscher2012-11-141-1/+1
* Checkstyle: Fix the last 25 NoSpaceAfterCommaFelix Moeller2012-11-041-1/+1
* Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-1/+1
* Checkstyle: many fixesFelix Moeller2012-11-021-2/+2
* fix function documentationBjörn Schießle2012-10-271-2/+1
* Checkstyle: NoSpaceAfterCommaFelix Moeller2012-10-231-2/+2
* More Checkstyle cleanupFelix Moeller2012-10-231-3/+3
* Delete user files in /data/ after deleting a userLukas Reschke2012-10-161-0/+4
* Set oc_token to httponlyLukas Reschke2012-10-161-1/+1
* delete all tokens on password changeMichael Göhler2012-10-141-0/+2
* Make the lifetime of the remember login cookieBart Visscher2012-10-141-3/+4
* add proper error logging in OC_User database queriesv4.5.0beta3Jörn Friedrich Dreyer2012-09-121-10/+33
* adding space between) and {Thomas Mueller2012-09-071-52/+52
* Whitespace fixes in libBart Visscher2012-09-071-1/+1
* allow configuring user backends in config.phpRobin Appelman2012-09-011-0/+25
* Whitespace fixes in libBart Visscher2012-08-291-3/+3
* fix c&p fail from earlier commit todayGeorg Ehrke2012-08-261-1/+1
* implement getHome in OC_UserGeorg Ehrke2012-08-261-0/+21
* Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-251-44/+79
|\
| * Change limit parameter in OC_User as wellMichael Gapczynski2012-08-111-1/+1
| * Add search, limit, and offset parameters to getUsers() and getGroups()Michael Gapczynski2012-08-111-6/+6
| * Methods to disable and enable usersTom Needham2012-07-291-2/+35
| * define an interface for the User BackendArthur Schiwon2012-07-251-2/+2
| * add option to clear user backendsRobin Appelman2012-07-231-1/+7
| * allow a more flexible way of using user backendsRobin Appelman2012-07-191-17/+21