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

Commit 58d0fae

Browse files
committed
Merge remote-tracking branch 'origin/develop' into develop
2 parents b5dc409 + a7ca4f2 commit 58d0fae

File tree

5 files changed

+64
-15
lines changed

5 files changed

+64
-15
lines changed

core/src/plugins/access.smb/smb.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -639,9 +639,7 @@ public function stream_open ($url, $mode, $options, $opened_path)
639639
$this->mode = $mode;
640640
$this->defer_stream_read;
641641
$this->parsed_url = $pu = smb::parse_url($url);
642-
if ($pu['type'] <> 'path')
643-
return false;
644-
//trigger_error('stream_open(): error in URL', E_USER_ERROR);
642+
if ($pu['type'] <> 'path') trigger_error('stream_open(): error in URL', E_USER_ERROR);
645643
switch ($mode) {
646644
case 'r':
647645
case 'r+':

core/src/plugins/action.updater/class.AjaXplorerUpgrader.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ public function __construct($archiveURL, $hash, $method, $backupFiles = array())
9090
public static function configureProxy($proxyHost, $proxyUser, $proxyPass)
9191
{
9292
$proxy = array( 'http' => array( 'proxy' => 'tcp://'.$proxyHost, 'request_fulluri' => true ) );
93+
$proxy['ssl']['SNI_enabled'] = false;
9394
if (!empty($proxyUser) && !empty($proxyPass)) {
9495
$auth = base64_encode($proxyUser.":".$proxyPass);
9596
$proxy['http']['header'] = "Proxy-Authorization: Basic $auth";

core/src/plugins/core.ajaxplorer/i18n/it.php

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
* The latest code can be found at <http://pyd.io/>.
2020
*/
2121
//
22-
// Updated for Pydio 4.0.2
23-
// Italian transalation version: 4.0.2-001
24-
//
25-
// Maintained by Michele Beltrame
26-
// http://www.cattlegrid.info/
27-
// mb [AT] italpro [DOT] net
22+
// Maintained by DepaMarco
23+
// http://github.com/DepaMarco
2824
//
2925
// Previous maintainers:
3026
//
27+
// Michele Beltrame
28+
// http://www.cattlegrid.info/
29+
// mb [AT] italpro [DOT] net
30+
3131
// Updates for Pydio 2.5.5 by
3232
// Davide Cavalca <davide at cavalca dot name>
3333
//
@@ -646,11 +646,11 @@
646646
"plugtype.desc.mailer" => "Strumenti per consentire all'applicazione di inviare email",
647647
"plugtype.title.mq" => "Messaggistica Istantanea",
648648
"plugtype.desc.mq" => "Implementazione di un semplice server PUB/SUB",
649-
"537" => "File is too large! Maximum authorized size is %i",
650-
"538" => "Upload error: no file found on server!",
651-
"539" => "Upload error: file is partial",
652-
"540" => "Upload error: cannot find the temporary directory",
653-
"541" => "Upload error: cannot write into the temporary directory",
654-
"542" => "Upload error: a PHP extension stopped the upload process."
649+
"537" => "Il file è troppo grande! La dimensione massima autorizzata è %i",
650+
"538" => "Errore caricamento: nessun file trovato sul server!",
651+
"539" => "Errore caricamento: il file è parziale",
652+
"540" => "Errore caricamento: impossibile trovare la cartella temporanea",
653+
"541" => "Errore caricamento: non è possibile scrivere nella cartella temporanea",
654+
"542" => "Errore caricamento: un'estensione PHP ha bloccato il processo di caricamento"
655655
/* END SENTENCE */
656656
);
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?php
2+
/*
3+
* Copyright 2007-2013 Charles du Jeu - Abstrium SAS <team (at) pyd.io>
4+
* This file is part of Pydio.
5+
*
6+
* Pydio is free software: you can redistribute it and/or modify
7+
* it under the terms of the GNU Affero General Public License as published by
8+
* the Free Software Foundation, either version 3 of the License, or
9+
* (at your option) any later version.
10+
*
11+
* Pydio is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
* GNU Affero General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU Affero General Public License
17+
* along with Pydio. If not, see <http://www.gnu.org/licenses/>.
18+
*
19+
* The latest code can be found at <http://pyd.io/>.
20+
*/
21+
$mess=array(
22+
"Jumploader" => "Java (file grandi)",
23+
"Third-party JumpLoader JAVA applet allowing to upload folders, chunk big files, etc." => "Applet JAVA di terze parti (JumpLoader); consente di caricare cartelle, spezzare file di grandi dimensioni ecc.",
24+
"Install Applet" => "Installa Applet",
25+
);
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?php
2+
/*
3+
* Copyright 2007-2014 Charles du Jeu - Abstrium SAS <team (at) pyd.io>
4+
* This file is part of Pydio.
5+
*
6+
* Pydio is free software: you can redistribute it and/or modify
7+
* it under the terms of the GNU Affero General Public License as published by
8+
* the Free Software Foundation, either version 3 of the License, or
9+
* (at your option) any later version.
10+
*
11+
* Pydio is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
* GNU Affero General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU Affero General Public License
17+
* along with Pydio. If not, see <http://www.gnu.org/licenses/>.
18+
*
19+
* The latest code can be found at <http://pyd.io/>.
20+
*/
21+
$mess=array(
22+
"PLUploader" => "PLUploader",
23+
"PlUpload uploader support. Requires downloading and installing the PLupload sources." => "Supporto per PlUpload. Richiede lo scaricamento e l'installazione dei sorgenti di PLupload.",
24+
);
25+

0 commit comments

Comments
 (0)