summaryrefslogtreecommitdiffstats
path: root/lib/private/encryption/hookmanager.php
Commit message (Collapse)AuthorAgeFilesLines
* use hooks to update encryption keys instead of the storage wrapper if a file ↵Bjoern Schiessle2015-05-111-0/+8
| | | | | | gets renamed/restored, as long as we are in the storage wrapper the file cache isn't up-to-date
* Delay initialization of the OC\Encryption\Update - introducing ↵Thomas Müller2015-04-171-0/+66
'OC\Encryption\HookManager'