Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OCP to PSR-4 | Roeland Jago Douma | 2016-05-19 | 1 | -107/+0 |
| | |||||
* | throw SessionNotAvailableException if session_id returns empty string | Christoph Wurst | 2016-04-26 | 1 | -0/+1 |
| | |||||
* | add ISession::getId() wrapper for session_id | Christoph Wurst | 2016-04-25 | 1 | -0/+8 |
| | |||||
* | 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/+8 |
| | | | | 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. | ||||
* | Add @since tags to all methods in public namespace | Morris Jobke | 2015-04-16 | 1 | -0/+7 |
| | | | | | | | * enhance the app development experience - you can look up the method introduction right inside the code without searching via git blame * easier to write apps for multiple versions | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -14/+13 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -13/+21 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -21/+13 |
| | |||||
* | adding an explicit close method to class session - write operations (set and ↵ | Thomas Müller | 2014-03-10 | 1 | -0/+5 |
| | | | | remove) being called after close() will throw an exception | ||||
* | unify license headers for public API files | Morris Jobke | 2013-11-03 | 1 | -4/+18 |
| | |||||
* | fix "No page-level DocBlock" | Morris Jobke | 2013-11-03 | 1 | -0/+8 |
| | |||||
* | Add some docs to the sessions interface. | Thomas Tanghus | 2013-09-18 | 1 | -2/+14 |
| | |||||
* | Add interface for Session and add getter in server container. | Thomas Tanghus | 2013-09-17 | 1 | -0/+44 |