summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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
2013-09-13Update releases listAleksander Machniak
2013-09-12Retry queries on deadlock errors from InnoDB row-level locking (MySQL)Thomas Bruederli
2013-09-12Implemented configurable timeout for desktop notification (#1489205)Aleksander Machniak
2013-09-12Fix attachment icon issue when rare font/language is used (#1489326)Aleksander Machniak
2013-09-11Fix expanded thread root message styling after refreshing messages list ↵Aleksander Machniak
(#1489327) Conflicts: CHANGELOG
2013-09-11Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2013-09-11After message is sent refresh messages list of replied message folder (#1489249)Aleksander Machniak
2013-09-10Improve handling of date strings and DateTime values in contactsThomas Bruederli
2013-09-10Support full address specification in contact email fields.Aleksander Machniak
Now input address is extracted automatically, so user can just paste full address copied from another place. Other clients have such feature e.g. Kontact.