summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/lib
Commit message (Expand)AuthorAgeFilesLines
* fix checkstyle for files_encryption app, add whitespace for readabilityJörn Friedrich Dreyer2012-11-303-53/+59
* Checkstyle: Fix the last 25 NoSpaceAfterCommaFelix Moeller2012-11-041-1/+1
* Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-043-13/+13
* Checkstyle: many fixesFelix Moeller2012-11-023-13/+13
* NoSpaceAfterCommaFelix Moeller2012-10-282-31/+31
* NoSpaceAfterComma IIFelix Moeller2012-10-231-3/+3
* Checkstyle: NoSpaceAfterCommaFelix Moeller2012-10-232-2/+2
* More Checkstyle cleanupFelix Moeller2012-10-231-2/+2
* adding space between) and {Thomas Mueller2012-09-073-63/+63
* no more require_once()Thomas Mueller2012-09-051-1/+1
* Whitespace fixes in appsBart Visscher2012-08-293-12/+12
* remove unused variablesRobin Appelman2012-07-201-3/+0
* only use 1 fsview when initializing encryptionRobin Appelman2012-06-211-7/+5
* fix saved file size for uploaded filesRobin Appelman2012-06-211-4/+4
* truncate decrypted files based on filelengthRobin Appelman2012-06-213-7/+41
* fix problem with encryption flag not being saved correctly in the filecacheRobin Appelman2012-06-181-1/+1
* fix for encryption binary filesRobin Appelman2012-06-162-19/+24
* 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-092-2/+6
* Applied fix from kalassico for "Chiper text must be a string" bug (http://for...Sam Tuke2012-05-311-10/+17
* update copyrightFrank Karlitschek2012-05-261-1/+1
* removing executable bit - againThomas Mueller2012-05-153-0/+0
* improve cryptstream fro writing non-chunksized dataRobin Appelman2012-05-051-3/+25
* 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
* ported getUserFrank Karlitschek2012-05-011-1/+1
* finish porting of the LOG calls or the apps to the public apiFrank Karlitschek2012-05-012-5/+5
* port to use the new public apiFrank Karlitschek2012-05-011-1/+1
* fix mimetypes of encrypted filesRobin Appelman2012-04-252-25/+7
* 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
* make use of the fact that stream_read will always read 8192 bytes for encrypt...Robin Appelman2012-04-181-23/+15
* bugfixes for encryption library and test casesRobin Appelman2012-04-181-27/+28
* renamed extention to extension, also now only showing lowercaseJan-Christoph Borchardt2012-04-151-2/+2
* fix comments in crypt libGeorg Ehrke2012-03-211-1/+1
* 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-212-18/+18
* 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-212-10/+5
* only trigger hooks for the default filesystem viewRobin Appelman2012-02-211-21/+20
* initial integration of encryptionRobin Appelman2012-02-213-28/+319
* simple file encryption wipRobin Appelman2012-02-212-8/+16
* encryption proxy wipRobin Appelman2012-02-212-0/+191