summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/user.php
Commit message (Expand)AuthorAgeFilesLines
* Move legacy classes from PSR0 to PSR4Christoph Wurst2020-04-071-411/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+0
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-5/+5
* Update license headersChristoph Wurst2019-12-051-4/+3
* Fix missing login hook wih Apache/SAMLChristoph Wurst2019-06-111-1/+9
* Use non-absolute logout URL to fix wrong URL in reverse proxy scenarioMorris Jobke2019-05-081-1/+1
* Urlencode the requesttokenRoeland Jago Douma2019-01-231-1/+1
* Request plain logout urlRoeland Jago Douma2019-01-231-6/+2
* add back-end as parameter to the pre-login hookBjoern Schiessle2018-09-141-1/+1
* move log constants to ILoggerArthur Schiwon2018-04-261-4/+6
* Remove deprecated OCP\User::getDisplaynameRoeland Jago Douma2018-03-251-0/+2
* Remove deprecated \OCP\User::getUsersRoeland Jago Douma2018-03-251-19/+0
* Cleanup OC_User and OCP\UserMorris Jobke2018-01-161-73/+3
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
* Update license headersMorris Jobke2017-11-061-1/+2
* Inject \OCP\IURLGenerator to make tests workLukas Reschke2017-08-181-2/+3
* Properly allow \OCP\Authentication\IApacheBackend to specify logout URLLukas Reschke2017-08-181-7/+5
* Merge pull request #5939 from nextcloud/dont-have-set-uid-as-displaynameMorris Jobke2017-08-011-12/+0
|\
| * Remove setUidAsDisplayNameLukas Reschke2017-07-311-12/+0
* | Replace wrong PHPDocsLukas Reschke2017-08-011-1/+3
|/
* Remove legacy OC_User_Backend and OC_User_InterfaceRoeland Jago Douma2017-07-241-1/+1
* Merge pull request #5855 from nextcloud/cleanup-legacy-user-classMorris Jobke2017-07-241-67/+1
|\
| * Cleanup legacy user class from unused methodsMorris Jobke2017-07-241-67/+1
* | Cleanup code of personal page to use public interfacesMorris Jobke2017-07-241-51/+0
|/
* Refactor auth methodsJörn Friedrich Dreyer2017-04-261-2/+3
* Remove legacy class OC_Group and OC_UserMorris Jobke2017-03-091-1/+3
* Don't force displayname if backend already provides oneLukas Reschke2017-02-161-1/+12
* Testing md5home (#26854)Vincent Petry2016-12-221-2/+9
* bring back remember-meChristoph Wurst2016-11-021-2/+3
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-3/+4
* Create session tokens for apache auth usersChristoph Wurst2016-05-311-0/+2
* Update license headersLukas Reschke2016-05-261-4/+3
* fix setupChristoph Wurst2016-05-111-32/+0
* Check if session token is valid and log user out if the check failsChristoph Wurst2016-05-111-1/+1
* token based authChristoph Wurst2016-05-111-22/+3
* Move OC_User_Database to \OC\User\DatabaseRoeland Jago Douma2016-05-101-1/+1
* Merge pull request #24410 from owncloud/fix_24182Björn Schießle2016-05-041-2/+5
|\
| * first call the post_login hooks, before we call getUserFolder.Björn Schießle2016-05-031-2/+5
* | Merge pull request #23844 from owncloud/disable-userThomas Müller2016-05-031-8/+6
|\ \
| * | Add occ commands to enable and disable a user + a disabled user can no longer...Thomas Müller2016-05-021-8/+6
| |/
* / Allow login by email addressThomas Müller2016-05-021-3/+11
|/
* Move non PSR-4 files from lib/private root to legacyRoeland Jago Douma2016-04-301-0/+639