aboutsummaryrefslogtreecommitdiffstats
path: root/lib/user
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into groupsRobin Appelman2013-07-231-3/+3
|\
| * Set path in cookie.Thomas Tanghus2013-07-091-3/+3
| |
| * apply @LukasReschke's cookie changes, hopefully finally fix #854Jan-Christoph Borchardt2013-07-091-3/+3
| |
* | update group managementRobin Appelman2013-07-102-1/+4
|/
* add missing backticksJörn Friedrich Dreyer2013-06-201-1/+1
| | | guys, please ...
* always emit the preSetPassword hook, this should only indicate the ↵Björn Schießle2013-06-061-3/+3
| | | | intention. Finally the post-hooks indicate if it was successful or not
* also clear cached users when removing a single backendRobin Appelman2013-06-031-0/+1
|
* use caching for userExistsRobin Appelman2013-06-031-6/+3
|
* cast result to boolRobin Appelman2013-06-031-1/+2
|
* move phpdoc commentsRobin Appelman2013-06-033-2/+52
|
* User: return backend resultRobin Appelman2013-06-031-2/+1
|
* fix namespacing errorRobin Appelman2013-06-011-3/+3
|
* user should set into session before postLogin hook otherwise it will break ↵Florin Peter2013-05-311-1/+1
| | | | not only the files_encryption app
* Fix postLogin hookRobin Appelman2013-05-311-1/+1
|
* fix caching of user objectsRobin Appelman2013-05-311-5/+22
|
* cache instances of \OC\User\UserRobin Appelman2013-05-311-5/+11
|
* Emit leacgy OC_User hooksRobin Appelman2013-05-291-6/+6
|
* fix User->setHome when the backend action failsRobin Appelman2013-05-291-2/+2
|
* New user management classesRobin Appelman2013-05-295-81/+612
|
* add debug outputJörn Friedrich Dreyer2013-05-221-1/+1
|
* typo fix in a comment.joel hansson2013-05-011-1/+1
|
* Use the MDB2 function to get the count resultBart Visscher2013-04-061-1/+1
|
* Use count SQL to check for user existanceBart Visscher2013-04-051-2/+2
|
* Whitespace fixesBart Visscher2013-02-222-8/+8
|
* changing the bit mask of OC_USER_BACKEND_SET_DISPLAYNAMEThomas Mueller2013-02-151-1/+1
|
* Style-fix: Breakup long linesBart Visscher2013-02-141-2/+4
|
* introduce new virtual method hasUserListings() to determine if a user ↵Thomas Mueller2013-02-114-46/+74
| | | | backend can list it's users.
* add missing bracketsBjörn Schießle2013-01-311-2/+3
|
* search for display name and uid (with no display name) since it is possible ↵Björn Schießle2013-01-311-5/+15
| | | | that not all users have a seperate display name
* remove dubug valueBjörn Schießle2013-01-291-1/+1
|
* Adjust user interface to additions around displayName HandlingArthur Schiwon2013-01-291-0/+15
|
* search display name instead of uid; fix key/value order for array accessBjörn Schießle2013-01-281-1/+1
|
* implement DisplayNamesInGroup for database back-endBjörn Schießle2013-01-281-4/+6
|
* implement display names for the database back-endBjörn Schießle2013-01-281-0/+34
|
* update the display name for the database back-endBjörn Schießle2013-01-281-0/+18
|
* 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
* Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-042-2/+2
|
* Checkstyle: many fixesFelix Moeller2012-11-022-5/+5
|
* check for database error in userExistsJörn Friedrich Dreyer2012-10-301-1/+4
|
* Treat getUsers() as case insensitive, helpful for showing proper results in ↵Michael Gapczynski2012-09-121-1/+1
| | | | the share with autocomplete
* adding space between) and {Thomas Mueller2012-09-074-39/+39
|
* use null instead of -1 on all getUser()Jörn Friedrich Dreyer2012-09-013-3/+3
|
* Whitespace fixes in libBart Visscher2012-08-292-8/+8
|
* Check usernames in the database as case insensitive, they are still stored ↵Michael Gapczynski2012-08-281-2/+2
| | | | case sensitive. Bug fix for oc-422 and oc-1514
* OC_User: getHome is an optional method, taking it out of the InterfaceArthur Schiwon2012-08-271-7/+0
|
* fix c&p fail from earlier commit todayGeorg Ehrke2012-08-262-2/+2
|