Aleksander Machniak
|
9858c2a294
|
Merge branch 'master' into dev-elastic
|
8 years ago |
Aleksander Machniak
|
9ff7b78c7e
|
Fix conflict with _gid cookie of Google Analytics (#5748)
TODO: Review the whole code base and don't use INPUT_GPC when it's not really needed,
in most cases we should not read $_COOKIE.
|
8 years ago |
Aleksander Machniak
|
ef141e73fa
|
Support adding compose form elements outside of the form by noform=true
|
8 years ago |
Aleksander Machniak
|
78c54c128d
|
Fix bug where invalid recipients could be silently discareded (#5739)
|
8 years ago |
Aleksander Machniak
|
0d8b3675f3
|
Add missing <label>s in Preferences > Special Folders
|
8 years ago |
Aleksander Machniak
|
67b575aa4f
|
Add composeFormHead object for templates to return form tag with hidden inputs
|
8 years ago |
Aleksander Machniak
|
3e53ac7491
|
Remove note about mail() function
|
8 years ago |
Aleksander Machniak
|
d430903f6b
|
Support contentEditable elements for autocomplete
|
8 years ago |
Aleksander Machniak
|
b1be7fca51
|
Unify inline warnings in rcmail_html_page
|
8 years ago |
Aleksander Machniak
|
34446e00ca
|
Fix bug where namespace prefix could not be truncated on folders list if show_real_foldernames=true (#5695)
|
8 years ago |
dfukagaw28
|
89a4134064
|
Add support for DelSp=Yes messages (#5702)
|
8 years ago |
Aleksander Machniak
|
5a53d521c8
|
Fix permission of temporary files and removal of them when generating thumbnails
|
8 years ago |
Aleksander Machniak
|
6271b88bab
|
Fix so settings/upload.inc could not be used by plugins (#5694)
|
8 years ago |
ka7
|
9a35768c26
|
spelling fixes (#5690)
|
8 years ago |
Aleksander Machniak
|
adbab9d3e2
|
Merge branch 'master' into dev-elastic
|
8 years ago |
Aleksander Machniak
|
f8a30526de
|
Add possibility to use "Add contact" link without an image element inside
|
8 years ago |
Aleksander Machniak
|
b2d315459a
|
Fix listmenulink in Larry
|
8 years ago |
Aleksander Machniak
|
ad83610a5e
|
Rename $sql_arr variable to $record as it's not about sql only
|
8 years ago |
Aleksander Machniak
|
61bec3efa4
|
Fix regression where groups with email address were resolved to its members' addresses
|
8 years ago |
Aleksander Machniak
|
81f67a4de2
|
Don't use each() deprecated in PHP 7.2
|
8 years ago |
Aleksander Machniak
|
dfd19206a4
|
sizeof() -> count()
|
8 years ago |
Aleksander Machniak
|
2d9444bef0
|
Display contact import and advanced search in popup dialogs
|
8 years ago |
Aleksander Machniak
|
79950630fa
|
Increase limit of group members when expanding a group from autocomplete (#5604)
|
8 years ago |
Aleksander Machniak
|
f789cb53b2
|
Fix bug where drag-n-drop element could be empty after check-recent action
|
8 years ago |
Aleksander Machniak
|
f4b57bad31
|
Fix missing thread expand icon on search result in widescreen mode (#5613)
|
8 years ago |
Aleksander Machniak
|
01031d0ced
|
Reset onerror on images if placeholder does not exist to prevent from requests storm
|
8 years ago |
Aleksander Machniak
|
8131629c6e
|
Extended unified searchform object for templates engine
|
8 years ago |
Aleksander Machniak
|
5ba3f2f596
|
Various small improvements for templating engine and skin behaviours
|
8 years ago |
Aleksander Machniak
|
cc10cbe039
|
Make button object to be a <button> by default
|
8 years ago |
Aleksander Machniak
|
5b57043cbf
|
Small code improvements
|
8 years ago |
Aleksander Machniak
|
700fbd4066
|
Fix PHP error on update of a contact with multiple email addresses when using PHP 7.1 (#5587)
|
8 years ago |
Aleksander Machniak
|
3bb12e75f7
|
Add class attribute for preferences sections list
|
8 years ago |
Aleksander Machniak
|
7340360e79
|
Fix bug where image data URIs in css style were treated as evil/remote in mail preview (#5580)
|
8 years ago |
Aleksander Machniak
|
9d6aa00a44
|
Hide QR-Code button if PHP-GD is not installed
Keep it as an optional dependency.
|
8 years ago |
Aleksander Machniak
|
9d45ef20cc
|
Fix so group/addressbook selection is retained on page refresh
|
8 years ago |
Aleksander Machniak
|
eec77c1a99
|
Fix some advanced search issues with multiple addressbooks (#5572)
|
8 years ago |
Aleksander Machniak
|
2418f07985
|
Nicely handle contact deletion on contact edit (#5522)
|
8 years ago |
Aleksander Machniak
|
68c9b669e4
|
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
|
15bd0b51a4
|
Improve mailvelope decryption errors handling, hide encrypted part attachment on successful decryption (#5279)
+ small style improvements
|
8 years ago |
Aleksander Machniak
|
a487055c5a
|
Add possibility to attach contact vCard to composed message (#4997)
|
8 years ago |
Aleksander Machniak
|
c183463a6e
|
Fix visual glitch when using disabled_actions for items in Settings menu
|
8 years ago |
Aleksander Machniak
|
8d1e0eb574
|
Preserve message internal/received date on import in mbox format (#5559)
|
8 years ago |
Aleksander Machniak
|
2482088a76
|
Possibility to display QR code for contacts data (#5030)
|
8 years ago |
Aleksander Machniak
|
4f5ec65a36
|
Close SMTP connection ASAP after the message has been sent
We should not keep the connection open until the script shuts down.
It may take long time e.g. to save the message in IMAP.
|
8 years ago |
Aleksander Machniak
|
581c41ca67
|
Make sure subject is always on proper place in widescreen mode
|
8 years ago |
Aleksander Machniak
|
dad1852126
|
Fix _from argument validation
|
8 years ago |
Aleksander Machniak
|
a844db6a27
|
Merge branch 'dev-layouts'
|
8 years ago |
Thomas Bruederli
|
32cd762278
|
Always send columns list as array (unsetting items makes it an object with numeric keys)
|
8 years ago |
Aleksander Machniak
|
c344f60d75
|
Fix displaying attached images with wrong Content-Type specified (#5527)
|
8 years ago |
Aleksander Machniak
|
6287227fff
|
Fix missing content check when image resize fails on attachment thumbnail generation (#5485)
|
8 years ago |