aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/lib/session.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed comment typo, wrapped return value conditional on var assignment in ↵Sam Tuke2013-02-051-2/+4
| | | | session{}
* Improved support for detecting and recrypting legacy files. Bugs remain.Sam Tuke2013-01-311-1/+1
|
* Fixed many coding guidelines issuesSam Tuke2013-01-241-6/+41
| | | | | Continued work on upgrade path via login hook listener New spec file with notes
* Development snapshot, mocking out Session{} for crypt unit testsSam Tuke2013-01-021-2/+2
|
* Revert "Revert "Development snapshot""Sam Tuke2012-12-111-0/+66
| | | | This reverts commit b66d38ecae3a2e7914520a90c5ef01cbc1432c10.
* Revert "Development snapshot"Sam Tuke2012-12-111-66/+0
| | | | This reverts commit c56fb905d1a300b2fe6c011848ea520031ea0df1.
* Development snapshotSam Tuke2012-12-051-0/+66
Read/write interoperability working through web UI and WebDAV New class Session for handling session data A few new unit tests Some additional unit tests are now failing, esp. legacy enc related ones