summaryrefslogtreecommitdiff
path: root/program/js/app.js
AgeCommit message (Collapse)Author
2015-04-19Fix message highligh regression from last commit (#1490363)Aleksander Machniak
2015-04-18Trigger 'listupdate' event also on response to check-recent requestAleksander Machniak
2015-04-16Add option to place signature at bottom of the quoted text even in ↵Aleksander Machniak
top-posting mode [sig_below]
2015-04-10Fix bug where forced extwin page reload could exit from the extwin mode ↵Aleksander Machniak
(#1490350) With small improvements in rcube_webmail.url() method.
2015-03-15Avoid errors when message list doesn't have a headerThomas Bruederli
2015-03-12Fix javascripts errors in IE8 - lack of Event.which, focusing a hidden ↵Aleksander Machniak
element (#1490318)
2015-03-11Fix submission of _reload parameter when switching address booksThomas Bruederli
2015-03-09(Properly) reset search filter on reset-search actionAleksander Machniak
2015-03-09Reset search filter on folder selection and search resetAleksander Machniak
2015-03-09Unified request* event arguments handling, added support for _unlock and ↵Aleksander Machniak
_action parameters
2015-03-09Fix so search filter, scope and fields are reset on folder changeAleksander Machniak
2015-03-02Fix javascript error after creating a folder which is a subfolder of another ↵Aleksander Machniak
one (#1490297)
2015-02-25Improved handling of storage errors after message is sentAleksander Machniak
After sending a message it is stored in Sent folder, this operation may fail, e.g. because of "over quota" error. In such a case we'll not close the compose window, but display the error and, if user clicks Send/Save button, we'll display a dialog informing about the situation and providing an option to try the save operation again.
2015-02-17Add possibility to print contact information (of a single contact)Aleksander Machniak
2015-02-06Fix so JSON.parse() errors on localStorage items are ignored (#1490249)Aleksander Machniak
2015-01-24Fix JS syntax for legacy browsersThomas Bruederli
2015-01-23Fix keyboard navigation and css in datepicker widget across many Firefox ↵Aleksander Machniak
versions
2015-01-22Fix bug where drafts list wasn't refreshed after draft message was sent from ↵Aleksander Machniak
another window (#1490238)
2015-01-16Fix javascript error in "IE 8.0/Tablet PC" browser (#1490210)Aleksander Machniak
2015-01-15Fix bug where search was reset after returning from compose opened by reply ↵Aleksander Machniak
button(s)
2015-01-13Fix error when dragging jquery dialog window in Folder Manager pageAleksander Machniak
2015-01-13Fix bug where Drafts list wasn't updated on draft-save action in new window ↵Aleksander Machniak
(#1490225) That if the window was opened using "Edit" button, not double-click on a message.
2015-01-12Skip .skip-on-drag elements when producing long subject titleAleksander Machniak
2015-01-10Fix checks based on window.ActiveXObject in IE > 10Aleksander Machniak
2015-01-09Build proper quota text when quota 'percent' is undefinedAleksander Machniak
2015-01-09Fix bug where max_group_members was ignored when adding a new contact (#1490214)Aleksander Machniak
Also fix list refresh after new contact was added and any group is selected.
2014-12-25Add _mbox parameter to the 'mark' request sent after opening a messageAleksander Machniak
2014-12-22Fix js error when calling show_popup_dialog() without 'options' argumentAleksander Machniak
2014-12-18Prevent folder selection changes if app is busy (#1490158)Thomas Bruederli
2014-12-18Avoid useless reloading list when resetting search with active filter (#1490057)Thomas Bruederli
2014-12-16Improve system security by using optional special URL with security tokenAleksander Machniak
Allows to define separate server/path for image/js/css files Fix bugs where CSRF attacks were still possible on some requests
2014-12-10Assign "mainaction" class to "default" buttons in dialogsAleksander Machniak
2014-12-08Fix label on "forwarded" iconAleksander Machniak
2014-12-08Enable menu-* actions when UI is lockedAleksander Machniak
2014-11-20Add method to display operation (uploading) progress in UI messageAleksander Machniak
2014-11-13check to see if the content frame exists before loading a contactJohnDoh
2014-10-29Fix reply scrolling issue with text mode and start message below the quote ↵Aleksander Machniak
(#1490114)
2014-10-28Fix so draft auto-save does not turn spellchecker off (#1490120)Aleksander Machniak
2014-10-16better events for get_single_uid/cidJohnDoh
2014-09-27Enable/disable siganture commands before exiting the function in new compose ↵Thomas Bruederli
window (#1490074)
2014-09-26Fix restoring draft messages from localStorage if editor mode differs (#1490016)Thomas Bruederli
2014-09-16Access list body through abstract propertyThomas Bruederli
2014-09-09Merge pull request #218 from JohnDoh/patch-1Thomas B.
pass click event to general hide_menu call
2014-09-08pass click event to hide_menu callJohnDoh
2014-09-08add missing event argJohnDoh
2014-08-20Add option to focus a treelist widget on clicks to the container (#1489997)Thomas Bruederli
2014-08-20Add config/preference option to disable saving messages in localStorage ↵Thomas Bruederli
(#1489979)
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)