summaryrefslogtreecommitdiff
path: root/web-ui/app/templates
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-02-01Add spinner before loading an email or draftTayane Fernandes
related with #657 with @tuliocasagrande
2017-01-20Merge pull request #903 from annacruz/remove-refresh-buttonAnike Arni
Removing refresh in mail page - issue #838
2017-01-20Removing refresh button references from hbsAnna Cruz
2017-01-20Removing refresh_trigger from templates and references to itAnna Cruz
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] Move add tag button to tag icon.Anike 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-11-23[#824] Add a border to the attachment button to make easy for mobile users ↵Tayane Fernandes
that it is a button
2016-07-07Merge pull request #748 from belimawr/issue/741Felix Hammerl
Compose now is a HTML Button
2016-07-06Compose now is a HTML ButtonTiago Queiroz
2016-07-05#718Carol Guillen
2016-06-29Remove old i18n keysTulio Casagrande
2016-06-28Normalize i18n keysTulio Casagrande
2016-06-28Added remaining translations stringsTulio Casagrande
2016-06-23[#619] Fix some missing translation stringsTulio Casagrande
2016-06-21Issue #719: Search bar should accept non alphanumeric charsZara Gebru
Revert "Issue #617: Allow only >=3 alphanumeric characters in search field" This reverts commit d2d6fb98b909021efa435411ec95f554769fa9c9. Revert "Issue #617: Restrict searching to alphanumeric characters" This reverts commit 2b41494b1472049cc056959cb093411c96370145.
2016-04-29Issue #679: Fix CSS and markup for attachmentsFelix Hammerl
2016-04-15Issue #678: added utility converting time passed and dynamically changing ↵Zara Gebru
version timestamp
2016-04-07Issue #292: put labels on user pub key and emailCaio Carrara
Since we need always think about our defined personas, it's important to describe properly the information we put on user interface. This aspect is more important when we need to show some non trivial information as the public key fingerprint. So, this change adds label for both info on user "settings" box, email and public user fingerprint.
2016-04-07Issue #644: add time passed since last commit in nav barZara Gebru
2016-04-06Issue #292: add fingerprint view in user settingsZara Gebru
2016-04-05Issue #648: Add review feedbackFelix Hammerl
2016-04-05Issue #648: Refactor mail-listFelix Hammerl
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: Refactor TagsFelix Hammerl
2016-03-22Issue #649: Remove tags from drafts mail list itemsFelix Hammerl
2016-03-22Issue #654: Fix Feedback FormFelix Hammerl
2016-03-15Issue #620: Float composer right of close buttonFelix Hammerl
2016-03-15Issue #620: Refactor read viewFelix Hammerl
2016-03-09Issue #620: Refactor palceholderFelix Hammerl
2016-03-09Issue #620: Spike growl CSS modularizationFelix Hammerl
2016-03-09Issue #617: Allow only >=3 alphanumeric characters in search fieldFelix Hammerl
2016-03-09Issue #617: Restrict searching to alphanumeric charactersFelix Hammerl
2016-03-09Issue #617: Add sandbox to user-agentFelix Hammerl
2016-02-25changed logout to postNavaL
Issue #612
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-17Translate two missing labels on the mail listingGiovane
- Translates "Search..." and "Mark as read" to pt-BR - Rename some translations keys to no-humanized text
2016-02-12Revert "Revert "Issue #549 - Implemented UI part of remote attachments""NavaL
This reverts commit 48144118cf0e861ad1ca0ae7900a8cd12d4313db.
2016-02-10Fix Issue #596: Provide correct content-typeFelix Hammerl
Provide the proper content-type Quote filename due to Firefox bug https://bugzilla.mozilla.org/show_bug.cgi?id=221028
2016-02-08Revert "Issue #549 - Implemented UI part of remote attachments"Felix Hammerl
This reverts commit e3939d4c1dff0f152fa13ce8a89f751c79ecace2.
2016-02-04Issue #551 - Show attachment name during uploadFelix Hammerl
2016-02-03Issue #552 - Add upload abortFelix Hammerl
Cancels an upload and restores the user interface to ready-for-upload state
2016-02-03Display progress bar when an upload is in progressFelix Hammerl
Displays a progress bar when an upload is in progress and prohibits uploading multiple attachments in parallel.
2016-02-01Issue #549 - Implemented UI part of remote attachmentsJefferson Stachelski
2016-01-28Issue #550 - Adding missing hbs file.Gislene Pereira
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