Commit Graph

4581 Commits (8d7f8c8c795be695c190f5c20310567c5b2ce3f5)

Author SHA1 Message Date
Thomas Bruederli 8d7f8c8c79 Check for exact matching session keys before splitting into path segments. Adds backwards-compatibility after commit f0a7159c 12 years ago
Thomas Bruederli d6cbdea04d Add methods to append certain nodes to session data in order to avoid session saving race conditions. Fixes #1488422 12 years ago
Aleksander Machniak ea002b6d76 Fix possible header duplicates when using additional headers (#1489033) 12 years ago
Aleksander Machniak 334784a051 Skip message/rfc822 attachments only in reply mode 12 years ago
Aleksander Machniak d74b410697 Fix session issues with use_https=true (#1488986) 12 years ago
Aleksander Machniak 4dd9bb4671 Fix blockquote width in sent mail (#1489031) 12 years ago
Aleksander Machniak 60fd3c8b5f Fix keyboard events on list widgets in Internet Explorer (#1489025) - It was a regression in fix for #1489008 12 years ago
Thomas Bruederli 357485e7e1 Skip some irrelevant ini checks in CLI mode 12 years ago
Thomas Bruederli 0032911784 Sanity check the file path for generic message footer before adding it 12 years ago
Aleksander Machniak e6d376236e Whitelist configuration options (user preferences) that can be changed using save-pref command 12 years ago
Aleksander Machniak 8320af552c Fix errors in IE8 when opening compose page in new window 12 years ago
Aleksander Machniak 099d2b9fd4 Remove sig_above configuration option, use reply_mode only (#1489001) 12 years ago
Aleksander Machniak 321d8b06fb Refresh current folder in opener window after draft save or message sent (#1488997) 12 years ago
Aleksander Machniak aa30cf8f3c Better fix for "saving draft just after entering compose window (#1489012)" 12 years ago
Aleksander Machniak d608088a64 Fix saving draft just after entering compose window (#1489012)
Conflicts:

	CHANGELOG
12 years ago
Aleksander Machniak ae0821f1dd Be less restrictive on vCard import, do not require FN when N exists 12 years ago
Aleksander Machniak 1f8fbf9455 Fix vcard folding when outputing already generated vcard 12 years ago
Thomas Bruederli 73be4b5296 Match regex on multi-line sql statements 12 years ago
Thomas Bruederli 551ebd46de Ensure backwards compatibility by considering old-style skin_path attribute for <roundcube:include ...> tags 12 years ago
Aleksander Machniak e5a3e61052 Add some extension/mimetype aliases to fix some quirks in attachment type validation (#1488891) 12 years ago
Aleksander Machniak ad5cefeefc Better fix for IE9 issue with document.activeElement error (#1489008) 12 years ago
Aleksander Machniak 73f094ff3c Fix javascript error in IE9 when loading form with placeholders into an iframe (#1489008) 12 years ago
Aleksander Machniak da595a5027 Fix handling of some conditional comment tags in HTML message (#1489004)
Conflicts:

	CHANGELOG
12 years ago
Aleksander Machniak 15963b7165 Workaround for some versions/systems where finfo_open() with second
argument doesn't do the same as with no 2nd argument as it should
12 years ago
Aleksander Machniak a15a595158 Make mime.types common locations list OS-aware 12 years ago
Aleksander Machniak 1d719e43fb Fix so forward as attachment works if additional attachment is added by message_compose hook (#1489000)
Prevent from re-adding the same forward attachment on compose page refresh

Conflicts:

	CHANGELOG
12 years ago
Aleksander Machniak ec27006ebe Fix wrapping of text lines with the same length as specified length limit 12 years ago
Aleksander Machniak 2c8afa8ac2 Fix javascript error when window name (for window.open()) in IE8 contains a dot
Conflicts:

	program/js/app.js
12 years ago
Aleksander Machniak c60f58f9fd Fix "rcmail is undefined" error in HTML attachment preview - regression
from commit d30460ad2f, small improvements
12 years ago
Aleksander Machniak 4c0c248dd9 Fix storing 'safe' flag on a message. The key for session value should include
folder name. A message with the same UID may exist in another folder.
12 years ago
Thomas Bruederli 713259002f Re-implement rcube_db::num_rows() to ensure backwards compatibility 12 years ago
Aleksander Machniak 5b82ed62dc Better handling of session errors in ajax requests - do page reload
on 403 Forbidden response (#1488960)
12 years ago
Aleksander Machniak 58993ffcbb Fix HTML part detection for some specific message structures (#1488992) 12 years ago
Aleksander Machniak 097c544d98 Don't show fake address - phishing prevention (#1488981) 12 years ago
Aleksander Machniak 2bbbca39ff Fix forward as attachment bug with editormode != 1 (#1488991) 12 years ago
Aleksander Machniak 5410eff830 Fix handling of empty $uids argument in change_flag() 12 years ago
Aleksander Machniak c4ff57c75f Fix LIMIT/OFFSET queries handling on MS SQL Server (#1488984) - require version 2005+
Conflicts:

	CHANGELOG
	program/lib/Roundcube/rcube_db_mssql.php
12 years ago
Thomas Bruederli 5aa77efcbe Trigger 'refresh' hook in mail view 12 years ago
Aleksander Machniak 527e7d4509 Fix javascript errors when working in a page opened with taget="_blank" 12 years ago
Aleksander Machniak 91deac7c91 Move spellcheck options section below signature options section 12 years ago
Aleksander Machniak 4999702e1e Increase maxlength to 254 chars for email input fields in addressbook (#1488987)
Conflicts:

	CHANGELOG
12 years ago
Aleksander Machniak 9eb6d9e46a Add type 'ident' in quote() so we can quote identifiers (eg. column names) there.
Using array2list() for list of identifiers is now possible.
12 years ago
Aleksander Machniak 0ae20f6b9c Fix so full filename is used for title attribute 12 years ago
Aleksander Machniak dedf138795 Fix thumbnail size when GD extension is used for image resize (#1488985)
Conflicts:

	CHANGELOG
12 years ago
Aleksander Machniak fddb9ff383 Display notice that message is encrypted also for application/pkcs7-mime messages (#1488526) 12 years ago
Thomas Bruederli 91a4864231 Merge branch 'release-0.9' of github.com:roundcube/roundcubemail into release-0.9 12 years ago
Thomas Bruederli 22819a3081 Don't skip message/* attachments when opening a draft. Restore check as it was before [fa57c988] 12 years ago
Thomas Bruederli e3eda60a60 Localization updates from Transifex 12 years ago
Aleksander Machniak ccc2e358f2 Fix plain text spellchecker icorrect highlighting in non-ASCII text (#1488973) 12 years ago
Thomas Bruederli f5533cf722 Synced localizations with Transifex 12 years ago