Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2016-03-09 | Issue #617: Add sandbox to user-agent | Felix Hammerl | |
2016-03-09 | Issue #617: Serve content from Sandbox resource | Felix Hammerl | |
2016-03-04 | Fix: Logout calls session expire | Folker Bernitt | |
- Deferred was not handled as required - Test did not assert call to expire | |||
2016-03-02 | adding default date if not given in the mail header, for search index -- ↵ | NavaL | |
fixing build | |||
2016-03-01 | Fix tests after change on OpenPGPKey.get_json API | Giovane | |
- The main identifier of a key now is the fingerprint, not the id anymore - The address is not required anymore when creating the json | |||
2016-03-01 | Changed the github link to the new one | Jefferson Stachelski | |
2016-03-01 | Fix test: Add missing date field | Felix Hammerl | |
2016-02-25 | serving the client directly, as the current dependency on proxy strips out ↵ | NavaL | |
xsrf cookies -fixing functional test Issue #612 | |||
2016-02-25 | only adding feature resource in root_resource test -- fixing build | NavaL | |
Issue #612 | |||
2016-02-25 | changed logout to post | NavaL | |
Issue #612 | |||
2016-02-25 | Backend and frontend protection against csrf attacks: | NavaL | |
- root resources changes the csrf token cookie everytime it is loaded, in particular during the intestitial load during login - it will also add that cookie on single user mode - initialize will still load all resources - but they you cant access them if the csrf token do not match - all ajax calls needs to add the token to the header - non ajax get requests do not need xsrf token validation - non ajax post will have to send the token in as a form input or in the content Issue #612 | |||
2016-02-24 | Create a new deferred for all IMAPAccount calls | Folker Bernitt | |
- Issue #615 - IMAPAccount ctor reuses same instance for all accounts | |||
2016-02-24 | Recreate session on soledad problems | Folker Bernitt | |
- Issue #615 - invalid token raised by soledad after timeout, if we see this, recreate the session on next login | |||
2016-02-23 | Only do initial sync on session creation | Folker Bernitt | |
- Issue #615 - Fixed some long broken but not failing tests | |||
2016-02-23 | Improve stopwatch output | Folker Bernitt | |
- measures time and cpu time and displays percentage | |||
2016-02-23 | Improve error message if send mail fails | Folker Bernitt | |
- Issue #609 | |||
2016-02-22 | Renames filtering method #608 w/ @deniscostadsc | Giovane | |
2016-02-22 | Removes trash submodules folder. | Giovane | |
2016-02-22 | Revert "Revert "Filter keys from attachments #608 w/ @deniscostadsc"" | Giovane | |
This reverts commit f92e802df2aeec9b2341ba5b4efea48356edf01f. | |||
2016-02-22 | Removes stacktrace errors from appearing on the login page. | NavaL | |
For the case of wrong file path or file not existing Issue #214 | |||
2016-02-22 | Removes stacktrace errors from appearing on the login page. | NavaL | |
Instead shows a generic: "invalid xml format" message Issue #214 | |||
2016-02-22 | Merge pull request #621 from phss/add-security-headers | Folker Bernitt | |
Add recommended security headers | |||
2016-02-20 | Revert "Filter keys from attachments #608 w/ @deniscostadsc" | NavaL | |
This reverts commit f1b338e5564a8458c906f903ee7e0383dae86287. | |||
2016-02-20 | Rename class to match intent | Paulo Schneider | |
2016-02-20 | Add recommended security headers from #618 | Paulo Schneider | |
2016-02-19 | Filter keys from attachments #608 w/ @deniscostadsc | Giovane | |
- Filtering attachments by content type application/pgp-keys | |||
2016-02-19 | Fixed arity of two event callbacks | Folker Bernitt | |
2016-02-18 | Autofocus needs a value to be valid xml | Bruno Wagner | |
2016-02-18 | Tweaked login screen inputs | Bruno Wagner | |
Removed hard spaces and added some padding to the login screen input fields. |