Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-09-29 | [#716] Remove duplicated recipient mixin | Tayane Fernandes | |
It is also part of #646. | |||
2016-09-29 | [#716] Increase padlock icons font-size | Tayane Fernandes | |
2016-09-28 | [#721] Improve tag label color and size | Tayane Fernandes | |
2016-08-23 | accept uploads to up to 5MB | Christoph Kluenter | |
2016-07-27 | Fix web-ui unit tests | Roald de Vries | |
Reason for the failure: see https://github.com/karma-runner/karma-phantomjs-launcher/issues/104 | |||
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-07-07 | Issue #742: Change Open Padlock icon | Felix Hammerl | |
2016-07-07 | Merge pull request #748 from belimawr/issue/741 | Felix Hammerl | |
Compose now is a HTML Button | |||
2016-07-07 | Merge pull request #745 from belimawr/issue/715 | Felix Hammerl | |
Changing icon size and margin | |||
2016-07-07 | Really make whole mail item clickable | Christian Treppo | |
So far the mail item had some padding applied to it on all sides, inside this padding area the item was not clickable, even though the cursor changed to a pointer. By moving the padding into the <a> tag, the whole element becomes clickable and opens the email. fixes #743 | |||
2016-07-07 | Merge pull request #746 from treppo/whole-mail-item-clickable | Felix Hammerl | |
Make whole mail item without tags clickable | |||
2016-07-06 | Compose now is a HTML Button | Tiago Queiroz | |
2016-07-06 | Make whole mail item without tags clickable | Christian Treppo | |
fixes #743 For mail items without tags the link to open the mail is not expanded, therefore it has to be done via CSS | |||
2016-07-06 | Chancing icon size and margin | Tiago Queiroz | |
2016-07-05 | #718 | Carol Guillen | |
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 | Increase timeout report on karma | Tulio Casagrande | |
We have some tests running around 600 ms. We changed the report value for slower tests to 1 sec. This eliminates the last warnings on js tests. | |||
2016-06-29 | Fix sandbox.html request warning on js tests | Tulio Casagrande | |
We added a proxy to serve the sandbox.html. This removes warnings from js tests | |||
2016-06-29 | Fix mispelling on modernizr import | Tulio Casagrande | |
2016-06-29 | Add jasmine-ajax to mock ajax calls on tests | Tulio Casagrande | |
We had some tests trying to hit the backend. Considering these are unit tests, we decided to mock all ajax calls. This removes the warnings we had when running js tests. | |||
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 | Fix typo making tests broke | Caio Carrara | |
2016-06-27 | Update use of interpolation on translations | Caio Carrara | |
See: #727 | |||
2016-06-27 | Initialize specific i18next for tests | Caio Carrara | |
This change is necessary due translation file loading and paths. | |||
2016-06-27 | Updates the i18next to latest version | Caio Carrara | |
See: #727 | |||
2016-06-27 | Uses browser set on karma conf file | Caio Carrara | |
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 handlebars to latest version | Bruno Wagner | |
2016-06-26 | Updated bower and fixed dist clean | Bruno Wagner | |
2016-06-26 | Updated karma and requirejs | Bruno Wagner | |
Also changed reporter to dots, to decrease verbosity a little bit | |||
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 |