summaryrefslogtreecommitdiff
path: root/program/lib
AgeCommit message (Collapse)Author
2013-05-06Fix bugs caught by static analysisAleksander Machniak
2013-05-05Fix backslash character handling on vCard import (#1489085)Aleksander Machniak
2013-05-05Fix csv import from Thunderbird with French localization (#1489059)Aleksander Machniak
2013-05-04* fixed: modsecurity warning: AppDefect: Cache-Control Response Header ↵Zou Guangxian
Missing 'no-store' flag. http://websecuritytool.codeplex.com/wikipage?title=Checks#http-cache-control-header-no-store
2013-05-03Fix bug where multi-level quoting was replaced with one-level quoted text ↵Aleksander Machniak
after format=flowed wrapping
2013-05-03Fix another text wrap issue (added test case)Aleksander Machniak
2013-05-01Escape user input values when used in eval()Thomas Bruederli
2013-05-01Fix Reply-To header handling in Reply-All action (#1489037)Aleksander Machniak
2013-05-01Fix so addressbook_search_mode works also for group search (#1489079)Aleksander Machniak
2013-04-30Fix removal of a contact from a group in LDAP addressbook (#1489081)Aleksander Machniak
Conflicts: CHANGELOG
2013-04-30Inlcude SQL query in the log on SQL error (#1489064)Aleksander Machniak
2013-04-29Fix handling untagged responses in IMAP FETCH - "could not load message" ↵Aleksander Machniak
error (#1489074)
2013-04-26Fix exit code on bootsrap errors in CLI mode (#1489044)Aleksander Machniak
2013-04-26Fix error handling in CLI mode, use STDERR and non-empty exit code (#1489043)Aleksander Machniak
Conflicts: program/lib/Roundcube/rcube.php
2013-04-25Extend fetched header block to 32K, require one of subjct, from or to headersThomas Bruederli
2013-04-22Fix incorrect handling of some specific links (#1489060)Aleksander Machniak
Conflicts: program/lib/Roundcube/rcube_string_replacer.php
2013-04-22Fix another text wrapping issueAleksander Machniak
2013-04-21Fix incorrect handling of leading spaces in text wrappingAleksander Machniak
2013-04-19Fix DB error when creating a new contact and a group is selected (#1489051)Aleksander Machniak
2013-04-18Fix typosVictor Benincasa
Allows the new_user_dialog plugin to work properly
2013-04-17Add rcube_db::escape() method, fix escapeSimple() to use escape instead of ↵Aleksander Machniak
quote()
2013-04-17Fix typo simpleEscape -> escapeSimpleAleksander Machniak
2013-04-17Add rcube_db::escapeSimple() method for backward compat.Aleksander Machniak
2013-04-10Set minimal permissions to temp files (#148899)Thomas Bruederli
2013-04-10Skip filename suffix check for embedded images; return blocked.gif instead ↵Thomas Bruederli
of HTML warning when embedded (#1489029)
2013-04-06Fix handling of invalid characters in message headers and output (#1489032)Aleksander Machniak
Conflicts: CHANGELOG
2013-04-04Hack to reset PDO statement iterators after countingThomas Bruederli
2013-04-04Fix typoThomas Bruederli
2013-04-04Check for exact matching session keys before splitting into path segments. ↵Thomas Bruederli
Adds backwards-compatibility after commit f0a7159c
2013-04-04Add methods to append certain nodes to session data in order to avoid ↵Thomas Bruederli
session saving race conditions. Fixes #1488422
2013-04-03Fix possible header duplicates when using additional headers (#1489033)Aleksander Machniak
2013-04-02Fix session issues with use_https=true (#1488986)Aleksander Machniak
2013-03-28Skip some irrelevant ini checks in CLI modeThomas Bruederli
2013-03-27Whitelist configuration options (user preferences) that can be changed using ↵Aleksander Machniak
save-pref command
2013-03-24Be less restrictive on vCard import, do not require FN when N existsAleksander Machniak
2013-03-24Match regex on multi-line sql statementsThomas Bruederli
2013-03-24Add some extension/mimetype aliases to fix some quirks in attachment type ↵Aleksander Machniak
validation (#1488891)
2013-03-22Fix handling of some conditional comment tags in HTML message (#1489004)Aleksander Machniak
Conflicts: CHANGELOG
2013-03-20Workaround for some versions/systems where finfo_open() with secondAleksander Machniak
argument doesn't do the same as with no 2nd argument as it should
2013-03-19Make mime.types common locations list OS-awareAleksander Machniak
2013-03-18Fix wrapping of text lines with the same length as specified length limitAleksander Machniak
2013-03-15Fix storing 'safe' flag on a message. The key for session value should includeAleksander Machniak
folder name. A message with the same UID may exist in another folder.
2013-03-14Re-implement rcube_db::num_rows() to ensure backwards compatibilityThomas Bruederli
2013-03-13Fix HTML part detection for some specific message structures (#1488992)Aleksander Machniak
2013-03-11Fix handling of empty $uids argument in change_flag()Aleksander Machniak
2013-03-11Fix LIMIT/OFFSET queries handling on MS SQL Server (#1488984) - require ↵Aleksander Machniak
version 2005+ Conflicts: CHANGELOG program/lib/Roundcube/rcube_db_mssql.php
2013-03-06Add type 'ident' in quote() so we can quote identifiers (eg. column names) ↵Aleksander Machniak
there. Using array2list() for list of identifiers is now possible.
2013-03-05Fix thumbnail size when GD extension is used for image resize (#1488985)Aleksander Machniak
Conflicts: CHANGELOG
2013-03-02Display notice that message is encrypted also for application/pkcs7-mime ↵Aleksander Machniak
messages (#1488526)
2013-02-25Fix plain text spellchecker icorrect highlighting in non-ASCII text (#1488973)Aleksander Machniak