summaryrefslogtreecommitdiff
path: root/web-ui/app/js/mail_view/ui/mail_view.js
AgeCommit message (Collapse)Author
2017-07-27[feat] display the mixnet status on incomming emailsRuben Pollan
Add support for X-Leap-Mixnet header.
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-07-11Fix encrypted labelThais Siqueira
The encryption status was being wrongly displayed as "encrypted encryption-valid" with a green padlock See: #619
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-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-11format attachment sizeNavaL
Issue #573
2015-12-30Updates jshint to latest version #565Giovane
- Change 'use strict' mode to function-level - Update needed files
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-09-30issue #475 - Fixed the jshintJefferson Stachelski
2015-09-28Revert "Issue #475 - Removed the identification tag"Bruno Wagner
This reverts commit b3024519d4539802b6dfd1c930344ccbce7be24e.
2015-09-28Issue #475 - Removed the identification tagJefferson Stachelski
Removed signature and encryption identification tags
2015-09-02[feature] adding security_casing to LeapMail so we can show in the UI the ↵Duda Dornelles
signature and encryption status
2015-08-17Read encoding from attachment info instead of headerskaeff
Clean up by removing now unused headers from attachment info, and add a unit test for attachment rendering
2015-04-14refactor mail item mixin creation and renderingrafael lisboa
2015-03-06for #288, changes current failure message to errorVictor Shyba
2015-02-12 #220 fixing issue were we couldnt delete a tag that was highlightedDuda Dornelles
2015-02-06Issue #274 - fixes bug on numeric tags removalPatrick Maia
2015-01-27#184 not creating empty tags of any length (as opposed to only empty strings ↵Duda Dornelles
with len==0)
2015-01-24#184 - not creating empty tags anymoreVicente Luchi
2015-01-12Improve jshint configurationAlexandre Pretto Nunes
2014-12-11no_signature_information used when leap signature header is none #177Victor Shyba
2014-11-03Card #30 - shows attachment information on mail visualizationPatrick Maia and Victor Shyba
2014-10-09Only suggest tags that are not already part of the mail.Folker Bernitt
- Fixup for issue #52
2014-10-07Fixed jshint errorsBruno Wagner
2014-10-01#53 - does not show modal on when all tags are removed. Now its allowed to ↵Patrick Maia
do so.
2014-09-22#51 - refreshs tag list on tag removalPatrick Maia
2014-09-22removes event without handlerPatrick Maia
2014-08-25Add copyright and license to javascript filesAlexandre Pretto Nunes
2014-08-12Move tagging functionality to withMailTagging mixin to clear mailView someAlexandre Pretto Nunes
2014-08-08replaces Smail by Pixelated in all js filesPatrick Maia
2014-08-08adds signatureStatus, encryptionStatus, tags feature togglesPatrick Maia
2014-08-08disables save draft, add tag, reply-section featuresPatrick Maia
2014-07-31Add web-ui based on previous codeOla Bini