summaryrefslogtreecommitdiff
path: root/web-ui
AgeCommit message (Collapse)Author
2016-06-27Sets initial config for transifex supportCaio Carrara
This change adds the transifex config file and also rename some directories to match correct language codes. See: #727
2016-06-26Updated handlebars to latest versionBruno Wagner
2016-06-26Updated bower and fixed dist cleanBruno Wagner
2016-06-26Updated karma and requirejsBruno Wagner
Also changed reporter to dots, to decrease verbosity a little bit
2016-06-26Updated minifiers and packaging accordinglyBruno Wagner
2016-06-23[#619] Fix the failing testsTulio 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-06-13Change blur to focusout on recipients_inputTulio Casagrande
Fix: #631
2016-05-18Issue #692 re-added logout back in the feature toggleNavaL
2016-05-04Remove unused empty fileFelix Hammerl
2016-04-29Issue #679: Fix CSS and markup for attachmentsFelix Hammerl
2016-04-28Issue #678 fixing typo on the right date formatZara Gebru
2016-04-28Issue #678 fixing typo on the right date formatNavaL
2016-04-15Issue #678: added utility converting time passed and dynamically changing ↵Zara Gebru
version timestamp
2016-04-14Issue #670: Fix custom tag unread countFelix Hammerl
2016-04-14Issue #670: Move unread count to templateFelix Hammerl
2016-04-13Re-apply changes from 373c9e0Felix Hammerl
2016-04-13Issue #670: Split up _styles.scssFelix Hammerl
2016-04-13Issue #670: Move attachment button to compose-viewFelix Hammerl
2016-04-13Issue #670: Remove utility class from _styles.scssFelix Hammerl
2016-04-13Issue #670: Move reply view to composeOFelix Hammerl
2016-04-13Issue #670: Move .hidden to _others.scssFelix Hammerl
2016-04-13Issue #670: inline list-actions mixinFelix Hammerl
2016-04-11Merge branch 'dev/622-hide-reply-container'Thais Siqueira
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-06Revert "use a working utf-8 locale in more places"Christoph Kluenter
This reverts commit 54e946eff87a24122997a109f946dc649c8f0498.
2016-04-06use a working utf-8 locale in more placesChristoph Kluenter
2016-04-06Revert "Remove special chars to validate pipeline failing"Christoph Kluenter
This reverts commit 07d7476ac6b7a5ddcb0a8ab79e18caf2c8f7b35b.
2016-04-05Remove special chars to validate pipeline failingCaio Carrara
We're currently facing some build pipeline failures and this commit can make things work. As soon as we fix the locale settings on pipeline we can rollback theses changes.
2016-04-05Issue #648: Add review feedbackFelix Hammerl
2016-04-05Issue #648: Refactor mail-listFelix Hammerl
2016-04-01Run event test async with source passed to iframe via Blob URIFelix Hammerl
2016-03-31Issue #622: improve messages dealing on sandboxCaio Carrara
2016-03-31Remove unused _security.scssFelix Hammerl
2016-03-30Set up component test with minimal DOMFelix Hammerl
2016-03-30Fix linter errorFelix 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-24Issue #656: Fix sandbox fontsFelix Hammerl
Add CORS headers to sandbox resource Add OpenSans in normal font weight (400) to the sandbox CSS
2016-03-24Work in progress: Fix loading webfonts in the sandbox.Tobias Adam
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 #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 #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: Fix highlightingFelix Hammerl
2016-03-22Issue #649: Refactor TagsFelix Hammerl
2016-03-22Issue #649: Remove tags from drafts mail list itemsFelix Hammerl