Commit Graph

286 Commits

Author SHA1 Message Date
Aleksander Machniak
2c0db244bc Generate QR-code in svg format if there's xmlwriter extension installed
I think xmlwriter is more likely to be installed than imagick.
The size of the png and svg output is almost identical.
2021-08-28 09:29:03 +02:00
Aleksander Machniak
15f8643542 Remove redundant PHP version checks, bump min. version in the installer 2021-08-01 17:47:32 +02:00
Aleksander Machniak
b4fd75d6c1 Master is 1.6-git now 2021-07-25 09:08:20 +02:00
johndoh
e69360ac71 Small text tweak in installer (#8058) 2021-05-22 09:18:59 +02:00
Josh Soref
203f456620 Spelling (#8001) 2021-04-18 08:43:18 +02:00
Aleksander Machniak
d258f845ab Fix PHP8 Fatal error: Uncaught ValueError: mb_convert_encoding() (#7850)
Also, bring back iconv() fallback, it supports much more charsets than mbstring.
2021-01-30 15:51:23 +01:00
Aleksander Machniak
1bdcbb19d1 Installer: Fix skin selector 2021-01-24 09:05:13 +01:00
Aleksander Machniak
670c0a6df5 Installer: Fix non-working Initialize database and Update buttons (#7847) 2021-01-24 08:58:22 +01:00
Aleksander Machniak
75fca18da4 Use proper array key, fix some typos 2021-01-18 19:24:47 +01:00
Aleksander Machniak
a0fbcf3816 Bump copyright year
[skip ci]
2021-01-02 13:46:06 +01:00
Aleksander Machniak
3bbb01fe13 PHP8 fixes, regression fixes 2020-12-13 12:14:15 +01:00
Aleksander Machniak
12547ccf01 Require php-intl extension, get rid of Net_IDNA2, PHP8 fixes, short array syntax
Net_IDNA2 is not compatible, and Intl is a bundled ext since PHP 5.3.
Fixed some regressions.
2020-12-13 10:21:52 +01:00
Aleksander Machniak
1164d9e103 rcmail_utils::get_http_client() -> rcube::get_instance()->get_http_client() 2020-11-21 09:28:25 +01:00
johndoh
740fed3bdb Update min PHP version in installer and remove from Travis (#7629)
* update min PHP version in installer
* remove php5.4 from travis config
2020-09-23 18:43:14 +02:00
Aleksander Machniak
bdeb0db6cb Small code fixes 2020-08-21 08:19:27 +02:00
Aleksander Machniak
86d34960c8 Optimize image size 2020-06-13 07:59:12 +02:00
Théo
61185b9362 Update roundcube_logo.png (#7357) 2020-06-13 07:58:14 +02:00
Aleksander Machniak
af0e98759d Installer: Fix regression in SMTP test section (#7417) 2020-06-04 07:24:36 +02:00
Aleksander Machniak
31249d932d Security: Fix couple of XSS issues in Installer (#7406) 2020-05-30 08:05:37 +02:00
johndoh
34a0af8964 Allow array in smtp_host config (#7296) 2020-05-16 14:05:28 +02:00
Aleksander Machniak
35c29be9b2 Remove use of ext-iconv 2020-05-03 18:33:20 +02:00
Sander Nilsen
0efa899d6c Grammar correction (#7346) 2020-05-02 10:55:31 +02:00
Aleksander Machniak
b3b5b9665d Fix regression in testing database schema on MSSQL (#7227) 2020-03-08 11:55:46 +01:00
Aleksander Machniak
8471930652 Add 'filter' to required extensions 2019-12-01 09:52:10 +01:00
Aleksander Machniak
2f928a516d Fix DB Write test on SQLite database ("database is locked" error) (#7064)
Also fix so SQLite DSN with a relative path to the database file works in Installer
2019-11-24 09:37:14 +01:00
Aleksander Machniak
ffeebff3f9 Fix bug where Ctype extension wasn't required in Installer and INSTALL file (#7049) 2019-11-22 14:30:49 +01:00
Aleksander Machniak
98c71ee62e Remove unused variables 2019-11-11 09:57:44 +01:00
Aleksander Machniak
358f647273 Correct file permissions 2019-11-07 15:17:47 +01:00
Aleksander Machniak
9f1d185c44 Master is 1.5-git now 2019-10-27 09:45:15 +01:00
Aleksander Machniak
b89031e335 Fix PHP Deprecated: idn_to_ascii(): INTL_IDNA_VARIANT_2003 is deprecated
Use rcube_utils::idn_to_ascii() instead of idn_to_ascii().
2019-05-10 21:37:05 +02:00
Aleksander Machniak
57c67db029 Remove year(s) from copyright headers + some cleanup 2019-04-16 10:42:45 +02:00
Aleksander Machniak
74fe74bf7d Make "0.9 or newer" a default selection for db schema update box 2019-01-30 12:55:04 +01:00
Aleksander Machniak
4b97f40af9 Get rid of debug_level (#6298) 2018-05-22 11:12:24 +02:00
Aleksander Machniak
4d44070fc6 Fix duplicated labels in Test SMTP Config section (#6166) 2018-02-11 18:05:26 +01:00
Aleksander Machniak
a98fb374a7 Small visual improvement 2017-11-18 15:55:48 +01:00
Aleksander Machniak
fd373aa0e2 Fix PHP 7.2 warning on undefined constant RCMAIL_VERSION 2017-11-18 15:46:06 +01:00
Aleksander Machniak
bb9fa55f00 Add check for optional zip extension 2017-11-18 10:09:26 +01:00
Aleksander Machniak
7fc626d527 Changed defaults for smtp_user (%u), smtp_pass (%p) and smtp_port (587) 2017-09-06 19:11:55 +02:00
Aleksander Machniak
b1a3d46f89 Fix bug where pink image was used instead of a thumbnail when image resize fails (#5933)
Note GD and Imagick in INSTALL file and optional installer checks.
2017-09-05 08:33:40 +02:00
Aleksander Machniak
5101cfc67a Bump version to 1.4-git 2017-05-15 11:34:43 +02:00
Joel Gerber
40b51b9dc9 Add Log to STDOUT Feature (#5721)
Primarily useful for PHP applications running under PHP-FPM which in
turn is running within a Docker container. But also it is generally
useful in any situation where you want to be able to send the logs
directly to your terminal when debugging &etc.
2017-04-10 13:38:40 +02:00
ka7
9a35768c26 spelling fixes (#5690) 2017-03-12 12:14:19 +01:00
Aleksander Machniak
81f67a4de2 Don't use each() deprecated in PHP 7.2 2017-02-06 15:46:18 +01:00
Aleksander Machniak
a844db6a27 Merge branch 'dev-layouts' 2016-11-20 19:04:09 +01:00
JohnDoh
dd714b33a8 replace old trac links (#5514) 2016-11-13 19:15:00 +01:00
Aleksander Machniak
1a8bdf554a Fix "DB Write" test (#5479) 2016-10-18 08:25:47 +02:00
Aleksander Machniak
e85cfa6281 Don't use bc.php anymore, this time in the Installer 2016-10-06 21:08:20 +02:00
Aleksander Machniak
6886a4de3f Widescreen layout aka three column view (#5093) 2016-09-17 19:04:33 +02:00
Aleksander Machniak
c3fc072d97 Remove code related to magic_quotes_* and register_globals
...they do not exist in PHP 5.4 which we now require.
2016-07-29 13:34:50 +02:00
Peter Dave Hello
6ee0cec8e9 optimize png images using zopflipng 2016-07-16 00:46:27 +08:00