summaryrefslogtreecommitdiff
path: root/program/js
AgeCommit message (Collapse)Author
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-10-28Fix error in IE<8Aleksander Machniak
2012-10-27Merge branch 'dev-compose-newwindow'Thomas Bruederli
2012-10-24Show compose options if they were visible in openerThomas Bruederli
2012-10-24Fix new (empty) window opening on FF and othersThomas Bruederli
2012-10-24- Fix handling dont_override with message_sort_col and message_sort_order ↵Aleksander Machniak
settings (#1488760)
2012-10-17Close compose step in opener windowThomas Bruederli
2012-10-17Add user settings to open message view and compose form in new windows. This ↵Thomas Bruederli
natevely implements the compose_newwindow plugin functionslity and more
2012-10-02Let the skin limit the number of visible recipeints and place a link to show ↵Thomas Bruederli
them all in a dialog (better fix for #1488590)
2012-09-25Allow to mark/flag messages from full message view screenThomas Bruederli
2012-09-18Enable list sort command on empty folder (#1488617)Aleksander Machniak
2012-09-13Fix so "Edit as new" on draft creates a new message (#1488687)Aleksander Machniak
2012-09-04Fix focus issue in IE when selecting message row (#1488620)Aleksander Machniak
2012-08-29Fix so contentframe can have name != idAleksander Machniak
2012-08-26Fix Larry's messages list filter in IE (#1488632)Aleksander Machniak
2012-08-24Fix javascript error on Reply-List actionAleksander Machniak
2012-08-24Improved email address validation with IPv6 supportAleksander Machniak
2012-08-23Fix email address validation for addresses with IP address in domain partAleksander Machniak
2012-08-20Added session_path config option and unified cookies settings in javascriptAleksander Machniak
2012-08-15Fix XSS issue where plain signatures wasn't secured in HTML mode (#1488613)Aleksander Machniak
2012-08-14- Fix Remove from group option is active for contact search result (#1488608)Aleksander Machniak
2012-08-11Fix focus on the list when list row is clicked (#1488600)Aleksander Machniak
2012-08-11Added separate From and To columns apart from smart From/To column (#1486891)Aleksander Machniak
2012-08-05- Fix order of attachments in sent mail (#1488423)Aleksander Machniak
2012-08-03Add generic mobile browser detection, enable touch events for all mobile ↵Aleksander Machniak
browsers
2012-07-31Small code improvementAleksander Machniak
2012-07-31Fix variable scopeAleksander Machniak
2012-07-31Define context (_remote=1) for spellcheck requests to send proper response ↵Aleksander Machniak
on error
2012-07-30Keep some resource files (images) in separate directoryAleksander Machniak
2012-07-30Enable TinyMCE inlinepopups pluginAleksander Machniak
2012-07-30Update to TinyMCE 3.5.6Aleksander Machniak
2012-07-23Fix 403 error on file uploads with drag&drop (#1488539)Aleksander Machniak
2012-07-11Fix drag&drop feature test on IE7Thomas Bruederli
2012-07-06Fix connection error alerts when page unloads (#1488547)Thomas Bruederli
2012-06-30Fix wrong compose screen elements focus in IE9 (#1488541)Aleksander Machniak
2012-06-28Fixed Konqueror browser detectionAleksander Machniak
2012-06-26Enable drag & drop file upload for contact photosThomas Bruederli
2012-06-25Update to TinyMCE 3.5.4.1Aleksander Machniak
2012-06-11Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-06-09Display attachment icon for multipart/signed messages (#1488525)Aleksander Machniak
2012-06-08Fix Shift + delete button does not permanently delete messages (#1488243)Aleksander Machniak
2012-06-07Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-06-06Fix js error when dropping attachment fileAleksander Machniak
2012-06-06Better commentsThomas Bruederli
2012-06-06New feature to add mail attachments using drag & drop on HTML5 enabled browsersThomas Bruederli
2012-06-04Disable TinyMCE status bar which has been enabled by default in TinyMCE 3.5.2Aleksander Machniak
2012-06-01Define and use 'mozilla' class for HTML styleAleksander Machniak
2012-06-01Update to TinyMCE 3.5.2Aleksander Machniak
2012-05-30Fix regression where redundant autocompletion requests were sentAleksander Machniak
in case when new search value contains old one and previous search was not finished or its result was empty
2012-05-30Code cleanup, more object-like syntax when building URLsAleksander Machniak