Commit Graph

5896 Commits

Author SHA1 Message Date
corbosman
b4be89bdac use factory 2015-02-27 15:03:58 +01:00
corbosman
4df4ab5007 session refactor and add redis driver 2015-02-19 14:55:09 +01:00
Aleksander Machniak
4a2a62de30 Fix needless security warning on BMP attachments display (#1490282) 2015-02-19 13:43:43 +01:00
Aleksander Machniak
50b04366ee Merge branch 'master' of github.com:roundcube/roundcubemail
Conflicts:
	CHANGELOG
2015-02-19 10:25:38 +01:00
Aleksander Machniak
81d4ff214e Fix setting max packet size for DB caches and check packet size also in shared cache 2015-02-19 10:24:09 +01:00
Aleksander Machniak
3665d1e8ec Merge pull request #259 from corbosman/plugin_preload
Plugin preload
2015-02-19 08:31:43 +01:00
Aleksander Machniak
d67071f228 Fix saving/sending emoticon images when assets_dir is set (Kolab #4608) 2015-02-18 08:47:08 -05:00
Aleksander Machniak
f7af22c780 Add possibility to print contact information (of a single contact) 2015-02-17 11:54:04 +01:00
Aleksander Machniak
ae73c26f29 Merge branch 'master' of github.com:roundcube/roundcubemail 2015-02-16 11:22:40 +01:00
Aleksander Machniak
3779b67a9c Set version number to 1.2-git 2015-02-16 11:22:13 +01:00
Aleksander Machniak
e25b0d7781 Fix a regression where some contact data was missing in export and PHP warnings were logged (Kolab #4522) 2015-02-16 04:34:47 -05:00
Aleksander Machniak
9ed6d46df7 Fix refreshing of drafts list when sending a message which was saved in meantime (#1490238) 2015-02-15 14:43:58 +01:00
Thomas B.
38b42e96af Merge pull request #265 from kanarip/master
Allow the timeout and retry interval for memcached to be configured
2015-02-11 21:32:11 +01:00
Jeroen van Meeuwen (Kolab Systems)
c3e441044d Allow the timeout and retry interval for memcached servers to be configured 2015-02-11 15:24:49 +01:00
Thomas Bruederli
2f8b1036da Bump version and copyright year 2015-02-07 18:33:24 +01:00
Thomas Bruederli
36147bd6df Update localizations from Transifex 2015-02-07 18:32:19 +01:00
Aleksander Machniak
56040b941c Fix so JSON.parse() errors on localStorage items are ignored (#1490249) 2015-02-06 09:27:44 +01:00
corbosman
de89d46be2 Load plugins before sessions have started
Move the plugin loading phase to before sessions have started allowing plugins to add session drivers.  Plugins that want to use this should define an "onload" method in their plugins. This method does not have access to variables like $task as they are not yet initialised at that time.
2015-02-04 13:17:51 +01:00
Aleksander Machniak
09d52dbb67 Fix some typos in comments 2015-02-04 10:46:14 +01:00
Aleksander Machniak
20740a9650 Fix error in exec_hook() in case some hook handler was unregistered before 2015-02-04 10:21:00 +01:00
Thomas Bruederli
be140e827d Don't reset 'plugins' config option when running from update.sh script 2015-02-03 22:43:47 +01:00
Aleksander Machniak
e17decc4c2 Better handle log/temp directory misconfiguration 2015-02-03 07:52:14 -05:00
Aleksander Machniak
e8fc8d303a Fix handling of GETANNOTATION errors - return NULL on error as documented 2015-02-02 16:08:18 +01:00
Aleksander Machniak
0a5841702f Fix exec_hook() so handlers added inside the hook are not omitted 2015-01-29 12:41:43 -05:00
Aleksander Machniak
a3fa844aad Make logged SMTP errors more verbose - log also real server response and codes 2015-01-28 09:39:23 +01:00
Aleksander Machniak
b0c9026223 Fix bug where signature could have been inserted twice after plain-to-html switch (#1490239) 2015-01-25 18:01:04 +01:00
Aleksander Machniak
556d288754 Fix false warning when opening attached text/plain files (#1490241) 2015-01-25 17:39:59 +01:00
Thomas Bruederli
b7c35d5bd9 Fix JS syntax for legacy browsers 2015-01-24 18:56:03 +01:00
Aleksander Machniak
686ff4b538 Fix keyboard navigation and css in datepicker widget across many Firefox versions 2015-01-23 09:49:47 +01:00
Aleksander Machniak
5d42a9353b Fix bug where drafts list wasn't refreshed after draft message was sent from another window (#1490238) 2015-01-22 10:19:51 +01:00
Aleksander Machniak
bf99c50cc1 Fix bug where empty fieldmap config entries caused empty results of ldap search (#1490229) 2015-01-21 10:29:08 +01:00
Aleksander Machniak
38dbd8022b Fix bug where Reply-To address was ignored on reply to messages sent by self (#1490233) 2015-01-19 16:08:42 +01:00
Thomas Bruederli
ef29153a32 Improve display of pgp/mime and s/mime messges. Reverts commit f4154d91 2015-01-16 16:13:15 +01:00
Aleksander Machniak
b7e3b15a8a Fix javascript error in "IE 8.0/Tablet PC" browser (#1490210) 2015-01-16 09:47:46 +01:00
Thomas Bruederli
f4154d9108 Fall back to $part->body when no mime_id is set for the message part 2015-01-15 20:51:17 +01:00
Aleksander Machniak
de0bc662f9 Fix bug where search was reset after returning from compose opened by reply button(s) 2015-01-15 10:56:17 +01:00
Aleksander Machniak
a109d19a77 Fix error when dragging jquery dialog window in Folder Manager page 2015-01-13 06:58:25 -05:00
Aleksander Machniak
d1382aecb2 Fix so "set as default" option is hidden if identities_level > 1 (#1490226) 2015-01-13 11:01:17 +01:00
Aleksander Machniak
5a84736e53 Fix bug where Drafts list wasn't updated on draft-save action in new window (#1490225)
That if the window was opened using "Edit" button, not double-click on a message.
2015-01-13 10:45:23 +01:00
Aleksander Machniak
786aa0725e Fix XSS issue in style attribute handling (#1490227) 2015-01-13 09:41:41 +01:00
Aleksander Machniak
83b5834360 Skip .skip-on-drag elements when producing long subject title 2015-01-12 13:02:29 -05:00
Aleksander Machniak
c6efcf5e6d Fix blocked.gif image usage with assets_dir set 2015-01-12 05:44:28 -05:00
Aleksander Machniak
8c2075b9fc Remove hook aliases deprecated long time ago, CS fixes 2015-01-10 18:05:49 +01:00
Aleksander Machniak
091f5e2978 Fix css selectors in resize() for IE (#1490213) 2015-01-10 17:39:51 +01:00
Aleksander Machniak
b6b2858b01 Fix checks based on window.ActiveXObject in IE > 10 2015-01-10 14:20:12 +01:00
Aleksander Machniak
1187f60d12 Build proper quota text when quota 'percent' is undefined 2015-01-09 05:56:43 -05:00
Aleksander Machniak
f6502176f8 Hide MDN and DSN options in compose if disabled by admin (#1490221) 2015-01-09 11:25:53 +01:00
Aleksander Machniak
9e26034801 Fix bug where max_group_members was ignored when adding a new contact (#1490214)
Also fix list refresh after new contact was added and any group is selected.
2015-01-09 09:06:01 +01:00
Thomas Bruederli
7d8592e64d Correctly handle DateTime values in Vcard export 2015-01-07 17:04:21 +01:00
Aleksander Machniak
10f133bae8 Fix bug where sent message was saved in Sent folder even if disabled by user (#1490208) 2015-01-03 14:41:13 +01:00