Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #11229 from kofemann/for-upstream | Lukas Reschke | 2014-09-24 | 1 | -9/+8 |
|\ | | | | | user/backed: use pow of two for backed action constants | ||||
| * | user/backed: use pow of two for backed action constants | Tigran Mkrtchyan | 2014-09-23 | 1 | -9/+8 |
| | | | | | | | | | | | | | | | | the current implementation limits number of possible backed actions to 8 as it uses pow of 16 for constants. This change introduces pow of two and allows up-to 32 actions to be defined. The old values are preserved for backward compatibility. | ||||
* | | Do only follow HTTP and HTTPS redirects | Lukas Reschke | 2014-09-22 | 1 | -0/+2 |
|/ | | | | | | | | We do not want to follow redirects to other protocols since they might allow an adversary to bypass network restrictions. (i.e. a redirect to ftp:// might be used to access files of a FTP server which might be in a secure zone and not be reachable from the net but from the ownCloud server) Get final redirect manually using get_headers() Migrate to HTTPHelper class and add unit tests | ||||
* | Use proper RNG generator | Lukas Reschke | 2014-09-03 | 1 | -1/+1 |
| | | | | | OC_Util::generateRandomBytes() only returns lowercase alphanumeric values. We should use the new RNG which has a broader characterset. | ||||
* | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 1 | -1/+1 |
| | |||||
* | retrieve local users, groups and group members in a sorted way | Arthur Schiwon | 2014-08-29 | 1 | -2/+2 |
| | |||||
* | kill OC::$session | Jörn Friedrich Dreyer | 2014-08-29 | 1 | -3/+41 |
| | | | | | | | | | | | | maintain deprecated \OC::$session when getting or setting the session via the server container or UserSession restore order os OC::$session and OC::$CLI remove unneded initialization of dummy session write back session when $useCustomSession is true log warning when deprecated app is used | ||||
* | Fix unit test | Lukas Reschke | 2014-08-15 | 1 | -1/+4 |
| | |||||
* | Move authentication failed logging to checkPassword | Lukas Reschke | 2014-08-15 | 1 | -0/+2 |
| | | | | Fixes https://github.com/owncloud/core/issues/10366 | ||||
* | Merge pull request #10144 from owncloud/issue/9972 | Thomas Müller | 2014-08-06 | 1 | -1/+1 |
|\ | | | | | Issue/9972 Fix issues with group and username `0` | ||||
| * | Fix isLoggedIn() check for user '0' | Joas Schilling | 2014-08-04 | 1 | -1/+1 |
| | | | | | | | | Fix #9972 | ||||
* | | - adding default value for $recoveryPassword | Thomas Müller | 2014-07-24 | 1 | -1/+1 |
| | | | | | | | | - set password correctly in lost password | ||||
* | | 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 ↵ | Arthur Schiwon | 2014-06-23 | 1 | -2/+2 |
|/ | | | | displayname, not just in the beginning | ||||
* | drop superflous statement in phpdoc | Arthur Schiwon | 2014-05-26 | 1 | -2/+0 |
| | |||||
* | add preRememberedLogin hook and document this and postRememberedLogin in ↵ | Arthur Schiwon | 2014-05-26 | 1 | -1/+4 |
| | | | | class descripttion. Also fixes documentation of postLogin hook | ||||
* | 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 |
| | | | | * test case added to avoid adding them later | ||||
* | Merge pull request #7363 from owncloud/optimize-startup-queries | Morris Jobke | 2014-05-19 | 1 | -5/+7 |
|\ | | | | | Optimize some queries that are always executed when loading base.php | ||||
| * | Merge branch 'master' into optimize-startup-queries | Bart Visscher | 2014-05-07 | 2 | -65/+69 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_sharing/lib/sharedstorage.php tests/lib/group/manager.php removed hasFilesSharedWith from lib/public/share.php and sharedstorage.php to fix merge | ||||
| * | | 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 |
| |/ |/| | | | 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 |