summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/hooks
Commit message (Expand)AuthorAgeFilesLines
* Update tests and apps to the new \OC\Files\Filesystem::init signatureRobin Appelman2013-02-111-1/+1
* cleanup - more to come afterThomas Müller2013-02-091-10/+0
* Removed debugging codeSam Tuke2013-02-061-1/+1
* Development snapshotSam Tuke2013-02-061-2/+4
* Fixed bug causing encrypted files to be doubly encrypted at loginSam Tuke2013-02-061-0/+3
* Fixed bug relating to Filesystem{} that prevented webdav logins with files_en...Sam Tuke2013-02-051-50/+52
* Improved support for detecting and recrypting legacy files. Bugs remain.Sam Tuke2013-01-311-2/+2
* Made encyrption keyfiles be deleted when their parents areSam Tuke2013-01-291-4/+11
* Fixed many coding guidelines issuesSam Tuke2013-01-241-16/+20
* Adding sharing support: added new method in Keymanager setShareKey()Sam Tuke2013-01-141-2/+42
* All in-use unit tests now passing after mergeSam Tuke2013-01-061-7/+0
* Development snapshotSam Tuke2013-01-051-1/+1
* Merge branch 'master' into files_encryptionSam Tuke2012-12-121-6/+0
* Replaced phpseclib calls with symmetric re-encryption of user private keySam Tuke2012-12-111-20/+9
* Revert "Revert "Development snapshot""Sam Tuke2012-12-111-5/+5
* Revert "Development snapshot"Sam Tuke2012-12-111-5/+5
* Added library phpseclibSam Tuke2012-12-111-7/+66
* Development snapshotSam Tuke2012-12-051-5/+5
* Development SnapshotSam Tuke2012-12-041-1/+3
* Development snapshotSam Tuke2012-11-281-0/+13
* Development snapshot, lots of fixesSam Tuke2012-11-161-8/+16
* all unit files_encryption crypt unit tests now passing after mergeSam Tuke2012-10-171-1/+1
* Development snapshotSam Tuke2012-09-111-0/+2
* working on streaming decrypted contentSam Tuke2012-08-151-1/+7
* added wrapper method in crypt class for encrypting asymmetric and symmetric s...Sam Tuke2012-08-141-72/+73
* write error to OC_LogBjoern Schiessle2012-08-131-0/+1
* execute file hooks only if server side encryption is enabledBjoern Schiessle2012-08-101-1/+1
* fix setFileKey() call in updateKeyfile hookBjoern Schiessle2012-08-081-1/+1
* Implemented writing of keyfiles and directory hierarchy in proxy classSam Tuke2012-07-311-2/+2
* update file encryption key over webdav properties for client side encryptionBjoern Schiessle2012-07-311-0/+12
* run setup routine only for server side encryptionBjoern Schiessle2012-07-271-16/+20
* Mainly work on implementing new encryption system (+ keyfile handling) into p...Sam Tuke2012-07-251-1/+0
* Fixed various bugs in hooks classSam Tuke2012-07-251-4/+12
* Started implementation of new encyryption classes into the encryption proxySam Tuke2012-07-251-6/+8
* Development snapshot:Sam Tuke2012-07-111-0/+50