summaryrefslogtreecommitdiff
path: root/program
AgeCommit message (Collapse)Author
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
2014-11-14Fix lack of delimiter for recipient addresses in smtp_log (#1490150)Aleksander Machniak
2014-11-13check to see if the content frame exists before loading a contactJohnDoh
2014-11-12Add the ability to select plugins in the installerFlanpy
2014-11-12Add the ability to enable plugins in the installerFlanpy
2014-11-12Force-pull translations from TransifexThomas Bruederli
2014-11-12Remove empty labels and translation filesThomas Bruederli
2014-11-11Fix possible race-condition in using current folderAleksander Machniak
2014-11-10Updated localizations from Transifex1.1-betaThomas Bruederli
2014-11-09Replace all attachment-image URIs with CID URIs, not only src and poster ↵Aleksander Machniak
attributes (#1490132)
2014-11-07Fix some character sets detection (#1490135)Aleksander Machniak
2014-11-07Add csv2vcard for ru_RU localizationAleksander Machniak
2014-11-04Move TNEF decoder class to the Roundcube Framework (#1490055)Aleksander Machniak
So, for now all dependencies of the Framework can be installed with composer and we need only lib/Roundcube folder. des.inc was never required and is less important since we do encryption using openssl or mcrypt extensions.
2014-11-03Fix skin path handling in plugin context (#1488967):Thomas Bruederli
The plugin skin directories are removed again from the search path after parsing of a plugin template has finished.