summaryrefslogtreecommitdiff
path: root/web-ui/app/js/mixins
AgeCommit message (Collapse)Author
2017-03-24[#830] Translate email handling tagsTulio Casagrande
with @anikarni
2016-12-08Revert "[#801] Merge branch 'signup'"Roald de Vries
This reverts commit d10f607a4d40587510b0dc31b31fe4750bf4a3a3, reversing changes made to c28abba2f5b1186c671ebef508d40ffaae6d5bc5.
2016-12-02[refactor] move app dir into public dirZara Gebru
2016-06-28Normalize i18n keysTulio Casagrande
2016-06-27Updates the i18next to latest versionCaio Carrara
See: #727
2016-04-01Run event test async with source passed to iframe via Blob URIFelix Hammerl
2016-03-30Fix linter errorFelix Hammerl
2016-03-29Issue #622 - hide reply buttonsCaio Carrara
It changes the trigger of event which show the reply container to after the iframe received the message with email body.
2016-02-12Revert "Revert "Issue #549 - Trigger save draft event after remove attachment""NavaL
This reverts commit e713820dc119ff33fdd3b3161ad693fb430c32f4.
2016-02-08Revert "Issue #549 - Trigger save draft event after remove attachment"Felix Hammerl
This reverts commit 0e443ce40e684c095285efb774fefe3a824413d7.
2016-02-04Issue #549 - Trigger save draft event after remove attachmentJefferson Stachelski
2016-01-27Keep attachments when forwarding a mail #509Giovane
- Extract the attachment file box to a partial - Adds logic to show/hide the download arrow icon
2016-01-25Enable attachments on inline compose #579Giovane
- Extracts the attachents list template to a partial - Enable attachments on reply, reply all and forward
2016-01-11auto save draft on adding attachment, within timeoutNavaL
Issue #573
2016-01-11merging attachment_list ui and data, and making it into a mixinNavaL
Issue #573
2016-01-06#563 - Giovane/Albo - Fixing arrow toggling for draftsGabriel Albo
2016-01-05separated attachment list UI as a component and the corresponding attachment ↵NavaL
list payload as a mixin Issue #548
2015-12-30Updates jshint to latest version #565Giovane
- Change 'use strict' mode to function-level - Update needed files
2015-12-29refactoring: moved upload logic out of the attachment iconNavaL
Issue #548
2015-12-22front-end for sending attachmentsNavaL
Issue #548
2015-11-30Check if the discardMail method is define before apply the default ↵Giovane
implementation. #512
2015-11-27Permanently delete discarded drafts #512 w/ bwagnerGiovane
2015-11-27Created a discard draft behaviour #512 w/ bwagnerGiovane
If a draft was never saved before, and there wasn't any change to save, we now discard it instead saving and deleting it. This also lessens the calls to saveDraft that was causing some draft duplication.
2015-11-27Remove display message calls on save draft.Giovane
2015-11-13Issue #525 - Fixed no mail on sent after sending itJefferson Stachelski
2015-11-13Issue #525 - Fixed broken testsJefferson Stachelski
2015-11-13Issue #525 - Fixed jshintJefferson Stachelski
2015-11-13Issue #525 - Fixed space in recipient addersJefferson Stachelski
2015-11-12remove save draft button, related css and jsRobin Doherty
2015-10-25[#414] - Setting the focus to Recipients To Box and fixing tab index.Gislene Pereira
2015-10-13create draft_button component that listens to `draft:save`, `draft:saved`sw00
2015-07-29#384 Refactored the pull request codeJefferson Stachelski
2015-07-05Moved floatlabel function to a mixinLeonardo Schäffer
2015-04-21Fixes typo in warnSendButtonOfRecipients.Lisa Junger
- Issue #353
2015-04-08Removes argument fixing of the i18n library #66Bruno Tavares
To introduce variables on the internationalization functions we should be able to pass extra arguments to the `i18n.t`. The way it was we could only pass the key and no more options to interpolate values.
2015-03-20fix: send button no longer stuck on sending for invalid email addresses.Lisa Junger
-Issue #189
2015-01-12Improve jshint configurationAlexandre Pretto Nunes
2015-01-09Fixed call order dependency for tag creation.Folker Bernitt
- Successful rendering of tag list in left pane depended on specific call order of async events
2015-01-06Separate auto-refresh for mails and tags, and start moving away from having ↵Alexandre Pretto Nunes
the left_pane_dispatcher as a middleman
2014-12-09issue #172 fixed jshint.Lisa Junger
2014-12-09issue #172 added timeout monitoring to ajax calls.Lisa Junger
2014-10-16Making sure only the tags are shown in the mail when you update the mailDuda Dornelles
tags. Also, disabling the tags feature toggles
2014-10-09Fixed jshint warnings.Folker Bernitt
2014-10-09Fixing bug where the send button would get disabled at times even if there ↵Duda Dornelles
were valid receipients
2014-10-09Skip default tags for tag suggestions.Folker Bernitt
- Fixup for issue #52
2014-10-09Only suggest tags that are not already part of the mail.Folker Bernitt
- Fixup for issue #52
2014-10-08oopsie forgot debugger statementDuda Dornelles
2014-10-08#97 - making sure that the send button gets enabled when sending drafts even ↵Duda Dornelles
if recipients are undefined for one recipient type but not the others
2014-10-07Fixed jshint errorsBruno Wagner
2014-10-01#80 - escaping tags in the autocomplete boxDuda Dornelles