Commit Graph

2006 Commits (36043cb7bcb8cfb6b2984b54eed88962bbac9a82)

Author SHA1 Message Date
Aleksander Machniak d265b5756f Bring back rcmail_html_container_id global 7 years ago
Thomas Bruederli 54a3712ada Modify links in html messages during Washtml DOM traversal
This is a more safe approach than using regex and mitigates
possible vulnerabilities using malformed html markup.
7 years ago
Aleksander Machniak 2f6ca6d672 Fix bug where namespace prefix could not be truncated on folders list if show_real_foldernames=true (#5695) 8 years ago
Aleksander Machniak fa62496107 Fix so settings/upload.inc could not be used by plugins (#5694) 8 years ago
Aleksander Machniak 4475037023 Rename $sql_arr variable to $record as it's not about sql only 8 years ago
Aleksander Machniak f51a101891 Fix regression where groups with email address were resolved to its members' addresses 8 years ago
Aleksander Machniak 3608e0c666 Fix visual glitch when using disabled_actions for items in Settings menu 8 years ago
Aleksander Machniak 82b826faef Fix PHP error on update of a contact with multiple email addresses when using PHP 7.1 (#5587) 8 years ago
Aleksander Machniak f90f22ffb8 Fix bug where image data URIs in css style were treated as evil/remote in mail preview (#5580) 8 years ago
Aleksander Machniak 58e63a6e70 Fix so group/addressbook selection is retained on page refresh 8 years ago
Aleksander Machniak c9b394bcad Fix some advanced search issues with multiple addressbooks (#5572) 8 years ago
Aleksander Machniak e0d7367f1f Fix adding images to new identity signatures
It already worked only on edits, because the image data for new identity
was stored in the wrong session item.
8 years ago
Aleksander Machniak 94feab652c Disable Print button for pdf attachments in Firefox (#5125)
Mozilla's PDF.js viewer does not allow printing from host page.
We try to detect such situation and disable the button to minimize
user confusion.
8 years ago
Aleksander Machniak 6ccfcab17a Searching in both contacts and groups when LDAP addressbook with group_filters option is used
Conflicts:

	CHANGELOG
	program/steps/addressbook/search.inc
8 years ago
Aleksander Machniak 6fa88c9814 Fix _from argument validation 8 years ago
Aleksander Machniak 2441456597 Fix displaying attached images with wrong Content-Type specified (#5527) 8 years ago
Aleksander Machniak 5162b20986 Fix missing content check when image resize fails on attachment thumbnail generation (#5485) 8 years ago
Aleksander Machniak c633e605dd Support contact+group searches in all relevant places (T1360)
Before the search worked only in Addressbook, not also in Compose.
The point of the change is also to align group searches with contact searches
in that it now uses the same set of attributes. Previously groups
in Compose were searched by name only.
8 years ago
Aleksander Machniak 455167b5f5 Fix recognizing Sent folder on search if current folder has been changed by plugins in meantime 8 years ago
Aleksander Machniak 9eac1dd513 Fix bug where it wasn't possible to store more that 2MB objects in memcache/apc (#5452)
Added memcache_max_allowed_packet and apc_max_allowed_packet settings
8 years ago
Aleksander Machniak d31e04f61c Use mb_strtoupper() instead of strtoupper() for localized texts 8 years ago
Aleksander Machniak fa462b5ab4 Fix displaying size of attachments with zero size 8 years ago
Aleksander Machniak ed282b5358 Fix PHP warning when handling shared namespace with empty prefix (#5420) 8 years ago
Aleksander Machniak ea30e7b816 Fix bug where names of downloaded files could be mailformed when derived from the message subject (#5404) 8 years ago
Aleksander Machniak 393e42844d Fix bug where blocked.gif couldn't be attached to reply/forward with insecure content 8 years ago
Aleksander Machniak c2b44147b6 Fix bug where Message-ID domain part was tied to username instead of current identity (#5385) 8 years ago
Aleksander Machniak a1e23a8967 Fix handling of 'mailto' and 'error' arguments in message_before_send hook (#5347)
Conflicts:
	program/lib/Roundcube/rcube.php
8 years ago
Aleksander Machniak 28090d38c1 Use contact_search_name format in popup on results in compose contacts search 9 years ago
Aleksander Machniak cd04cf4af0 Don't create multipart/alternative messages with empty text/plain part (#5283) 9 years ago
Thomas Bruederli 334b339bfe Avoid sending completely empty text parts for multipart/alternative messages (#5283) 9 years ago
Aleksander Machniak 92df79b37b Fix subscription checkbox state on error in folder subscribe/unsubscribe action (#5243) 9 years ago
Aleksander Machniak 17ca166727 Protect INBOX folder even if protected_default_folders=false 9 years ago
Aleksander Machniak e660f157c0 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
9 years ago
Aleksander Machniak 2a352732b5 Use minified publickey.js (with cache-buster) when available (#5254) 9 years ago
Aleksander Machniak 013aaeb895 CS improvements/fixes 9 years ago
Aleksander Machniak 4fdcd8c9d1 Remove redundant code 9 years ago
Aleksander Machniak 6f2c007d1b CS fixes: Replace use of "bool ? true : false" with just "bool" 9 years ago
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.
9 years ago
Thomas Bruederli 4a408843b0 Protect download urls against CSRF using unique request tokens (#1490642)
Send X-Frame-Options headers with every HTTP response
9 years ago
Aleksander Machniak b0a8e36930 Fix handling of body parameter in mail compose request 9 years ago
Aleksander Machniak faeeebdc55 Hide DSN option in Preferences when smtp_server is not used (#1490666) 9 years ago
Aleksander Machniak a62ff159f0 Performance: Make sure that after contact update we call get_record() only once 9 years ago
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)
9 years ago
Aleksander Machniak 332ffef199 Plugin API: Added addressbook_export hook 9 years ago
Aleksander Machniak 22a018d082 Merge branch 'dev-svg' 9 years ago
Aleksander Machniak 558a6db27e Fix headers encoding when using 'valueof' mode 9 years ago
Aleksander Machniak 9aaeb23d9d Fix HTML entities encoding in message headers output 9 years ago
Aleksander Machniak a1fdb205f8 Extend rcube_washtml with SVG support 9 years ago
Aleksander Machniak 40d7342dd9 Fix XSS issue in SVG images handling (#1490625) 9 years ago
Aleksander Machniak 3b36bcfb68 Cleanup 9 years ago