Commit Graph

142 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
9e2bc40213 Dropped support for PHP < 7.3 (#7976) 2021-07-25 09:16:33 +02:00
Josh Soref
203f456620 Spelling (#8001) 2021-04-18 08:43:18 +02:00
Aleksander Machniak
4e4196d01b Update less files compilation instructions in INSTALL and UPGRADING
[skip ci]
2021-02-15 09:25:10 +01: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
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
007f9b81cf Lower SQLite version requirement 2020-11-28 16:05:19 +01:00
Aleksander Machniak
066faa1485 CS fixes, short array syntax, PHP8 fixes, tests
also fixed listing of table columns on SQLite database
2020-11-28 10:06:41 +01:00
Aleksander Machniak
1cc9d4f566 Bump minimum PHP version to 5.5, bump guzzle version (#7616) 2020-09-23 11:00:57 +02:00
Aleksander Machniak
ecabb1e667 Security: Fix XSS issue in template object 'username' (#7406) 2020-05-30 08:28:05 +02:00
Aleksander Machniak
35c29be9b2 Remove use of ext-iconv 2020-05-03 18:33:20 +02:00
Aleksander Machniak
f0f6234a1a Use merge instead of append (#7341) 2020-05-03 09:05:05 +02:00
Aleksander Machniak
8fac36e2c2 Fix so the database setup description is compatible with MySQL 8 (#7340)
[ci skip]
2020-05-02 09:46:18 +02:00
Aleksander Machniak
f2328bbe6b Add note about innodb_large_prefix=true requirement (#7212)
[skip ci]
2020-02-08 20:02:25 +01:00
Aleksander Machniak
d8ebf290b2 Add note about Windows and symlinks (#7151) 2020-01-11 09:54:52 +01:00
Aleksander Machniak
8471930652 Add 'filter' to required extensions 2019-12-01 09:52:10 +01:00
Aleksander Machniak
2321bce469 Add notes about file ownership (#7009) 2019-11-24 12:18:07 +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
f2c878c82b Mention required min. version of lessc (#7031) 2019-11-13 15:23:11 +01:00
Aleksander Machniak
de4a6068e6 Mention Masterminds/HTML5 in INSTALL/README 2019-09-11 09:42:45 +02:00
Aleksander Machniak
24913e51d3 Mention Kolab/Net_LDAP3 as a dependency 2019-06-05 09:51:39 +02:00
Aleksander Machniak
23978006da Add note about IIS and woff fonts (#6710) 2019-04-07 08:35:01 +02:00
Aleksander Machniak
db61f39e89 Add note about possible SELINUX issue (#6601) 2019-01-30 13:18:57 +01:00
Aleksander Machniak
255638cc44 Update changelog, require Net_SMTP 1.8.1 for GSSAPI support 2018-09-25 08:33:08 +02:00
Aleksander Machniak
c28242f63c Log errors caused by low pcre.backtrack_limit when sending a mail message (#6433) 2018-09-14 13:37:19 +02:00
Aleksander Machniak
2fa112bd83 [EFAIL] Don't decrypt PGP messages with no MDC protection (#6289) 2018-05-29 09:27:30 +02:00
Aleksander Machniak
4b97f40af9 Get rid of debug_level (#6298) 2018-05-22 11:12:24 +02:00
Aleksander Machniak
d246b5bbd2 Fix typos 2018-04-24 08:35:20 +02:00
Aleksander Machniak
c0b9025215 Remove sample PHP configuration from .htaccess and .user.ini files (#5850)
Moved to https://github.com/roundcube/roundcubemail/wiki/Installation#php-configuration
2018-04-21 20:17:17 +02:00
Aleksander Machniak
997f317654 Add notes about css compilation for Elastic skin 2018-03-04 11:21:57 +01:00
Aleksander Machniak
640429c7d2 Require Net_Sieve 1.4.3 (for GSSAPI support) 2018-03-04 08:58:41 +01:00
Aleksander Machniak
5d08580b86 Enigma: Add options to set PGP cipher/digest algorithms (#5645) 2017-10-03 08:30:52 +02:00
Aleksander Machniak
23fbeab062 Add note about common ssl certificate validation issues 2017-09-07 08:41:54 +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
5ea0d5bfbb Support .user.ini in installto.sh 2017-07-12 13:29:26 +02:00
Thomas Bruederli
dbaa2f374a Improve wording 2017-04-24 21:20:05 +02:00
Aleksander Machniak
045cc38ebe Recommend document root change after installation to /public_html (#5707) 2017-04-21 10:17:32 +02:00
Aleksander Machniak
25de39d444 Merge branch 'dev-remove-js-deps' 2016-12-30 20:27:46 +01:00
Thomas Bruederli
40cd8d3bdd Add --force option + update install insructions (#5535) 2016-12-30 16:10:41 +01:00
Aleksander Machniak
2482088a76 Possibility to display QR code for contacts data (#5030) 2016-12-11 15:47:14 +01:00
Aleksander Machniak
062328e42f Describe bin/jsdeps.sh in INSTALL 2016-12-04 10:49:09 +01:00
JohnDoh
dd714b33a8 replace old trac links (#5514) 2016-11-13 19:15:00 +01:00
Aleksander Machniak
5522e6fd68 Require Crypt_GPG 1.6.0 2016-11-13 16:22:23 +01:00
Aleksander Machniak
4936159f31 Require Crypt_GPG 1.4.3 2016-10-07 15:58:36 +02:00
Aleksander Machniak
761308e85a Small rephrasing in requirements section 2016-09-20 09:17:18 +02:00
Aleksander Machniak
90a6d717ec Require PHP >= 5.4 2016-07-29 13:29:22 +02:00
Aleksander Machniak
ee895a2c96 Remove PHP mail() support, smtp_server is required now (#5340) 2016-07-15 15:24:45 +02:00
Aleksander Machniak
3940b37845 Explicitly require pear-core-minimal (#5319) 2016-06-13 09:16:04 +02:00
Aleksander Machniak
78cf9c2e5c Update requirements section 2016-04-25 09:12:30 +02:00
Aleksander Machniak
6e4642b12c Enigma: Add enigma_debug option 2016-04-17 09:32:59 +02:00