| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #13340 from owncloud/use-http-only | Lukas Reschke | 2015-02-24 | 1 | -10/+13 |
|\ |
|
| * | Use "HTTPOnly" for cookies when logging out | Lukas Reschke | 2015-01-14 | 1 | -10/+13 |
* | | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 10 | -144/+222 |
* | | Throw an exception when login is canceled by an app | Robin Appelman | 2015-01-22 | 2 | -1/+18 |
* | | Return false if the login is canceled in a hook | Robin Appelman | 2015-01-13 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #12969 from owncloud/clarify-docs | Morris Jobke | 2014-12-22 | 1 | -2/+2 |
|\ |
|
| * | Fix typo | Lukas Reschke | 2014-12-19 | 1 | -1/+1 |
| * | Clarify return values | Lukas Reschke | 2014-12-19 | 1 | -1/+1 |
* | | Merge pull request #12923 from owncloud/ultra-slim-version-of-incognito-mode | Lukas Reschke | 2014-12-19 | 1 | -0/+5 |
|\ \
| |/
|/| |
|
| * | Add ultra-slim hack for incognito mode | Lukas Reschke | 2014-12-17 | 1 | -0/+5 |
* | | introduce names for user backends - IUserBackend | Morris Jobke | 2014-12-19 | 5 | -6/+38 |
* | | Merge pull request #12901 from owncloud/move-ldap-check-to-manager | Robin McCorkell | 2014-12-18 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | Move the Null-Byte LDAP check to the user manager | Lukas Reschke | 2014-12-17 | 1 | -0/+3 |
* | | add a isLoggedIn method to the usersession and deprecate the isLoggedIn metho... | Bernhard Posselt | 2014-12-17 | 1 | -0/+9 |
|/ |
|
* | Use public interface | Lukas Reschke | 2014-12-11 | 1 | -5/+5 |
* | Add filter for 'backend' to user REST route | Lukas Reschke | 2014-12-10 | 1 | -0/+8 |
* | Merge pull request #12711 from owncloud/add-backend-to-rest-index | Lukas Reschke | 2014-12-10 | 1 | -0/+9 |
|\ |
|
| * | Expose backend type via REST API | Lukas Reschke | 2014-12-09 | 1 | -0/+9 |
* | | reduce OC_Preferences, OC_Config and \OCP\Config usage | Morris Jobke | 2014-12-08 | 2 | -6/+7 |
* | | migrate \OC\AllConfig to \OCP\IConfig | Morris Jobke | 2014-12-08 | 2 | -6/+8 |
|/ |
|
* | Add REST route for user & group management | Lukas Reschke | 2014-12-08 | 2 | -1/+19 |
* | Move OC_USER_BACKEND_* constants to OC_User_Backend class | Joas Schilling | 2014-11-27 | 4 | -22/+47 |
* | remove deprecated \OC:$session | Thomas Müller | 2014-11-26 | 1 | -17/+0 |
* | removal of wrong/double implemented check | michag86 | 2014-11-13 | 1 | -1/+1 |
* | Merge pull request #12003 from owncloud/password-migration | Lukas Reschke | 2014-11-06 | 1 | -32/+7 |
|\ |
|
| * | Use new hashing API for OC_User_Database | Lukas Reschke | 2014-11-06 | 1 | -32/+7 |
* | | Support displaynames for dummy user backend | Robin Appelman | 2014-11-06 | 1 | -3/+18 |
|/ |
|
* | Remove confusingly names \OC\User\Manager::delete and fix the automatic cache... | Robin Appelman | 2014-11-05 | 1 | -19/+5 |
* | Clear session after logout | Lukas Reschke | 2014-10-30 | 1 | -0/+1 |
* | strip whitespace from the beginning and end of the display name to avoid empt... | Bjoern Schiessle | 2014-10-15 | 1 | -2/+12 |
* | Unset the cached active user when using a different session object | Robin Appelman | 2014-10-13 | 1 | -11/+12 |
* | 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 | Tigran Mkrtchyan | 2014-09-23 | 1 | -9/+8 |
* | | Do only follow HTTP and HTTPS redirects | Lukas Reschke | 2014-09-22 | 1 | -0/+2 |
|/ |
|
* | Use proper RNG generator | Lukas Reschke | 2014-09-03 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | Merge pull request #10144 from owncloud/issue/9972 | Thomas Müller | 2014-08-06 | 1 | -1/+1 |
|\ |
|
| * | Fix isLoggedIn() check for user '0' | Joas Schilling | 2014-08-04 | 1 | -1/+1 |
* | | - 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 |