| Commit message (Expand) | Author | Age | Files | Lines |
* | l10n directories have been missing | Thomas Mueller | 2012-08-13 | 1 | -0/+0 |
* | remove unused variables | Robin Appelman | 2012-07-20 | 1 | -3/+0 |
* | fixed typos | Sam Tuke | 2012-07-10 | 2 | -3/+3 |
* | fix encryption test cases when not logged in | Robin Appelman | 2012-06-30 | 1 | -2/+6 |
* | dont change the encryption key during the test case | Robin Appelman | 2012-06-21 | 1 | -0/+5 |
* | 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 | 7 | -16/+79 |
* | 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 | 4 | -20/+59 |
* | fix encryption proxy for updated filecache | Robin Appelman | 2012-06-15 | 1 | -1/+1 |
* | add binary test case for encryption | Robin Appelman | 2012-06-15 | 2 | -4/+36 |
* | 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 | 3 | -2/+21 |
* | 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 |
* | encryption is not yet compatible with ldap | Frank Karlitschek | 2012-05-22 | 1 | -1/+1 |
* | add warning | Frank Karlitschek | 2012-05-20 | 1 | -1/+1 |
* | mark the apps as part of the shipped package and increase the requirement to ... | Frank Karlitschek | 2012-05-18 | 1 | -1/+2 |
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 7 | -0/+0 |
* | cache app types during install or update | Robin Appelman | 2012-05-14 | 1 | -1/+1 |
* | load remote and public paths from info.xml during upgrade instead of setting ... | Robin Appelman | 2012-05-11 | 1 | -0/+46 |
* | ported the oc_template class | Frank Karlitschek | 2012-05-06 | 1 | -1/+1 |
* | improve cryptstream fro writing non-chunksized data | Robin Appelman | 2012-05-05 | 2 | -3/+36 |
* | porting the hooks and starting with the templates | Frank Karlitschek | 2012-05-05 | 1 | -1/+1 |
* | port appconfig | Frank Karlitschek | 2012-05-02 | 2 | -4/+4 |
* | move all the files stuff into a files class | Frank Karlitschek | 2012-05-02 | 3 | -6/+6 |
* | ported the oc_app calls | Frank Karlitschek | 2012-05-02 | 1 | -1/+1 |
* | ported the rest of the OC_Helper calls | Frank Karlitschek | 2012-05-02 | 3 | -6/+6 |
* | ported addSyript and other small stuff | Frank Karlitschek | 2012-05-01 | 1 | -2/+2 |
* | porting of OC_User to public API complete. | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
* | ported getUser | Frank Karlitschek | 2012-05-01 | 1 | -1/+1 |
* | ported isLoggedIn | 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 | 4 | -3/+11 |
* | add test cases for cryptstream | Robin Appelman | 2012-04-18 | 2 | -0/+13 |
* | make use of the fact that stream_read will always read 8192 bytes for encrypt... | Robin Appelman | 2012-04-18 | 2 | -23/+71 |
* | bugfixes for encryption library and test cases | Robin Appelman | 2012-04-18 | 2 | -27/+64 |
* | renamed extention to extension, also now only showing lowercase | Jan-Christoph Borchardt | 2012-04-15 | 1 | -2/+2 |
* | keep version numbers in their own files for faster reading | Robin Appelman | 2012-04-14 | 2 | -1/+1 |
* | add the option to only load apps of a specific type | Robin Appelman | 2012-03-30 | 1 | -0/+3 |
* | fix comments in crypt lib | Georg Ehrke | 2012-03-21 | 1 | -1/+1 |
* | dont enable encryption on default | Robin Appelman | 2012-02-26 | 1 | -1/+0 |
* | 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 |
* | make encryption filetype blacklist configurable | Robin Appelman | 2012-02-22 | 4 | -0/+48 |
* | make sure we always have the encryption key unlocked | Robin Appelman | 2012-02-22 | 1 | -0/+6 |