| Commit message (Expand) | Author | Age | Files | Lines |
* | - adding default value for $recoveryPassword | Thomas Müller | 2014-07-24 | 1 | -1/+1 |
* | Add public interfaces for User, UserManager and UserSession | Robin Appelman | 2014-07-14 | 3 | -3/+6 |
* | loop over usernames, not passwords | Arthur Schiwon | 2014-06-30 | 1 | -1/+1 |
* | extend Dummy user and group implementation to pass tests | Arthur Schiwon | 2014-06-25 | 1 | -1/+10 |
* | search term for users and groups may occur anywhere in the name or displaynam... | Arthur Schiwon | 2014-06-23 | 1 | -2/+2 |
* | drop superflous statement in phpdoc | Arthur Schiwon | 2014-05-26 | 1 | -2/+0 |
* | add preRememberedLogin hook and document this and postRememberedLogin in clas... | Arthur Schiwon | 2014-05-26 | 1 | -1/+4 |
* | increase scrutinizer happyiness by removing minor/informational issues | Arthur Schiwon | 2014-05-23 | 1 | -1/+1 |
* | clean up tryRememberLogin and save the timestamp of users last login | Arthur Schiwon | 2014-05-21 | 3 | -0/+65 |
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 6 | -40/+40 |
* | Merge pull request #7363 from owncloud/optimize-startup-queries | Morris Jobke | 2014-05-19 | 1 | -5/+7 |
|\ |
|
| * | Merge branch 'master' into optimize-startup-queries | Bart Visscher | 2014-05-07 | 2 | -65/+69 |
| |\ |
|
| * | | Delay fetching the display name until it is requested | Bart Visscher | 2014-02-21 | 1 | -5/+7 |
* | | | Fix Scrutinizer errors | Robin McCorkell | 2014-05-13 | 1 | -3/+3 |
* | | | Use OC_User_Interface instead of OC_User_Backend | Robin McCorkell | 2014-05-13 | 2 | -6/+6 |
* | | | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 4 | -35/+31 |
* | | | Squash 'a | b' into 'a|b', in /lib | Robin McCorkell | 2014-05-13 | 4 | -4/+4 |
* | | | Fix @return array PHPDocs, in /lib | Robin McCorkell | 2014-05-13 | 4 | -7/+7 |
* | | | Replace @returns with @return, in /lib | Robin McCorkell | 2014-05-13 | 5 | -19/+19 |
* | | | Use strict type comparison | Lukas Reschke | 2014-05-07 | 1 | -2/+2 |
| |/
|/| |
|
* | | Group Database backend must not gather user details itself but ask user | Arthur Schiwon | 2014-04-28 | 1 | -2/+2 |
* | | Merge pull request #7617 from nishiki/cache_user | Thomas Müller | 2014-04-23 | 1 | -43/+60 |
|\ \ |
|
| * | | remove cache all user | adrien | 2014-03-21 | 1 | -70/+22 |
| * | | fix remove cache when delete | adrien | 2014-03-11 | 1 | -6/+3 |
| * | | remove static variable, add limit and offset | adrien | 2014-03-11 | 1 | -29/+51 |
| * | | fix cache when remove an user | adrien | 2014-03-10 | 1 | -1/+8 |
| * | | fix undifined uid | nishiki | 2014-03-09 | 1 | -1/+2 |
| * | | add query result (boolean) for update or delete | nishiki | 2014-03-09 | 1 | -9/+6 |
| * | | minor clean code | nishiki | 2014-03-09 | 1 | -1/+1 |
| * | | fix undefined in loadUsers | adrien | 2014-03-07 | 1 | -8/+10 |
| * | | update the cache when add user | adrien | 2014-03-06 | 1 | -13/+16 |
| * | | upgrade the cache user | adrien | 2014-03-06 | 1 | -14/+38 |
| * | | add cache for single users | adrien | 2014-03-06 | 1 | -33/+45 |
| |/ |
|
* | | Merge pull request #8205 from owncloud/fix-8202 | Morris Jobke | 2014-04-17 | 1 | -1/+1 |
|\ \ |
|
| * | | remove unneeded LOWER. Fixes #8202 | Victor Dubiniuk | 2014-04-14 | 1 | -1/+1 |
* | | | Remove limit and offset manipulation when getting users or groups, because it... | Arthur Schiwon | 2014-04-15 | 1 | -14/+0 |
|/ / |
|
* / | Make hardcoded exception messages translatable | Volkan Gezer | 2014-04-08 | 1 | -5/+6 |
|/ |
|
* | Remove `session_id_regenerate` from here | Lukas Reschke | 2014-02-21 | 1 | -1/+0 |
* | Merge pull request #6519 from nhirokinet/master | Lukas Reschke | 2014-02-20 | 1 | -0/+1 |
|\ |
|
| * | Security Update: session fixation | NARUKAWA Hiroki | 2013-12-20 | 1 | -0/+1 |
* | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -1/+1 |
* | | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 6 | -6/+8 |
* | | fixing PHPDoc and use cameCase names | Thomas Müller | 2014-01-09 | 1 | -7/+7 |
* | | Infowarning about 32bit | Arthur Schiwon | 2014-01-08 | 1 | -0/+1 |
* | | add tests for user counting | Arthur Schiwon | 2014-01-08 | 1 | -0/+9 |
* | | if backends have the same class name, sum their users up instead of overwriting | Arthur Schiwon | 2014-01-08 | 1 | -1/+5 |
* | | Introduce user count action to user management | Arthur Schiwon | 2014-01-07 | 3 | -7/+42 |
* | | Replace static usage of OC_Config and OC_Preferences with the injected \OC\Co... | Robin Appelman | 2013-12-18 | 1 | -5/+13 |
* | | fix the config option to remove the ability for users to set their displayname | Robin Appelman | 2013-12-18 | 2 | -7/+27 |
|/ |
|
* | On webdav sesssions, loginname was compared to username which does not need t... | Arthur Schiwon | 2013-12-13 | 1 | -0/+34 |