summaryrefslogtreecommitdiffstats
path: root/lib/private/encryption/update.php
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+33
* check if encryption is enbaled before we start moving keysBjoern Schiessle2015-05-061-10/+14
* Make getDefaultModuleId public and get module protectedJoas Schilling2015-04-271-1/+1
* update share keys if a file is moved to a shared folderBjoern Schiessle2015-04-231-19/+47
* fixing license headers - encryption code relatedThomas Müller2015-04-071-14/+13
* fix re-shares with encryptionBjoern Schiessle2015-04-071-2/+6
* Finally fixing encryption with public shareThomas Müller2015-04-071-16/+16
* add helper class accessible for encryption modules to ask for a list of users...Bjoern Schiessle2015-04-071-1/+7
* add deleteAllFileKeys to public interface and add "uid" as parameter for theBjoern Schiessle2015-03-271-1/+1
* implement basic encryption functionallity in core to enable multiple encrypti...Bjoern Schiessle2015-03-261-0/+111