summaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib/Session.php
Commit message (Collapse)AuthorAgeFilesLines
* check if session is initializedBjoern Schiessle2016-11-231-0/+10
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Fix apps/Joas Schilling2016-07-211-1/+2
|
* Update license headersLukas Reschke2016-05-261-2/+2
|
* Move Encryption app to PSR-4 (#24524)Joas Schilling2016-05-121-0/+176
* Move Encryption to PSR-4 * Move encryption tests to PSR-4 * Fix the tests