summaryrefslogtreecommitdiffstats
path: root/lib/public/isession.php
Commit message (Expand)AuthorAgeFilesLines
* Move \OCP to PSR-4Roeland Jago Douma2016-05-191-107/+0
* throw SessionNotAvailableException if session_id returns empty stringChristoph Wurst2016-04-261-0/+1
* add ISession::getId() wrapper for session_idChristoph Wurst2016-04-251-0/+8
* Happy new year!Thomas Müller2016-01-121-1/+2
* Move regeneration of session ID into session classesLukas Reschke2016-01-041-0/+8
* Add @since tags to all methods in public namespaceMorris Jobke2015-04-161-0/+7
* Update license headersJenkins for ownCloud2015-03-261-14/+13
* Revert "Updating license headers"Morris Jobke2015-02-261-13/+21
* Updating license headersJenkins for ownCloud2015-02-231-21/+13
* adding an explicit close method to class session - write operations (set and ...Thomas Müller2014-03-101-0/+5
* unify license headers for public API filesMorris Jobke2013-11-031-4/+18
* fix "No page-level DocBlock"Morris Jobke2013-11-031-0/+8
* Add some docs to the sessions interface.Thomas Tanghus2013-09-181-2/+14
* Add interface for Session and add getter in server container.Thomas Tanghus2013-09-171-0/+44