summaryrefslogtreecommitdiff
path: root/web-ui/app/js/mail_view
AgeCommit message (Collapse)Author
2017-08-02[feat] Display mixnet status on outgoing emailsRuben Pollan
2017-07-27[feat] display the mixnet status on incomming emailsRuben Pollan
Add support for X-Leap-Mixnet header.
2017-03-24[#830] Improve timeout of user alertsTulio Casagrande
with @anikarni
2017-03-24[#830] Adds sending feedback alertAnike Arni
2017-02-01Add spinner before loading an email or draftTayane Fernandes
related with #657 with @tuliocasagrande
2017-01-19[#828] Refactoring checkEncrypted and checkSigned functionsThais Siqueira
with @tayanefernandes
2017-01-19[#828] Replaced plain text to translation propertiesThais Siqueira
with @tayanefernandes
2017-01-19[#828] Adds tooltips for encrypt and sign labelsThais Siqueira
We added a tooltip on the "encrypted" and "signed" label to inform the user what these flags mean. And we did some refactoring. With @tayanefernandes
2016-12-14[#845] Doesn't hide tag button when adding new tagAnike Arni
with @thaissiqueira
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-10-05Removes the 'Not signed' label from sent mail viewThais Siqueira
We folowed the same approach of encrypted label and set the signed attribute as 'undefined' when we are on the sent mail view.
2016-08-23accept uploads to up to 5MBChristoph Kluenter
2016-07-11Fix encrypted labelThais Siqueira
The encryption status was being wrongly displayed as "encrypted encryption-valid" with a green padlock See: #619
2016-06-30 Issue #733: cache feedback contentNavaL
2016-06-28Normalize i18n keysTulio Casagrande
2016-06-28Added remaining translations stringsTulio Casagrande
2016-06-27Updates the i18next to latest versionCaio Carrara
See: #727
2016-06-23[#619] Fix some missing translation stringsTulio Casagrande
2016-06-13Change blur to focusout on recipients_inputTulio Casagrande
Fix: #631
2016-04-29Issue #679: Fix CSS and markup for attachmentsFelix 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-03-22Issue #647: Refactor security labels stylesheetCaio Carrara
This change refactor the stylesheet of security labels. Now it's following the BEM naming conventions. Also, as the code is pretty coupled between css and js, it was necessary some changes on javascript code to keep the previous i18n key and rename the css classes.
2016-03-22Issue #647: Refactor security labels stylesheetCaio Carrara
This change refactor the stylesheet of security labels. Now it's following the BEM naming conventions. Also, as the code is pretty coupled between css and js, it was necessary some changes on javascript code to keep the previous i18n key and rename the css classes.
2016-03-22Issue #649: Fix highlightingFelix Hammerl
2016-03-22Issue #649: Refactor TagsFelix Hammerl
2016-03-09Issue #617: Highlight search terms by altering mail contentFelix Hammerl
2016-03-09Issue #617: Remove highlighting for sandboxed contentFelix Hammerl
2016-03-09Issue #617: Add sandbox to user-agentFelix Hammerl
2016-03-02Hides reply box container until mail data is loaded #662 with @jeffhstaGiovane
2016-02-24Issue #617: Sanitize received contentFelix Hammerl
Sanitizes received HTML content with DOMPurify, making it safe for displaying and templating. Sanitizes received plain text content by encoding every single character as HTML entity.
2016-02-23Returning 'not-sign' for no signature informationJefferson Stachelski
When leap.mail receive not encrypted and not signed email it show as no-signature-information on pixelated Paring @thaissiqueira / @jeffhsta Issue #605
2016-02-19Close the compose/inline box right after user clicks Send button andGislene Pereira
show message later when the email is sent or not. The Growl will be yellow if success and red if the email failed to be sent. Issue #609
2016-02-17Fixed bug removing duplicated attachmentJefferson Stachelski
Issue #549
2016-02-12enable remove attachment from forward emailJefferson Stachelski
Issue #549
2016-02-12attachments are only un-linked from emails but not deleted in soledadJefferson Stachelski
- removed backend delete of attachments - JS unit tests - Functional test Issue #549
2016-02-12Revert "Revert "Issue #549 - Trigger save draft event after remove attachment""NavaL
This reverts commit e713820dc119ff33fdd3b3161ad693fb430c32f4.
2016-02-12Revert "Revert "Issue #549 - Removing the attachment from UI""NavaL
This reverts commit c16af6af2fa6798f5c3f9badfb445e87982e9dc3.
2016-02-12Revert "Revert "Issue #549 - Implemented remove attachment""NavaL
This reverts commit 3c6b905d7e5b78e521b2e7692e5e32b7b0c226bc.
2016-02-12Revert "Revert "Issue #549 - Implemented UI part of remote attachments""NavaL
This reverts commit 48144118cf0e861ad1ca0ae7900a8cd12d4313db.
2016-02-08Revert "Issue #549 - Implemented UI part of remote attachments"Felix Hammerl
This reverts commit e3939d4c1dff0f152fa13ce8a89f751c79ecace2.
2016-02-08Revert "Issue #549 - Implemented remove attachment"Felix Hammerl
This reverts commit 9442be5c230e286073244451189ffc05ae6c8083.
2016-02-08Revert "Issue #549 - Removing the attachment from UI"Felix Hammerl
This reverts commit 1d1132e3779cb3a95b6c5685e358d422074741e5.
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-02-04Issue #549 - Removing the attachment from UIJefferson Stachelski
2016-02-04Issue #549 - Implemented remove attachmentJefferson Stachelski
2016-02-04Issue #551 - Show attachment name during uploadFelix Hammerl
2016-02-04Detach upload abort listenerFelix Hammerl
2016-02-03Issue #552 - Add upload abortFelix Hammerl
Cancels an upload and restores the user interface to ready-for-upload state