summaryrefslogtreecommitdiffstats
path: root/lib/public/encryption/iencryptionmodule.php
Commit message (Collapse)AuthorAgeFilesLines
* update license headers and authorsMorris Jobke2015-06-251-0/+3
|
* a new approach to display the error messageBjoern Schiessle2015-05-181-0/+12
|
* fall back to the ownCloud default encryption module and aes128 if we read a ↵Bjoern Schiessle2015-04-271-1/+2
| | | | encrypted file without a header
* Add @since tags to all methods in public namespaceMorris Jobke2015-04-161-0/+15
| | | | | | | * 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
* remove calculateUnencryptedSize() - not neededThomas Müller2015-04-141-8/+0
|
* Fix typos and some other adjustmentsLukas Reschke2015-04-091-2/+2
|
* fixing license headers - encryption code relatedThomas Müller2015-04-071-14/+12
|
* add deleteAllFileKeys to public interface and add "uid" as parameter for theBjoern Schiessle2015-03-271-1/+2
| | | | update call
* implement basic encryption functionallity in core to enable multiple ↵Bjoern Schiessle2015-03-261-0/+115
encryption modules