summaryrefslogtreecommitdiff
path: root/program
AgeCommit message (Expand)Author
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-27Maintain a stack of currently running plugin hooksThomas 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-21Merge pull request #212 from JohnDoh/patch-1Thomas B.
2014-08-21Fix handling of email addresses with quoted domain part (#1490040)Aleksander Machniak
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-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-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-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-12changes suggested by aleksbrendan braybrook
2014-08-12Set edited folder name to client environmentAleksander Machniak
2014-08-12Allow browsers internal spellchecker to workVictor Benincasa
2014-08-11rotate image with GD if exit rotation data presentbrendan braybrook
2014-08-11wrong type returned for gifbrendan braybrook
2014-08-11Added namespace filter in Folder ManagerAleksander Machniak
2014-08-10Add missing label to the clientAleksander Machniak
2014-08-10Fix errors when adding/updating contacts in active search (#1490015)Aleksander Machniak
2014-08-08Reset search after folder creation/remove/renameAleksander Machniak
2014-08-08Added folder searching in Folder ManagerAleksander Machniak
2014-08-07Getter to detect if treelist widget is in search modeThomas Bruederli
2014-08-07- Implemented 'storage_connected' API hook after successful IMAP login (#1490...Thomas Bruederli
2014-08-07Add default location for mime.types with nginxThomas Bruederli
2014-08-06Remove folder column after disabling multifolder scope (#1490022)Aleksander Machniak
2014-08-06Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2014-08-06Overwrite Net_LDAP3's normalize_entry() method to behave as the old oneAleksander Machniak
2014-08-06Add missing Net_LDAP3_Result::get_dn() methodAleksander Machniak
2014-08-06CS fix after PR mergeAleksander Machniak
2014-08-06Merge pull request #209 from bbraybrook/header_array_fixAleksander Machniak
2014-08-06fix stringify problem when multiple headers values exist to be returnedbrendan braybrook