Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-14 | [#869] Move from stdlib to twisted trial unittest | Denis Costa | |
2016-12-08 | Revert "[#801] Merge branch 'signup'" | Roald de Vries | |
This reverts commit d10f607a4d40587510b0dc31b31fe4750bf4a3a3, reversing changes made to c28abba2f5b1186c671ebef508d40ffaae6d5bc5. | |||
2016-12-08 | Revert "[#801] add signup resource + tests" | Roald de Vries | |
This reverts commit db1cf22ca3a86027828aba30417e79363a380350. | |||
2016-12-08 | Revert "[#801] PEP8" | Roald de Vries | |
This reverts commit 58789c81745f849a92aeb13149cf2a9a146cca60. | |||
2016-12-08 | Revert "[#801] disable failing test until it's implemented" | Roald de Vries | |
This reverts commit 7aa07d93b8b18ca6cda4b4a5a2235b19f64bbae2. | |||
2016-12-07 | [#801] disable failing test until it's implemented | Roald de Vries | |
2016-12-07 | [#801] PEP8 | Roald de Vries | |
2016-12-07 | [#801] add signup resource + tests | Zara Gebru | |
2016-12-05 | Merge branch 'master' into signup | Roald de Vries | |
2016-12-05 | get templates from pkg_resources | Roald de Vries | |
2016-12-02 | [refactor] move app dir into public dir | Zara Gebru | |
2016-12-01 | [#849] Change unauthorized message | Tulio Casagrande | |
2016-12-01 | fix csrf in tags tests | Roald de Vries | |
2016-12-01 | fix csrf in retrieve attachment test | Roald de Vries | |
2016-12-01 | fix csrf in mark as read/unread tests | Roald de Vries | |
2016-12-01 | fix csrf in drafts tests | Roald de Vries | |
2016-12-01 | fix csrf for some integration tests | Roald de Vries | |
2016-12-01 | WIP: add csrf token to every request | Roald de Vries | |
2016-11-24 | remove use of stdlib unittest from integration tests | Roald de Vries | |
2016-10-28 | authentication now returns Authentication | NavaL | |
leap session creation is only done post-interstitial and that logic is also extracted into its own class #795 | |||
2016-10-21 | [#797] reinstating use of the provided email body charstet encoding | NavaL | |
2016-10-18 | Adapted imports to reflect new bitmask-dev dependency | Bruno Wagner | |
2016-10-07 | use test client in test case through composition instead of inheritance | Roald de Vries | |
2016-06-24 | Issue #694 add an admin restricted resource for user stats | NavaL | |
2016-06-17 | Issue #608: Fix lowercase attachment test to check the filename | Tulio Casagrande | |
2016-06-17 | Issue #608: Add unit test for case-specific lookup | Felix Hammerl | |
2016-06-16 | Fix UNNAMED attachment bug | Tulio Casagrande | |
Previously some attachments were being showed as UNNAMED. This change fix it and creates propers tests for attachments. See: #608 | |||
2016-06-16 | Stops filtering application/pgp-keys attachments | Tulio Casagrande | |
See: #608 | |||
2016-05-13 | Issue #691: Refactor to Twisted 16.1.1 | 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-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-22 | Revert "Revert "Filter keys from attachments #608 w/ @deniscostadsc"" | Giovane | |
This reverts commit f92e802df2aeec9b2341ba5b4efea48356edf01f. | |||
2016-02-20 | Revert "Filter keys from attachments #608 w/ @deniscostadsc" | NavaL | |
This reverts commit f1b338e5564a8458c906f903ee7e0383dae86287. | |||
2016-02-19 | Filter keys from attachments #608 w/ @deniscostadsc | Giovane | |
- Filtering attachments by content type application/pgp-keys | |||
2016-02-10 | Fix Issue #596: Provide correct content-type | Felix Hammerl | |
Provide the proper content-type Quote filename due to Firefox bug https://bugzilla.mozilla.org/show_bug.cgi?id=221028 | |||
2016-02-05 | closing the services closes leap session, which stops background tasks, ↵ | NavaL | |
close soldedad and remove it from cache Issue #586 | |||
2016-01-28 | removed unnecessary imports, and wrong yields | NavaL | |
Issue #576 | |||
2016-01-27 | Add a login multi user functional test | Folker Bernitt | |
- Issue #576 - Extended AppTestClient with multi user support | |||
2016-01-26 | Refactor test account account creation into own class | Folker Bernitt | |
- Issue #576 - Step towards functional tests for multi user | |||
2016-01-25 | added integration test | NavaL | |
Issue #576 | |||
2016-01-15 | Removes InputMail.FROM_EMAIL_ADDRESS constant #578 | Giovane | |
- Created the replier component to generate the reply dict for the email. This was needed to decouple the InputMail from the need to know who is the logged user. | |||
2016-01-13 | Removed unused logging imports and fixed maintenance logger during test | Bruno Wagner | |
2016-01-11 | matching POST response and GET of an attachment -- API specification | NavaL | |
Issue #548 | |||
2016-01-11 | renamed attachment_id attribute to ident on POST response, to conform with ↵ | NavaL | |
the GET attachment API Issue #548 | |||
2016-01-08 | Removed search engine from constant in Indexer | Bruno Wagner | |
The search engine was being passed as a constant to the Mail Indexer, that constrained the user agent to one user (because the search engine is user specific). I added the search engine as a parameter on the Mail Indexer initialization so that we can have the Indexer working for each user. | |||
2016-01-04 | Decouple test_feedback_service from dev provider | Folker Bernitt | |
- Mock request instead | |||
2015-12-21 | added filename and size to the attachment endpoint post response | NavaL | |
Issue #548 | |||
2015-12-18 | adapting mail controllers POST and PUT to work with attachements | mnandri | |
Issue #548 | |||
2015-12-18 | fixing unit test -- again WIP | mnandri | |