Thomas Bruederli
786fb18c43
Revert disabling the spell check feature in defaults
This is not a change that should be done in a patch release.
4 years ago
Thomas Bruederli
9dfa13f4dc
Bring back spell.roundcube.net as integrated spelling service but disable by default ( #8182 )
This partially reverts commit 2bd421cdaf
.
4 years ago
Thomas Bruederli
2bd421cdaf
Disable the default spellchecker option using spell.roundcube.net ( #8182 )
... since this service is no longer available.
4 years ago
Aleksander Machniak
ccaccae665
Security: Fix cross-site scripting (XSS) via malicious XML attachment
5 years ago
Aleksander Machniak
656c706270
Fix default keyservers (use keys.openpgp.org), add note about CORS ( #7373 , #7367 )
5 years ago
Aleksander Machniak
62a0936ecc
Clarify des_key length requirement ( #7350 )
[ci skip]
5 years ago
Aleksander Machniak
eecd78c3a1
Fix bug where 'skins_allowed' option didn't enforce user skin preference ( #7080 )
6 years ago
Sebastiaan Lokhorst
3a12de3fb6
Explain difference between ssl:// and tls:// for default_host ( #7099 )
6 years ago
Sebastiaan Lokhorst
1800678a40
Update SMTP TLS/STARTTLS explanation in config.php ( #7066 )
Implicit TLS (port 465) is no longer deprecated since RFC 8314.
6 years ago
Thomas Bruederli
579663e285
Set default skin to 'elastic' in sample config
6 years ago
Aleksander Machniak
1656bbcfaa
Update changelog and cleanup
6 years ago
PhilW
714ea7b128
add unit tests for rcmail_output_html::get_template_logo
6 years ago
PhilW
0ae3823853
rewrite skin_logo config
6 years ago
Aleksander Machniak
8bcb1e801c
Switch default skin to Elastic
6 years ago
Aleksander Machniak
20e25582e7
Fix so an error is loogged when encryption fails ( #6948 )
6 years ago
Aleksander Machniak
f7832a1a26
Removed 'delete_always' option ( #6782 )
6 years ago
Aleksander Machniak
9b88e9e5c2
Correct vendor string for GMail is 'gimap'
6 years ago
Aleksander Machniak
a80c5569ab
Added flag to disable server certificate validation via Mysql DSN argument ( #6848 )
6 years ago
Aleksander Machniak
f6807bcc4c
Added 'keyservers' option to define list of HKP servers for Enigma/Mailvelope ( #6326 )
6 years ago
Aleksander Machniak
22a47cced6
Changes in `display_next` setting ( #6795 )
- Move it to Preferences > User Interface > Main Options
- Make it apply to Contacts interface too
- Make it apply only if deleting/moving a previewed message/contact
6 years ago
Aleksander Machniak
fdac30e544
Support PECL memcached extension as a session and cache storage driver (experimental)
6 years ago
Aleksander Machniak
2dccbf2879
Redis: Support connection to unix socket
Also handle exceptions thrown on connection and remove support for
specifying hosts with redis:// scheme.
6 years ago
Aleksander Machniak
f3948a26b8
Use .log suffix in options descriptions as it's the default
6 years ago
Aleksander Machniak
c87ac075ae
Renamed 'log_session' option to 'session_debug'
6 years ago
Aleksander Machniak
5218b0193a
Clarified 'address_book_type' option behavior ( #6680 )
6 years ago
Aleksander Machniak
57c67db029
Remove year(s) from copyright headers + some cleanup
6 years ago
Aleksander Machniak
0492b1f6e5
HTML5 Upload Progress ( #6177 ) ( #6583 )
Replaced all old upload progress code in favour of ajax upload progress.
Instead of posting a hidden iframe, we now use AJAX (as we did for drag-n-drop).
Removed code for old browsers. Now we support IE >= 10, Firefox > 4.
Upload progress may not work in some more, but support is quite good.
7 years ago
Aleksander Machniak
11216a1925
Changed 'password_charset' default to 'UTF-8' ( #6522 )
7 years ago
Aleksander Machniak
619ddfed3d
CS fixes and consistence, update changelog
7 years ago
Daniel Hoffend
8b2e466c00
limit skins available/shown in the settings section
7 years ago
Aleksander Machniak
02ddb8d535
Use RCUBE_VERSION in defaults.inc.php, RCMAIL_VERSION is undefined when using Framework only
7 years ago
Aleksander Machniak
796e5a17e6
Removed referer_check option ( #6440 )
7 years ago
Aleksander Machniak
ca6324afb7
Add note about purpose of the defaults.inc.php file
7 years ago
johndoh
4ea790ba37
Extend skin_logo allowing per skin logos ( #6273 )
7 years ago
Aleksander Machniak
b816569a83
Improve description of imap_ns_* options, add note about FALSE value
7 years ago
Aleksander Machniak
4b97f40af9
Get rid of debug_level ( #6298 )
7 years ago
Aleksander Machniak
d07b032bcd
Refactor cache code with separate engine-specific classes
8 years ago
Aleksander Machniak
4c8736755f
Fix typo
8 years ago
Aleksander Machniak
b172fb505c
Improve trusted_host_patterns code
8 years ago
dsoares
50a9c8f777
Add option trusted_host_patterns
8 years ago
JohnDoh
515d496808
Replace display_version with display_product_info ( #5904 )
8 years ago
Aleksander Machniak
5e08a6ac59
Handle remote stylesheets the same as remote images, ask the user to allow them ( #5994 )
Fixes the issue where remote stylesheet could have been blocked
if the message contained no remote images and user have no way to
allow that content.
8 years ago
Aleksander Machniak
7fc626d527
Changed defaults for smtp_user (%u), smtp_pass (%p) and smtp_port (587)
8 years ago
Aleksander Machniak
76adb49454
Support for IMAP folders that cannot contain both folders and messages ( #5057 )
8 years ago
Remi Collet
6ca4eab399
add 'log_file_ext' configuration option
8 years ago
Aleksander Machniak
6dee73a0ec
Support both comma and semicolon as recipient separator, drop recipients_separator option ( #5092 )
8 years ago
Aleksander Machniak
fe2f553688
Add option to not indent quoted text on top-posting reply ( #5105 )
by setting reply_mode = 2
8 years ago
Aleksander Machniak
f7809af6e4
Support AUTHENTICATE LOGIN for IMAP connections ( #5563 )
Add imap_auth_type=IMAP to force use of LOGIN instead of AUTHENTICATE LOGIN.
In imap_auth_type=CHECK mode prefer LOGIN over AUTHENTICATE LOGIN (for performance reasons).
8 years ago
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.
8 years ago
Aleksander Machniak
9b554cd3d5
Remove redundant spaces from generated contact names
8 years ago