summaryrefslogtreecommitdiff
path: root/program
AgeCommit message (Expand)Author
2015-01-03Fix bug where sent message was saved in Sent folder even if disabled by user ...Aleksander Machniak
2015-01-03CS fixesAleksander Machniak
2014-12-29Display "real" attachment size also on attachments listAleksander Machniak
2014-12-29Fix syntax error and codestyle from recent PR mergeThomas Bruederli
2014-12-28Add environment variable reading to configuration.Alex Brandt
2014-12-28Synchronized localizations from TransifexThomas Bruederli
2014-12-28Fix rcube_utils::normalize_string() to support unicode characters + add argum...Thomas Bruederli
2014-12-28Make rcube_utils::strtotime() timezone aware (#1490163)Thomas Bruederli
2014-12-27Improve plugin selection in installer; check already selected pluginsThomas Bruederli
2014-12-27Use current year for timezone offset displayThomas Bruederli
2014-12-25Add _mbox parameter to the 'mark' request sent after opening a messageAleksander Machniak
2014-12-22Upgrade jQuery to version 2.1.3Aleksander Machniak
2014-12-22Fix js error when calling show_popup_dialog() without 'options' argumentAleksander Machniak
2014-12-21Merge pull request #248 from flanpy/masterThomas B.
2014-12-18Properly set fuzzy_search for vlv searchesAleksander Machniak
2014-12-18Prevent folder selection changes if app is busy (#1490158)Thomas Bruederli
2014-12-18Avoid useless reloading list when resetting search with active filter (#1490057)Thomas Bruederli
2014-12-17Read page and page_size before check_recent hook is executedAleksander Machniak
2014-12-16Fix skin inheritance for some icons (#149017)Aleksander Machniak
2014-12-16Get rid of requests whitelist for security check bypassAleksander Machniak
2014-12-16Improve system security by using optional special URL with security tokenAleksander Machniak
2014-12-14Set compose mode in session when needed - skip one session update when compos...Aleksander Machniak
2014-12-13Don't log "No suitable function found for UTF-8..." as E_USER_WARNING.Aleksander Machniak
2014-12-10Update TinyMCE to 4.1.7, use cache_suffix option to prevent browser caching i...Aleksander Machniak
2014-12-10Assign "mainaction" class to "default" buttons in dialogsAleksander Machniak
2014-12-09Use consistent license identifiers, remove redundant package.xml filesAleksander Machniak
2014-12-08Fix label on "forwarded" iconAleksander Machniak
2014-12-08Enable menu-* actions when UI is lockedAleksander Machniak
2014-12-08Fix import of contacts with multiple email addresses from Google-csv format (...Aleksander Machniak
2014-12-01Fix import of multiple contact email addresses from Outlook-csv format (#1490...Aleksander Machniak
2014-11-28Fix regression in rcmail::show_bytes() where unit was set to "[]" instead of "B"Aleksander Machniak
2014-11-28Fix button label: ignore -> Ignore (#1490170)Aleksander Machniak
2014-11-27Extend list_emails() to optionally return only default identityAleksander Machniak
2014-11-27Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2014-11-27Added rcube_user::list_emails() method with better performance than list_iden...Aleksander Machniak
2014-11-26Fix so all unknown email addresses from Google csv format are imported (#1490...Aleksander Machniak
2014-11-22Fix rcube_utils::anytodatetime() with no timezone specifiedAleksander Machniak
2014-11-20Add method to display operation (uploading) progress in UI messageAleksander Machniak
2014-11-20Make upload progress text more compact.Aleksander Machniak
2014-11-20Fix "x from y" -> "x of y"Aleksander Machniak
2014-11-19Fix import of multiple contact groups from Google-csv format (#1490159)Aleksander Machniak
2014-11-17Merge pull request #249 from JohnDoh/patch-1Aleksander Machniak
2014-11-17Fix drag-n-drop to folders expanded while dragging (#1490157)Aleksander Machniak
2014-11-16Remove redundant codeAleksander Machniak
2014-11-16Code cleanup - unused variablesAleksander Machniak
2014-11-16Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2014-11-16Code improvements and fixes (mostly unused variables and methods)Aleksander Machniak
2014-11-16Merge pull request #250 from bbraybrook/masterThomas B.
2014-11-15Remove reference to non-existing option 'default_folders'Aleksander Machniak
2014-11-14fix for bug 1490153brendan braybrook