Commit Graph

65 Commits (a7cbc9e71398d5e08684ffdfd1f07e7d8defbf31)

Author SHA1 Message Date
Bjoern Schiessle dc596a72c3 remove function which is no longer needed 14 years ago
Bjoern Schiessle d4974b6d4a set default dependencies in keymanager.php 14 years ago
Bjoern Schiessle 5bb3ea9740 define default properties in keymanager.php 14 years ago
Bjoern Schiessle 773d7b119d OCS api calls cleanup 14 years ago
Bjoern Schiessle d5808f07ca return a list of all public keys for a given file 14 years ago
Bjoern Schiessle 6b058cd359 allow user to choose encryption mode 14 years ago
Sam Tuke c4d1ad1b7d Made dependencies of Kaymanager::setFileKey() explicit using dependency injection 14 years ago
Sam Tuke 84fd62b130 Implemented writing of keyfiles and directory hierarchy in proxy class 14 years ago
Sam Tuke eebf76d344 Implemented writing of keyfiles and directory hierarchy in proxy class 14 years ago
Bjoern Schiessle f6863f9e51 get encryption mode from the settings 14 years ago
Bjoern Schiessle ee15c40b14 comment added 14 years ago
Bjoern Schiessle 23391b3694 get/set key files, take shared files into account 14 years ago
Bjoern Schiessle f752a27605 write keyfiles to server 14 years ago
Bjoern Schiessle bb229f7291 write private/public key from the client to the server 14 years ago
Bjoern Schiessle bdb406916c fixed path for filesystem view 14 years ago
Bjoern Schiessle 3ab4ddd1da function to ask for the encryption mode (server side or client side). 14 years ago
Sam Tuke 9f51841c57 Mainly work on implementing new encryption system (+ keyfile handling) into proxy classs 14 years ago
Sam Tuke adf5c953dd Fixed use of OCFSV in getPrivateKey() 14 years ago
Sam Tuke e6de086fb6 Fixed various bugs in hooks class 14 years ago
Sam Tuke 66b461629b Started implementation of new encyryption classes into the encryption proxy 14 years ago
Bjoern Schiessle 6d1ed388c0 keymanager class for basic operations to store and retrieve keys 14 years ago
Sam Tuke d766ca8b19 Changed util class methods to use / create public keys in single shared public-keys directory, and group encryption-related user files 14 years ago
Sam Tuke 9368ea73c8 added tests and methods relating to handling of legacy keys 14 years ago
Sam Tuke 9216289856 Wrote new methods for testing if a file is encrypted using AES or Blowfish 14 years ago
Sam Tuke d294e77721 Development snapshot: 14 years ago
Sam Tuke 283561823f Added methods for handling encrypted file + iv content 14 years ago
Sam Tuke 6af99f3a09 Development snapshot: 14 years ago
Robin Appelman 6707e4187e only use 1 fsview when initializing encryption 14 years ago
Robin Appelman 56de98ed8c fix saved file size for uploaded files 14 years ago
Robin Appelman d0455c5819 truncate decrypted files based on filelength 14 years ago
Robin Appelman debd9c8dfb fix problem with encryption flag not being saved correctly in the filecache 14 years ago
Robin Appelman 195c37f88a fix for encryption binary files 14 years ago
Robin Appelman 03951ccc6b fix encryption proxy for updated filecache 14 years ago
Robin Appelman f06c08a637 cleanup oc_filecache, splitting it in several parts and using the new hasUpdated 14 years ago
Robin Appelman 601bac746d use absolute path for file proxies 14 years ago
Sam Tuke e93bb5135d Applied fix from kalassico for "Chiper text must be a string" bug (http://forum.owncloud.org/viewtopic.php?f=3&t=2586&p=5094) 14 years ago
Frank Karlitschek a945fa10a6 update copyright 14 years ago
Thomas Mueller 583dce5276 removing executable bit - again 14 years ago
Robin Appelman 70cb053e6b improve cryptstream fro writing non-chunksized data 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 93b63cf375 ported the rest of the OC_Helper calls 14 years ago
Frank Karlitschek 70cea18cce ported getUser 15 years ago
Frank Karlitschek d0554bef06 finish porting of the LOG calls or the apps to the public api 15 years ago
Frank Karlitschek e8ec999090 port to use the new public api 15 years ago
Robin Appelman 5c3ea14819 fix mimetypes of encrypted files 15 years ago
Robin Appelman c5b31b001a add the option to disable file encryption while still being able to decrypt existing files 15 years ago
Robin Appelman d1ad4dc8d6 add test cases for cryptstream 15 years ago
Robin Appelman b39c3d4c4e make use of the fact that stream_read will always read 8192 bytes for encryption stream 15 years ago
Robin Appelman 26e9a0dd13 bugfixes for encryption library and test cases 15 years ago