Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-13Fix regression in create_config()release-1.6Aleksander Machniak
On update some bool options might got changed values to false, if not specified in the config.inc.php file.
2022-11-13Fix handling of smtp/imap port options on configuration file update (#8756)Aleksander Machniak
2022-11-11Fix authenticating to Courier IMAP with passwords containing a '~' character ↵Aleksander Machniak
(#8772)
2022-11-11Fix a PHP warning (#8743)Aleksander Machniak
2022-11-11Pass port 0 as integer to Redis::connect() with unix socket (#8749)Michael Stilkerich
The second parameter to Redis::connect() is an int parameter. Passing null for it will trigger a PHP deprecation notice with PHP 8.1. The Redis::connect() documentation shows that a 0 is used for the port parameter in the examples with unix sockets where parameters beyond the second parameter are set.
2022-11-11Address most common warnings in PHP >= 8.0.0 (#8769)Camilo Sperberg
2022-11-11Fix php 8.0 warning if db_dsnr is used (#8779)Michael Steininger
2022-11-11Fix return to previous contact source/group after search resetAleksander Machniak
2022-11-02Fix so N property always exists in a vCard export (#8771)Aleksander Machniak
2022-10-29Remove debug code againThomas Bruederli
2022-10-29Update changelogThomas Bruederli
2022-10-29Kill session if refreshing oauth token fails (#8734)Thomas Bruederli
2022-09-29Fix undefined array key warningAleksander Machniak
2022-09-24Don't return undefined $_SESSION['secure_token'] (#8705)Stuart Henderson
Avoid `PHP Warning: Undefined array key "secure_token" in /roundcubemail/program/lib/Roundcube/rcube.php on line 1002` seen with PHP 8 and secure_urls enabled.
2022-09-24Fix fatal error on identity page if Enigma plugin is misconfigured (#8719)Aleksander Machniak
2022-09-10Fix bug where multiline data:image URI's in emails were stripped from the ↵Aleksander Machniak
message on display (#8613)
2022-08-28Fix bug where mobile toolbar menu button could go out of screenAleksander Machniak
2022-08-28Fix bug where some dialogs in an eml attachment preview would not close on ↵Aleksander Machniak
mobile (#8627)
2022-08-28Remove redundant gettext() callAleksander Machniak
2022-08-28Fix regression where clicking on attachment would open and download the fileAleksander Machniak
2022-08-28Remove redundant gettext() callsAleksander Machniak
2022-08-27Fix bug where the attachment menu wouldn't disappear after an action is ↵Aleksander Machniak
selected (#8691)
2022-08-25Fix PHP8 warnings (#8677)Aleksander Machniak
2022-08-23Fix bug where setting 'Clear Trash on Logout' to 'all messages' didn't work ↵Aleksander Machniak
(#8687)
2022-08-15Fix bug where "about:blank" page could trigger "load error" (#8554)Aleksander Machniak
Use javascript:false; instead
2022-08-15Update changelogAleksander Machniak
[skip ci]
2022-08-15Restore support for ManageSieve over implicit SSL. (#8670)Steve Mokris
2022-08-15Small fix to the last commitAleksander Machniak
2022-08-15Fix PHP Deprecated: Creation of dynamic property Mail_mime::$mailbody_file ↵Aleksander Machniak
is deprecated
2022-08-15Fix various "Creation of dynamic property is deprecated" warningsAleksander Machniak
2022-08-15Fix duplicate Reply-To header in mail previewAleksander Machniak
If there's Mail-Reply-To and Reply-To with the same value. Also cleanup some code.
2022-08-13Always define 'abort' arg in rcube_dummy_plugin_api handler (#8669)Aleksander Machniak
2022-08-12Fix bug where it wasn't possible to create more than one response record on ↵Aleksander Machniak
SQLite and Postgres (#8664)
2022-08-12Fix swedish translation of "keep formatting" (#8655)Jonas Flodén
2022-08-09Fix PHP8 warning (#8647)Aleksander Machniak
2022-08-09Fix PHP8 warnings (#8656)Aleksander Machniak
2022-08-09Fix PHP8.1 warnings (#8667)Aleksander Machniak
2022-08-06Fix various PHP 8.2 warningsAleksander Machniak
2022-08-06Fix favicon rewrite rule in .htaccess (#8654)Aleksander Machniak
2022-08-01Fix PHP8 warnings (#8644)Aleksander Machniak
2022-08-01Fix bug where renamed options were removed from the config on installto.sh ↵Aleksander Machniak
(update.sh) run (#8643)
2022-07-31Fix bug where config creation in Installer did ignore options in the form ↵Aleksander Machniak
(#8634)
2022-07-30Fix anchor links in HTML mail (#8632)Aleksander Machniak
2022-07-30Password: Remove references to %c variable that has been removed before (#8633)Aleksander Machniak
2022-07-29- Fix various PHP 8.1 warnings (#8628)Aleksander Machniak
2022-07-29Fix PHP8 warningsAleksander Machniak
2022-07-23Remove unstable warning1.6.0Thomas Bruederli
2022-07-23Prepare release 1.6.0Thomas Bruederli
2022-07-21Fix usage of "break" (#8624)Michael Steininger
2022-07-14Fix PHP8 warningAleksander Machniak