summaryrefslogtreecommitdiffstats
path: root/lib/private/user
Commit message (Collapse)AuthorAgeFilesLines
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-066-6/+8
|
* fixing PHPDoc and use cameCase namesThomas Müller2014-01-091-7/+7
|
* Infowarning about 32bitArthur Schiwon2014-01-081-0/+1
|
* add tests for user countingArthur Schiwon2014-01-081-0/+9
|
* if backends have the same class name, sum their users up instead of overwritingArthur Schiwon2014-01-081-1/+5
|
* Introduce user count action to user managementArthur Schiwon2014-01-073-7/+42
|
* Replace static usage of OC_Config and OC_Preferences with the injected ↵Robin Appelman2013-12-181-5/+13
| | | | \OC\ConfigAll
* fix the config option to remove the ability for users to set their displaynameRobin Appelman2013-12-182-7/+27
|
* On webdav sesssions, loginname was compared to username which does not need ↵Arthur Schiwon2013-12-131-0/+34
| | | | to match necessarily
* fix fallback overwriting result of getHomeRobin Appelman2013-12-121-1/+2
|
* cache the home folder of a UserRobin Appelman2013-12-112-67/+73
|
* Enable user backends to provide avatar imagesArthur Schiwon2013-11-222-7/+20
|
* Now removing stray old cookies from 5.0.12Vincent Petry2013-11-071-0/+5
| | | | | | | | | | | Cookies from 5.0.12 seemed to have an extra slash in the path. Firefox doesn't allow to remove them if the trailing slash isn't there, thus making it impossible to logout correctly. This fix adds extra code to delete such stray cookies. Ported from stable5 branch 99e5c6f7eb58404be2cc5448ec380f29c9a71225
* remove user from cache if he was deleted successfullyBjoern Schiessle2013-10-291-0/+14
|
* local user backend shall search for both username and displayname, fixes #5401Arthur Schiwon2013-10-251-14/+3
|
* Use strict comparison === instead of ==.Andreas Fischer2013-10-081-1/+1
|
* Make OC_User_Dummy::checkPassword() compatible with OC_User_Example.Andreas Fischer2013-10-081-2/+2
| | | | The user id has to be returned.
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-309-0/+1417
Conflicts: lib/private/vcategories.php