Commit Graph

1990 Commits

Author SHA1 Message Date
Sandor Takacs
e108902eff Add $field_blocks to contact_form hook
Add $field_blocks to contact_form hook, so plugins can change the order of the fields: https://github.com/roundcube/roundcubemail/pull/5281
2016-06-14 11:03:35 +02:00
Aleksander Machniak
d0bb0a9c9d Fix subscription checkbox state on error in folder subscribe/unsubscribe action (#5243) 2016-06-08 19:27:03 +02:00
Thomas Bruederli
44894414cd Avoid sending completely empty text parts for multipart/alternative messages (#5283) 2016-05-29 13:36:29 +02:00
Aleksander Machniak
ff735fb3a5 Protect INBOX folder even if protected_default_folders=false 2016-05-28 10:00:25 +02:00
Aleksander Machniak
0ce7c493a8 Fix multi-folder search issues in "this and subfolders" scope (#5282, #5259)
- Fix bug where multi-folder search could choose a wrong folder
- Fix bug where multi-folder search didn't work for unsubscribed INBOX
2016-05-28 09:31:59 +02:00
Aleksander Machniak
2b88e6cf95 Use $OUTPUT->set_env(...) instead of $OUTPUT->command('set_env', ...) 2016-05-27 11:55:38 +02:00
Aleksander Machniak
87cf0a3fb1 Use minified publickey.js (with cache-buster) when available (#5254) 2016-05-22 08:19:27 +02:00
Aleksander Machniak
f7fdf1a4de Merge pull request #5168 from piuma/patch-1
Set maxlength for email address input
2016-05-09 09:01:11 +02:00
Aleksander Machniak
9cd4b1bc58 Display different confirmation text when moving messages to Trash (#5220) 2016-05-08 09:31:46 +02:00
Aleksander Machniak
6d1337e1df Fix regression where setting Answered/Forwarded flag didn't work when sending an email 2016-05-06 09:03:07 +02:00
Aleksander Machniak
344b0af9c6 Indicate that a collapsed thread has flagged children (#5013) 2016-05-04 13:33:01 +02:00
Aleksander Machniak
9796cd2063 Merge branch 'dev-rfc822-preview'
Conflicts:
	CHANGELOG
	program/steps/mail/show.inc
2016-05-02 18:01:18 +02:00
Aleksander Machniak
013aaeb895 CS improvements/fixes 2016-05-01 10:56:57 +02:00
Aleksander Machniak
4fdcd8c9d1 Remove redundant code 2016-04-08 13:34:00 +02:00
Aleksander Machniak
6f2c007d1b CS fixes: Replace use of "bool ? true : false" with just "bool" 2016-04-02 13:02:55 +02:00
Aleksander Machniak
5c253dd59e Fix so SPECIAL-USE assignments are forced only until user sets special folders (#4782)
The old behaviour where SPECIAL-USE has always a prio can be bringed back
by setting lock_special_folders=false and adding it to dont_override.
2016-04-02 09:09:43 +02:00
Aleksander Machniak
46f7b70964 Enable reply/reply-all/forward buttons also in preview frame of message/rfc822 2016-03-28 12:51:43 +02:00
Aleksander Machniak
e8b6e726f6 Add message menu with viewsource and edit actions in message/rfc822 preview 2016-03-26 14:02:57 +01:00
Aleksander Machniak
d125f864ea Message/rfc822 previewer compatibility with Enigma 2016-03-25 13:41:11 +01:00
Aleksander Machniak
ce3105c58f Reply/Reply-All/Forward/Change-format buttons for message/rfc822 preview 2016-03-24 17:07:31 +01:00
Aleksander Machniak
323fa20bc8 Message/rfc822 attachment preview (#5054) 2016-03-23 16:54:31 +01:00
Danilo
1db4c05078 Fix: Set long email addresses
The changes permit to set long email address up to the maximum permissible length.
2016-03-22 10:56:09 +01:00
Thomas Bruederli
4a408843b0 Protect download urls against CSRF using unique request tokens (#1490642)
Send X-Frame-Options headers with every HTTP response
2016-03-06 14:31:07 +01:00
Aleksander Machniak
b0a8e36930 Fix handling of body parameter in mail compose request 2016-02-24 11:18:09 +01:00
Aleksander Machniak
faeeebdc55 Hide DSN option in Preferences when smtp_server is not used (#1490666) 2016-02-23 09:02:58 +01:00
Aleksander Machniak
a62ff159f0 Performance: Make sure that after contact update we call get_record() only once 2016-02-13 11:50:59 +01:00
Aleksander Machniak
d686b57c72 Fix bug where contacts widget in compose could be incorrectly initialized with treelist widget (T998)
Fix typo in command name (list-adresses -> list-addresses)
2016-02-12 09:34:59 +01:00
Aleksander Machniak
332ffef199 Plugin API: Added addressbook_export hook 2016-02-02 11:41:45 +01:00
Aleksander Machniak
22a018d082 Merge branch 'dev-svg' 2016-01-18 09:47:52 +01:00
Aleksander Machniak
558a6db27e Fix headers encoding when using 'valueof' mode 2016-01-12 12:47:51 +01:00
Aleksander Machniak
9aaeb23d9d Fix HTML entities encoding in message headers output 2016-01-10 11:56:41 +01:00
Aleksander Machniak
a1fdb205f8 Extend rcube_washtml with SVG support 2016-01-09 18:26:09 +01:00
Aleksander Machniak
40d7342dd9 Fix XSS issue in SVG images handling (#1490625) 2016-01-06 14:10:05 +01:00
Aleksander Machniak
3b36bcfb68 Cleanup 2015-12-18 11:46:25 +01:00
Aleksander Machniak
0d9fa7f3dc Remove redundant code 2015-12-18 11:45:20 +01:00
Aleksander Machniak
cd219a45dd Fix regression where some message attachments could be missing on edit/forward (#1490608) 2015-12-18 11:42:05 +01:00
Aleksander Machniak
be346095a0 Fix handling of message/rfc822 attachments on replies and forwards (#1490607) 2015-12-17 09:12:06 +01:00
Aleksander Machniak
bb6002f1a8 Fix also charset encoding of message/rfc822 part bodies (#1490606) 2015-12-14 12:17:03 +01:00
Aleksander Machniak
f51145572a Merge branch 'master' of github.com:roundcube/roundcubemail 2015-12-14 10:32:26 +01:00
Aleksander Machniak
6463b662ca Fix regression in displaying contents of message/rfc822 parts (#1490606) 2015-12-14 10:11:46 +01:00
Aleksander Machniak
97aa984b29 Optionally throw 404 error when contact photo wasn't found 2015-12-03 16:07:28 +01:00
Aleksander Machniak
8271597836 Use ternary operator where applicable 2015-11-16 09:11:47 +01:00
Aleksander Machniak
3b0318ca3e Fix race-condition in setting current page between list and getunread requests 2015-10-31 09:26:33 +01:00
Aleksander Machniak
bc3518577d Fix some more Q -> rcube::Q 2015-10-26 17:20:19 +01:00
Aleksander Machniak
74ce01efc7 Q() -> rcube::Q() 2015-10-23 08:02:57 +02:00
Aleksander Machniak
92bcb940d4 Fix bug where HTML messages with invalid/excessive css styles couldn't be displayed (#1490539)
Technically speaking we remove the whole CSS content when it has more than 5k lines.
2015-10-15 09:09:31 +02:00
Aleksander Machniak
bb1ed2740d Display attachment size in compose (#1484774) 2015-10-09 10:53:52 +02:00
Aleksander Machniak
d560916065 Added possibility to drag-n-drop attachments from mail preview to compose window 2015-10-08 16:55:43 +02:00
Aleksander Machniak
5802e08e48 Mail messages searching with predefined date interval (T103) 2015-10-08 11:33:53 +02:00
Aleksander Machniak
82dcbb7488 Fix various issues in Mailvelope integration (#1490533) 2015-09-20 17:45:53 +02:00