Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Update mobile apps URL's
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Oct 17, 2016
1 parent 80494b4 commit b34fb1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions core/src/plugins/shorten.gateway/FileGateway.php
Expand Up @@ -39,8 +39,10 @@
class FileGateway extends Plugin
{
private $servers = [
"filesend" => "https://filesend.cc",
"yourshare" => "https://yoursha.re",
"eu.filesend" => "https://eu.filesend.cc",
"us.filesend" => "https://us.filesend.cc",
"eu.yourshare" => "https://eu.yoursha.re",
"us.yourshare" => "https://us.yoursha.re",
];

/**
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/shorten.gateway/manifest.xml
Expand Up @@ -11,7 +11,7 @@
<server_settings>
<global_param name="API_KEY" type="string" label="CONF_MESSAGE[Api Key]" description="CONF_MESSAGE[Api Key as provided in your Pydio.com account]"/>
<global_param name="API_SECRET" type="password" label="CONF_MESSAGE[Api Secret]" description="CONF_MESSAGE[Api Secret, as provided in your Pydio.com account]"/>
<global_param name="GATEWAY_SERVER" type="select" choices="filesend|Filesend.cc (EU Region),yourshare|Yoursha.re (US Region)" label="CONF_MESSAGE[Gateway Server]" description="CONF_MESSAGE[Choose on which server you want the link to be proxied. You may choose depending on your region.]"/>
<global_param name="GATEWAY_SERVER" type="select" choices="eu.filesend|Filesend.cc - EU Region,us.filesend|Filesend.cc - US Region,eu.yourshare|Yoursha.re - EU Region,eu.yourshare|Yoursha.re - US Region" label="CONF_MESSAGE[Gateway Domain and Region]" description="CONF_MESSAGE[Choose on which server you want the link to be proxied. You may choose depending on your region.]"/>
</server_settings>
<registry_contributions>
<hooks>
Expand Down

0 comments on commit b34fb1e

Please sign in to comment.