Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use strict type comparison | Lukas Reschke | 2014-05-07 | 1 | -2/+2 |
| | | | We certainly don't want to have type juggling on that. | ||||
* | Group Database backend must not gather user details itself but ask user | Arthur Schiwon | 2014-04-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backends. This is a port to master from PR #7745 remove OC_GROUP_BACKEND_GET_DISPLAYNAME option for group backends Conflicts: lib/private/group/backend.php LDAP: getDisplayNamesInGroup is not an option for group backends anymore Conflicts: apps/user_ldap/group_ldap.php apps/user_ldap/group_proxy.php clean up group backends Conflicts: lib/private/group/database.php remove now unnecessary test implement getDisplayNames in group manager adjust user manager tests test for group manager's displayNamesInGroup trim must not be used in empty in PHP < 5.5 keep the constant to not provoke PHP warnings Conflicts: lib/private/group/backend.php | ||||
* | Merge pull request #7617 from nishiki/cache_user | Thomas Müller | 2014-04-23 | 1 | -43/+60 |
|\ | | | | | Cache user | ||||
| * | 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 |
|\ \ | | | | | | | Add one more LOWER. | ||||
| * | | remove unneeded LOWER. Fixes #8202 | Victor Dubiniuk | 2014-04-14 | 1 | -1/+1 |
| | | | |||||
* | | | Remove limit and offset manipulation when getting users or groups, because ↵ | Arthur Schiwon | 2014-04-15 | 1 | -14/+0 |
|/ / | | | | | | | it does not work when more than one user or group backend. Fixing it would be too costly performancewise, so we switch back to the model used in OC 5: limit and offset are effective per backend, and not a general constraint | ||||
* / | 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 |
| | | | Jenkins somewhat complains that there are already sent headers. | ||||
* | Merge pull request #6519 from nhirokinet/master | Lukas Reschke | 2014-02-20 | 1 | -0/+1 |
|\ | | | | | Security Update: session fixation | ||||
| * | Security Update: session fixation | NARUKAWA Hiroki | 2013-12-20 | 1 | -0/+1 |
| | | | | | | Previous version is vulnerable to session fixation attack in some situations, guessing non-apache-module-php5 environment. Regeneration of session id should be done here. | ||||
* | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend | ||||
* | | 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 ↵ | Robin Appelman | 2013-12-18 | 1 | -5/+13 |
| | | | | | | | | \OC\ConfigAll | ||||
* | | 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 ↵ | Arthur Schiwon | 2013-12-13 | 1 | -0/+34 |
| | | | | to match necessarily | ||||
* | fix fallback overwriting result of getHome | Robin Appelman | 2013-12-12 | 1 | -1/+2 |
| | |||||
* | cache the home folder of a User | Robin Appelman | 2013-12-11 | 2 | -67/+73 |
| | |||||
* | Enable user backends to provide avatar images | Arthur Schiwon | 2013-11-22 | 2 | -7/+20 |
| | |||||
* | Now removing stray old cookies from 5.0.12 | Vincent Petry | 2013-11-07 | 1 | -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 successfully | Bjoern Schiessle | 2013-10-29 | 1 | -0/+14 |
| | |||||
* | local user backend shall search for both username and displayname, fixes #5401 | Arthur Schiwon | 2013-10-25 | 1 | -14/+3 |
| | |||||
* | Use strict comparison === instead of ==. | Andreas Fischer | 2013-10-08 | 1 | -1/+1 |
| | |||||
* | Make OC_User_Dummy::checkPassword() compatible with OC_User_Example. | Andreas Fischer | 2013-10-08 | 1 | -2/+2 |
| | | | | The user id has to be returned. | ||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 9 | -0/+1417 |
Conflicts: lib/private/vcategories.php |