summaryrefslogtreecommitdiffstats
path: root/lib/private/user.php
Commit message (Expand)AuthorAgeFilesLines
* Add remark that $run is not supported anymoreLukas Reschke2015-10-021-0/+2
* Move dummy backend to Tests namespaceLukas Reschke2015-09-221-0/+4
* Repeated calls to loginWithApache() should not not try to set user informatio...Thomas Müller2015-09-211-4/+6
* Escape ampersand in logout URLMorris Jobke2015-07-211-1/+1
* Remove OC_LogThomas Müller2015-07-031-4/+4
* update license headers and authorsMorris Jobke2015-06-251-0/+1
* Merge pull request #16499 from owncloud/fix-phpdoc-annotationsLukas Reschke2015-05-211-1/+1
|\
| * Fix PHPDoc :see_no_evil:Lukas Reschke2015-05-211-1/+1
* | wait with copying the skeleton untill login and setupfs are doneRobin Appelman2015-05-181-1/+4
|/
* Fix namespace duplication and other issues in repairlegacystoragesJoas Schilling2015-04-131-1/+1
* Update license headersJenkins for ownCloud2015-03-261-12/+30
* Revert "Updating license headers"Morris Jobke2015-02-261-31/+29
* Fix namespace of OC_Setup -> \OC\SetupThomas Müller2015-02-231-1/+1
* Merge pull request #13829 from owncloud/appmanager-listVincent Petry2015-02-231-5/+36
|\
| * also set user in UserSession when doing OC_User::setUserIdRobin Appelman2015-02-171-5/+36
* | Updating license headersJenkins for ownCloud2015-02-231-29/+31
|/
* URLEncode logout attributeLukas Reschke2015-02-131-1/+1
* Fix WebDAV auth for session authentication onlyLukas Reschke2015-01-201-1/+1
* Merge pull request #12923 from owncloud/ultra-slim-version-of-incognito-modeLukas Reschke2014-12-191-0/+7
|\
| * Add ultra-slim hack for incognito modeLukas Reschke2014-12-171-0/+7
* | Merge pull request #12901 from owncloud/move-ldap-check-to-managerRobin McCorkell2014-12-181-3/+0
|\ \
| * | Move the Null-Byte LDAP check to the user managerLukas Reschke2014-12-171-3/+0
| |/
* / Move basic auth login out of `isLoggedIn`Lukas Reschke2014-12-171-5/+9
|/
* Add filter for 'backend' to user REST routeLukas Reschke2014-12-101-0/+1
* Add REST route for user & group managementLukas Reschke2014-12-081-20/+5
* logging changesCraig Morrissey2014-11-071-0/+3
* Remove confusingly names \OC\User\Manager::delete and fix the automatic cache...Robin Appelman2014-11-051-3/+0
* better variable nameArthur Schiwon2014-10-221-3/+4
* set up FS by username, not login name\!Arthur Schiwon2014-10-221-1/+1
* Move BasicAuth check to "isLoggedIn()"Lukas Reschke2014-09-181-3/+7
* Use proper RNG generatorLukas Reschke2014-09-031-1/+1
* Don't automatically setup the filesystem the moment we load OC\Files\FileSystemRobin Appelman2014-09-021-1/+5
* kill OC::$sessionJörn Friedrich Dreyer2014-08-291-4/+4
* update deprecation docsJörn Friedrich Dreyer2014-08-141-1/+1
* 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
* | Merge pull request #8443 from owncloud/csrf-on-login-and-logoutVincent Petry2014-06-021-1/+1
|\ \ | |/ |/|
| * Merge branch 'master' into csrf-on-login-and-logoutThomas Müller2014-05-191-34/+34
| |\
| * | Add CSRF check on login and logoutLukas Reschke2014-05-041-1/+1
* | | clean up tryRememberLogin and save the timestamp of users last loginArthur Schiwon2014-05-211-0/+11
| |/ |/|
* | Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-29/+29
* | Change parameter type for useBackendRobin McCorkell2014-05-131-1/+1
* | Squash 'a | b' into 'a|b', in /libRobin McCorkell2014-05-131-1/+1
* | Fix @return array PHPDocs, in /libRobin McCorkell2014-05-131-3/+3
* | Replace @returns with @return, in /libRobin McCorkell2014-05-131-4/+4
|/
* Some more PHPDoc fixesLukas Reschke2014-04-211-2/+9
* Merge branch 'master' into load-apps-proper-masterThomas Müller2014-03-211-4/+10
|\
| * Move session_regenerate_id to `login()`Lukas Reschke2014-02-211-0/+1
| * Merge pull request #6519 from nhirokinet/masterLukas Reschke2014-02-201-1/+0
| |\
| | * Update user.php to fix duplicate session-duplicatenhirokinet2013-12-221-1/+0