aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/hooks/hooks.php
Commit message (Expand)AuthorAgeFilesLines
...
* fix sharing of folders. First we need to collect all files. Than we need to f...Björn Schießle2013-04-221-31/+27
* make sure that all share keys get deleted if a file/folder gets unshared from...Björn Schießle2013-04-191-5/+10
* Session needs filesystem view as parameter; use getSharingUsersArray(), this ...Björn Schießle2013-04-181-4/+4
* Fixed proxy class handing of read / write filesSam Tuke2013-04-161-5/+5
* add $view as parameter for session constructorBjörn Schießle2013-04-101-5/+5
* Development snapshot;Sam Tuke2013-03-291-2/+3
* Merge branch 'master' into files_encryptionSam Tuke2013-03-281-2/+7
|\
| * 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
* | Added method for setting user keyfile recovery preferenceSam Tuke2013-03-201-2/+0
* | Improved folder creation codeSam Tuke2013-03-191-3/+3
* | Deleting encrypted files with missing keyfiles/shareKeys now succeedsSam Tuke2013-02-271-7/+2
* | Unsharing a single file now worksSam Tuke2013-02-271-1/+3
* | Started work on post unshare hookSam Tuke2013-02-261-33/+81
* | Development snapshotSam Tuke2013-02-201-13/+41
* | Moved dependencies out of Crypt methods (encKeyfileToMultipleUsers)(DI)Sam Tuke2013-02-191-7/+16
* | remove todo, it is already solvedBjörn Schießle2013-02-191-2/+0
* | add post_unshareALll hook, update recursively all keyfiles if a folder was sh...Björn Schießle2013-02-131-9/+6
* | add post_unshare hook, also add public link shares to the list of user with a...Björn Schießle2013-02-131-5/+4
* | add option to keep duplicates in the list of users with access to a file, e.g...Björn Schießle2013-02-121-3/+3
* | also find users with access to the file if a folder above the actual file was...Björn Schießle2013-02-121-20/+10
* | use right location of the file is the source and not the target it is shared toBjörn Schießle2013-02-121-13/+19
* | take group shares into account if we retrieve the list a all recipientsBjörn Schießle2013-02-121-29/+6
* | go back to preUnshare hooks since sharing doesn't trigger post unshare hooksBjörn Schießle2013-02-111-8/+11
* | unshare all should work the same like unshare single usersBjörn Schießle2013-02-111-3/+1
* | - moved the enrcyption of the filekey ifg file gets shared from the post shar...Björn Schießle2013-02-111-37/+10
* | added some TODOsBjörn Schießle2013-02-111-0/+1
* | Implementing sharing supportSam Tuke2013-02-111-24/+23
* | Work on post_share hook for files_encryptionSam Tuke2013-02-091-4/+67
|/
* 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