Aleksander Machniak
2d8c396b6e
Fix bug where selection of columns on messages list wasn't working
2019-06-20 10:17:44 +02:00
Aleksander Machniak
89a342a03a
Elastic: Fix visual issue with long buttons in .boxwarning ( #6797 )
2019-06-16 09:38:54 +02:00
Aleksander Machniak
f6807bcc4c
Added 'keyservers' option to define list of HKP servers for Enigma/Mailvelope ( #6326 )
2019-06-14 19:06:32 +02:00
Aleksander Machniak
940e500c1f
Enigma: For verified signatures, display the user id associated with the sender address ( #5958 )
2019-06-09 09:52:39 +02:00
Aleksander Machniak
c8bec34f8f
Properly apply assets_path to contact photo placeholder
2019-06-05 10:06:40 +00:00
Aleksander Machniak
f8ca8d1b63
Fix invalid path to "add contact" icon when using assets_path setting
...
This and a few other icons
2019-05-23 10:34:39 +02:00
Aleksander Machniak
86a9788083
Fix invalid path to blocked.gif when using assets_path setting ( #6752 )
2019-05-14 09:05:50 +02:00
Aleksander Machniak
9391a531ff
Fix regexp
2019-05-11 16:22:30 +02:00
Aleksander Machniak
f3d16240f2
Fix bug where bmp images couldn't be displayed on some systems ( #6728 )
2019-05-06 19:57:29 +02:00
Aleksander Machniak
f3c9699817
Fix so advanced search dialog is not automatically displayed on searchonly addressbooks ( #6679 )
2019-05-03 07:07:32 +00:00
Aleksander Machniak
57c67db029
Remove year(s) from copyright headers + some cleanup
2019-04-16 10:42:45 +02:00
Aleksander Machniak
92ed0154d5
Followup fix on handling HTML content w/o html/head/body tag ( #6713 )
2019-04-15 09:25:12 +02:00
Aleksander Machniak
f1c40c8aa9
Fix bug where attachment preview didn't work with x_frame_options=deny ( #6688 )
2019-03-19 13:01:53 +01:00
Aleksander Machniak
27408182b9
Expect skin thumbnails to be in assets
2019-03-19 09:50:04 +01:00
Aleksander Machniak
d8488aae32
Disable spellcheker (hide button) if the list of languages is empty
...
Better handling of uninitialized (not installed) spellchecker engine.
Also prevent from PHP fatal error if enchant ext is not installed.
2019-03-19 09:03:19 +01:00
Aleksander Machniak
e7816ccd36
Elastic: Keep original line wrapping in Message headers dialog
2019-02-20 15:58:42 +01:00
Aleksander Machniak
2373aea95c
Elastic: Add style for .part-notice elements (like e.g. .boxwarning)
2019-02-16 15:47:34 +01:00
Aleksander Machniak
7a4aed8320
Move common code to a function
2019-02-16 08:34:57 +01:00
Mario Harjac
136175e445
Fix missing CSRF token in message download ( #6621 )
2019-02-12 09:17:17 +01:00
Aleksander Machniak
43499432a5
Elastic: Fix height of select elements inside of composite fields
...
also make them pretty when added programatically.
2019-02-04 12:27:34 +01:00
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.
2019-02-03 09:49:02 +01:00
Aleksander Machniak
e69d1e7f04
Fix so max_message_size limit is checked also when forwarding messages as attachments ( #6580 )
2019-01-10 14:20:11 +01:00
Aleksander Machniak
d7b510978e
Fix regressions in attachment rename and attachment title attribute setting
2019-01-10 10:14:51 +01:00
Aleksander Machniak
829395ed13
Improvements in contact import dialog
...
- Fix Import button state on import errors
- Focus Cancel button on form submission
- Don't reload contacts list when import failed
2019-01-06 14:53:11 +01:00
Thomas Bruederli
3b779a64be
Update copyright year
2019-01-05 11:47:50 +01:00
Aleksander Machniak
45618273e0
Fix dummy Message-Id when resuming a draft without Message-Id header ( #6548 )
2018-12-09 12:13:28 +01:00
Aleksander Machniak
cf05a924de
Fix inconsistent offset for various time zones - always display Standard Time offset ( #6531 )
2018-11-23 19:05:38 +01:00
Aleksander Machniak
cec626a12f
Use 'thumb' prefix, instead of '.thumb' suffix, for consistency
2018-11-07 16:54:57 +01:00
Aleksander Machniak
afc68aae63
FIx temp_filename() regressions, update changelog, add note in UPGRADING
2018-11-07 16:51:25 +01:00
PhilW
e024f133fa
give all temp files a constant prefix
2018-11-06 07:11:04 +00:00
Aleksander Machniak
619ddfed3d
CS fixes and consistence, update changelog
2018-11-02 13:41:18 +01:00
Aleksander Machniak
999845d3b2
Merge branch 'limit-skins' of https://github.com/dhoffend/roundcubemail into dhoffend-limit-skins
2018-11-02 13:34:21 +01:00
Aleksander Machniak
cf7e4f12b2
Stop adding some localization to ajax responses
2018-10-18 10:40:09 +00:00
Aleksander Machniak
bec67c29b4
Display storage errors on refresh/check-recent action ( #6474 )
2018-10-17 13:43:08 +02:00
Daniel Hoffend
8b2e466c00
limit skins available/shown in the settings section
2018-10-16 23:30:40 +02:00
Aleksander Machniak
2c12274d38
Fix style/navigation on error page depending on authentication state ( #6362 )
2018-09-20 15:38:22 +02:00
Aleksander Machniak
e5c6c4f3f3
Elastic: Improved folder name input for special folders
2018-09-17 09:40:39 +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
d868297a0a
Elastic: Improved UX of search dialogs ( #6416 )
...
No onchange event handlers on selects, start searching only on Search button click.
2018-09-11 19:22:53 +02:00
Aleksander Machniak
adcac3b9de
Fix CSS issue in handling invalid style tag content ( #6410 )
2018-08-24 12:29:18 +02:00
Aleksander Machniak
75fd0a73cb
Register 'uploading' label globally
2018-08-22 12:33:23 +02:00
Aleksander Machniak
22ad707b8c
Make 'messageerror' template optional, remove it for Elastic
2018-07-31 15:43:37 +02:00
Aleksander Machniak
be675bb4a5
Make copyright and license notice a template objects
2018-07-31 08:27:39 +00:00
Aleksander Machniak
93965fa79c
Get rid of outdated supported browsers list in the error page
...
We anyway check only for javascript and xmlhttprequest support
2018-07-27 10:11:48 +02:00
Aleksander Machniak
70ffc252bf
Merge branch 'dev/elastic'
2018-07-03 14:41:01 +02:00
Aleksander Machniak
7e8299cd53
Remove debug code
2018-06-28 18:56:55 +02:00
Aleksander Machniak
631ae17ee3
Allow plugins to set class attribute for preferences section
2018-06-27 09:44:49 +00:00
Aleksander Machniak
4d47fb6f0b
Replace Save with Import button in messages import form
2018-05-29 09:55:45 +02:00
Aleksander Machniak
12b1b54792
Fix bug where after "mark all folders as read" action message counters were not reset ( #6307 )
...
also fixed one PHP 7.2 warning
2018-05-26 09:08:08 +02:00
Aleksander Machniak
3ede8e5404
Show message flagged status in message view ( #5080 )
...
for Larry and Elastic
2018-05-25 09:52:38 +02:00