summaryrefslogtreecommitdiff
path: root/web-ui/app/js
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] Translate email handling tagsTulio Casagrande
with @anikarni
2017-03-24[#830] Adds sending feedback alertAnike Arni
2017-02-16[#907] Bundles login static files separatelyAnike Arni
Due to conflicts with public and protected urls, login and interstitial files have to be on a different public url from inbox and resources that require login. Therefore, here, we delegate that logic to webpack. Now we have a '/public' url and a '/assets' url for those static assets.
2017-02-07[#922] Refactoring react folder structureTayane Fernandes
with @anikarni
2017-02-07[#922] Add translation for Portuguese and EnglishTayane Fernandes
2017-02-07[#922] Add i18n translations for reactTayane Fernandes
with @anikarni
2017-02-06[#922] Add back linkTayane Fernandes
with @anikarni
2017-02-06[#922] Make backup page responsive for big devicesTayane Fernandes
with @anikarni
2017-02-06[#922] Add accessibility warning in dev envTayane Fernandes
with @anikarni
2017-02-06[#922] Adds text field and button to pageAnike Arni
with @tayanefernandes
2017-02-03[#922] Creates container in backup account pageAnike Arni
with @tayanefernandes
2017-02-03[#922] Adds css to account recoveryAnike Arni
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-01[#922] Add reactAnike Arni
with @tayanefernandes
2017-02-01[#922] Create route for account recoveryAnike 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-20Merge pull request #903 from annacruz/remove-refresh-buttonAnike Arni
Removing refresh in mail page - issue #838
2017-01-20Removing other refresh trigger referencesAnna Cruz
2017-01-20Removing refresh_trigger from templates and references to itAnna Cruz
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-29Delete require config file main.jsAnike Arni
2016-12-28Fixes offcanvas menu by moving foundation back to index.htmlAnike Arni
2016-12-28Move foundation from bower to npm and package them with webpackAnike Arni
2016-12-28Bundles local files that were previously in script tags with webpack for ↵Anike Arni
optimization
2016-12-27Fixes jshint by adding semicolon in index.jsAnike Arni
2016-12-27Adds index file for loading app with webpackAnike Arni
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-27Update use of interpolation on translationsCaio Carrara
See: #727
2016-06-27Updates the i18next to latest versionCaio Carrara
See: #727
2016-06-27Changes fallback language code to en_USCaio Carrara
The previous used code was only 'en'. However, as we updated the codes with Transifex changes, it's also necessary update this fallback. See: #727
2016-06-23[#619] Fix the failing testsTulio Casagrande
2016-06-23[#619] Fix some missing translation stringsTulio Casagrande
2016-06-13Change blur to focusout on recipients_inputTulio Casagrande
Fix: #631
2016-05-18Issue #692 re-added logout back in the feature toggleNavaL
2016-04-29Issue #679: Fix CSS and markup for attachmentsFelix Hammerl