summaryrefslogtreecommitdiffstats
path: root/lib/private/user/session.php
Commit message (Expand)AuthorAgeFilesLines
* 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