summaryrefslogtreecommitdiffstats
path: root/lib/user.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1948 from owncloud/improve_user_sortingBernhard Posselt2013-02-271-1/+1
|\ | | | | Sort after display name + LDAP server side sorting
| * sort users according to display nameArthur Schiwon2013-02-261-1/+1
| |
* | Fix using wrong quotes for breaking long linesBart Visscher2013-02-261-2/+2
|/ | | | Fixes #1925
* Whitespace fixesBart Visscher2013-02-221-1/+1
|
* Fix quotes in OC_User::isEnabledRobin Appelman2013-02-151-2/+2
| | | | this broke login
* 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 ↵Thomas Mueller2013-02-111-1/+1
| | | | backend can list it's users.
* 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
| |\ | | | | | | Fix ldap stored homedir
| | * 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 ↵Björn Schießle2013-02-101-4/+6
| | | | | | | | | | | | the user
* | | on creation only test for existing users if the backend supports user creationThomas Müller2013-02-081-1/+14
|/ / | | | | | | this solves the issue where no users can be created any more if backends are active which always return true on userExists() like WebDAV Auth
* / 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
|\ | | | | introduction of display names
| * only change display name if the display name from the current user was ↵Björn Schießle2013-01-291-1/+3
| | | | | | | | changed; add correct display name to new user
| * 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
| | | | | | | | first commit with some infrastructure code
* | 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 return
| * Remove uneeded returnsLukas Reschke2013-01-141-2/+0
| |
| * Remove uneeded returnLukas Reschke2013-01-141-3/+0
| | | | | | Thx @Raydiation
* | Check if user is admin - boolLukas Reschke2013-01-141-0/+13
|/ | | | | | | | | | | There was no "isAdminUser()" function which returned bool. This is irritiating as there were a loooooooot of places in the code which checked this itself with `OC_Group::inGroup($uid, 'admin)` - why not use a function for this? (Especially if you consider that we might change the group name in the future, which would lead to problems then) Additionally, @Raydiation needed such a method for his AppFramework :)
* Merge pull request #584 from wardragon/ldap_access_userExists_fixblizzz2012-12-121-1/+6
|\ | | | | Really fix OCP\Share::shareItem with LDAP users
| * Add an $excludingBackend optional parameterLorenzo M. Catucci2012-12-071-1/+6
| | | | | | | | to the userExists method both in OCP\User and in OC_User.
* | 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
| | | | This is for all LowerCaseConstant warnings
* 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
|