summaryrefslogtreecommitdiff
path: root/program
AgeCommit message (Collapse)Author
2014-08-27Remove 3rd party libs from our repository and define the dependencies in ↵Thomas Bruederli
composer.json-dist. Also remove the ancient utf8 lib and replace it with 'Patchwork UTF-8 for PHP'. For direct git checkouts, copy composer.json-dist into composer.json and run `php composer.phar install` to install the dependencies.
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
version checks
2014-08-22Fix comm_path update on task switch (#1490041)Aleksander Machniak
2014-08-21Merge pull request #212 from JohnDoh/patch-1Thomas B.
add include_plugin function for optional plugins
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 ↵Thomas Bruederli
(#1489979)
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, ↵Aleksander Machniak
#1490033)
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
line endings converted
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
with cursor keys (#1489648)
2014-08-13Cleanup after PR merge, updated changelogAleksander Machniak
2014-08-13Merge pull request #211 from bbraybrook/gd_rotate_thumbAleksander Machniak
Fix incorrect thumbnail rotation with GD and exif orientation data (#1490029)
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
Fix a regression introduced at 731d190 that prevents in-browser spellchecker from working. The new TinyMCE4 option is "browser_spellcheck", before it was "gecko_spellcheck". Related ticket: http://trac.roundcube.net/ticket/1485060
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 ↵Thomas Bruederli
(#1490025) - Added config option 'imap_log_session' to enable Roundcube <-> IMAP session ID logging - Added config option 'log_session_id' to control the lengh of the session identifer in logs
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
Fix stringify problem when multiple headers values exist to be returned
2014-08-06fix stringify problem when multiple headers values exist to be returnedbrendan braybrook