Aleksander Machniak
cc0defce86
Fix failing database schema check in all engines except mysql ( #5730 )
2017-04-21 09:48:46 +02:00
Aleksander Machniak
01656221a4
Update localization
2017-04-19 13:13:07 +02:00
Aleksander Machniak
3e53ac7491
Remove note about mail() function
2017-04-11 13:12:20 +02:00
Joel Gerber
40b51b9dc9
Add Log to STDOUT Feature ( #5721 )
...
Primarily useful for PHP applications running under PHP-FPM which in
turn is running within a Docker container. But also it is generally
useful in any situation where you want to be able to send the logs
directly to your terminal when debugging &etc.
2017-04-10 13:38:40 +02:00
Aleksander Machniak
712875bde1
Fix bug where base_dn setting was ignored inside group_filters ( #5720 )
2017-04-10 13:22:09 +02:00
Aleksander Machniak
72f19c079f
Installer: Fix DB schema initialization on MS SQL Server
2017-04-06 12:17:59 +02:00
Aleksander Machniak
065b16df12
Update to TinyMCE 4.5.6
2017-04-04 09:12:40 +02:00
Aleksander Machniak
a7c43c6e38
Merge branch 'master' of github.com:roundcube/roundcubemail
2017-04-03 12:08:29 +02:00
Aleksander Machniak
e160e48069
Fix undesired effects when postgres database uses different timezone than PHP host ( #5708 )
...
Allow passing DateTime variables as query arguments. Their value will
be converted to date/time input string in format specific to the database type
(with timezone on postgres).
2017-04-03 12:06:23 +02:00
Aleksander Machniak
34446e00ca
Fix bug where namespace prefix could not be truncated on folders list if show_real_foldernames=true ( #5695 )
2017-04-01 09:46:46 +02:00
Aleksander Machniak
b314dfc548
Fix (restore) Tab key behaviour in autocomplete popup ( #5659 )
...
And make it to jump to the next field after inserting selected autocomplete entry.
2017-03-31 13:28:54 +02:00
Aleksander Machniak
19fcc35a55
Fix regression in LDAP fuzzy search where it always used prefix search instead ( #5713 )
2017-03-31 09:45:21 +02:00
dfukagaw28
89a4134064
Add support for DelSp=Yes messages ( #5702 )
2017-03-22 08:30:36 +01:00
Aleksander Machniak
5a53d521c8
Fix permission of temporary files and removal of them when generating thumbnails
2017-03-21 12:32:51 +01:00
Aleksander Machniak
9b554cd3d5
Remove redundant spaces from generated contact names
2017-03-20 09:15:50 +01:00
Aleksander Machniak
6271b88bab
Fix so settings/upload.inc could not be used by plugins ( #5694 )
2017-03-17 10:49:13 +01:00
Aleksander Machniak
7347c22af8
Update to TinyMCE 4.5.5
2017-03-17 09:20:38 +01:00
ka7
9a35768c26
spelling fixes ( #5690 )
2017-03-12 12:14:19 +01:00
Thomas Bruederli
bf21557873
Better fix for XSS in style tags ( b59ff5ca)
2017-03-10 10:44:51 +01:00
Aleksander Machniak
05aae4711c
Replace xss_entity_decode_callback() method with lambda function
2017-03-09 12:05:11 +01:00
Aleksander Machniak
b59ff5cafb
Fix XSS issue in handling of a style tag inside of an svg element
2017-03-09 11:45:22 +01:00
Aleksander Machniak
fa32c2c471
Plugin API: Call message_part_structure hook for sub-parts of multipart/alternative message ( #5678 )
2017-03-06 11:35:09 +01:00
Aleksander Machniak
51dbc2e438
Merge branch 'master' of github.com:roundcube/roundcubemail
2017-03-06 11:02:45 +01:00
Aleksander Machniak
9028e77290
Enigma: Set micalg parameter to real hash algorithm used for signing
2017-03-06 10:57:20 +01:00
Shin Kojima
0b385dc946
Skip iconv for problematic ISO-2022-JP strings ( #5668 )
...
We sometimes get broken character encodings such as:
Subject: =?iso-2022-jp?B?GyRCLWo7M3l1OSk2SBsoQgo=?=
This actually is not a strict ISO-2022-JP string, but a CP50220 string
that is a variant of ISO-2022-JP with extended characters proposed by
Microsoft. Iconv can not handle these encodings well.
2017-03-06 09:22:55 +01:00
Aleksander Machniak
821d449d86
Fix/rephrase "unsaved changes" warning when cancelling a draft ( #5610 )
2017-02-28 11:42:38 +01:00
Aleksander Machniak
3dd24bce75
Merge pull request #5658 from JohnDoh/group-rename
...
small amendment to #5652
2017-02-20 20:57:51 +01:00
JohnDoh
d379dc897a
small fix for current group detection and add similar rules for group-delete
2017-02-20 18:31:30 +00:00
Aleksander Machniak
4d663c477c
Merge pull request #5635 from joebordes/patch-1
...
Pass full message object on message_sent event
2017-02-20 13:17:46 +01:00
Aleksander Machniak
ec98aa5b52
Merge pull request #5652 from JohnDoh/group-rename
...
don't use env for group-rename action
2017-02-20 13:15:51 +01:00
Aleksander Machniak
cd61d7ebd0
Minimize unwanted message loading in preview frame on drag ( #5616 )
...
also remove dummy_select flag which is not needed anymore.
2017-02-19 11:59:04 +01:00
Aleksander Machniak
dae5ffd07a
Fix bug where it was too easy accidentally move a folder when using the subscription checkbox ( #5655 )
2017-02-18 15:13:20 +01:00
JohnDoh
336e937946
also fix source in group create function
2017-02-18 11:31:09 +00:00
JohnDoh
82d049f1a2
check group id matches current one before changing the title
2017-02-17 13:33:23 +00:00
PhilW
e6f18ba6a6
Merge branch 'master'
2017-02-17 13:27:30 +00:00
Aleksander Machniak
95a7ece543
Fix update of group name in the contacts list header on group rename ( #5648 )
2017-02-17 12:51:52 +01:00
JohnDoh
f40e515cb2
don't use env for group-rename action
2017-02-17 11:42:44 +00:00
Aleksander Machniak
b7e4c94972
Bring back lists buttons in TinyMCE toolbar
2017-02-13 09:10:15 +01:00
Aleksander Machniak
3e427b4a42
Fix double http request regression ( #5633 )
...
Removed 'click' event handler on messages list which was used only
to allow message re-selection. As this feature was broken since 0.9
it looks like we don't really need it. When you're in ctrl-selection
state you can easily ctrl-unselect the message.
2017-02-10 12:09:53 +01:00
Aleksander Machniak
ad83610a5e
Rename $sql_arr variable to $record as it's not about sql only
2017-02-07 09:57:58 +01:00
Aleksander Machniak
61bec3efa4
Fix regression where groups with email address were resolved to its members' addresses
2017-02-07 09:56:34 +01:00
Joe Bordes
3c1d951d84
feat(Hook) full message object on message_sent event
2017-02-06 23:26:51 +01:00
Aleksander Machniak
81f67a4de2
Don't use each() deprecated in PHP 7.2
2017-02-06 15:46:18 +01:00
Aleksander Machniak
f29fd706cf
Get back to eval()
...
We used create_function() before but it's deprecated in PHP 7.2
and really it was just a wrapper on eval().
2017-02-06 15:13:41 +01:00
Aleksander Machniak
dfd19206a4
sizeof() -> count()
2017-02-06 13:49:29 +01:00
Aleksander Machniak
46e3b94826
Fix bug where signature couldn't be added above the quote in Firefox 51 ( #5628 )
2017-02-01 09:03:42 +01:00
Aleksander Machniak
9cf1e83d7a
Fix autocomplete popup closing ( #5606 )
...
1. Tab key does not work as Enter. Now it works as Escape and jumps to another input.
2. Click on document (outside of the autocomplete input and popup) closes the popup.
2017-01-20 13:54:48 +01:00
Aleksander Machniak
79950630fa
Increase limit of group members when expanding a group from autocomplete ( #5604 )
2017-01-20 13:36:48 +01:00
Aleksander Machniak
7323f633f7
Fix bug where re-selection of messages list record didn't work
...
A regression in old commit 24fa5d3154
2017-01-19 14:01:10 +01:00
Aleksander Machniak
f789cb53b2
Fix bug where drag-n-drop element could be empty after check-recent action
2017-01-19 11:50:44 +01:00