aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/encryption/iencryptionmodule.php
Commit message (Expand)AuthorAgeFilesLines
* Move \OCP\Encryption to PSR-4 (#24680)Roeland Douma2016-05-171-183/+0
* Introduce isReadyForUser and verify in file transfer ownership - fixes #23786Thomas Müller2016-04-151-0/+12
* since 9.0 we have a additional parameter $position used for integrity checksBjoern Schiessle2016-02-221-3/+15
* make it backward compatible to work with signed and un-signed filesBjörn Schießle2016-02-091-3/+4
* Happy new year!Thomas Müller2016-01-121-1/+1
* update licence headers via scriptMorris Jobke2015-10-051-1/+0
* occ script to disable encryption and to decrypt all files againBjoern Schiessle2015-09-151-0/+11
* Function does return voidLukas Reschke2015-09-151-1/+0
* occ tool to encrypt all filesBjoern Schiessle2015-08-261-0/+12
* 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 e...Bjoern Schiessle2015-04-271-1/+2
* Add @since tags to all methods in public namespaceMorris Jobke2015-04-161-0/+15
* 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
* implement basic encryption functionallity in core to enable multiple encrypti...Bjoern Schiessle2015-03-261-0/+115