[Pkg-owncloud-commits] [owncloud] 25/50: Revert "Reword the description"
David Prévot
taffit at moszumanska.debian.org
Fri Oct 17 03:12:13 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v6.0.6RC1
in repository owncloud.
commit 7a2dbc25cb18ed4094c48c9b9e1d239fdc756534
Author: Lukas Reschke <lukas at owncloud.com>
Date: Tue Sep 16 16:03:30 2014 +0200
Revert "Reword the description"
This reverts commit 16c5925155bfd6c7cc35745b233b0739fb513f51.
---
3rdparty | 2 +-
config/config.sample.php | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/3rdparty b/3rdparty
index 82d02dd..1cee061 160000
--- a/3rdparty
+++ b/3rdparty
@@ -1 +1 @@
-Subproject commit 82d02dd48ad11312bd740c57720dc84b4d66fa8a
+Subproject commit 1cee06106ad92716f4d0553fe4be4f491cdc681f
diff --git a/config/config.sample.php b/config/config.sample.php
index f8afd16..bfe7e5c 100755
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -129,9 +129,9 @@ $CONFIG = array(
/* allow user to change his display name, if it is supported by the back-end */
'allow_user_to_change_display_name' => true,
-/* Ensure that 3rdparty applications follows coding guidelines */
-"appcodechecker" => true,
-
+/* Check 3rdparty apps for malicious code fragments */
+"appcodechecker" => false,
+
/* Check if ownCloud is up to date */
"updatechecker" => true,
--
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