summaryrefslogtreecommitdiff
path: root/service/test
AgeCommit message (Collapse)Author
2016-02-25serving the client directly, as the current dependency on proxy strips out ↵NavaL
xsrf cookies -fixing functional test Issue #612
2016-02-25only adding feature resource in root_resource test -- fixing buildNavaL
Issue #612
2016-02-25changed logout to postNavaL
Issue #612
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-24Recreate session on soledad problemsFolker Bernitt
- Issue #615 - invalid token raised by soledad after timeout, if we see this, recreate the session on next login
2016-02-23Only do initial sync on session creationFolker Bernitt
- Issue #615 - Fixed some long broken but not failing tests
2016-02-22Revert "Revert "Filter keys from attachments #608 w/ @deniscostadsc""Giovane
This reverts commit f92e802df2aeec9b2341ba5b4efea48356edf01f.
2016-02-22Removes stacktrace errors from appearing on the login page.NavaL
For the case of wrong file path or file not existing Issue #214
2016-02-22Removes stacktrace errors from appearing on the login page.NavaL
Instead shows a generic: "invalid xml format" message Issue #214
2016-02-22Merge pull request #621 from phss/add-security-headersFolker Bernitt
Add recommended security headers
2016-02-20Revert "Filter keys from attachments #608 w/ @deniscostadsc"NavaL
This reverts commit f1b338e5564a8458c906f903ee7e0383dae86287.
2016-02-20Add recommended security headers from #618Paulo Schneider
2016-02-19Filter keys from attachments #608 w/ @deniscostadscGiovane
- Filtering attachments by content type application/pgp-keys
2016-02-12attachments are only un-linked from emails but not deleted in soledadJefferson Stachelski
- removed backend delete of attachments - JS unit tests - Functional test Issue #549
2016-02-12Revert "Revert "Issue #549 - Implemented remove attachment""NavaL
This reverts commit 3c6b905d7e5b78e521b2e7692e5e32b7b0c226bc.
2016-02-12mocking all paths to existsNavaL
Issue #604
2016-02-11adds argument to supply custom disclaimer/banner on login screenNavaL
Issue #598
2016-02-11Redownload SMTP certficates if necessaryFolker Bernitt
- Issue #591 - using leaps should_redownload for check
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-02-10Download SMTP client certificate, not VPN oneFolker Bernitt
- Issue #591
2016-02-09Close account on session closeFolker Bernitt
- Issue #586
2016-02-09Small fix to wrap entire KeyManager in test_nicknym.pyFolker Bernitt
2016-02-08Revert "Issue #549 - Implemented remove attachment"Felix Hammerl
This reverts commit 9442be5c230e286073244451189ffc05ae6c8083.
2016-02-08mocking register/unregister key generation event, on closeNavaL
- fixing build Issue #586
2016-02-05suppressing Error logs being spit out in testsNavaL
2016-02-05closing the services closes leap session, which stops background tasks, ↵NavaL
close soldedad and remove it from cache Issue #586
2016-02-04Issue #549 - Implemented remove attachmentJefferson Stachelski
2016-02-03Make load test configurable when invites are disabledGiovane
2016-02-03reverting unnecessary steps to not re-load leap-sessions on re-login, as ↵NavaL
they are already cached from leap side - fixing build Issue #590
2016-02-03checks to load leap sessions and services or notNavaL
Issue #590
2016-02-03move leap session creation to be done after interstitial is loadedNavaL
Issue #590
2016-02-02remove commented lineVictor Shyba
2016-02-02Merge branch 'load', the load testing codeVictor Shyba
2016-02-02load test now using invitesVictor Shyba
pairing with NavaL
2016-02-02WIPNavaL
2016-02-02Don't load attachments when just listing mailsFolker Bernitt
2016-02-01Fix unit testsGiovane
2016-01-29Fix: Only act on generated keys for current userFolker Bernitt
- Issue #587
2016-01-28Issue #550 - Adding BDD tests to cover case when file is bigger than 1 MB.Gislene Pereira
2016-01-28Add Strict-Transport-Security header to user agentFolker Bernitt
- Issue #584
2016-01-28added ft stepNavaL
Issue #583
2016-01-28making async setup user services after authNavaL
Issue #583
2016-01-28removed unnecessary imports, and wrong yieldsNavaL
Issue #576
2016-01-27Revert "Issue #550 - Adding BDD tests to cover case when file is bigger than ↵Gislene Pereira
1 MB." The 1MB file upload is timing out in snap and breaking the build. I'm reverting this commit in order to better investigate how to solve the problem. This reverts commit 31aca931fd1ec76a4ffd9099bb6b13894a9d64be.
2016-01-27Issue #550 - Adding BDD tests to cover case when file is bigger than 1 MB.Gislene Pereira
2016-01-27Disable CSP for phantomjsFolker Bernitt
- disable only during phantomjs tests - CSP headers seem to prevent sendkey webdriver capability
2016-01-27Add a login multi user functional testFolker Bernitt
- Issue #576 - Extended AppTestClient with multi user support
2016-01-26Refactor test account account creation into own classFolker Bernitt
- Issue #576 - Step towards functional tests for multi user
2016-01-26minor refactoringsNavaL
Issue #576
2016-01-26tests only input names on the login formNavaL
Issue #576