aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/ajax
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2012-08-03 12:21:49 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2012-08-03 12:21:49 +0200
commita0b2474019e33fa7737ce6d24e76be34dba52a2d (patch)
treeadd8eeffa18e659acaf173cd608f65e3d776c424 /apps/files_encryption/ajax
parentbed05f030280087ae73f78acd38c1b797f9776c0 (diff)
downloadnextcloud-server-a0b2474019e33fa7737ce6d24e76be34dba52a2d.tar.gz
nextcloud-server-a0b2474019e33fa7737ce6d24e76be34dba52a2d.zip
code cleanup and TODOs added
Diffstat (limited to 'apps/files_encryption/ajax')
-rw-r--r--apps/files_encryption/ajax/mode.php (renamed from apps/files_encryption/ajax/changemode.php)2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files_encryption/ajax/changemode.php b/apps/files_encryption/ajax/mode.php
index 64e7dbef685..0515cdccb0a 100644
--- a/apps/files_encryption/ajax/changemode.php
+++ b/apps/files_encryption/ajax/mode.php
@@ -4,6 +4,8 @@
* This file is licensed under the Affero General Public License version 3 or later.
* See the COPYING-README file.
*/
+
+//TODO: Handle switch between client and server side encryption
OCP\JSON::checkAppEnabled('files_encryption');
OCP\JSON::checkLoggedIn();