summaryrefslogtreecommitdiff
path: root/program/js/app.js
AgeCommit message (Collapse)Author
2014-08-18Show icons (person, group) in autocomplete popupThomas Bruederli
2014-08-18Don't expand recipient groups if they have an email addressThomas Bruederli
2014-08-13Allow focussing treelist item checkboxes with tab and normal list navigation ↵Thomas Bruederli
with cursor keys (#1489648)
2014-08-11Added namespace filter in Folder ManagerAleksander Machniak
2014-08-10Fix errors when adding/updating contacts in active search (#1490015)Aleksander Machniak
2014-08-08Reset search after folder creation/remove/renameAleksander Machniak
2014-08-08Added folder searching in Folder ManagerAleksander Machniak
2014-08-04Fix frame check and strange "parent is undefined" issueAleksander Machniak
2014-08-04Modify is_framed() so it returns boolean valueAleksander Machniak
2014-07-30Fixed variable nameAleksander Machniak
2014-07-28Set 'compose_extwin' env property on every step; accept a list of URL ↵Thomas Bruederli
parameters for the 'compose' command
2014-07-26Handle clicks on list parent element from the list widgetAleksander Machniak
2014-07-26Create/rename groups in UI dialogs (#1489951)Aleksander Machniak
2014-07-25Fix drag-n-drop after folder move/create (#1489648)Aleksander Machniak
2014-07-23Fix errors when using localStorage in Safari's private browsing mode (#1489996)Aleksander Machniak
2014-07-21Use jQuery.each instead of "for (i in Array)" (#1489988)Aleksander Machniak
2014-07-20Iterate over all drafts saved in localStorage when asking for restoring. ↵Thomas Bruederli
Delege/Ignore buttons will display the next item, if any
2014-07-16Collapsible (and iconized) folders tree in folder manager (#1489648)Aleksander Machniak
2014-07-09Warn for unsent/unsaved message when closing compose window; remove ↵Thomas Bruederli
localStorage copy if page was left intentionally but not on session errors (#1489818)
2014-07-09Revert "Fix bug where compose storage wasn't cleared on page unload (#1489818)"Aleksander Machniak
This reverts commit d81539af3135428fafe5ea9764755aa1a697cbb4.
2014-07-08Fix bug where compose storage wasn't cleared on page unload (#1489818)Aleksander Machniak
2014-07-07Pass event object as 3rd argument to external command handlersAleksander Machniak
2014-07-05- Fix Delete button state after deleting identity/response (#1489972)Aleksander Machniak
2014-07-05Fix security issue in delete-response action - allow only ajax request.Aleksander Machniak
Unify code for identities and responses deletion.
2014-07-03Added 'contact_search_name' option to define autocompletion entry formatAleksander Machniak
2014-07-03Fix blinking selection when moving cursor on autocomplete list textAleksander Machniak
2014-07-02Use treelist widget for folders list in Settings/Folders (#1489648)Aleksander Machniak
2014-06-30Support images drag-n-drop into image browser dialog in html signature editorAleksander Machniak
2014-06-29Support images in HTML signatures (#1488676)Aleksander Machniak
This enables image button and file browser in html editor for signatures
2014-06-25Remove focus on mouse clicksThomas Bruederli
2014-06-24Separate list of saved searched from addressbooks listThomas Bruederli
2014-06-23Mail compose: Selecting contact inserts recipient to previously focused ↵Aleksander Machniak
input - to/cc/bcc accordingly (#1489684)
2014-06-18Improve accessibility on attachments list: use custom tabindex attribute + ↵Thomas Bruederli
add aria-label for meaningful voice output on delete icons
2014-06-17Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2014-06-17Close "no subject" prompt with Enter key (#1489580)Aleksander Machniak
2014-06-17Use the right label for response dialog after renaming themThomas Bruederli
2014-06-16Avoid scrolling of lists and menus when navigating with cursor keys (#1489929)Thomas Bruederli
2014-06-15Fix list reload after sending message in another window (#1489931) - use ↵Aleksander Machniak
checkmail instead of list command
2014-06-12Move some code to legacy_browser pluginAleksander Machniak
2014-06-08Fix mouse selection on autocomplete listsAleksander Machniak
2014-06-05Small code improvements and cleanupAleksander Machniak
2014-06-05Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2014-06-05Navigate with arrow keys only in treelist widgets; fix keyboard event ↵Thomas Bruederli
detection in IE; new text label to help screen readers
2014-06-05Select/scroll to previously selected message when returning from message ↵Aleksander Machniak
page (#1489023)
2014-06-05Fix regression where html code is sent as plain text (#1488649)Aleksander Machniak
2014-06-05Merge branch 'dev-accessibility'Thomas Bruederli
Conflicts: program/include/rcmail_output_html.php program/js/app.js program/js/treelist.js program/lib/Roundcube/html.php skins/larry/styles.css skins/larry/templates/compose.html
2014-06-04Fix typo in aria-attributeThomas Bruederli
2014-06-04Make autocomplete widget actually work with screen readersThomas Bruederli
2014-06-04Use <th> tags for table headers as suggested by the WCAG 2.0 GuidelinesThomas Bruederli
2014-06-04Add fieldset legends and input element labels to contact edit formThomas Bruederli