summaryrefslogtreecommitdiffstats
path: root/lib/private/user/session.php
Commit message (Expand)AuthorAgeFilesLines
* Happy new year!Thomas Müller2016-01-121-2/+3
* getMediumStrengthGenerator is deprecated and does not do anything anymoreRoeland Jago Douma2016-01-111-1/+1
* Move regeneration of session ID into session classesLukas Reschke2016-01-041-0/+2
* More cleanups of OC_Config usageMorris Jobke2015-12-031-1/+1
* Remove last occurence of `forcessl`Lukas Reschke2015-08-261-2/+2
* more type hintsRobin Appelman2015-06-021-2/+2
* Update license headersJenkins for ownCloud2015-03-261-5/+26
* Let users configure security headers in their WebserverLukas Reschke2015-03-021-1/+1
* Revert "Updating license headers"Morris Jobke2015-02-261-26/+6
* Merge pull request #13340 from owncloud/use-http-onlyLukas Reschke2015-02-241-10/+13
|\
| * Use "HTTPOnly" for cookies when logging outLukas Reschke2015-01-141-10/+13
* | Updating license headersJenkins for ownCloud2015-02-231-6/+26
* | Throw an exception when login is canceled by an appRobin Appelman2015-01-221-1/+6
* | Return false if the login is canceled in a hookRobin Appelman2015-01-131-1/+1
|/
* 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
* | Add ultra-slim hack for incognito modeLukas Reschke2014-12-171-0/+5
|/
* add a isLoggedIn method to the usersession and deprecate the isLoggedIn metho...Bernhard Posselt2014-12-171-0/+9
* reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke2014-12-081-3/+3
* remove deprecated \OC:$sessionThomas Müller2014-11-261-17/+0
* Clear session after logoutLukas Reschke2014-10-301-0/+1
* Unset the cached active user when using a different session objectRobin Appelman2014-10-131-11/+12
* Use proper RNG generatorLukas Reschke2014-09-031-1/+1
* kill OC::$sessionJörn Friedrich Dreyer2014-08-291-3/+41
* 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
* | Add public interfaces for User, UserManager and UserSessionRobin Appelman2014-07-141-1/+2
|/
* add preRememberedLogin hook and document this and postRememberedLogin in clas...Arthur Schiwon2014-05-261-1/+4
* clean up tryRememberLogin and save the timestamp of users last loginArthur Schiwon2014-05-211-0/+32
* Fix Scrutinizer errorsRobin McCorkell2014-05-131-3/+3
* Remove `session_id_regenerate` from hereLukas Reschke2014-02-211-1/+0
* Merge pull request #6519 from nhirokinet/masterLukas Reschke2014-02-201-0/+1
|\
| * Security Update: session fixationNARUKAWA Hiroki2013-12-201-0/+1
* | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-1/+1
* | fixing PHPDoc and use cameCase namesThomas Müller2014-01-091-7/+7
|/
* On webdav sesssions, loginname was compared to username which does not need t...Arthur Schiwon2013-12-131-0/+34
* Now removing stray old cookies from 5.0.12Vincent Petry2013-11-071-0/+5
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+174