summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption
Commit message (Expand)AuthorAgeFilesLines
* dont enable encryption on defaultRobin Appelman2012-02-261-1/+0
* 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
* make encryption filetype blacklist configurableRobin Appelman2012-02-224-0/+48
* make sure we always have the encryption key unlockedRobin Appelman2012-02-221-0/+6
* 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-214-28/+330
* simple file encryption wipRobin Appelman2012-02-212-8/+16
* encryption proxy wipRobin Appelman2012-02-213-0/+202