aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/lib/proxy.php
Commit message (Expand)AuthorAgeFilesLines
* Whitespace fixes in appsBart Visscher2012-08-291-4/+4
* truncate decrypted files based on filelengthRobin Appelman2012-06-211-2/+21
* fix encryption proxy for updated filecacheRobin Appelman2012-06-151-1/+1
* cleanup oc_filecache, splitting it in several parts and using the new hasUpdatedRobin Appelman2012-06-151-1/+1
* use absolute path for file proxiesRobin Appelman2012-06-091-1/+1
* removing executable bit - againThomas Mueller2012-05-151-0/+0
* port appconfigFrank Karlitschek2012-05-021-2/+2
* move all the files stuff into a files classFrank Karlitschek2012-05-021-2/+2
* ported the rest of the OC_Helper callsFrank Karlitschek2012-05-021-2/+2
* finish porting of the LOG calls or the apps to the public apiFrank Karlitschek2012-05-011-1/+1
* fix mimetypes of encrypted filesRobin Appelman2012-04-251-14/+3
* add the option to disable file encryption while still being able to decrypt e...Robin Appelman2012-04-221-3/+3
* add test cases for cryptstreamRobin Appelman2012-04-181-0/+7
* renamed extention to extension, also now only showing lowercaseJan-Christoph Borchardt2012-04-151-2/+2
* dont set the encryption flag for existing non-encrypted filesRobin Appelman2012-02-261-4/+3
* always set encrypted flag when overwriting a file we should encryptRobin Appelman2012-02-261-1/+2
* merge master into encryptionRobin Appelman2012-02-261-10/+0
* fix incorrect information in the filecache when using encryptionRobin Appelman2012-02-211-14/+17
* proper mimetypes for encrypted filesRobin Appelman2012-02-211-0/+4
* implement file_put_contents with stream data using fopenRobin Appelman2012-02-211-5/+1
* rework the way file_put_contents is handeledRobin Appelman2012-02-211-10/+4
* initial integration of encryptionRobin Appelman2012-02-211-19/+72
* simple file encryption wipRobin Appelman2012-02-211-6/+11
* encryption proxy wipRobin Appelman2012-02-211-0/+70