summaryrefslogtreecommitdiffstats
path: root/lib/user.php
Commit message (Expand)AuthorAgeFilesLines
* Update user.phpshkdee2013-06-181-1/+1
* createUser() needs to return something; the user object or falseBjörn Schießle2013-06-111-1/+1
* User: consisten variable namingRobin Appelman2013-06-031-9/+9
* User: remove determineDisplayNameRobin Appelman2013-06-031-19/+9
* adding PHPDoc comment to getManager()Thomas Mueller2013-06-011-1/+10
* fix undefined variablesRobin Appelman2013-06-011-2/+2
* use single quotesRobin Appelman2013-06-011-10/+10
* Fix postLogin hookRobin Appelman2013-05-311-1/+1
* fix typoRobin Appelman2013-05-311-1/+1
* Emit leacgy OC_User hooksRobin Appelman2013-05-291-2/+29
* fix setting getting active useridRobin Appelman2013-05-291-5/+4
* implement old user api on top of the new oneRobin Appelman2013-05-291-312/+173
* Use the new session wrapperRobin Appelman2013-05-281-8/+8
* Merge branch 'master' into files_encryptionBjörn Schießle2013-05-221-0/+4
|\
| * use to_char only for oracle, whitespaceJörn Friedrich Dreyer2013-05-221-1/+5
| * add debug outputJörn Friedrich Dreyer2013-05-221-1/+1
* | Merge branch 'master' into files_encryptionFlorin Peter2013-05-201-2/+2
|\|
| * Add password to pre_loginLukas Reschke2013-05-191-2/+2
* | allow admin to recover users files in case of password lostBjörn Schießle2013-05-161-3/+4
|/
* Fix OC_User::getDisplaynames when using numeric user id'sRobin Appelman2013-04-171-1/+1
* Juse send the cookies in the ownCloud directoryLukas Reschke2013-04-061-3/+3
* *gnaaarf*Lukas Reschke2013-04-041-1/+1
* Merge pull request #1948 from owncloud/improve_user_sortingBernhard Posselt2013-02-271-1/+1
|\
| * sort users according to display nameArthur Schiwon2013-02-261-1/+1
* | Fix using wrong quotes for breaking long linesBart Visscher2013-02-261-2/+2
|/
* Whitespace fixesBart Visscher2013-02-221-1/+1
* Fix quotes in OC_User::isEnabledRobin Appelman2013-02-151-2/+2
* Style-fix: Breakup long linesBart Visscher2013-02-141-4/+9
* Whitespace indent fixesBart Visscher2013-02-141-2/+2
* Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher2013-02-141-1/+1
* introduce new virtual method hasUserListings() to determine if a user backend...Thomas Mueller2013-02-111-1/+1
* Merge branch 'master' into fixing-1424-masterThomas Mueller2013-02-111-5/+7
|\
| * 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
* | | on creation only test for existing users if the backend supports user creationThomas Müller2013-02-081-1/+14
|/ /
* / 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
|\