| Commit message (Expand) | Author | Age | Files | Lines |
* | Checkstyle: Fix the last 25 NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
* | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 3 | -13/+13 |
* | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 3 | -13/+13 |
* | NoSpaceAfterComma | Felix Moeller | 2012-10-28 | 2 | -31/+31 |
* | NoSpaceAfterComma II | Felix Moeller | 2012-10-23 | 1 | -3/+3 |
* | Checkstyle: NoSpaceAfterComma | Felix Moeller | 2012-10-23 | 2 | -2/+2 |
* | More Checkstyle cleanup | Felix Moeller | 2012-10-23 | 1 | -2/+2 |
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 3 | -63/+63 |
* | no more require_once() | Thomas Mueller | 2012-09-05 | 1 | -1/+1 |
* | Whitespace fixes in apps | Bart Visscher | 2012-08-29 | 3 | -12/+12 |
* | remove unused variables | Robin Appelman | 2012-07-20 | 1 | -3/+0 |
* | only use 1 fsview when initializing encryption | Robin Appelman | 2012-06-21 | 1 | -7/+5 |
* | 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 | 3 | -7/+41 |
* | 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 | 2 | -19/+24 |
* | fix encryption proxy for updated filecache | Robin Appelman | 2012-06-15 | 1 | -1/+1 |
* | cleanup oc_filecache, splitting it in several parts and using the new hasUpdated | Robin Appelman | 2012-06-15 | 1 | -1/+1 |
* | use absolute path for file proxies | Robin Appelman | 2012-06-09 | 2 | -2/+6 |
* | Applied fix from kalassico for "Chiper text must be a string" bug (http://for... | Sam Tuke | 2012-05-31 | 1 | -10/+17 |
* | update copyright | Frank Karlitschek | 2012-05-26 | 1 | -1/+1 |
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 3 | -0/+0 |
* | improve cryptstream fro writing non-chunksized data | Robin Appelman | 2012-05-05 | 1 | -3/+25 |
* | port appconfig | Frank Karlitschek | 2012-05-02 | 1 | -2/+2 |
* | move all the files stuff into a files class | Frank Karlitschek | 2012-05-02 | 1 | -2/+2 |
* | ported the rest of the OC_Helper calls | Frank Karlitschek | 2012-05-02 | 1 | -2/+2 |
* | ported getUser | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
* | finish porting of the LOG calls or the apps to the public api | Frank Karlitschek | 2012-05-01 | 2 | -5/+5 |
* | port to use the new public api | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
* | fix mimetypes of encrypted files | Robin Appelman | 2012-04-25 | 2 | -25/+7 |
* | add the option to disable file encryption while still being able to decrypt e... | Robin Appelman | 2012-04-22 | 1 | -3/+3 |
* | add test cases for cryptstream | Robin Appelman | 2012-04-18 | 1 | -0/+7 |
* | make use of the fact that stream_read will always read 8192 bytes for encrypt... | Robin Appelman | 2012-04-18 | 1 | -23/+15 |
* | bugfixes for encryption library and test cases | Robin Appelman | 2012-04-18 | 1 | -27/+28 |
* | renamed extention to extension, also now only showing lowercase | Jan-Christoph Borchardt | 2012-04-15 | 1 | -2/+2 |
* | 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 |