summaryrefslogtreecommitdiffstats
path: root/lib/public/isession.php
Commit message (Collapse)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
| | | | 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 namespaceMorris Jobke2015-04-161-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 headersJenkins for ownCloud2015-03-261-14/+13
|
* Revert "Updating license headers"Morris Jobke2015-02-261-13/+21
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* 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
| | | | remove) being called after close() will throw an exception
* 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