summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-30Remove redundant folder check when using search setAleksander Machniak
2014-07-30Fix missing folders list icons on mail view pageAleksander Machniak
2014-07-30Fixed variable nameAleksander Machniak
2014-07-28Fix bug where $Forwarded flag was being set even if server didn't support it ↵Aleksander Machniak
(#1490000)
2014-07-28Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2014-07-28Fix missing css/js scripts in filter form in mail taskAleksander Machniak
2014-07-28Set 'compose_extwin' env property on every step; accept a list of URL ↵Thomas Bruederli
parameters for the 'compose' command
2014-07-28Remove useless css rulesAleksander Machniak
2014-07-26Handle clicks on list parent element from the list widgetAleksander Machniak
2014-07-26Create/rename groups in UI dialogs (#1489951)Aleksander Machniak
2014-07-25Fix drag-n-drop after folder move/create (#1489648)Aleksander Machniak
2014-07-25Skip redundant prepare_for_export() callsAleksander Machniak
2014-07-24Replace hint about the default skinThomas Bruederli
2014-07-24Support allowfullscreen attribute on iframe elementsAleksander Machniak
2014-07-23Fix errors when using localStorage in Safari's private browsing mode (#1489996)Aleksander Machniak
2014-07-23Reset $value in a loopAleksander Machniak
2014-07-22Fix some mime-type to extension mapping checks in Installer (#1489983)Aleksander Machniak
2014-07-21Use jQuery.each instead of "for (i in Array)" (#1489988)Aleksander Machniak
2014-07-20Fix alignment of folder subscription checkboxes accross browsersThomas Bruederli
2014-07-20Updated ChangelogThomas Bruederli
2014-07-20Iterate over all drafts saved in localStorage when asking for restoring. ↵Thomas Bruederli
Delege/Ignore buttons will display the next item, if any
2014-07-16Code improvements + added tests for vacation date regexps handlingAleksander Machniak
2014-07-16Updated changelog and CS fixes after PR mergeAleksander Machniak
2014-07-16CS fixes after PR mergeAleksander Machniak
2014-07-16Merge pull request #202 from jacoblister/masterAleksander Machniak
Add Vacation date range feature without the sieve 'date' extension
2014-07-16Merge pull request #203 from mdamt/gearman-passwordAleksander Machniak
New gearman driver for password plugin
2014-07-16Don't overwrite the whole fieldmap so autocomplete names are resolved correctlyAleksander Machniak
2014-07-16Collapsible (and iconized) folders tree in folder manager (#1489648)Aleksander Machniak
2014-07-14New gearman driver for password pluginMohammad Anwari
2014-07-14Fix "Illegal offset type" error (#1489985)Aleksander Machniak
2014-07-14Add Vacation date range feature for servers without the sieve 'date' ↵Jacob Lister
extension (using regexes)
2014-07-13Add title attribute for skins/modes hiding the actual button textThomas Bruederli
Conflicts: skins/larry/templates/messagepart.html
2014-07-11Fix sorting messages by size on servers without SORT capability (#1489981)Aleksander Machniak
2014-07-09Fix TinyMCE buttons in webkit browsersAleksander Machniak
2014-07-09Small css fix for delete icon on messages listAleksander Machniak
2014-07-09Fix error when activeCell is not definedThomas Bruederli
2014-07-09Warn for unsent/unsaved message when closing compose window; remove ↵Thomas Bruederli
localStorage copy if page was left intentionally but not on session errors (#1489818)
2014-07-09Fix dialog close button focus border in FirefoxThomas Bruederli
2014-07-09Fix displaying error messages without timeoutThomas Bruederli
2014-07-09Fix some jquery UI styles to match the Larry skinThomas Bruederli
2014-07-09Revert "Fix bug where compose storage wasn't cleared on page unload (#1489818)"Aleksander Machniak
This reverts commit d81539af3135428fafe5ea9764755aa1a697cbb4.
2014-07-08Fix bug where compose storage wasn't cleared on page unload (#1489818)Aleksander Machniak
2014-07-08Remove obsolete code that disables session check on 'send' actionAleksander Machniak
2014-07-08Support contact_search_name option in ACL plugin autocompletionAleksander Machniak
2014-07-07Fix images import from various vCard formats (#1489977)Aleksander Machniak
2014-07-07Fix messages list columns width in ChromeAleksander Machniak
2014-07-07Pass event object as 3rd argument to external command handlersAleksander Machniak
2014-07-05Skip redundant get_group() call for better performance of listing groups in ↵Aleksander Machniak
compose addressbook
2014-07-05Fix bug where contacts with no email address were listed on compose ↵Aleksander Machniak
addressbook (#1489970)
2014-07-05- Fix Delete button state after deleting identity/response (#1489972)Aleksander Machniak