Commit Graph

46 Commits (5212fa3fa76b3cef3fc862e75dfd66fbb5ada688)

Author SHA1 Message Date
Robin Appelman e43d02fadb fix encrypted flags not being saved correctly 14 years ago
Robin Appelman 9ba467d629 fix encryption for binary files 14 years ago
Robin Appelman 0f2600e9ea add binary test case for encryption 14 years ago
Robin Appelman e3f1507374 use absolute path for file proxies 14 years ago
Frank Karlitschek 647888eea2 add a ldap encryption warning 14 years ago
Frank Karlitschek d7c09d8bb5 add a warning 14 years ago
Frank Karlitschek 9e73524168 mark the apps as part of the shipped package and increase the requirement to ownCloud 4 14 years ago
Thomas Mueller 583dce5276 removing executable bit - again 14 years ago
Robin Appelman 6779f28af4 cache app types during install or update 14 years ago
Robin Appelman 736739bbbd load remote and public paths from info.xml during upgrade instead of setting them every time 14 years ago
Frank Karlitschek 1945cd6946 ported the oc_template class 14 years ago
Robin Appelman 70cb053e6b improve cryptstream fro writing non-chunksized data 14 years ago
Frank Karlitschek 9bcc5c11a8 porting the hooks and starting with the templates 14 years ago
Frank Karlitschek ff66600bc0 port appconfig 14 years ago
Frank Karlitschek 8c7f854671 move all the files stuff into a files class 14 years ago
Frank Karlitschek 2fe646dcec ported the oc_app calls 14 years ago
Frank Karlitschek 93b63cf375 ported the rest of the OC_Helper calls 14 years ago
Frank Karlitschek 1a2bbd2ee4 ported addSyript and other small stuff 14 years ago
Frank Karlitschek 254b8b9506 porting of OC_User to public API complete. 14 years ago
Frank Karlitschek 70cea18cce ported getUser 14 years ago
Frank Karlitschek 5bf69237b2 ported isLoggedIn 14 years ago
Frank Karlitschek d0554bef06 finish porting of the LOG calls or the apps to the public api 14 years ago
Frank Karlitschek e8ec999090 port to use the new public api 14 years ago
Robin Appelman 5c3ea14819 fix mimetypes of encrypted files 14 years ago
Robin Appelman c5b31b001a add the option to disable file encryption while still being able to decrypt existing files 14 years ago
Robin Appelman d1ad4dc8d6 add test cases for cryptstream 14 years ago
Robin Appelman b39c3d4c4e make use of the fact that stream_read will always read 8192 bytes for encryption stream 14 years ago
Robin Appelman 26e9a0dd13 bugfixes for encryption library and test cases 14 years ago
Jan-Christoph Borchardt 7ddd043427 renamed extention to extension, also now only showing lowercase 14 years ago
Robin Appelman 926b2b78fe keep version numbers in their own files for faster reading 14 years ago
Robin Appelman 523fdda399 add the option to only load apps of a specific type 14 years ago
Georg Ehrke 5b03de9a66 fix comments in crypt lib 14 years ago
Robin Appelman 8148480cfe dont enable encryption on default 14 years ago
Robin Appelman 01fcc080bb dont set the encryption flag for existing non-encrypted files 14 years ago
Robin Appelman ff0a542e48 always set encrypted flag when overwriting a file we should encrypt 14 years ago
Robin Appelman 814bc2fd2b make encryption filetype blacklist configurable 14 years ago
Robin Appelman ed0c99ef14 make sure we always have the encryption key unlocked 14 years ago
Robin Appelman c20319d377 fix incorrect information in the filecache when using encryption 14 years ago
Robin Appelman d9c7e4c333 proper mimetypes for encrypted files 14 years ago
Robin Appelman c121a1a1e7 implement file_put_contents with stream data using fopen 14 years ago
Robin Appelman 6a8364c3ff rework the way file_put_contents is handeled 14 years ago
Robin Appelman b3a974d8bb only trigger hooks for the default filesystem view 14 years ago
Robin Appelman f1cbb9effc initial integration of encryption 14 years ago
Robin Appelman e2b4954176 simple file encryption wip 14 years ago
Robin Appelman 3d67cd51c2 encryption proxy wip 14 years ago