summaryrefslogtreecommitdiffstats
path: root/lib/private/user
Commit message (Expand)AuthorAgeFilesLines
* drop superflous statement in phpdocArthur Schiwon2014-05-261-2/+0
* add preRememberedLogin hook and document this and postRememberedLogin in clas...Arthur Schiwon2014-05-261-1/+4
* increase scrutinizer happyiness by removing minor/informational issuesArthur Schiwon2014-05-231-1/+1
* clean up tryRememberLogin and save the timestamp of users last loginArthur Schiwon2014-05-213-0/+65
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-196-40/+40
* Merge pull request #7363 from owncloud/optimize-startup-queriesMorris Jobke2014-05-191-5/+7
|\
| * Merge branch 'master' into optimize-startup-queriesBart Visscher2014-05-072-65/+69
| |\
| * | Delay fetching the display name until it is requestedBart Visscher2014-02-211-5/+7
* | | Fix Scrutinizer errorsRobin McCorkell2014-05-131-3/+3
* | | Use OC_User_Interface instead of OC_User_BackendRobin McCorkell2014-05-132-6/+6
* | | Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-134-35/+31
* | | Squash 'a | b' into 'a|b', in /libRobin McCorkell2014-05-134-4/+4
* | | Fix @return array PHPDocs, in /libRobin McCorkell2014-05-134-7/+7
* | | Replace @returns with @return, in /libRobin McCorkell2014-05-135-19/+19
* | | Use strict type comparisonLukas Reschke2014-05-071-2/+2
| |/ |/|
* | Group Database backend must not gather user details itself but ask userArthur Schiwon2014-04-281-2/+2
* | Merge pull request #7617 from nishiki/cache_userThomas Müller2014-04-231-43/+60
|\ \
| * | remove cache all useradrien2014-03-211-70/+22
| * | fix remove cache when deleteadrien2014-03-111-6/+3
| * | remove static variable, add limit and offsetadrien2014-03-111-29/+51
| * | fix cache when remove an useradrien2014-03-101-1/+8
| * | fix undifined uidnishiki2014-03-091-1/+2
| * | add query result (boolean) for update or deletenishiki2014-03-091-9/+6
| * | minor clean codenishiki2014-03-091-1/+1
| * | fix undefined in loadUsersadrien2014-03-071-8/+10
| * | update the cache when add useradrien2014-03-061-13/+16
| * | upgrade the cache useradrien2014-03-061-14/+38
| * | add cache for single usersadrien2014-03-061-33/+45
| |/
* | Merge pull request #8205 from owncloud/fix-8202Morris Jobke2014-04-171-1/+1
|\ \
| * | remove unneeded LOWER. Fixes #8202Victor Dubiniuk2014-04-141-1/+1
* | | Remove limit and offset manipulation when getting users or groups, because it...Arthur Schiwon2014-04-151-14/+0
|/ /
* / Make hardcoded exception messages translatableVolkan Gezer2014-04-081-5/+6
|/
* Remove `session_id_regenerate` from hereLukas Reschke2014-02-211-1/+0
* Merge pull request #6519 from nhirokinet/masterLukas Reschke2014-02-201-0/+1
|\
| * Security Update: session fixationNARUKAWA Hiroki2013-12-201-0/+1
* | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-1/+1
* | 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 \OC\Co...Robin Appelman2013-12-181-5/+13
* | 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 t...Arthur Schiwon2013-12-131-0/+34
* 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
* remove user from cache if he was deleted successfullyBjoern Schiessle2013-10-291-0/+14