Commit Graph

15 Commits (4608d3def7e8619fe2a151aa7d2180dc465f8155)

Author SHA1 Message Date
Jenkins for ownCloud b585d87d9d Update license headers 10 years ago
Thomas Müller 843fef0490 Handle session initialization errors and display error page - fixes #15053 10 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 10 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 10 years ago
cetra3 6b24aa5224 Refactor internal session to write directly to $_SESSION 11 years ago
Thomas Müller effea790c7 redefine reopen() in class \OC\Session\Internal to avoid accidental calls in productive code 11 years ago
Thomas Müller 6bbbf8536f introduce reopen() method to be used for unit test execution only - right after a unit test has been executed the session will be reopened 11 years ago
Thomas Müller 9fe5033f1e PHPDoc updated 11 years ago
Thomas Müller a074adb2af fix close() implementation in \OC\Session\Internal 11 years ago
Thomas Müller 73a1ece753 adding an explicit close method to class session - write operations (set and remove) being called after close() will throw an exception 11 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 11 years ago
Robin Appelman 5c7a08aab4 check if a $_SESSION entry exists before we try to remove it 11 years ago
Robin Appelman a36bf5c2b5 preserve 3rd party values in in the Session destructor 11 years ago
Thomas Müller 6f3c49dabb fixing php 5.3 compatibility 12 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago