Age | Commit message (Expand) | Author |
2013-03-16 | Add vacation-seconds extension support (RFC 6131) | Aleksander Machniak |
2013-03-15 | Bump version number up to 1.0-git | Aleksander Machniak |
2013-03-15 | Fix load-attachment link | Aleksander Machniak |
2013-03-15 | Fixed MOVE command result handling | Aleksander Machniak |
2013-03-15 | Fix storing 'safe' flag on a message. The key for session value should include | Aleksander Machniak |
2013-03-15 | Add ability to toggle between view as HTML and text while viewing a message (... | Aleksander Machniak |
2013-03-15 | Fix has_*_part() methods so they return same result no matter what | Aleksander Machniak |
2013-03-14 | Use $mime_parts not $parts in has_*_part() methods so detection is | Aleksander Machniak |
2013-03-14 | Enriched content should be also converted to text if html is disabled | Aleksander Machniak |
2013-03-14 | Added rcube_message::has_text_part(), simplified has_html_part() so it always | Aleksander Machniak |
2013-03-14 | Better handling of session errors in ajax requests - do page reload | Aleksander Machniak |
2013-03-13 | Merge branch 'master' of github.com:roundcube/roundcubemail | Thomas Bruederli |
2013-03-13 | Re-implement rcube_db::num_rows() to ensure backwards compatibility | Thomas Bruederli |
2013-03-13 | Fix draglayer list building, so the element used as the text source can | Aleksander Machniak |
2013-03-13 | Fix HTML part detection for some specific message structures (#1488992) | Aleksander Machniak |
2013-03-12 | Don't show fake address - phishing prevention (#1488981) | Aleksander Machniak |
2013-03-11 | Fix forward as attachment bug with editormode != 1 (#1488991) | Aleksander Machniak |
2013-03-11 | Fix handling of empty $uids argument in change_flag() | Aleksander Machniak |
2013-03-11 | Fix LIMIT/OFFSET queries handling on MS SQL Server (#1488984) - require versi... | Aleksander Machniak |
2013-03-10 | Trigger 'refresh' hook in mail view | Thomas Bruederli |
2013-03-10 | Fix so task name can really contain all from a-z0-9_- characters (#1488941) | Aleksander Machniak |
2013-03-09 | Remove font style definition on td, th, div, p elements (#1488408) | Aleksander Machniak |
2013-03-08 | Merge pull request #60 from thijskh/master | Aleksander Machniak |
2013-03-08 | Support IMAP MOVE extension [RFC 6851] | Aleksander Machniak |
2013-03-08 | Test content_id with isset instead of a true/false value. | Thijs Kinkhorst |
2013-03-08 | Fix javascript errors when working in a page opened with taget="_blank" | Aleksander Machniak |
2013-03-07 | Move spellcheck options section below signature options section | Aleksander Machniak |
2013-03-07 | Add 0.9-rc to releases list | Aleksander Machniak |
2013-03-07 | Mention SQLite database format change in UPGRADING file (#1488983) | Aleksander Machniak |
2013-03-06 | Increase maxlength to 254 chars for email input fields in addressbook (#1488987) | Aleksander Machniak |
2013-03-06 | Add attachment menu with Open and Download options (#1488975) | Aleksander Machniak |
2013-03-06 | Add type 'ident' in quote() so we can quote identifiers (eg. column names) th... | Aleksander Machniak |
2013-03-05 | Fix so full filename is used for title attribute | Aleksander Machniak |
2013-03-05 | Fix thumbnail size when GD extension is used for image resize (#1488985) | Aleksander Machniak |
2013-03-05 | Small CS improvements | Aleksander Machniak |
2013-03-04 | Generate simpler query for MSSQL when offset in limit clause is not set | Aleksander Machniak |
2013-03-04 | Really fix "quotum would exceed" error message handling | Aleksander Machniak |
2013-03-04 | Smarter overquota error detection (known error strings are: | Aleksander Machniak |
2013-03-02 | Even better message on over quota error in move to trash operation (#1484164) | Aleksander Machniak |
2013-03-02 | Display user-friendly message on IMAP "over quota" errors (#1484164) | Aleksander Machniak |
2013-03-02 | Use rcube_utils::parse_host() for host config in smb driver (#1488784) | Aleksander Machniak |
2013-03-02 | Update changelog | Aleksander Machniak |
2013-03-02 | Add 0.9-rc section | Aleksander Machniak |
2013-03-02 | Display notice that message is encrypted also for application/pkcs7-mime mess... | Aleksander Machniak |
2013-03-02 | Update copyright in about pages | Thomas Bruederli |
2013-03-02 | Avoid loading already registered attachments when opening a draft message (on... | Thomas Bruederli |
2013-03-02 | Add methods to append certain nodes to session data in order to avoid session... | Thomas Bruederli |
2013-03-01 | Fixed ACL edition in advanced mode | Aleksander Machniak |
2013-03-01 | Better @package/@subpackage assignment | Aleksander Machniak |
2013-02-28 | Don't skip message/* attachments when opening a draft. Restore check as it wa... | Thomas Bruederli |