Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
edcba11a
Commit
edcba11a
authored
Jan 01, 2015
by
Martin
Committed by
Morris Jobke
Jan 07, 2015
Browse files
smb: rename textfield from root to subfolder
"root" or "subfolder" -> "Remote subfolder" on selected storages missed ftp...
parent
bfb6e350
Changes
1
Hide whitespace changes
Inline
Side-by-side
apps/files_external/appinfo/app.php
View file @
edcba11a
...
...
@@ -90,7 +90,7 @@ OC_Mount_Config::registerBackend('\OC\Files\Storage\FTP', array(
'host'
=>
(
string
)
$l
->
t
(
'Host'
),
'user'
=>
(
string
)
$l
->
t
(
'Username'
),
'password'
=>
'*'
.
$l
->
t
(
'Password'
),
'root'
=>
'&'
.
$l
->
t
(
'R
oot
'
),
'root'
=>
'&'
.
$l
->
t
(
'R
emote subfolder
'
),
'secure'
=>
'!'
.
$l
->
t
(
'Secure ftps://'
)),
'has_dependencies'
=>
true
));
...
...
@@ -132,7 +132,7 @@ if (!OC_Util::runningOnWindows()) {
'user'
=>
(
string
)
$l
->
t
(
'Username'
),
'password'
=>
'*'
.
$l
->
t
(
'Password'
),
'share'
=>
(
string
)
$l
->
t
(
'Share'
),
'root'
=>
'&'
.
$l
->
t
(
'R
oot
'
)),
'root'
=>
'&'
.
$l
->
t
(
'R
emote subfolder
'
)),
'has_dependencies'
=>
true
));
OC_Mount_Config
::
registerBackend
(
'\OC\Files\Storage\SMB_OC'
,
array
(
...
...
@@ -142,7 +142,7 @@ if (!OC_Util::runningOnWindows()) {
'host'
=>
(
string
)
$l
->
t
(
'Host'
),
'username_as_share'
=>
'!'
.
$l
->
t
(
'Username as share'
),
'share'
=>
'&'
.
$l
->
t
(
'Share'
),
'root'
=>
'&'
.
$l
->
t
(
'R
oot
'
)),
'root'
=>
'&'
.
$l
->
t
(
'R
emote subfolder
'
)),
'has_dependencies'
=>
true
));
}
...
...
@@ -153,7 +153,7 @@ OC_Mount_Config::registerBackend('\OC\Files\Storage\DAV', array(
'host'
=>
(
string
)
$l
->
t
(
'URL'
),
'user'
=>
(
string
)
$l
->
t
(
'Username'
),
'password'
=>
'*'
.
$l
->
t
(
'Password'
),
'root'
=>
'&'
.
$l
->
t
(
'R
oot
'
),
'root'
=>
'&'
.
$l
->
t
(
'R
emote subfolder
'
),
'secure'
=>
'!'
.
$l
->
t
(
'Secure https://'
)),
'has_dependencies'
=>
true
));
...
...
@@ -175,7 +175,7 @@ OC_Mount_Config::registerBackend('\OC\Files\Storage\SFTP', array(
'host'
=>
(
string
)
$l
->
t
(
'Host'
),
'user'
=>
(
string
)
$l
->
t
(
'Username'
),
'password'
=>
'*'
.
$l
->
t
(
'Password'
),
'root'
=>
'&'
.
$l
->
t
(
'R
oot
'
))));
'root'
=>
'&'
.
$l
->
t
(
'R
emote subfolder
'
))));
$mountProvider
=
new
\
OCA\Files_External\Config\ConfigAdapter
();
\
OC
::
$server
->
getMountProviderCollection
()
->
registerProvider
(
$mountProvider
);
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment