Update links in comments and config to https where available (#9759)

This commit is contained in:
Philip Weir
2025-01-26 12:34:57 +00:00
committed by GitHub
parent 2f051c0154
commit ccede1f272
70 changed files with 124 additions and 124 deletions

View File

@@ -18,7 +18,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
class acl extends rcube_plugin

View File

@@ -11,7 +11,7 @@
*
* @author Ziba Scott
*
* @website http://roundcube.net
* @website https://roundcube.net
*/
class additional_message_headers extends rcube_plugin
{

View File

@@ -22,7 +22,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>
* along with this program. If not, see <https://www.gnu.org/licenses/>
*/
class attachment_reminder extends rcube_plugin

View File

@@ -17,7 +17,7 @@
*
* @author Ziba Scott
*
* @website http://roundcube.net
* @website https://roundcube.net
*
* Example:
*

View File

@@ -55,7 +55,7 @@ class enigma_subkey
*/
public function get_algorithm()
{
// http://tools.ietf.org/html/rfc4880#section-9.1
// https://datatracker.ietf.org/doc/html/rfc4880#section-9.1
switch ($this->algorithm) {
case 1:
case 2:

View File

@@ -131,12 +131,12 @@ class help extends rcube_plugin
if (is_readable($this->home . '/content/license.html')) {
$content['license'] = 'self';
} else {
$content['license'] = $rcmail->config->get('help_license_url', 'http://www.gnu.org/licenses/gpl-3.0-standalone.html');
$content['license'] = $rcmail->config->get('help_license_url', 'https://www.gnu.org/licenses/gpl-3.0-standalone.html');
$content['license'] = $this->resolve_language($content['license']);
}
// Help Index
$src = $rcmail->config->get('help_source', 'http://docs.roundcube.net/doc/help/1.1/%l/');
$src = $rcmail->config->get('help_source', 'https://docs.roundcube.net/doc/help/1.1/%l/');
$index_map = $rcmail->config->get('help_index_map', []);
// resolve task/action for deep linking

View File

@@ -31,6 +31,6 @@ class HelpTest extends TestCase
$this->assertCount(3, $result);
$this->assertMatchesRegularExpression('|\?_task=settings&_action=about&_framed=1$|', $result['about']);
$this->assertSame('self', $result['license']);
$this->assertSame('http://docs.roundcube.net/doc/help/1.1/en_US/', $result['index']);
$this->assertSame('https://docs.roundcube.net/doc/help/1.1/en_US/', $result['index']);
}
}

View File

@@ -15,7 +15,7 @@
* @license GNU GPLv3+
* @author Aleksander Machniak <alec@alec.pl>
*
* @website http://roundcube.net
* @website https://roundcube.net
*/
class identicon extends rcube_plugin
{

View File

@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
// Managesieve Protocol: RFC5804

View File

@@ -19,7 +19,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
class rcube_sieve_engine

View File

@@ -18,7 +18,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
class rcube_sieve_forward extends rcube_sieve_engine

View File

@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
class rcube_sieve_script

View File

@@ -18,7 +18,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
class rcube_sieve_vacation extends rcube_sieve_engine

View File

@@ -25,7 +25,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
class managesieve extends rcube_plugin

View File

@@ -25,7 +25,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Roundcube. If not, see http://www.gnu.org/licenses/.
* along with Roundcube. If not, see https://www.gnu.org/licenses/.
*/
class markasjunk_jsevent

View File

@@ -23,7 +23,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
class newmail_notifier extends rcube_plugin

View File

@@ -25,7 +25,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
class rcube_chpasswd_password

View File

@@ -22,7 +22,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
class rcube_cpanel_password

View File

@@ -27,7 +27,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
class rcube_dbmail_password

View File

@@ -24,7 +24,7 @@ use GuzzleHttp\Psr7\Query;
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
class rcube_directadmin_password

View File

@@ -4,13 +4,13 @@
* domainFACTORY Password Driver
*
* Driver to change passwords with the hosting provider domainFACTORY.
* http://www.df.eu/
* https://www.df.eu/
*
* @version 2.1
*
* @author Till Krüss <me@tillkruess.com>
*
* @see http://tillkruess.com/projects/roundcube/
* @see https://tillkruess.com/projects/roundcube/
*
* Copyright (C) The Roundcube Dev Team
*
@@ -25,7 +25,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
class rcube_domainfactory_password

View File

@@ -10,7 +10,7 @@
*
* $config['password_dovecot_passwdfile_path']: The path of your dovecot passwd-file '/path/to/filename'
* $config['password_dovecotpw']: Full path and 'pw' command of doveadm binary - like '/usr/local/bin/doveadm pw'
* $config['password_dovecotpw_method']: Dovecot hashing algo (http://wiki2.dovecot.org/Authentication/PasswordSchemes)
* $config['password_dovecotpw_method']: Dovecot hashing algo (https://doc.dovecot.org/2.3/configuration_manual/authentication/password_schemes/#authentication-password-schemes)
* $config['password_dovecotpw_with_method']: True if you want the hashing algo as prefix in your passwd-file
*
* @version 1.1
@@ -29,7 +29,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
class rcube_dovecot_passwdfile_password

View File

@@ -38,7 +38,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
class rcube_expect_password

View File

@@ -23,7 +23,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
class rcube_gearman_password

View File

@@ -20,7 +20,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
class rcube_hmail_password

View File

@@ -28,7 +28,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
class rcube_httpapi_password

View File

@@ -4,7 +4,7 @@
* LDAP Password Driver
*
* Driver for passwords stored in LDAP
* This driver use the PEAR Net_LDAP2 class (http://pear.php.net/package/Net_LDAP2).
* This driver use the PEAR Net_LDAP2 class (https://pear.php.net/package/Net_LDAP2).
*
* @version 2.0
*
@@ -26,7 +26,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
class rcube_ldap_password

View File

@@ -24,7 +24,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
require_once __DIR__ . '/ldap_simple.php';

View File

@@ -24,7 +24,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
require_once __DIR__ . '/ldap_simple.php';

View File

@@ -25,7 +25,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
class rcube_ldap_simple_password

View File

@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*
* It is necessary to set the following variables in plugin/password/config.inc.php
* $config['password_driver'] = 'mailcow';

View File

@@ -30,7 +30,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
class rcube_miab_password

View File

@@ -23,7 +23,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*
* The driver need modoboa core 1.10.6 or later
*

View File

@@ -20,7 +20,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
class rcube_pam_password

View File

@@ -27,7 +27,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
/**

View File

@@ -22,7 +22,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
class rcube_poppassd_password

View File

@@ -26,7 +26,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
class rcube_pw_usermod_password

View File

@@ -51,7 +51,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
class rcube_pwned_password

View File

@@ -29,7 +29,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
class rcube_sasl_password

View File

@@ -34,7 +34,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
class rcube_smb_password

View File

@@ -22,7 +22,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
class rcube_sql_password
{

View File

@@ -27,7 +27,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
class rcube_virtualmin_password

View File

@@ -22,7 +22,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
class rcube_vpopmaild_password

View File

@@ -29,7 +29,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
class rcube_ximss_password

View File

@@ -30,7 +30,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
class rcube_xmail_password

View File

@@ -24,7 +24,7 @@ use ZxcvbnPhp\Zxcvbn;
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
class rcube_zxcvbn_password

View File

@@ -20,7 +20,7 @@ use GuzzleHttp\Client;
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/.
* along with this program. If not, see https://www.gnu.org/licenses/.
*/
define('PASSWORD_CRYPT_ERROR', 1);