summaryrefslogtreecommitdiffstats
path: root/lib/private/Session/CryptoSessionData.php
Commit message (Expand)AuthorAgeFilesLines
* Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-231-2/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Generate a new session id if the decrypting the session data failsRoeland Jago Douma2020-12-041-0/+1
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+3
* Use php keywords in lowercaseChristoph Wurst2020-04-091-1/+1
* Update license headersChristoph Wurst2019-12-051-2/+5
* Allow updating the token on session regenerationRoeland Jago Douma2018-06-141-2/+3
* Make ISession strictRoeland Jago Douma2018-02-261-8/+9
* Fix type in CryptoSessionDataMorris Jobke2018-01-121-1/+1
* Update license headersMorris Jobke2017-11-061-0/+2
* Catch session already closed exception in destructorVictor Dubiniuk2017-04-251-1/+6
* Do not clear CSRF token on logout (fix for #1303)Roeland Jago Douma2017-03-131-0/+4
* Fix othersJoas Schilling2016-07-211-2/+3
* Update license headersLukas Reschke2016-05-261-1/+2
* throw SessionNotAvailableException if session_id returns empty stringChristoph Wurst2016-04-261-0/+2
* add ISession::getId() wrapper for session_idChristoph Wurst2016-04-251-0/+10
* Move \OC\Session to PSR-4Roeland Jago Douma2016-04-151-0/+186