summaryrefslogtreecommitdiffstats
path: root/lib/private/encryption/hookmanager.php
Commit message (Collapse)AuthorAgeFilesLines
* Move \OC\Encryption to PSR-4Roeland Jago Douma2016-04-221-75/+0
|
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* update licence headers via scriptMorris Jobke2015-10-051-1/+0
|
* update license headers and authorsMorris Jobke2015-06-251-0/+2
|
* 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'