aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/user
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12969 from owncloud/clarify-docsMorris Jobke2014-12-221-2/+2
|\
| * Fix typoLukas Reschke2014-12-191-1/+1
| * Clarify return valuesLukas Reschke2014-12-191-1/+1
* | Merge pull request #12923 from owncloud/ultra-slim-version-of-incognito-modeLukas Reschke2014-12-191-0/+5
|\ \ | |/ |/|
| * Add ultra-slim hack for incognito modeLukas Reschke2014-12-171-0/+5
* | introduce names for user backends - IUserBackendMorris Jobke2014-12-195-6/+38
* | Merge pull request #12901 from owncloud/move-ldap-check-to-managerRobin McCorkell2014-12-181-0/+3
|\ \ | |/ |/|
| * Move the Null-Byte LDAP check to the user managerLukas Reschke2014-12-171-0/+3
* | add a isLoggedIn method to the usersession and deprecate the isLoggedIn metho...Bernhard Posselt2014-12-171-0/+9
|/
* Use public interfaceLukas Reschke2014-12-111-5/+5
* Add filter for 'backend' to user REST routeLukas Reschke2014-12-101-0/+8
* Merge pull request #12711 from owncloud/add-backend-to-rest-indexLukas Reschke2014-12-101-0/+9
|\
| * Expose backend type via REST APILukas Reschke2014-12-091-0/+9
* | reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke2014-12-082-6/+7
* | migrate \OC\AllConfig to \OCP\IConfigMorris Jobke2014-12-082-6/+8
|/
* Add REST route for user & group managementLukas Reschke2014-12-082-1/+19
* Move OC_USER_BACKEND_* constants to OC_User_Backend classJoas Schilling2014-11-274-22/+47
* remove deprecated \OC:$sessionThomas Müller2014-11-261-17/+0
* removal of wrong/double implemented checkmichag862014-11-131-1/+1
* Merge pull request #12003 from owncloud/password-migrationLukas Reschke2014-11-061-32/+7
|\
| * Use new hashing API for OC_User_DatabaseLukas Reschke2014-11-061-32/+7
* | Support displaynames for dummy user backendRobin Appelman2014-11-061-3/+18
|/
* Remove confusingly names \OC\User\Manager::delete and fix the automatic cache...Robin Appelman2014-11-051-19/+5
* Clear session after logoutLukas Reschke2014-10-301-0/+1
* strip whitespace from the beginning and end of the display name to avoid empt...Bjoern Schiessle2014-10-151-2/+12
* Unset the cached active user when using a different session objectRobin Appelman2014-10-131-11/+12
* Merge pull request #11229 from kofemann/for-upstreamLukas Reschke2014-09-241-9/+8
|\
| * user/backed: use pow of two for backed action constantsTigran Mkrtchyan2014-09-231-9/+8
* | Do only follow HTTP and HTTPS redirectsLukas Reschke2014-09-221-0/+2
|/
* Use proper RNG generatorLukas Reschke2014-09-031-1/+1
* Use public api for getting l10nRobin Appelman2014-08-311-1/+1
* retrieve local users, groups and group members in a sorted wayArthur Schiwon2014-08-291-2/+2
* kill OC::$sessionJörn Friedrich Dreyer2014-08-291-3/+41
* Fix unit testLukas Reschke2014-08-151-1/+4
* Move authentication failed logging to checkPasswordLukas Reschke2014-08-151-0/+2
* Merge pull request #10144 from owncloud/issue/9972Thomas Müller2014-08-061-1/+1
|\
| * Fix isLoggedIn() check for user '0'Joas Schilling2014-08-041-1/+1
* | - adding default value for $recoveryPasswordThomas Müller2014-07-241-1/+1
* | Add public interfaces for User, UserManager and UserSessionRobin Appelman2014-07-143-3/+6
* | loop over usernames, not passwordsArthur Schiwon2014-06-301-1/+1
* | extend Dummy user and group implementation to pass testsArthur Schiwon2014-06-251-1/+10
* | search term for users and groups may occur anywhere in the name or displaynam...Arthur Schiwon2014-06-231-2/+2
|/
* 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