nextcloud/apps/files_encryption/lib
Björn Schießle b44192f366 check list of users with access to the file from the bottom to the top. This way we avoid calling getFileInfo() on every dir, which creates a lot of overhead, especially for external storages 2013-05-29 13:10:26 +02:00
..
capabilities.php Add further capabilities to /cloud/capabilitites api call 2013-02-10 14:42:23 +01:00
crypt.php legacyBlockDecryprt() needs to be public 2013-05-27 17:35:38 +02:00
helper.php fix for losing private key while being logged in and accessing a public link 2013-05-28 09:27:04 +02:00
keymanager.php fixes after review from @DeepDiver1975 2013-05-23 23:56:31 +02:00
proxy.php make legacyDecrypt() private als always call legacyBlockDecrypt() from other classes 2013-05-27 17:35:28 +02:00
session.php fix for losing private key while being logged in and accessing a public link 2013-05-28 09:27:04 +02:00
stream.php fixes after review from @DeepDiver1975 2013-05-23 23:56:31 +02:00
util.php check list of users with access to the file from the bottom to the top. This way we avoid calling getFileInfo() on every dir, which creates a lot of overhead, especially for external storages 2013-05-29 13:10:26 +02:00