summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-02Fixed merge conflictsCyrill von Wattenwyl
2014-09-02Merge branch 'master' of https://github.com/roundcube/roundcubemailCyrill von Wattenwyl
2014-09-02Add missing labelAleksander Machniak
2014-09-02Don't cancel event on parent focusAleksander Machniak
2014-08-26Added simple API to manage vacation ruleAleksander Machniak
2014-08-30Fix so rcube_text2html class does not depend on rcmail_string_replacerAleksander Machniak
2014-08-30Seek vendor/autoload.php in install path to make tests workingAleksander Machniak
2014-08-25Add missing labelsAleksander Machniak
2014-08-29Fix vacation times handlingAleksander Machniak
2014-08-28Get rid of DIRECTORY_SEPARATOR for consistencyAleksander Machniak
2014-08-27Remove 3rd party libs from our repository and define the dependencies in comp...Thomas Bruederli
2014-08-27Synchronized localizations with TransifexThomas Bruederli
2014-08-27Make possible to set vacation start/end date and timeAleksander Machniak
2014-08-27Maintain a stack of currently running plugin hooksThomas Bruederli
2014-08-27Give precedence to plugin.* actions over custom tasks registered by pluginsThomas Bruederli
2014-08-26Fix PERMANENTFLAGS checking in modFlag()Aleksander Machniak
2014-08-24Added rcube_utils::resolve_url()Aleksander Machniak
2014-08-24Remove code for PHP<5.3, use PHP_VERSION_ID instead of version_compare() for ...Aleksander Machniak
2014-08-22Fix comm_path update on task switch (#1490041)Aleksander Machniak
2014-08-22Small alignment improvements on folders listAleksander Machniak
2014-08-21Merge pull request #212 from JohnDoh/patch-1Thomas B.
2014-08-21Add some localizationsAleksander Machniak
2014-08-21Fix handling of email addresses with quoted domain part (#1490040)Aleksander Machniak
2014-08-20Updated ChangelogThomas Bruederli
2014-08-20Add option to focus a treelist widget on clicks to the container (#1489997)Thomas Bruederli
2014-08-20Add config/preference option to disable saving messages in localStorage (#148...Thomas Bruederli
2014-08-18Don't fail when trying to create and subscribe a folder that already existsAleksander Machniak
2014-08-18Small icon alignment fixAleksander Machniak
2014-08-18Show icons (person, group) in autocomplete popupThomas Bruederli
2014-08-18Make LDAP errors available to the applicationThomas Bruederli
2014-08-18Don't expand recipient groups if they have an email addressThomas Bruederli
2014-08-18Allow caller to supply the template for contact name compositionThomas Bruederli
2014-08-18Remove empty brackets, slashes and spaces from contact search nameThomas Bruederli
2014-08-17Update translationsAleksander Machniak
2014-08-17Fix contacts list update after adding/deleting/moving a contact (#1490028, #1...Aleksander Machniak
2014-08-16add include_plugin function for optoinal pluginsJohnDoh
2014-08-16add support for optional pluginsJohnDoh
2014-08-14Fixed failing testAleksander Machniak
2014-08-14Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2014-08-14Support contacts import in GMail CSV formatAleksander Machniak
2014-08-14Don't read attachment contents from cache when downloading. Cache might have ...Thomas Bruederli
2014-08-14Place folder namespace selector above search box. Adjust height after box is ...Thomas Bruederli
2014-08-13Extend rcmail::url() to produce absolute and fully qualified URLsThomas Bruederli
2014-08-13Allow focussing treelist item checkboxes with tab and normal list navigation ...Thomas Bruederli
2014-08-13Cleanup after PR merge, updated changelogAleksander Machniak
2014-08-13Merge pull request #211 from bbraybrook/gd_rotate_thumbAleksander Machniak
2014-08-13Get rid of "Properties" fieldset in folder formAleksander Machniak
2014-08-13Allow to search for LDAP groups with 'group_filter' enabledThomas Bruederli
2014-08-13Fix unintentionally hidden contacts search box in compose screenAleksander Machniak
2014-08-12changes suggested by aleksbrendan braybrook