| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete cookie instead of emptying value | Lukas Reschke | 2015-10-19 | 1 | -1/+5 |
* | update licence headers via script | Morris Jobke | 2015-10-05 | 4 | -0/+6 |
* | Session closed exception wording | Phil Davis | 2015-09-29 | 3 | -3/+3 |
* | Use / instead of an empty string as cookie path | Lukas Reschke | 2015-09-14 | 1 | -1/+5 |
* | Write to session in batch at the end of the request | Lukas Reschke | 2015-09-09 | 2 | -8/+22 |
* | Write session data to single key | Lukas Reschke | 2015-09-09 | 1 | -16/+30 |
* | Handle failures gracefully, remove switch | Lukas Reschke | 2015-08-21 | 2 | -21/+43 |
* | Add a session wrapper to encrypt the data before storing it on disk | Joas Schilling | 2015-08-21 | 2 | -0/+221 |
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 3 | -12/+59 |
* | Handle session initialization errors and display error page - fixes #15053 | Thomas Müller | 2015-03-20 | 1 | -1/+7 |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 3 | -56/+15 |
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 3 | -15/+56 |
* | Refactor internal session to write directly to $_SESSION | cetra3 | 2014-08-30 | 1 | -7/+37 |
* | redefine reopen() in class \OC\Session\Internal to avoid accidental calls in ... | Thomas Müller | 2014-03-18 | 1 | -0/+3 |
* | introduce reopen() method to be used for unit test execution only - right aft... | Thomas Müller | 2014-03-17 | 1 | -0/+7 |
* | PHPDoc updated | Thomas Müller | 2014-03-10 | 2 | -2/+13 |
* | fix close() implementation in \OC\Session\Internal | Thomas Müller | 2014-03-10 | 1 | -2/+9 |
* | adding an explicit close method to class session - write operations (set and ... | Thomas Müller | 2014-03-10 | 3 | -1/+15 |
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -1/+1 |
* | check if a $_SESSION entry exists before we try to remove it | Robin Appelman | 2013-12-11 | 1 | -1/+3 |
* | preserve 3rd party values in in the Session destructor | Robin Appelman | 2013-12-09 | 2 | -2/+11 |
* | fixing php 5.3 compatibility | Thomas Müller | 2013-10-08 | 1 | -31/+4 |
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 3 | -0/+181 |