Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-12 | Update ssl arguments description | Caio Carrara | |
The previous description were mentioning dispatcher use, but since we don't use it anymore, they were changed to refer to server-mode. | |||
2016-05-12 | we still need the ssl arguments, even in no-dispatcher-mode | Christoph Kluenter | |
2016-05-11 | Remove dispatcher references from service | Caio Carrara | |
Since we're not using dispatcher anymore, it doesn't make sense to keep dispatcher references and program flows that depend on it. For example, it doesn't make sense keep the flag --organization-mode, so it was removed as well. | |||
2016-05-09 | correct numbers | mfrankie | |
2016-05-04 | Remove unused empty file | Felix Hammerl | |
2016-04-29 | Issue #679: Fix CSS and markup for attachments | Felix Hammerl | |
2016-04-28 | Issue #678 fixing typo on the right date format | Zara Gebru | |
2016-04-28 | Issue #678 fixing typo on the right date format | NavaL | |
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 | Issue #674: Update Account usage to pass user_id | Caio Carrara | |
There is an update on leap_mail where an user id became required to create an Account. So, this change update the Account usage on user agent to pass this parameter. | |||
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-13 | Issue #431: Review | Felix Hammerl | |
* Remove GenericDeferredErrorHandler class * Convert static method generic_error_handling to function instead | |||
2016-04-12 | Removed time logging from mails_resource | Bruno Wagner | |
Removed the time logging, it can be put adhoc when we want to test a specific case | |||
2016-04-11 | Fixed pep8 warning | Bruno Wagner | |
2016-04-11 | Removed general timings from methods | Bruno Wagner | |
I kept the logging functions so we can log times for tests and to investigate issues, but I removed all usages of them until someone needs them | |||
2016-04-11 | Merge branch 'dev/622-hide-reply-container' | Thais Siqueira | |
2016-04-08 | Issue #431: extractes the generic handling for error callbacks in init and ↵ | Zara Gebru | |
handles login, logout, mail and tags resources | |||
2016-04-08 | Issue #431: add errback on logout | Zara Gebru | |
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: Fix functional tests | Felix Hammerl | |
2016-04-06 | Remove unused step from functional tests | Felix Hammerl | |
2016-04-06 | Issue #292: add fingerprint view in user settings | Zara Gebru | |
2016-04-06 | Issue #292: add fingerprint to user settings resource | Zara Gebru | |
2016-04-06 | Revert "use a locale that is always available and supports UTF-8" | Christoph Kluenter | |
We should use en_US.UTF-8 because thats what works on snap-ci. Now we need to find out why go does not have en_US.UTF-8 anymore. This reverts commit 6feeaf5c5cb5d22de079d68fb10bb9403a8412ed. | |||
2016-04-06 | Revert "use a working utf-8 locale in more places" | Christoph Kluenter | |
This reverts commit 54e946eff87a24122997a109f946dc649c8f0498. | |||
2016-04-06 | use a working utf-8 locale in more places | Christoph Kluenter | |
2016-04-06 | use a locale that is always available and supports UTF-8 | Christoph Kluenter | |
This fixes #676 Problem is, that en_US.UTF-8 might not be always available. Compass then falls back to C which is not UTF-8 capabable and fails on some asian strings we have. But C.UTF-8 is always available. | |||
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-04 | Migrate ImapAccount to Account | Tulio Casagrande | |
Migrate all usage of leap.ImapAccount to leap.Account We had to adapt some calls because of signature changes and, because we need the Account to be initialized before moving on, we are directly using the deferred initialization that the account has See: https://github.com/leapcode/leap_mail/pull/228 | |||
2016-04-01 | Run event test async with source passed to iframe via Blob URI | Felix Hammerl | |
2016-03-31 | Added try it and installation sections | 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 | Merge pull request #663 from kalikaneko/tests/remove-top-trial-folder | Bruno Wagner Gonçalves | |
[tests] stop tracking top-folder _trial_temp | |||
2016-03-30 | Set up component test with minimal DOM | 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-29 | Removes ssl warnnings from log. | Thais Siqueira | |