Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-20 | Removing refresh_trigger from templates and references to it | Anna Cruz | |
2016-12-29 | Delete require config file main.js | Anike Arni | |
2016-12-28 | Fixes offcanvas menu by moving foundation back to index.html | Anike Arni | |
2016-12-28 | Move foundation from bower to npm and package them with webpack | Anike Arni | |
2016-12-28 | Bundles local files that were previously in script tags with webpack for ↵ | Anike Arni | |
optimization | |||
2016-12-27 | Fixes jshint by adding semicolon in index.js | Anike Arni | |
2016-12-27 | Adds index file for loading app with webpack | Anike Arni | |
2016-12-14 | [#845] Doesn't hide tag button when adding new tag | Anike Arni | |
with @thaissiqueira | |||
2016-12-08 | Revert "[#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 dir | Zara Gebru | |
2016-10-05 | Removes the 'Not signed' label from sent mail view | Thais 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-23 | accept uploads to up to 5MB | Christoph Kluenter | |
2016-07-11 | Fix encrypted label | Thais 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 content | NavaL | |
2016-06-28 | Normalize i18n keys | Tulio Casagrande | |
2016-06-28 | Added remaining translations strings | Tulio Casagrande | |
2016-06-27 | Update use of interpolation on translations | Caio Carrara | |
See: #727 | |||
2016-06-27 | Updates the i18next to latest version | Caio Carrara | |
See: #727 | |||
2016-06-27 | Changes fallback language code to en_US | Caio 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 tests | Tulio Casagrande | |
2016-06-23 | [#619] Fix some missing translation strings | Tulio Casagrande | |
2016-06-13 | Change blur to focusout on recipients_input | Tulio Casagrande | |
Fix: #631 | |||
2016-05-18 | Issue #692 re-added logout back in the feature toggle | NavaL | |
2016-04-29 | Issue #679: Fix CSS and markup for attachments | Felix Hammerl | |
2016-04-15 | Issue #678: added utility converting time passed and dynamically changing ↵ | Zara Gebru | |
version timestamp | |||
2016-04-11 | Merge branch 'dev/622-hide-reply-container' | Thais Siqueira | |
2016-04-06 | Issue #292: add fingerprint view in user settings | Zara Gebru | |
2016-04-05 | Issue #648: Refactor mail-list | Felix Hammerl | |
2016-04-01 | Run event test async with source passed to iframe via Blob URI | Felix Hammerl | |
2016-03-31 | Issue #622: improve messages dealing on sandbox | Caio Carrara | |
2016-03-30 | Fix linter error | Felix Hammerl | |
2016-03-29 | Issue #622 - hide reply buttons | Caio Carrara | |
It changes the trigger of event which show the reply container to after the iframe received the message with email body. | |||
2016-03-22 | Issue #647: Refactor security labels stylesheet | Caio 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-22 | Issue #647: Refactor security labels stylesheet | Caio 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-22 | Issue #649: Fix highlighting | Felix Hammerl | |
2016-03-22 | Issue #649: Refactor Tags | Felix Hammerl | |
2016-03-17 | Merge 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-16 | Adding spin logo to search event. | Gislene Pereira | |
Issue #238 | |||
2016-03-15 | Adding js unit tests + small refactoring. // pairing with @tuliocasagrande | Gislene Pereira | |
Issue #238 | |||
2016-03-14 | The logo will spin when the user opens a mail or draft. | Gislene Pereira | |
Issue #238 | |||
2016-03-14 | Adding logo loading event to Saving Draft; | Gislene Pereira | |
+ Adding timeout to 0.6 secs before stopping the spinning; + Removing unnecessary defaultAttr. Issue #238 | |||
2016-03-10 | Creating events to spin and stop spinning the logo. | Gislene Pereira | |
Logo will spin when user selects another tag on the left bar and stops when the list of mails is rendered. Issue #238 | |||
2016-03-09 | Issue #620: Spike growl CSS modularization | Felix Hammerl | |
2016-03-09 | Issue #617: Highlight search terms by altering mail content | Felix Hammerl | |
2016-03-09 | Issue #617: Remove highlighting for sandboxed content | Felix Hammerl | |
2016-03-09 | Issue #617: Add sandbox to user-agent | Felix Hammerl | |
2016-03-09 | Issue #617: Create sandbox resouces | Felix Hammerl | |
2016-03-02 | Hides reply box container until mail data is loaded #662 with @jeffhsta | Giovane | |
2016-02-25 | serving the client directly, as the current dependency on proxy strips out ↵ | NavaL | |
xsrf cookies -fixing functional test Issue #612 | |||
2016-02-25 | changed logout to post | NavaL | |
Issue #612 |