[Pkg-owncloud-commits] [owncloud] 107/145: Make google drive client secret and dropbox api secret a password field
David Prévot
taffit at moszumanska.debian.org
Wed Feb 26 16:27:46 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 864f0342af15752bbe57055fa41e56a3a28f1bcf
Author: Joas Schilling <nickvergessen at gmx.de>
Date: Fri Feb 7 18:12:01 2014 +0100
Make google drive client secret and dropbox api secret a password field
Fix issue #5794
Backport of 828985d
---
apps/files_external/lib/config.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/apps/files_external/lib/config.php b/apps/files_external/lib/config.php
index 5cf3fc5..6d6e9a1 100755
--- a/apps/files_external/lib/config.php
+++ b/apps/files_external/lib/config.php
@@ -61,7 +61,7 @@ class OC_Mount_Config {
'configuration' => array(
'configured' => '#configured',
'app_key' => 'App key',
- 'app_secret' => 'App secret',
+ 'app_secret' => '*App secret',
'token' => '#token',
'token_secret' => '#token_secret'),
'custom' => 'dropbox');
@@ -80,7 +80,7 @@ class OC_Mount_Config {
'configuration' => array(
'configured' => '#configured',
'client_id' => 'Client ID',
- 'client_secret' => 'Client secret',
+ 'client_secret' => '*Client secret',
'token' => '#token'),
'custom' => 'google');
--
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