summaryrefslogtreecommitdiff
path: root/program
AgeCommit message (Collapse)Author
2015-01-03Fix bug where sent message was saved in Sent folder even if disabled by user ↵Aleksander Machniak
(#1490208)
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
Docker prefers to pass parameters via environment variables. This allows the environment variables to be checked and if a value exists it will override the default.
2014-12-28Synchronized localizations from TransifexThomas Bruederli
2014-12-28Fix rcube_utils::normalize_string() to support unicode characters + add ↵Thomas Bruederli
argument for minimum token length
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.
#1489096 : Ability to select plugins to enable in the installer
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
- some plugins may change them to invalid values (in mail context)
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
Allows to define separate server/path for image/js/css files Fix bugs where CSRF attacks were still possible on some requests
2014-12-14Set compose mode in session when needed - skip one session update when ↵Aleksander Machniak
composing new message
2014-12-13Don't log "No suitable function found for UTF-8..." as E_USER_WARNING.Aleksander Machniak
Use E_USER_NOTICE - this happens quite often as email messages containing invalid charset name are not so rare.
2014-12-10Update TinyMCE to 4.1.7, use cache_suffix option to prevent browser caching ↵Aleksander Machniak
issues
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
(#1490178)
2014-12-01Fix import of multiple contact email addresses from Outlook-csv format ↵Aleksander Machniak
(#1490169)
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 ↵Aleksander Machniak
list_identities() which should be used always if we want only all user email addresses (with names)
2014-11-26Fix so all unknown email addresses from Google csv format are imported ↵Aleksander Machniak
(#1490159)
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
E.g. "500 KB of 10 MB" becomes "0.5 of 10 MB"
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
Check to see if the content frame exists before loading a contact
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.
Show real folder names in selector on compose screen (#1490153)
2014-11-15Remove reference to non-existing option 'default_folders'Aleksander Machniak
2014-11-14fix for bug 1490153brendan braybrook