Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-13 | Issue #670: Remove utility class from _styles.scss | Felix Hammerl | |
2016-04-13 | Issue #670: Move reply view to composeO | Felix Hammerl | |
2016-04-13 | Issue #670: Move .hidden to _others.scss | Felix Hammerl | |
2016-04-13 | Issue #670: inline list-actions mixin | Felix Hammerl | |
2016-04-11 | Merge branch 'dev/622-hide-reply-container' | Thais Siqueira | |
2016-04-07 | Issue #292: put labels on user pub key and email | Caio 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-07 | Issue #644: add time passed since last commit in nav bar | Zara Gebru | |
2016-04-06 | Issue #292: add fingerprint view in user settings | Zara Gebru | |
2016-04-06 | Revert "Remove special chars to validate pipeline failing" | Christoph Kluenter | |
This reverts commit 07d7476ac6b7a5ddcb0a8ab79e18caf2c8f7b35b. | |||
2016-04-05 | Remove special chars to validate pipeline failing | Caio 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-05 | Issue #648: Add review feedback | Felix Hammerl | |
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-31 | Remove unused _security.scss | Felix Hammerl | |
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-28 | Merge pull request #659 from cacarrara/security-labels | Caio Carrara | |
Issue #647: Refactor security labels stylesheet | |||
2016-03-24 | Issue #656: Fix sandbox fonts | Felix Hammerl | |
Add CORS headers to sandbox resource Add OpenSans in normal font weight (400) to the sandbox CSS | |||
2016-03-24 | Work in progress: Fix loading webfonts in the sandbox. | Tobias Adam | |
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-22 | Issue #649: Remove tags from drafts mail list items | Felix Hammerl | |
2016-03-22 | Issue #649: Extract tags mixin to separate file | Felix Hammerl | |
2016-03-22 | Issue #654: Fix Feedback Form | Felix Hammerl | |
2016-03-21 | Fix open issue from 195322b | 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-15 | Issue #620: Inline single-use mixin | Felix Hammerl | |
2016-03-15 | Issue #620: Remove unused reply-box rule | Felix Hammerl | |
2016-03-15 | Issue #620: Fix close button background color | Felix Hammerl | |
2016-03-15 | Issue #620: Float composer right of close button | Felix Hammerl | |
2016-03-15 | Issue #620: Remove unused layout styles | Felix Hammerl | |
2016-03-15 | Issue #620: Refactor read view | Felix Hammerl | |
2016-03-15 | Issue #620: Add SCUT to project | Felix Hammerl | |
2016-03-15 | Issue #620: Remove unnecessary ampersand operator | Felix Hammerl | |
2016-03-15 | Issue #620: Format mail-view and convert to normal CSS rule | Felix Hammerl | |
2016-03-15 | Issue #620: Remove unnecessary mixin | Felix Hammerl | |
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: Refactor palceholder | Felix Hammerl | |
2016-03-09 | Issue #620: Remove former main css file | Felix Hammerl | |
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: Allow only >=3 alphanumeric characters in search field | Felix Hammerl | |
2016-03-09 | Issue #617: Restrict searching to alphanumeric characters | Felix Hammerl | |