]> source.dussan.org Git - nextcloud-server.git/commit
cleanup and removing cachefactory
authorClark Tomlinson <fallen013@gmail.com>
Fri, 27 Mar 2015 00:35:36 +0000 (20:35 -0400)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 7 Apr 2015 11:30:27 +0000 (13:30 +0200)
commitd15c2e52b0576e7846a09fd84e0e10f3054623c6
treef027d9cb18160353fe440e4eef48be8aa7cdea99
parent2e00acda079644ce4eb61b8a3812b095df8d05e3
cleanup and removing cachefactory
17 files changed:
apps/encryption/appinfo/encryption.php
apps/encryption/css/settings-personal.css [new file with mode: 0644]
apps/encryption/hooks/apphooks.php [deleted file]
apps/encryption/hooks/filesystemhooks.php [deleted file]
apps/encryption/hooks/sharehooks.php [deleted file]
apps/encryption/hooks/userhooks.php
apps/encryption/js/detect-migration.js [new file with mode: 0644]
apps/encryption/js/encryption.js [new file with mode: 0644]
apps/encryption/js/settings-admin.js [new file with mode: 0644]
apps/encryption/js/settings-personal.js [new file with mode: 0644]
apps/encryption/l10n/.gitkeep [new file with mode: 0644]
apps/encryption/lib/crypto/encryption.php
apps/encryption/lib/keymanager.php
apps/encryption/lib/util.php
apps/encryption/settings/settings-admin.php
apps/encryption/settings/settings-personal.php
apps/encryption/tests/lib/KeyManagerTest.php