summaryrefslogtreecommitdiffstats
path: root/lib/user
Commit message (Expand)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-309-1417/+0
* Merge branch 'master' into appframework-masterThomas Müller2013-09-274-28/+34
|\
| * Adjust Tests and satisfy themArthur Schiwon2013-09-241-4/+6
| * === not ==Arthur Schiwon2013-09-241-1/+1
| * User: move checkPassword from User to Manager to not break APIArthur Schiwon2013-09-244-28/+32
* | Add missing implements and fix parameters in IConfigBart Visscher2013-09-201-1/+1
|/
* Add _many_ newlines at the end of fileskondou2013-08-182-2/+2
* 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
* always emit the preSetPassword hook, this should only indicate the intention....Björn Schießle2013-06-061-3/+3
* 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 no...Florin Peter2013-05-311-1/+1
* 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 backend...Thomas Mueller2013-02-114-46/+74
* add missing bracketsBjörn Schießle2013-01-311-2/+3
* search for display name and uid (with no display name) since it is possible t...Björn Schießle2013-01-311-5/+15
* 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 possi...Björn Schießle2013-01-281-2/+2
* 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
* 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