[Pkg-owncloud-commits] [owncloud] 149/239: check if user is logged in

David Prévot taffit at moszumanska.debian.org
Fri Nov 29 01:32:31 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 2556647a10adb01a88e1f43c1794b8073f46e90f
Author: Bjoern Schiessle <schiessle at owncloud.com>
Date:   Tue Nov 26 12:47:59 2013 +0100

    check if user is logged in
---
 settings/ajax/decryptall.php | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/settings/ajax/decryptall.php b/settings/ajax/decryptall.php
index e530679..ebc17aa 100644
--- a/settings/ajax/decryptall.php
+++ b/settings/ajax/decryptall.php
@@ -1,5 +1,8 @@
 <?php
 
+OCP\JSON::checkLoggedIn();
+OCP\JSON::callCheck();
+
 //encryption app needs to be loaded
 OC_App::loadApp('files_encryption');
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list