[Pkg-owncloud-commits] [owncloud] 24/50: 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 16c5925155bfd6c7cc35745b233b0739fb513f51
Author: Lukas Reschke <lukas at owncloud.com>
Date: Tue Sep 16 15:51:48 2014 +0200
Reword the description
The old one was just horrible wrong.
Conflicts:
config/config.sample.php
---
3rdparty | 2 +-
config/config.sample.php | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/3rdparty b/3rdparty
index 1cee061..82d02dd 160000
--- a/3rdparty
+++ b/3rdparty
@@ -1 +1 @@
-Subproject commit 1cee06106ad92716f4d0553fe4be4f491cdc681f
+Subproject commit 82d02dd48ad11312bd740c57720dc84b4d66fa8a
diff --git a/config/config.sample.php b/config/config.sample.php
index bfe7e5c..f8afd16 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,
-/* Check 3rdparty apps for malicious code fragments */
-"appcodechecker" => false,
-
+/* Ensure that 3rdparty applications follows coding guidelines */
+"appcodechecker" => true,
+
/* 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