Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-04 | Remove transifex wrong translations | Tulio Casagrande | |
2016-06-30 | Merge pull request #736 from repat/master | Felix Hammerl | |
exchanged paper-plane icon for sent icon, fixes #717 | |||
2016-06-30 | Issue #733: cache feedback content | NavaL | |
2016-06-29 | exchanged paper-plane icon for sent icon, fixes #717 | repat | |
2016-06-29 | Sync transifex | Tulio Casagrande | |
2016-06-29 | Synchronize translation files with transifex | Tulio Casagrande | |
2016-06-29 | Remove old i18n keys | Tulio Casagrande | |
2016-06-28 | Normalize i18n keys | Tulio Casagrande | |
2016-06-28 | Added remaining translations strings | Tulio Casagrande | |
2016-06-27 | Sync traslation files with transifex | Caio Carrara | |
2016-06-27 | Updates pt_BR translations | Caio Carrara | |
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-27 | Creates Spanish translation file | Caio Carrara | |
It was added without any translation See: #727 | |||
2016-06-27 | Creates Germany translation file | Caio Carrara | |
It was added without any translation. See: #727 | |||
2016-06-27 | Update Swedish language code from sv to sv_SE | Caio Carrara | |
See: #727 | |||
2016-06-27 | Changes source language from en to en_US | Caio Carrara | |
See: #727 | |||
2016-06-27 | Sets initial config for transifex support | Caio Carrara | |
This change adds the transifex config file and also rename some directories to match correct language codes. See: #727 | |||
2016-06-26 | Updated minifiers and packaging accordingly | Bruno Wagner | |
2016-06-23 | [#619] Fix the failing tests | Tulio Casagrande | |
2016-06-23 | [#619] Fix some missing translation strings | Tulio Casagrande | |
2016-06-21 | Issue #719: Search bar should accept non alphanumeric chars | Zara 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-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-05-04 | Remove unused empty file | Felix Hammerl | |
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-14 | Issue #670: Fix custom tag unread count | Felix Hammerl | |
2016-04-14 | Issue #670: Move unread count to template | Felix Hammerl | |
2016-04-13 | Re-apply changes from 373c9e0 | Felix Hammerl | |
2016-04-13 | Issue #670: Split up _styles.scss | Felix Hammerl | |
2016-04-13 | Issue #670: Move attachment button to compose-view | Felix Hammerl | |
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. |