summaryrefslogtreecommitdiffstats
path: root/lib/private/encryption/update.php
Commit message (Collapse)AuthorAgeFilesLines
* Move \OC\Encryption to PSR-4Roeland Jago Douma2016-04-221-185/+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-1/+33
| | | | | | gets renamed/restored, as long as we are in the storage wrapper the file cache isn't up-to-date
* 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 ↵Bjoern Schiessle2015-04-071-1/+7
| | | | users with access to a file, needed to apply the recovery key to all files
* add deleteAllFileKeys to public interface and add "uid" as parameter for theBjoern Schiessle2015-03-271-1/+1
| | | | update call
* implement basic encryption functionallity in core to enable multiple ↵Bjoern Schiessle2015-03-261-0/+111
encryption modules