Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Applied fix from kalassico for "Chiper text must be a string" bug ↵ | Sam Tuke | 2012-05-31 | 1 | -10/+17 |
| | | | | (http://forum.owncloud.org/viewtopic.php?f=3&t=2586&p=5094) | ||||
* | 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 |
| | | | | ownCloud 4 | ||||
* | 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 |
| | | | | them every time | ||||
* | 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 |
| | | | | What better thing to do during a long train ride than refactoring ;-) | ||||
* | 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 ↵ | Robin Appelman | 2012-04-22 | 4 | -3/+11 |
| | | | | existing files | ||||
* | 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 ↵ | Robin Appelman | 2012-04-18 | 2 | -23/+71 |
| | | | | | | encryption stream https://bugs.php.net/bug.php?id=21641 | ||||
* | 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 |
| | |||||
* | 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 | 4 | -28/+330 |
| | |||||
* | simple file encryption wip | Robin Appelman | 2012-02-21 | 2 | -8/+16 |
| | |||||
* | encryption proxy wip | Robin Appelman | 2012-02-21 | 3 | -0/+202 |