summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-19Fix import of multiple contact groups from Google-csv format (#1490159)Aleksander Machniak
2014-11-18Avoid duplicated errors in error dialogAleksander 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-13Don't append created iframe to document if it's going to be appended to a ↵Aleksander Machniak
dialog - skip redundant http request + small CS improvements
2014-11-13Small fix for HTML editor border radiusAleksander Machniak
2014-11-13Fix missing HTML editor borderAleksander Machniak
2014-11-13check to see if the content frame exists before loading a contactJohnDoh
2014-11-12Fix padding of some form elementsAleksander Machniak
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-09Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2014-11-09Replace all attachment-image URIs with CID URIs, not only src and poster ↵Aleksander Machniak
attributes (#1490132)
2014-11-09Better wording about composer dependencyThomas Bruederli
2014-11-09Consider composer.json dependencies in installation and upgrading ↵Thomas Bruederli
instructions and scripts
2014-11-07Fix some character sets detection (#1490135)Aleksander Machniak
2014-11-07Add csv2vcard for ru_RU localizationAleksander Machniak
2014-11-06Remove redundant marginAleksander 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-03Remove redundant codeAleksander Machniak
2014-11-03Update changelogThomas Bruederli
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.
2014-11-03Check available memory for image resizing with GD on Windows (#1489937)Thomas Bruederli
2014-11-03Add plugin hook 'db_table_name' as requested in #1489837Thomas Bruederli
2014-11-03Don't trust get_folder(), use mailbox environment variable when appropriateAleksander Machniak
2014-11-02Remove debug codeAleksander Machniak
2014-11-02CS fixesAleksander Machniak
2014-10-31Fixed typoAleksander Machniak
2014-10-30More get_folder() -> $MESSAGE->folderAleksander Machniak
2014-10-30Don't trust get_folder(), use $MESSAGE->folder if availableAleksander Machniak
2014-10-30CS fixes and bump version number after PR mergeAleksander Machniak
2014-10-30Merge pull request #243 from bnogas/master-p6Aleksander Machniak
Add support for updating identities on each login
2014-10-30Remove redundant defaultAleksander Machniak
2014-10-30Another correction for PR commentsBartlomiej Nogas
2014-10-30Fix possible issues in skin/skin_path config handling (#1490125)Aleksander Machniak
2014-10-30Give higher priority to the 'subject' parameter from request or pluginAleksander Machniak
2014-10-30Correct load_config() return value with improvement in last commitAleksander Machniak
2014-10-30Improve load_config() so when called many times it will read config file ↵Aleksander Machniak
only once
2014-10-29Correcting for PR comments + change rcmail to rcBartlomiej Nogas
2014-10-29Remove redundant is_file() checksAleksander Machniak