summaryrefslogtreecommitdiff
path: root/program/js
AgeCommit message (Collapse)Author
2012-11-27Fix deleting of collapsed threads, broken in ↵Aleksander Machniak
2b55d4f4204bdb8c97865e01b960c1d1f23ac0b7 (#1488772)
2012-11-23Fix selection of collapsed thread rows (#1488772)Aleksander Machniak
Conflicts: CHANGELOG
2012-11-23Fix keybord events on messages list in opera browser (#1488823)Aleksander Machniak
Conflicts: CHANGELOG
2012-11-12Fix regression where unintentional page reload was done after request abort ↵Aleksander Machniak
(#1488802)
2012-11-12Fix excessive LFs at the end of composed message with top_posting=true ↵Aleksander Machniak
(#1488797) Conflicts: CHANGELOG
2012-10-31Merge pull request #41 from linagora/release-0.8Thomas B.
Grancefully handle SSO redirects on Ajax requests
2012-10-31Fix possible HTTP DoS on error in keep-alive requests (#1488782)Aleksander Machniak
Conflicts: CHANGELOG
2012-10-30Grancefully 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-02Fix broken script after failed mergeThomas Bruederli
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-04Fix focus issue in IE when selecting message row (#1488620)Aleksander Machniak
Conflicts: CHANGELOG
2012-08-26Fix Larry's messages list filter in IE (#1488632)Aleksander Machniak
2012-08-24Improved email address validation with IPv6 supportAleksander Machniak
Conflicts: program/include/rcube_utils.php tests/Utils.php
2012-08-23Fix email address validation for addresses with IP address in domain partAleksander 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-07-30Enable TinyMCE inlinepopups pluginAleksander Machniak
2012-07-30Update to TinyMCE 3.5.6Aleksander Machniak
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-25Update to TinyMCE 3.5.4.1Aleksander Machniak
2012-06-09Display attachment icon for multipart/signed messages (#1488525)Aleksander Machniak
2012-06-04Disable TinyMCE status bar which has been enabled by default in TinyMCE 3.5.2Aleksander 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-15Remove 'focused' class on blurAleksander Machniak
2012-05-09Fix add_contact() (#1488465)Aleksander Machniak
2012-05-08Fix issue where signature wasn't re-added on draft compose (#1488322)Aleksander Machniak
2012-05-08TinyMCE 3.5Aleksander Machniak
2012-05-08Fix multi-threaded autocompletion when number of threads > number of sourcesthomascube
2012-05-08Better handling of HTTP request errors; re-send keep-alive requests on ↵thomascube
failure (#1488449)
2012-04-27- Applied fixes from trunk up to r6129alecpl
2012-04-23- Applied fixes from trunk up to r6118alecpl
2012-04-12- Fix "false" placeholder in contact notes textareaalecpl
2012-04-12- Fix adding contact form fields in situation when the fieldset is empty.alecpl
Fixes issue with lost manager/assistant fields in LDAP addressbook
2012-04-11Allow mass-removal of addresses from a group (#1487748)thomascube
2012-04-10- Fix so "Back" from compose/show doesn't reset search request (#1488238)alecpl
2012-04-08- Fix identationalecpl
2012-04-08- Add option to delete messages instead of moving to Trash when in Junk ↵alecpl
folder (#1486686)
2012-04-07Corrently focus HTML editor to make cursor visible. Patch by JohnDoh (#1487073)thomascube
2012-04-06- Fix some issues regarding to cancel icon on attachments list, improve ↵alecpl
delete icon handling
2012-03-22- Upgraded to jQuery 1.7.2alecpl
2012-03-20Add support for read-only address book recordsthomascube
2012-03-15Improve input field placeholders: use native attributes if supported, ↵thomascube
encapsulate in jquery plugin
2012-03-15- Fix lack of warning when switching task in compose window (#1488399)alecpl
2012-03-14- Fix bug where it wasn't possible to enter ( or & characters in ↵alecpl
autocomplete fields
2012-03-13- Fix js errors (spellcheck-related) when switching editor mode in identity ↵alecpl
screen