Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix comments in crypt lib | Georg Ehrke | 2012-03-21 | 1 | -1/+1 |
* | dont set the encryption flag for existing non-encrypted files | Robin Appelman | 2012-02-26 | 1 | -4/+3 |
* | always set encrypted flag when overwriting a file we should encrypt | Robin Appelman | 2012-02-26 | 1 | -1/+2 |
* | merge master into encryption | Robin Appelman | 2012-02-26 | 1 | -10/+0 |
* | fix incorrect information in the filecache when using encryption | Robin Appelman | 2012-02-21 | 2 | -18/+18 |
* | proper mimetypes for encrypted files | Robin Appelman | 2012-02-21 | 1 | -0/+4 |
* | implement file_put_contents with stream data using fopen | Robin Appelman | 2012-02-21 | 1 | -5/+1 |
* | rework the way file_put_contents is handeled | Robin Appelman | 2012-02-21 | 2 | -10/+5 |
* | only trigger hooks for the default filesystem view | Robin Appelman | 2012-02-21 | 1 | -21/+20 |
* | initial integration of encryption | Robin Appelman | 2012-02-21 | 3 | -28/+319 |
* | simple file encryption wip | Robin Appelman | 2012-02-21 | 2 | -8/+16 |
* | encryption proxy wip | Robin Appelman | 2012-02-21 | 2 | -0/+191 |