summaryrefslogtreecommitdiff
path: root/service/test/integration/test_retrieve_attachment.py
AgeCommit message (Collapse)Author
2016-12-08Revert "[#801] Merge branch 'signup'"Roald de Vries
This reverts commit d10f607a4d40587510b0dc31b31fe4750bf4a3a3, reversing changes made to c28abba2f5b1186c671ebef508d40ffaae6d5bc5.
2016-12-01fix csrf in retrieve attachment testRoald de Vries
2016-10-07use test client in test case through composition instead of inheritanceRoald de Vries
2016-05-13Issue #691: Refactor to Twisted 16.1.1Felix Hammerl
2016-02-25Backend 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-10Fix Issue #596: Provide correct content-typeFelix Hammerl
Provide the proper content-type Quote filename due to Firefox bug https://bugzilla.mozilla.org/show_bug.cgi?id=221028
2016-01-11matching POST response and GET of an attachment -- API specificationNavaL
Issue #548
2016-01-11renamed attachment_id attribute to ident on POST response, to conform with ↵NavaL
the GET attachment API Issue #548
2015-12-21added filename and size to the attachment endpoint post responseNavaL
Issue #548
2015-12-18fixing unit test -- again WIPmnandri
2015-12-18WIP: rename me latermnandri
2015-12-18backend that handles post of a single attachment filemnandri
Issue #548
2015-09-02Download attachments from mail store instead of querierFolker Bernitt
- Issue #435 - Improved error handling of attachment resource
2015-08-30[tests] fixes attachments tests for attribute renameVictor Shyba
As #435
2015-08-11fix attachment integration testVictor Shyba
2015-03-18no more self.client, since those methods are available from test case baseVictor Shyba
2015-02-03Enabling integration tests to be run in parallelDuda Dornelles
If we were using twisted 12.3.0, this change would allow us to run the tests with 'trial -j <number of tests to run in parallel>'. In a simple test in my box the integration test suite got 3x faster
2015-01-22 #224 renaming tests so they get caught by trial runnerDuda Dornelles