aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Session/CryptoSessionData.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-241-24/+3
* chore: Add missing ArrayAccess template parametersCôme Chilliet2024-02-061-0/+1
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-2/+2
* fix(session): Do not log fresh/empty session as errorChristoph Wurst2023-11-071-12/+18
* fix(session): Log when crypto session data is lostChristoph Wurst2023-10-111-1/+7
* fix: Make sure to reopen session before cleaningJulius Härtl2022-12-101-0/+4
* Do not remove complete encrypted session key when just a key should be removedJulius Härtl2022-11-031-1/+0
* Read encrypted session data again on reopenJulius Härtl2022-11-031-1/+5
* Reopen sessions if we need to write to them instead of keeping them openJulius Härtl2022-08-171-0/+17
* 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