]> source.dussan.org Git - nextcloud-server.git/commit
Fix namespace of files_encryption classes and autoload them
authorJoas Schilling <nickvergessen@gmx.de>
Wed, 3 Dec 2014 09:57:16 +0000 (10:57 +0100)
committerJoas Schilling <nickvergessen@gmx.de>
Tue, 9 Dec 2014 08:47:26 +0000 (09:47 +0100)
commit7f7006643f7e659c86b81720dd50b33dbbb07430
tree1c2cc22b0be4a76cc423a89cc50cbf2f55f67866
parentc36bac3abdd4b41620bdebbc3391612aac620fb8
Fix namespace of files_encryption classes and autoload them
17 files changed:
apps/files_encryption/appinfo/app.php
apps/files_encryption/exception/encryptionException.php [deleted file]
apps/files_encryption/exception/encryptionexception.php [new file with mode: 0644]
apps/files_encryption/exception/multiKeyDecryptException.php [deleted file]
apps/files_encryption/exception/multiKeyEncryptException.php [deleted file]
apps/files_encryption/exception/multikeydecryptexception.php [new file with mode: 0644]
apps/files_encryption/exception/multikeyencryptexception.php [new file with mode: 0644]
apps/files_encryption/hooks/hooks.php [deleted file]
apps/files_encryption/lib/capabilities.php
apps/files_encryption/lib/crypt.php
apps/files_encryption/lib/helper.php
apps/files_encryption/lib/hooks.php [new file with mode: 0644]
apps/files_encryption/lib/keymanager.php
apps/files_encryption/lib/proxy.php
apps/files_encryption/lib/session.php
apps/files_encryption/lib/stream.php
apps/files_encryption/lib/util.php