summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-19Allow sysadmins to define static responses which are immutable for the userThomas Bruederli
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
2013-09-15Merge pull request #122 from JohnDoh/render_responseAleksander Machniak
Add a render_response hook, similar to render_page hook.
2013-09-15Add a render_response hook, similar to render_page hook.JohnDoh
2013-09-15Display full attachment name using title attribute when name is too long to ↵Aleksander Machniak
display (#1489320)
2013-09-15In password virtualmin driver removed support for username in format based ↵Aleksander Machniak
on user alias (#1489332)
2013-09-14Assigned CVE identifiersAleksander Machniak
2013-09-14Fix XSS issue in addressbook group name field [CVE-2013-5646] (#1489333)Aleksander Machniak
2013-09-13Merge pull request #121 from Forestsoft-de/masterAleksander Machniak
check parsing of HTTP_USER_AGENT Variable with multiple Datasets
2013-09-13check parsing of HTTP_USER_AGENT Variable with multiple DatasetsSebastian Förster
2013-09-13Move some config options to new and collapsible 'advanced' blocksThomas Bruederli
2013-09-13Support both new and old config variablesThomas Bruederli
2013-09-13Better styling for import formThomas Bruederli