Aleksander Machniak
3fd363672c
bump version
3 years ago
Aleksander Machniak
ca264770fd
Fix possible js error ( #8543 )
3 years ago
Aleksander Machniak
282f0a2830
Fix bug where title tag content was displayed in the body if it contained HTML tags ( #8540 )
3 years ago
egjlund
50992b9fc7
Fix bug where addresses array in managesieve plugin is assumed to be string ( #8539 )
3 years ago
Aleksander Machniak
dc1c453d9c
Refactor scrollbar styles handling
- fix Firefox >= 100 issue where the thin scrollbar becomes very very thin, i.e.
don't use scrollbar-width:thin in Firefox
- remove separate width setting for dark mode
- move all scrollbar setting occurrences into one place
3 years ago
Aleksander Machniak
ee04d8571f
Fix so links (e.g. www.some.page or http://some.page ) are not considered mispellings ( #8527 )
3 years ago
Aleksander Machniak
720ba6f7a0
Update copyright year in the about dialog
[skip ci]
3 years ago
Aleksander Machniak
71d151dba9
Add some tests and fix flaky test
3 years ago
Aleksander Machniak
a040d63ff5
Elastic: Fix text color in popover header (on mobile)
3 years ago
Aleksander Machniak
fbed6bb074
Fix problem with aria-hidden=true on toolbar menus in the Elastic skin ( #8517 )
3 years ago
Aleksander Machniak
9d051a3050
PHPDoc fix
[skip ci]
3 years ago
Aleksander Machniak
fa65a68389
Use ... oprator instead of func_get_args() for variadic functions
3 years ago
Aleksander Machniak
2e5a12b0ff
Update localization
3 years ago
Aleksander Machniak
b412bbe136
Update changelog
[skip ci]
3 years ago
Github-Citizen
0e2858da97
Added link to logo image using $config['skin_logo'] ( #8509 )
Added ability to define a link URL for the logo image using $config['skin_logo'].
Works by defining the `logo type` for $config['skin_logo'] as `[link]` for example:
$config['skin_logo'] = ['elastic:*[link]' => 'https://www.example.com '];
$config['skin_logo'] = ['[link]' => 'https://www.example.com '];
Same relative path rules apply as when you define location of logo image file.
Starting with `http://` or `https://` is absolute.
Starting with a slash `/page.html` is relative to the skin directory ie `example.com/skins/elastic/page.html`
Starting without a slash `page.html` is relative to the website root directory ie `example.com/page.html`
3 years ago
Aleksander Machniak
6303d3177e
Fix broken encoding of HTML content encapsulated in a RTF attachment ( #8444 )
3 years ago
Mickaël
6fa6f89b02
Update rcube_smtp.php ( #8508 )
Correction on the issue explain here : https://github.com/roundcube/roundcubemail/issues/8507
3 years ago
Aleksander Machniak
8ad92d5f98
Fix so unix:// URI is supported in various host spec. options again ( #8468 )
3 years ago
Interduo
4f887f65ea
Don't declare default statement for MySQL columns in initial schema ( #8485 )
3 years ago
Aleksander Machniak
7fdea0089d
Fix bug where DSN flag state wasn't stored with a draft ( #8371 )
3 years ago
Aleksander Machniak
1f20e7575b
Fix browser test regression
3 years ago
Aleksander Machniak
a2aa107f1a
Don't list images attached to multipart/related part as attachments ( #7184 )
3 years ago
Aleksander Machniak
78211afcf9
Fix PHP warning: Trying to access array offset on value of type null
3 years ago
Aleksander Machniak
f23aaed10e
Remove use of unreliable charset detection ( #8344 )
3 years ago
Aleksander Machniak
ff96c78606
Use navigator.pdfViewerEnabled for PDF viewer detection
Drop ActiveXObject based detection code
3 years ago
Aleksander Machniak
5626e26c58
Fix slow loading of long HTML content into the HTML editor ( #8108 )
3 years ago
Interduo
71e5b26ea1
Don't declare default statement for postgres columns in initial schema ( #8464 )
3 years ago
Remi Collet
b2396399c6
add imap and smtp host in legacy config options ( #8467 )
3 years ago
Aleksander Machniak
e27329e661
Update changelog
[skip ci]
3 years ago
TheFirstGoodmaN
d9ec5be68d
Add ssha256 password algo ( #8479 )
3 years ago
tomamplius
9077da1dff
Remove interaction in composer ( #8480 )
3 years ago
Aleksander Machniak
13e863e223
Enigma: Fix double quoted-printable encoding of pgp-signed messages with no attachments ( #8413 )
3 years ago
Aleksander Machniak
18f1a33fcc
Fix bug where SMTP password didn't work if it contained '%p' ( #8435 )
3 years ago
Aleksander Machniak
2c0b870bd6
Fix bug where session could time out if DB and PHP timezone were different ( #8303 )
3 years ago
Aleksander Machniak
3307eb6b28
Don't overwrite initial html_checkbox's 'checked' attribute ( #8471 )
3 years ago
Aleksander Machniak
a2560eb7ff
Use "{$var}" instead of "${var}" syntax
3 years ago
Aleksander Machniak
bfef4691cf
Fix PHP8 warning ( #8466 )
3 years ago
Aleksander Machniak
f9af15c8d1
Update to jQuery-UI 1.13.1 ( #8455 )
3 years ago
Aleksander Machniak
c7109b75ae
Update changelog
3 years ago
Aleksander Machniak
401e761c02
Enigma: Fix initial synchronization of private keys
3 years ago
Aleksander Machniak
5208400bcd
Fix handling of message/rfc822 parts that are small and are multipart structures with a single part ( #8458 )
3 years ago
Dario B
2a55114e63
A typo in email_learn.php ( #8470 )
3 years ago
Aleksander Machniak
78b3049ce5
Fix PHPDoc
3 years ago
Aleksander Machniak
d316875b99
Fix bug where attachment icons were stuck at the top of the messages list in Safari ( #8433 )
4 years ago
Aleksander Machniak
00c5a585db
FIx PHP8 warnings ( #8437 )
4 years ago
Thomas B
fa7f6a749c
Add option in initdb.sh to update schema if already exists ( #8438 )
This can be used by the Docker images where we don't know whether the configured database is already initialized or not.
4 years ago
Aleksander Machniak
a482ff79e7
Update changelog
[skip ci]
4 years ago
Arkadiusz Miśkiewicz
03e8c51c7f
Fix regression in showing attachments ( #8425 ). ( #8430 )
a5c2b4360c
started initializing
$this->got_html_part always but this check wasn't updated.
4 years ago
Aleksander Machniak
e38d4e1eac
Fix setting HTML mode on reply/forward of a signed message ( #8405 )
Simplify and unify has_html_part() and has_text_part() methods.
4 years ago
Aleksander Machniak
06b6089767
Fix handling of RFC2231-encoded attachment names inside of a message/rfc822 part ( #8418 )
4 years ago