summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-08Workaround cyrus-murder bug in SETANNOTATION arguments handlingAleksander Machniak
2013-10-08Update composer.json file with Net_Sieve package requirementAleksander Machniak
2013-10-07Synchronized localization files from TransifexThomas Bruederli
2013-10-07Assign the chosen mode to the table mapThomas Bruederli
2013-10-07Improve selection of replicated database connection:Thomas Bruederli
- Analyze query and prefer dsnr unless a write operation for a table involved has been carried out before - New config option and setter method to enforce connection mode on table level
2013-10-07Execute connection config queries on db handle direcltyThomas Bruederli
2013-10-07Add possibility to programmatically set cache mode, so it is possibleAleksander Machniak
to cache only indexes/threads but not messages
2013-10-06Move PEAR libs from plugins into main Roundcube lib directory,Aleksander Machniak
list them as dependencies in INSTALL file (#1489182)
2013-10-04Fix sound notification in Internet Explorer (use mp3 file for IE andAleksander Machniak
other browsers which support audio/mp3 files)
2013-10-04Fix unit testAleksander Machniak
2013-10-04New option to disable the use of already established dsnw connections for ↵Thomas Bruederli
subsequent reads
2013-10-04Fix typo: occured -> occurred (#1489366)Aleksander Machniak
2013-10-04Search for user DN only if one of bind_dn, base_dn, groups_base_dn settingsAleksander Machniak
contains %dn variable
2013-10-04Fixed issues where HTML comments inside style tag would hang Internet ExplorerAleksander Machniak
2013-10-03Improved mailto: link arguments handling (#1489363)Aleksander Machniak
2013-10-03Added managesieve_domains option to limit redirect destinationsAleksander Machniak
2013-10-02Use DOMDocument LIBXML_PARSEHUGE and LIBXML_COMPACT options if possible ↵Aleksander Machniak
(#1489302)
2013-09-30Also truncate the list of addresses in print view + add link to show them allThomas Bruederli
2013-09-29Fix issue where search result was reset after sending a message (#1489350)Aleksander Machniak
2013-09-28Created composer.json files for default pluginsThomas Bruederli
2013-09-28Make password plugin use the new 'settings_actions' hook to register its ↵Thomas Bruederli
link in the settings navigation
2013-09-28Generate settings tabs with a template object 'settingstabs' and let plugins ↵Thomas Bruederli
register themselves there using the 'settings_actions' hook
2013-09-27rcube_list_widget.rows is not an array - fixed checking if it's empty (#1489359)Aleksander Machniak
2013-09-27We've encountered (malformed) messages with more thanAleksander Machniak
one text/plain or text/html part here. There's no way to choose which one is better, so we'll display first of them and add others as attachments (#1489358)
2013-09-27In password ldap_simple driver: added LDAP debug, added password_ldap_bindAleksander Machniak
hook, so other plugins can provide user DN for password change
2013-09-26Handle nicely situation when normalize_entry is executed on already ↵Aleksander Machniak
normalized entry
2013-09-25Support HTTP_HOST, SERVER_NAME and SERVER_ADDR values in include_host_config ↵Aleksander Machniak
feature
2013-09-25Copy version string from package.xml although plugin versions should be ↵Thomas Bruederli
derived from git tags
2013-09-24Make sure language code extracted from HTTP_ACCEPT_LANGUAGE is in xx_YY formatAleksander Machniak
2013-09-23Code improvements, remove code duplicationAleksander Machniak
2013-09-23Add new password encodage ('ad') in ldap password drivers (#1489349)Aleksander Machniak
2013-09-23Fix setting domain in virtualmin password driver (#1489332)Aleksander Machniak
2013-09-21Add comment that to use LDAP variables in bind_dn/base_dn user_specific must ↵Aleksander Machniak
be enabled (#1489335)
2013-09-21Hide Delivery Status Notification option when smtp_server is unset (#1489336)Aleksander Machniak
2013-09-21Bring back possibility to unset default font family and font sizeAleksander Machniak
Fix style attribute quoting when font-family contains double quotes SOme code improvements
2013-09-20List required PHP extensions in 'require'Thomas Bruederli
2013-09-20Prefer <description> over <summary>Thomas Bruederli
2013-09-20Use XML nodes as iteratorThomas Bruederli
2013-09-20New utility script to convert plugin package.xml files into new ↵Thomas Bruederli
composer.json meta files
2013-09-20Fix typo in last commit and some managesieve tests (where we changedAleksander Machniak
:comparator position)
2013-09-20Fix so i;ascii-numeric comparator is not forced as default for :count and ↵Aleksander Machniak
:value operators Fix date/currentdate related form issues and comparators handling (#1489346)
2013-09-20Hide advanced rule modifier for 'date' and 'currentdate' rulesAleksander Machniak
2013-09-20Fix bug where at least one additional address of vacation message was ↵Aleksander Machniak
required (#1489345)
2013-09-20Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2013-09-20Fix typoAleksander Machniak
2013-09-16Touch new default font size settings: simplified + codestyle + updated changelogThomas Bruederli
2013-09-16Merge pull request #118 from Dennis1993/patch-12Thomas B.
Added support for default font size and fix legacy code for default font
2013-09-16Merge pull request #107 from JohnDoh/multi-logoAleksander Machniak
allow different logos for different functions (eg. normal and print)
2013-09-15Fixed issues in handling reply-to/bcc fields on identity changeAleksander Machniak
2013-09-15Style improvements on attachments list in compose screenAleksander Machniak