summaryrefslogtreecommitdiff
path: root/web-ui/test/spec
AgeCommit message (Collapse)Author
2017-03-24[#830] Improve timeout of user alertsTulio Casagrande
with @anikarni
2017-03-24[#830] Adds sending feedback alertAnike Arni
2017-02-07[#922] Refactoring react folder structureTayane Fernandes
with @anikarni
2017-02-07[#922] Add translation for Portuguese and EnglishTayane Fernandes
2017-02-06[#922] Adds text field and button to pageAnike Arni
with @tayanefernandes
2017-02-03[#922] Move new js tests to mochaAnike Arni
We decided to move to mocha because it has more support for node testing with webpack (no need for browser). Since we're moving to React, we don't need the browser for our unit tests. With @tayanefernandes
2017-02-02Merge pull request #958 from pixelated/backup-email-pageAnike Arni
Adding react initial configuration
2017-02-01[#922] Add react testsAnike Arni
with @tayanefernandes
2017-02-01Fix the pix-logo to stop spinning when an email opensTayane Fernandes
with @tuliocasagrande
2017-02-01Add spinner before loading an email or draftTayane Fernandes
related with #657 with @tuliocasagrande
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-14[#845] Doesn't hide tag button when adding new tagAnike Arni
with @thaissiqueira
2016-08-23accept uploads to up to 5MBChristoph Kluenter
2016-06-30 Issue #733: cache feedback contentNavaL
2016-06-28Normalize i18n keysTulio Casagrande
2016-06-28Added remaining translations stringsTulio Casagrande
2016-06-27Fix typo making tests brokeCaio Carrara
2016-06-27Updates the i18next to latest versionCaio Carrara
See: #727
2016-06-23[#619] Fix the failing testsTulio Casagrande
2016-06-13Change blur to focusout on recipients_inputTulio Casagrande
Fix: #631
2016-04-15Issue #678: added utility converting time passed and dynamically changing ↵Zara Gebru
version timestamp
2016-04-11Merge branch 'dev/622-hide-reply-container'Thais Siqueira
2016-04-06Issue #292: add fingerprint view in user settingsZara Gebru
2016-04-01Run event test async with source passed to iframe via Blob URIFelix Hammerl
2016-03-30Set up component test with minimal DOMFelix 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-28Merge pull request #659 from cacarrara/security-labelsCaio Carrara
Issue #647: Refactor security labels stylesheet
2016-03-23Updated karma launcher so we use the same phantomjsBruno Wagner
It is now on version 1.0.0, to support phantomjs2, now we bumped the version of phantomjs to 2.1.1 in all environments and for all the types of tests
2016-03-23Issue #647: fix css class names on testsCaio Carrara
2016-03-22Issue #649: Refactor TagsFelix Hammerl
2016-03-17Merge branch 'loading-logo'Gislene Pereira
* loading-logo: Adding spin logo to search event. Issue #238 Adding js unit tests + small refactoring. // pairing with @tuliocasagrande Issue #238 The logo will spin when the user opens a mail or draft. Issue #238 Adding logo loading event to Saving Draft; + Adding timeout to 0.6 secs before stopping the spinning; + Removing unnecessary defaultAttr. Creating events to spin and stop spinning the logo. Logo will spin when user selects another tag on the left bar and stops when the list of mails is rendered. Adding sass function to lighten the logo color for the spinner Adding new svg and dummy animation Conflicts: web-ui/app/scss/_alerts.scss web-ui/app/scss/_mixins.scss
2016-03-16Adding spin logo to search event.Gislene Pereira
Issue #238
2016-03-15Adding js unit tests + small refactoring. // pairing with @tuliocasagrandeGislene Pereira
Issue #238
2016-03-15Issue #620: Refactor read viewFelix Hammerl
2016-03-09Issue #620: Adapt unit tests to CSS changesFelix Hammerl
2016-03-09Issue #617: Highlight search terms by altering mail contentFelix Hammerl
2016-03-02Hides reply box container until mail data is loaded #662 with @jeffhstaGiovane
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-24Clean up jshintrcFelix 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-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-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-10Fix Issue #596: Fix attachment url testFelix Hammerl
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