Commit Graph

6173 Commits (40d419d994811bad3aab147eec3ddc54d0bad3b2)
 

Author SHA1 Message Date
Steffen185 6f7eafce18 Save new password even if it has not changed
I have recently changed the password scheme of my Dovecot/Postfix/Roundcube installation. New passwords are encrypted stronger than before. It is not possible to automatically update existing passwords (because the old encryption is not so bad that I can easily crack it). But I'd like to tell my users that they can upgrade to the new password scheme by simply submitting the "change password" form with their old password in all three input fields. Currently a minor optimization prevents this. I think this minor optimization should be removed.
11 years ago
Aleksander Machniak 3d525ffaf5 Bump up also RCUBE_VERSION 11 years ago
Aleksander Machniak 1e2468e4b9 Added two tests for HTML comments handling in rcube_washtml class 11 years ago
Aleksander Machniak 1bce142058 Fix handling of some conditional comment tags in HTML message (#1489004) 11 years ago
Aleksander Machniak aa4b379e9f Fix html button (when html is not selected) 11 years ago
Thomas Bruederli 9b4e1efe7c Fix JSON syntax to make 'composer require' commands work 11 years ago
Thomas Bruederli 15e4c89ce6 Consider alternative table names from config when running DB updates 11 years ago
Thomas Bruederli 8d9c65ede6 Remove automatic_addressbook configuration because that's not in our git repository 11 years ago
Thomas Bruederli b8232b688f Add Transifex configuration file 11 years ago
Thomas Bruederli 708b1bca9f Synchronized translations with Transifex 11 years ago
Thomas Bruederli 90e41a7cc0 Small improvements to text/html switch 11 years ago
Thomas Bruederli 52448c63a1 Merge branch 'master' of github.com:roundcube/roundcubemail 11 years ago
Thomas Bruederli 6996dee856 Add switch for text/html alternative part view (#1486939) 11 years ago
Victor Benincasa 2f1d6c3edc Small CSS optimizations 11 years ago
Aleksander Machniak 4f693e9daa Workaround for some versions/systems where finfo_open() with second
argument doesn't do the same as with no 2nd argument as it should
11 years ago
Aleksander Machniak 02c9c931fe Make mime.types common locations list OS-aware 11 years ago
Aleksander Machniak 1e32540839 Add rel="noreferrer" for links in displayed messages (#1484686) 11 years ago
Aleksander Machniak a8040cf0bd 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
11 years ago
Aleksander Machniak d8270b66cc Fix wrapping of text lines with the same length as specified length limit 11 years ago
Aleksander Machniak 5147eea0a2 Fix notification broken in last commit 11 years ago
Aleksander Machniak 6228e3784f Fix javascript error when window name (for window.open()) in IE8 contains a dot 11 years ago
Aleksander Machniak 4d1fe2d230 Fix "rcmail is undefined" error in HTML attachment preview - regression
from commit d30460ad2f, small improvements
11 years ago
Aleksander Machniak 6e8f2a7448 Notify about a new mail only if it's UNSEEN (#1388965) 11 years ago
Aleksander Machniak b6fa7d54b8 Add vacation-seconds extension support (RFC 6131) 11 years ago
Aleksander Machniak bb080af14d Bump version number up to 1.0-git 11 years ago
Aleksander Machniak 0e32d7032b Fix load-attachment link 11 years ago
Aleksander Machniak ea98ec0939 Fixed MOVE command result handling 11 years ago
Aleksander Machniak f111423755 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.
11 years ago
Aleksander Machniak a02c77c584 Add ability to toggle between view as HTML and text while viewing a message (#1486939) 11 years ago
Aleksander Machniak 0ef894ec29 Fix has_*_part() methods so they return same result no matter what
prefer_html option value is
11 years ago
Aleksander Machniak 574928200f Use $mime_parts not $parts in has_*_part() methods so detection is
correct no matter if prefer_html is enabled or not.
11 years ago
Aleksander Machniak 542f15bfec Enriched content should be also converted to text if html is disabled 11 years ago
Aleksander Machniak 5c26bd49b1 Added rcube_message::has_text_part(), simplified has_html_part() so it always
works in "recursive mode" - removed $recursive argument.
11 years ago
Aleksander Machniak daddbf2555 Better handling of session errors in ajax requests - do page reload
on 403 Forbidden response (#1488960)
11 years ago
Thomas Bruederli bfa667ab02 Merge branch 'master' of github.com:roundcube/roundcubemail 11 years ago
Thomas Bruederli d4f8a4f28a Re-implement rcube_db::num_rows() to ensure backwards compatibility 11 years ago
Aleksander Machniak f41edfb91f Fix draglayer list building, so the element used as the text source can
contain any element, not only A tag or text node, but also e.g. span
11 years ago
Aleksander Machniak 567e45ba56 Fix HTML part detection for some specific message structures (#1488992) 11 years ago
Aleksander Machniak ff7542bfb9 Don't show fake address - phishing prevention (#1488981) 11 years ago
Aleksander Machniak abf46755c9 Fix forward as attachment bug with editormode != 1 (#1488991) 11 years ago
Aleksander Machniak 336d2000f8 Fix handling of empty $uids argument in change_flag() 11 years ago
Aleksander Machniak ec6a77bab2 Fix LIMIT/OFFSET queries handling on MS SQL Server (#1488984) - require version 2005+ 11 years ago
Thomas Bruederli 65de0018c8 Trigger 'refresh' hook in mail view 11 years ago
Aleksander Machniak 8b771646fa Fix so task name can really contain all from a-z0-9_- characters (#1488941) 11 years ago
Aleksander Machniak 507876cf03 Remove font style definition on td, th, div, p elements (#1488408) 11 years ago
Aleksander Machniak 9fdba79094 Merge pull request #60 from thijskh/master
Test content_id with isset instead of a true/false value
11 years ago
Aleksander Machniak d9dc320a40 Support IMAP MOVE extension [RFC 6851] 11 years ago
Thijs Kinkhorst 8cfba1bb2a Test content_id with isset instead of a true/false value.
This broke html email in which one image had Content-ID: <0>, which is a
valid value but evaulates to false in this test.
11 years ago
Aleksander Machniak 32da699830 Fix javascript errors when working in a page opened with taget="_blank" 11 years ago
Aleksander Machniak cf8b9fc004 Move spellcheck options section below signature options section 11 years ago