summaryrefslogtreecommitdiff
path: root/program
AgeCommit message (Collapse)Author
2012-11-14Fix XSS vulnerability in handling of text/enriched messages (#1488806)Aleksander Machniak
2012-11-14Enable default behavior of the browser when shift/ctrl-click task links ↵Thomas Bruederli
(e.g. open in new window/tab)
2012-11-13Remove debug code from last commitAleksander Machniak
2012-11-13Fix warning when 'autovalues' property isn't setAleksander Machniak
2012-11-13Fix handling of 'media' attribute on linked css (#1488789)Aleksander Machniak
2012-11-13Cache identities data in memory for faster access when get_identity() is ↵Aleksander Machniak
called more than once
2012-11-13jQuery-1.8.3Aleksander Machniak
2012-11-12Avoid deprecated template warnings in extended skinsThomas Bruederli
2012-11-12Grancefully handle SSO redirections on Ajax requestsjkornobis
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-12Renamed config options: keep_alive to refresh_interval, min_keep_alive to ↵Aleksander Machniak
min_refresh_interval
2012-11-12Don't throw error when plugin doesn't register 'refresh' action handlerAleksander Machniak
2012-11-12Fix skin template paths when linking js and css files (#1488790)Thomas Bruederli
2012-11-12BINARY extension can't be used with $formatting=true on binary contentAleksander Machniak
2012-11-12Fix excessive LFs at the end of composed message with top_posting=true ↵Aleksander Machniak
(#1488797)
2012-11-11Make recent changes in skin template engine more backwards-compatible (#1488790)Thomas Bruederli
2012-11-11Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-11-11Fix bug where leading blanks were stripped from quoted lines (#1488795)Aleksander Machniak
2012-11-11Added cross-task 'refresh' request for system state updatesAleksander Machniak
2012-11-10New feature: display attached images as thumbnails below message bodyThomas Bruederli
2012-11-10Clarify keep-alive setting, move it to User Interface section, change labelAleksander Machniak
to "Refresh (check for new messages, etc.)", allow no-refresh mode.
2012-11-10Simplify 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-09Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-11-09Add config options to automatically generate LDAP attributes for new entriesThomas Bruederli
2012-11-08Fix AREA links handling (#1488792)Aleksander Machniak
2012-11-07Updated to jQuery 1.8.2 and jQuery UI 1.9.1Thomas Bruederli
2012-11-07Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-11-07Fix regression in detecting if attachment should be displayed inline (is an ↵Aleksander Machniak
image)
2012-11-07Adapt to common naming scheme for template tag attributesThomas Bruederli
2012-11-07Tell client to open mailto: links in contact details in a new window (if ↵Thomas Bruederli
configured)
2012-11-06Allow setting contentframe from template (as frame object attribute)Aleksander Machniak
2012-11-06Fix syntax errorThomas Bruederli
2012-11-06Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-11-06Recursively resolve paths of iframe contents; unify contentframe ↵Thomas Bruederli
registration and reduce code-duplication
2012-11-06Remove unused unEscape() methodAleksander Machniak
2012-11-05Make sure affected_rows() method returns expected (consistent with other ↵Aleksander Machniak
RDBMSes) result on MySQL
2012-11-05Fixed rcube_imap_generic::uncompressMessageSet() result when argument is ↵Aleksander Machniak
empty. Added tests.
2012-11-05Don't add signature (again) when opening compose view in a new windowThomas Bruederli
2012-11-05Don't open another window when replying to a message displayed in extwinThomas Bruederli
2012-11-03Fix count display after inserting a new contactThomas Bruederli
2012-10-31Improve client-side timezone detection using jsTimezoneDetect by Jon ↵Thomas Bruederli
Nylander (#1488725); removed obsolete dstactive detection
2012-10-31Don't add Bcc headers from identity twice (e.g. if already saved in draft)Thomas Bruederli
2012-10-31Fix possible HTTP DoS on error in keep-alive requests (#1488782)Aleksander Machniak
2012-10-31Make sure HTML part size>0 before assuming the message has got HTML partAleksander Machniak
2012-10-29Fix HTML entities handling on addressbooks listAleksander Machniak
2012-10-28Fix error in IE<8Aleksander Machniak
2012-10-27Merge branch 'dev-compose-newwindow'Thomas Bruederli
2012-10-27Merge pull request #38 from dupondje/masterThomas B.
Option to hide SQL addressbook
2012-10-26Prepare template processor to handle skin inheritanceThomas Bruederli
2012-10-25Add deprecated alias clear_mailbox()Aleksander Machniak
2012-10-24Show compose options if they were visible in openerThomas Bruederli