Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-18redefine reopen() in class \OC\Session\Internal to avoid accidental calls in ↵Thomas Müller
productive code
2014-03-18introduce reopen() method to be used for unit test execution only - right ↵Thomas Müller
after a unit test has been executed the session will be reopened
2014-03-10PHPDoc updatedThomas Müller
2014-03-10fix close() implementation in \OC\Session\InternalThomas Müller
2014-03-10adding an explicit close method to class session - write operations (set and ↵Thomas Müller
remove) being called after close() will throw an exception
2014-02-06polish documentation based on scrutinizer patchesJörn Friedrich Dreyer
2013-12-11check if a $_SESSION entry exists before we try to remove itRobin Appelman
2013-12-09preserve 3rd party values in in the Session destructorRobin Appelman
2013-10-08fixing php 5.3 compatibilityThomas Müller
PHP Fatal error: Can't inherit abstract function OCP\ISession::set() (previously declared abstract in OC\Session\Session)
2013-09-30move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller
Conflicts: lib/private/vcategories.php