summaryrefslogtreecommitdiffstats
path: root/lib/private/session
Commit message (Expand)AuthorAgeFilesLines
* Delete cookie instead of emptying valueLukas Reschke2015-10-191-1/+5
* update licence headers via scriptMorris Jobke2015-10-054-0/+6
* Session closed exception wordingPhil Davis2015-09-293-3/+3
* Use / instead of an empty string as cookie pathLukas Reschke2015-09-141-1/+5
* Write to session in batch at the end of the requestLukas Reschke2015-09-092-8/+22
* Write session data to single keyLukas Reschke2015-09-091-16/+30
* Handle failures gracefully, remove switchLukas Reschke2015-08-212-21/+43
* Add a session wrapper to encrypt the data before storing it on diskJoas Schilling2015-08-212-0/+221
* Update license headersJenkins for ownCloud2015-03-263-12/+59
* Handle session initialization errors and display error page - fixes #15053Thomas Müller2015-03-201-1/+7
* Revert "Updating license headers"Morris Jobke2015-02-263-56/+15
* Updating license headersJenkins for ownCloud2015-02-233-15/+56
* Refactor internal session to write directly to $_SESSIONcetra32014-08-301-7/+37
* redefine reopen() in class \OC\Session\Internal to avoid accidental calls in ...Thomas Müller2014-03-181-0/+3
* introduce reopen() method to be used for unit test execution only - right aft...Thomas Müller2014-03-171-0/+7
* PHPDoc updatedThomas Müller2014-03-102-2/+13
* fix close() implementation in \OC\Session\InternalThomas Müller2014-03-101-2/+9
* adding an explicit close method to class session - write operations (set and ...Thomas Müller2014-03-103-1/+15
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-1/+1
* check if a $_SESSION entry exists before we try to remove itRobin Appelman2013-12-111-1/+3
* preserve 3rd party values in in the Session destructorRobin Appelman2013-12-092-2/+11
* fixing php 5.3 compatibilityThomas Müller2013-10-081-31/+4
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-303-0/+181