summaryrefslogtreecommitdiff
path: root/web-ui
AgeCommit message (Collapse)Author
2016-03-08Decreasing the spacing between email header and email bodyGabriel Albo
2016-03-08Test: making the email security indication corners round so it doesn't look ↵Gabriel Albo
so much like the actions buttons
2016-03-02Hides reply box container until mail data is loaded #662 with @jeffhstaGiovane
2016-02-29Adding svg with sliced logo parts in order to animate itGabriel Albo
Issue #238
2016-02-25serving the client directly, as the current dependency on proxy strips out ↵NavaL
xsrf cookies -fixing functional test Issue #612
2016-02-25changed logout to postNavaL
Issue #612
2016-02-25Backend and frontend protection against csrf attacks:NavaL
- root resources changes the csrf token cookie everytime it is loaded, in particular during the intestitial load during login - it will also add that cookie on single user mode - initialize will still load all resources - but they you cant access them if the csrf token do not match - all ajax calls needs to add the token to the header - non ajax get requests do not need xsrf token validation - non ajax post will have to send the token in as a form input or in the content Issue #612
2016-02-24Consolidate stylesheetsFelix Hammerl
This removes styles.scss as intermediate stylesheet. Only main.scss is now built, thereby also removing duplicated imports.
2016-02-24Remove unused font and stylesheetgit sFelix Hammerl
2016-02-24Clean up jshintrcFelix Hammerl
2016-02-24issue #617: Remove old html whitelisterFelix Hammerl
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-22Issue #616: Remove hardcoded colorsFelix Hammerl
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-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-16Adds portuguese translation for i18n tagsCaio Carrara
This change only translate the current existing tags. It doesn't deal with places where tags isn't used nor nonexistent tags.
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-11Merge pull request #599 from ficoath/masterFelix Hammerl
Issue #559 increased width of recipient input field
2016-02-10Fix Issue #596: Fix attachment url testFelix Hammerl
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-10Issue #559 increased width of recipient input fieldFiona Coath
2016-02-08Issue #549 - Add remove-icon stylesFelix Hammerl
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-08updated read.meNavaL
Issue #593
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 - Remove unnecessary CSSFelix Hammerl
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
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-02-01Check exactly at border limit of one megabyteFolker Bernitt
- Issue #550 - Deleted skipped test
2016-01-29Testing Choose another file and dismiss buttons.Victor Shyba
Issue #550
2016-01-29Refactoring tests.Victor Shyba
Issue #550
2016-01-29testing filesize validation, on attachmentsVictor Shyba
Issue #550
2016-01-28Issue #550 - Adding missing hbs file.Gislene Pereira
2016-01-28Add original attachments to forwared mailsFolker Bernitt
- Issue #579
2016-01-27Issue #550 - [Refactor] Fixing magic number.Gislene Pereira