server/apps/files_encryption/lib
Vincent Petry 1e631754d7 Fix share key finding algorithm in various cases
Instead of inaccurate pattern matching, use the list of users who we
know have access to the file to build the list of share keys.

This covers the following cases:

- Move/copy files into a subfolder within a share
- Unsharing from a user
- Deleting files directlry / moving share keys to trashbin
2014-09-23 12:33:07 +02:00
..
capabilities.php Add _many_ newlines at the end of files 2013-08-18 11:06:59 +02:00
crypt.php update existing unit tests 2014-07-23 12:14:02 +02:00
exceptions.php support aes 256 2014-07-23 12:14:01 +02:00
helper.php Fix share key finding algorithm in various cases 2014-09-23 12:33:07 +02:00
keymanager.php Fix share key finding algorithm in various cases 2014-09-23 12:33:07 +02:00
migration.php adding unit tests for encryption data migration 2014-06-05 16:54:04 +02:00
proxy.php Remove passing by reference to allow for proper GC 2014-09-12 19:51:47 +02:00
session.php kill OC::$session 2014-08-29 10:22:21 +02:00
stream.php support aes 256 2014-07-23 12:14:01 +02:00
util.php Merge pull request #9754 from owncloud/enc_support_aes_256 2014-08-13 12:34:21 +02:00