summaryrefslogtreecommitdiffstats
path: root/lib/user.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into appframework-masterThomas Müller2013-09-271-10/+7
|\
| * Merge pull request #5001 from owncloud/fixing-user-external-backends-masterMorris Jobke2013-09-271-0/+1
| |\
| | * prelogin apps have to be loaded within setupBackend() otherwise required clas...Thomas Müller2013-09-261-0/+1
| * | manager checkPassword now returns User object, adjust internal user class acc...Arthur Schiwon2013-09-251-1/+1
| |/
| * Fix docArthur Schiwon2013-09-241-1/+1
| * Fix return value from User object to User IDArthur Schiwon2013-09-241-1/+1
| * User: move checkPassword from User to Manager to not break APIArthur Schiwon2013-09-241-9/+5
* | Add UserSession to server containerBart Visscher2013-09-201-41/+2
|/
* Clean up \OC\Utilkondou2013-08-151-1/+1
* Remove noisy Log/Debug messageMorris Jobke2013-08-081-1/+0
* Merge branch 'master' into groupsRobin Appelman2013-07-231-1/+1
|\
| * Early errors (in base.php) don't have session availableBart Visscher2013-07-161-1/+1
* | update group managementRobin Appelman2013-07-101-2/+2
|/
* 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
|/