summaryrefslogtreecommitdiffstats
path: root/lib/public/encryption/keys
Commit message (Collapse)AuthorAgeFilesLines
* Move \OCP\Encryption to PSR-4 (#24680)Roeland Douma2016-05-171-172/+0
|
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* update license headers and authorsMorris Jobke2015-06-251-0/+2
|
* delete all file keys doesn't need the encryption module as parameter; ↵Bjoern Schiessle2015-05-131-2/+1
| | | | implement rmdir; getFileKeyDir should also work for part files and complete directories
* Use public interfaces for type hintingJoas Schilling2015-04-241-1/+1
|
* only update share keys if the file was encryptedBjoern Schiessle2015-04-241-0/+2
|
* add $encryptionModuleId to methods of Keys/IStorageThomas Müller2015-04-221-11/+22
|
* Add @since tags to all methods in public namespaceMorris Jobke2015-04-161-0/+18
| | | | | | | * enhance the app development experience - you can look up the method introduction right inside the code without searching via git blame * easier to write apps for multiple versions
* Check if the key exists, before trying to delete itJoas Schilling2015-04-091-4/+4
|
* fixing license headers - encryption code relatedThomas Müller2015-04-071-14/+13
|
* implement webdav copyBjoern Schiessle2015-04-071-3/+9
|
* Adding renameKeys to IStorageThomas Müller2015-04-071-1/+10
|
* core: documentation fixesBjoern Schiessle2015-04-071-1/+1
|
* add deleteKey methods to key storageBjoern Schiessle2015-04-071-0/+1
|
* fix keystorage and add unit testsBjoern Schiessle2015-04-071-1/+1
|
* add deleteAllFileKeys to public interface and add "uid" as parameter for theBjoern Schiessle2015-03-271-0/+8
| | | | update call
* implement basic encryption functionallity in core to enable multiple ↵Bjoern Schiessle2015-03-261-0/+117
encryption modules