Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-16 | Merge pull request #42 from NETLINK/patch-1 | Aleksander Machniak | |
Add option to define IMAP hosts that support password changes | |||
2012-11-16 | Merge pull request #45 from linagora/master | Aleksander Machniak | |
Grancefully handle SSO redirections on Ajax requests - V3 | |||
2012-11-16 | Added Polish localization for csv2vcard feature | Aleksander Machniak | |
2012-11-16 | Add more data validation | Aleksander Machniak | |
2012-11-16 | Support contacts import from CSV file (#1486399) | Aleksander Machniak | |
2012-11-16 | Properly set object properties in set() method, small perf. improvement | Aleksander Machniak | |
2012-11-15 | Fix rcube_utils::explode_quoted_string() with explode(), added tests | Aleksander Machniak | |
2012-11-15 | Move BIG5 at the end of charsets list in detect() | Aleksander Machniak | |
2012-11-15 | Improved rcube_charset::detect() with BOM checks from ↵ | Aleksander Machniak | |
rcube_vcard::detect_encoding() - removed code duplication | |||
2012-11-15 | Code improvements | Aleksander Machniak | |
2012-11-15 | Merge branch 'keep-alive' | Aleksander Machniak | |
Conflicts: CHANGELOG | |||
2012-11-15 | Update versions list with 0.8.4 release | Aleksander Machniak | |
2012-11-15 | Update changelog with 0.8.4 release | Aleksander Machniak | |
2012-11-15 | Fix wrong (non-specific) error message on crypt or connection error (#1488808) | Aleksander Machniak | |
2012-11-14 | Avoid errors with non-string objects | Thomas Bruederli | |
2012-11-14 | Fix handling of text/enriched content on message reply/forward/edit | Aleksander Machniak | |
2012-11-14 | Remove useless code | Aleksander Machniak | |
2012-11-14 | Fix "obj.href is undefined" error | Aleksander Machniak | |
2012-11-14 | Remove redundant code | Aleksander Machniak | |
2012-11-14 | Merge branch 'master' of github.com:roundcube/roundcubemail | Aleksander Machniak | |
2012-11-14 | Fix XSS vulnerability in handling of text/enriched messages (#1488806) | Aleksander Machniak | |
2012-11-14 | Enable default behavior of the browser when shift/ctrl-click task links ↵ | Thomas Bruederli | |
(e.g. open in new window/tab) | |||
2012-11-13 | Remove debug code from last commit | Aleksander Machniak | |
2012-11-13 | Fix warning when 'autovalues' property isn't set | Aleksander Machniak | |
2012-11-13 | Fix handling of 'media' attribute on linked css (#1488789) | Aleksander Machniak | |
2012-11-13 | Cache identities data in memory for faster access when get_identity() is ↵ | Aleksander Machniak | |
called more than once | |||
2012-11-13 | jQuery-1.8.3 | Aleksander Machniak | |
2012-11-12 | Grancefully handle SSO redirections on Ajax requests | jkornobis | |
On some SSO systems, when the SSO session is expired, the system intercept HTTP requests and send a 302 "Found" HTTP code to the login page. This patch handle this case in Roundcube Ajax requests, to redirect to the SSO login page. Note that request.status don't have the 302 code (at least on Firefox), so we have to check the response headers for a Location field and redirect manually. | |||
2012-11-12 | Renamed config options: keep_alive to refresh_interval, min_keep_alive to ↵ | Aleksander Machniak | |
min_refresh_interval | |||
2012-11-12 | Plugin API: Add 'refresh' hook | Aleksander Machniak | |
2012-11-12 | Don't throw error when plugin doesn't register 'refresh' action handler | Aleksander Machniak | |
2012-11-12 | Fix skin template paths when linking js and css files (#1488790) | Thomas Bruederli | |
2012-11-12 | BINARY extension can't be used with $formatting=true on binary content | Aleksander Machniak | |
2012-11-12 | Fix excessive LFs at the end of composed message with top_posting=true ↵ | Aleksander Machniak | |
(#1488797) | |||
2012-11-11 | Add gui container object for new top line in Larry skin | Thomas Bruederli | |
2012-11-11 | Make recent changes in skin template engine more backwards-compatible (#1488790) | Thomas Bruederli | |
2012-11-11 | Remove non-matching </div> | Thomas Bruederli | |
2012-11-11 | Updated changelog | Thomas Bruederli | |
2012-11-11 | Merge branch 'master' of github.com:roundcube/roundcubemail | Thomas Bruederli | |
2012-11-11 | Add 0.8.3 to the list of releases | Aleksander Machniak | |
2012-11-11 | Fix bug where leading blanks were stripped from quoted lines (#1488795) | Aleksander Machniak | |
2012-11-11 | Add #message element on Help plugin pages, update files list in package.xml | Aleksander Machniak | |
2012-11-11 | Add ticket number for last two entries | Aleksander Machniak | |
2012-11-11 | Added cross-task 'refresh' request for system state updates | Aleksander Machniak | |
2012-11-10 | New feature: display attached images as thumbnails below message body | Thomas Bruederli | |
2012-11-10 | Updated Changelog with 0.8.3 block | Thomas Bruederli | |
2012-11-10 | Merge pull request #43 from corbosman/about | Aleksander Machniak | |
allow string to be translated, backport from larry | |||
2012-11-10 | Clarify keep-alive setting, move it to User Interface section, change label | Aleksander Machniak | |
to "Refresh (check for new messages, etc.)", allow no-refresh mode. | |||
2012-11-10 | Simplify keep-alive action. Now the interval is based on session_lifetime, | Aleksander Machniak | |
which means it's executed only if needed for session keeping (reset interval on every action). Temporarily remove check-recent request, it will be replaced by new global system refresh request in future. Use keep_alive setting as auto-refresh request interval (allow no-refresh mode) | |||
2012-11-10 | allow string to be translated, backport from larry | Cor Bosman | |