Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OC\Session to PSR-4 | Roeland Jago Douma | 2016-04-15 | 1 | -108/+0 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+2 |
| | |||||
* | Move regeneration of session ID into session classes | Lukas Reschke | 2016-01-04 | 1 | -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 script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
| | |||||
* | Session closed exception wording | Phil Davis | 2015-09-29 | 1 | -1/+1 |
| | | | | and a small comment typo | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+20 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -19/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+19 |
| | |||||
* | introduce reopen() method to be used for unit test execution only - right ↵ | Thomas Müller | 2014-03-17 | 1 | -0/+7 |
| | | | | after a unit test has been executed the session will be reopened | ||||
* | PHPDoc updated | Thomas Müller | 2014-03-10 | 1 | -0/+5 |
| | |||||
* | adding an explicit close method to class session - write operations (set and ↵ | Thomas Müller | 2014-03-10 | 1 | -0/+8 |
| | | | | remove) being called after close() will throw an exception | ||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -1/+1 |
| | |||||
* | preserve 3rd party values in in the Session destructor | Robin Appelman | 2013-12-09 | 1 | -1/+1 |
| | |||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+63 |
Conflicts: lib/private/vcategories.php |