aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/session/memory.php
Commit message (Collapse)AuthorAgeFilesLines
* Move \OC\Session to PSR-4Roeland Jago Douma2016-04-151-108/+0
|
* Happy new year!Thomas Müller2016-01-121-1/+2
|
* Move regeneration of session ID into session classesLukas Reschke2016-01-041-0/+7
| | | | There were code paths that nowadays call ISession::login directly thus bypassing the desired regeneration of the session ID. This moves the session regeneration deeper into the session handling and thus ensures that it is always called. Furthermore, I also added the session regeneration to the remember me cookie plus added some test case expectations for this.
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
|
* Session closed exception wordingPhil Davis2015-09-291-1/+1
| | | | and a small comment typo
* Update license headersJenkins for ownCloud2015-03-261-4/+20
|
* Revert "Updating license headers"Morris Jobke2015-02-261-19/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+19
|
* introduce reopen() method to be used for unit test execution only - right ↵Thomas Müller2014-03-171-0/+7
| | | | after a unit test has been executed the session will be reopened
* PHPDoc updatedThomas Müller2014-03-101-0/+5
|
* adding an explicit close method to class session - write operations (set and ↵Thomas Müller2014-03-101-0/+8
| | | | remove) being called after close() will throw an exception
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-1/+1
|
* preserve 3rd party values in in the Session destructorRobin Appelman2013-12-091-1/+1
|
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+63
Conflicts: lib/private/vcategories.php