]> source.dussan.org Git - nextcloud-server.git/commit
add helper class accessible for encryption modules to ask for a list of users with...
authorBjoern Schiessle <schiessle@owncloud.com>
Tue, 31 Mar 2015 14:23:31 +0000 (16:23 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 7 Apr 2015 11:30:29 +0000 (13:30 +0200)
commite4895bda01f9c94fc33e094ae9466e1cf5502916
treef78a79ef0c3035d443fc10e2eaedcb4f436d7091
parentbd933b1c85dff950e83591a6245ba2e15db33caf
add helper class accessible for encryption modules to ask for a list of users with access to a file, needed to apply the recovery key to all files
16 files changed:
apps/encryption/appinfo/application.php
apps/encryption/appinfo/routes.php
apps/encryption/controller/recoverycontroller.php
apps/encryption/js/settings-personal.js
apps/encryption/lib/recovery.php
apps/encryption/settings/settings-personal.php
apps/encryption/templates/settings-personal.php
lib/base.php
lib/private/encryption/file.php [new file with mode: 0644]
lib/private/encryption/update.php
lib/private/encryption/util.php
lib/private/files/stream/encryption.php
lib/private/server.php
lib/public/encryption/ifile.php [new file with mode: 0644]
lib/public/encryption/imanager.php
lib/public/iservercontainer.php