Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Started rewrite of cryptstream class (renamed to stream) | Sam Tuke | 2012-08-16 | 1 | -208/+0 |
| | | | | | | Added unit tests Fixed decryption of user private key at login Added functionality to keymanager | ||||
* | Implemented writing of keyfiles and directory hierarchy in proxy class | Sam Tuke | 2012-07-31 | 1 | -26/+57 |
| | | | | | Added crypt::findFiles() method for finding different types of files, ready for batch encrypting / decrypting Added comments to postFopen in proxy class | ||||
* | fix saved file size for uploaded files | Robin Appelman | 2012-06-21 | 1 | -4/+4 |
| | |||||
* | truncate decrypted files based on filelength | Robin Appelman | 2012-06-21 | 1 | -3/+14 |
| | |||||
* | fix problem with encryption flag not being saved correctly in the filecache | Robin Appelman | 2012-06-18 | 1 | -1/+1 |
| | |||||
* | fix for encryption binary files | Robin Appelman | 2012-06-16 | 1 | -1/+3 |
| | |||||
* | use absolute path for file proxies | Robin Appelman | 2012-06-09 | 1 | -1/+5 |
| | |||||
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 1 | -0/+0 |
| | |||||
* | improve cryptstream fro writing non-chunksized data | Robin Appelman | 2012-05-05 | 1 | -3/+25 |
| | |||||
* | finish porting of the LOG calls or the apps to the public api | Frank Karlitschek | 2012-05-01 | 1 | -4/+4 |
| | |||||
* | fix mimetypes of encrypted files | Robin Appelman | 2012-04-25 | 1 | -11/+4 |
| | |||||
* | make use of the fact that stream_read will always read 8192 bytes for ↵ | Robin Appelman | 2012-04-18 | 1 | -23/+15 |
| | | | | | | encryption stream https://bugs.php.net/bug.php?id=21641 | ||||
* | fix incorrect information in the filecache when using encryption | Robin Appelman | 2012-02-21 | 1 | -4/+1 |
| | |||||
* | rework the way file_put_contents is handeled | Robin Appelman | 2012-02-21 | 1 | -0/+1 |
| | |||||
* | initial integration of encryption | Robin Appelman | 2012-02-21 | 1 | -9/+40 |
| | |||||
* | simple file encryption wip | Robin Appelman | 2012-02-21 | 1 | -2/+5 |
| | |||||
* | encryption proxy wip | Robin Appelman | 2012-02-21 | 1 | -0/+121 |