Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-07 | Update keymanager calls due api update | Caio Carrara | |
Some keymanager api was updated, so we needed to update some calls. | |||
2016-06-02 | RootResource should return 503 during startup (#699) | Blake Williams | |
Return 503 code while RootResource is in MODE_STARTUP | |||
2016-06-02 | Revert "added custom c extension to set mutex locking for openssl rand ↵ | NavaL | |
generation" This reverts commit 6b528c26a05f1c3f969a9896328be408bcfd6064. | |||
2016-06-01 | added custom c extension to set mutex locking for openssl rand generation | NavaL | |
2016-05-31 | Remove unused session_id | Tulio Casagrande | |
2016-05-31 | Merge pull request #701 from shabbyrobe/fix-issue-695 | Christoph | |
Issue 695: Show all recipients in mail sent folder | |||
2016-05-30 | Handle errors on started process | Tulio Casagrande | |
In single user-mode, the InvalidAuthTokenError may occur during initialization | |||
2016-05-27 | Issue #695: Show all recipients in mail sent folder | shabbyrobe | |
2016-05-26 | Updated calls to addRawHeader to use setRawHeaders | shabbyrobe | |
2016-05-22 | accomodates the case where the email address is the data sent with the event | NavaL | |
- now username and user_id are mapped when the user logs in - Issue #686 | |||
2016-05-20 | adding event as first argument on invalid soledad register callback. ↵ | NavaL | |
register sends it too. Issue #686 | |||
2016-05-19 | issue #685 remove duplicated email recipients | mfrankie | |
2016-05-19 | remove duplicated mails, wip | mfrankie | |
2016-05-19 | when invalid soledad auth token, it logs user out if multi-user and stops ↵ | NavaL | |
the reactor if single-user mode Issue #689 | |||
2016-05-18 | Issue #692 re-added logout back in the feature toggle | NavaL | |
2016-05-13 | Issue #691: Move Twisted dependency to requirements | Felix Hammerl | |
2016-05-13 | Issue #691: Refactor to Twisted 16.1.1 | Felix Hammerl | |
2016-05-13 | Issue #691: Upgrade Twisted | Felix Hammerl | |
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-04-29 | Issue #679: Fix CSS and markup for attachments | 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 | 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-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-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 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-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-03-29 | Removes ssl warnnings from log. | Thais Siqueira | |
2016-03-24 | [fix] remove pycryptopp dependency | Kali Kaneko (leap communications) | |
cryptography is now a hard dependency, so we are removing the use of pycryptopp. | |||
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 | Fixes lint. | Thais Siqueira | |
2016-03-22 | Adds changes to run load test on current version. | Thais Siqueira | |
2016-03-22 | Issue #649: Fix functional tests | Felix Hammerl | |
2016-03-16 | freezing Twisted to 15.5.0 for the tests -- fixing build. | Christoph Kluenter | |
need to evaluate what to do. But this at least fixes the tests for now. | |||
2016-03-15 | Issue #620: Refactor read view | Felix Hammerl | |
2016-03-11 | Sets SSL certifications to false. | Thais Siqueira | |
Issue #213 | |||
2016-03-11 | Fixes pep8 errors and update requests to 2.9.1. | Thais Siqueira | |
Issue #213 | |||
2016-03-11 | Update locust test to run after xsrf token implementation. | Thais Siqueira | |
- Adds port 8089 to vagrant file to be able to run inside vm. - Update requests version to 2.4.1, the minimum required version by locust. - Adds the xsrf token on locust post request headers. Issue #213 |