summaryrefslogtreecommitdiff
path: root/program
AgeCommit message (Collapse)Author
2015-03-11[HACK] displays pictures inside HTML messages...Hugues Hiegel
2015-02-20Really fix unwanted warning on BMP attachments (#1490269)Aleksander Machniak
2015-02-20Fix performance of rcube_db_mysql::get_variable()Aleksander Machniak
As currently we're using this to find only max_allowed_packet value, it is better to use "SHOW VARIABLES LIKE ?" instead of asking for all variables.
2015-02-19Fix handling of some improper constructs in format=flowed text as per the ↵Aleksander Machniak
RFC3676[4.5] (#1490284)
2015-02-19Fix needless security warning on BMP attachments display (#1490282)Aleksander Machniak
2015-02-19Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
Conflicts: CHANGELOG
2015-02-19Fix setting max packet size for DB caches and check packet size also in ↵Aleksander Machniak
shared cache
2015-02-19Merge pull request #259 from corbosman/plugin_preloadAleksander Machniak
Plugin preload
2015-02-18Fix saving/sending emoticon images when assets_dir is set (Kolab #4608)Aleksander Machniak
2015-02-17Add possibility to print contact information (of a single contact)Aleksander Machniak
2015-02-16Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2015-02-16Set version number to 1.2-gitAleksander Machniak
2015-02-16Fix a regression where some contact data was missing in export and PHP ↵Aleksander Machniak
warnings were logged (Kolab #4522)
2015-02-15Fix refreshing of drafts list when sending a message which was saved in ↵Aleksander Machniak
meantime (#1490238)
2015-02-11Merge pull request #265 from kanarip/masterThomas B.
Allow the timeout and retry interval for memcached to be configured
2015-02-11Allow the timeout and retry interval for memcached servers to be configuredJeroen van Meeuwen (Kolab Systems)
2015-02-07Bump version and copyright yearThomas Bruederli
2015-02-07Update localizations from TransifexThomas Bruederli
2015-02-06Fix so JSON.parse() errors on localStorage items are ignored (#1490249)Aleksander Machniak
2015-02-04Load plugins before sessions have startedcorbosman
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-04Fix some typos in commentsAleksander Machniak
2015-02-04Fix error in exec_hook() in case some hook handler was unregistered beforeAleksander Machniak
2015-02-03Don't reset 'plugins' config option when running from update.sh scriptThomas Bruederli
2015-02-03Better handle log/temp directory misconfigurationAleksander Machniak
2015-02-02Fix handling of GETANNOTATION errors - return NULL on error as documentedAleksander Machniak
2015-01-29Fix exec_hook() so handlers added inside the hook are not omittedAleksander Machniak
2015-01-28Make logged SMTP errors more verbose - log also real server response and codesAleksander Machniak
2015-01-25Fix bug where signature could have been inserted twice after plain-to-html ↵Aleksander Machniak
switch (#1490239)
2015-01-25Fix false warning when opening attached text/plain files (#1490241)Aleksander Machniak
2015-01-24Fix JS syntax for legacy browsersThomas Bruederli
2015-01-23Fix keyboard navigation and css in datepicker widget across many Firefox ↵Aleksander Machniak
versions
2015-01-22Fix bug where drafts list wasn't refreshed after draft message was sent from ↵Aleksander Machniak
another window (#1490238)
2015-01-21Fix bug where empty fieldmap config entries caused empty results of ldap ↵Aleksander Machniak
search (#1490229)
2015-01-19Fix bug where Reply-To address was ignored on reply to messages sent by self ↵Aleksander Machniak
(#1490233)
2015-01-16Improve display of pgp/mime and s/mime messges. Reverts commit f4154d91Thomas Bruederli
2015-01-16Fix javascript error in "IE 8.0/Tablet PC" browser (#1490210)Aleksander Machniak
2015-01-15Fall back to $part->body when no mime_id is set for the message partThomas Bruederli
2015-01-15Fix bug where search was reset after returning from compose opened by reply ↵Aleksander Machniak
button(s)
2015-01-13Fix error when dragging jquery dialog window in Folder Manager pageAleksander Machniak
2015-01-13Fix so "set as default" option is hidden if identities_level > 1 (#1490226)Aleksander Machniak
2015-01-13Fix bug where Drafts list wasn't updated on draft-save action in new window ↵Aleksander Machniak
(#1490225) That if the window was opened using "Edit" button, not double-click on a message.
2015-01-13Fix XSS issue in style attribute handling (#1490227)Aleksander Machniak
2015-01-12Skip .skip-on-drag elements when producing long subject titleAleksander Machniak
2015-01-12Fix blocked.gif image usage with assets_dir setAleksander Machniak
2015-01-10Remove hook aliases deprecated long time ago, CS fixesAleksander Machniak
2015-01-10Fix css selectors in resize() for IE (#1490213)Aleksander Machniak
2015-01-10Fix checks based on window.ActiveXObject in IE > 10Aleksander Machniak
2015-01-09Build proper quota text when quota 'percent' is undefinedAleksander Machniak
2015-01-09Hide MDN and DSN options in compose if disabled by admin (#1490221)Aleksander Machniak
2015-01-09Fix bug where max_group_members was ignored when adding a new contact (#1490214)Aleksander Machniak
Also fix list refresh after new contact was added and any group is selected.