summaryrefslogtreecommitdiff
path: root/service/test/unit/resources/test_root_resource.py
AgeCommit message (Expand)Author
2017-01-19Add copyright statements to all Python files that doesn't have itOla Bini
2016-12-14[#869] Move from stdlib to twisted trial unittestDenis Costa
2016-12-08Revert "[#801] Merge branch 'signup'"Roald de Vries
2016-12-06remove some TODO'sRoald de Vries
2016-12-05remove templates folder from root resource parametersRoald de Vries
2016-12-02[refactor] use static url instead of assets urlZara Gebru
2016-12-02[refactor] move app dir into public dirZara Gebru
2016-12-01fix root resource tests when zmq is not availableRoald de Vries
2016-12-01WIP: add csrf token to every requestRoald de Vries
2016-11-30remove PublicRootResource and use a flag on RootResource insteadRoald de Vries
2016-11-30redirect to login from root url when not logged inRoald de Vries
2016-11-30mock out usage of ZMQ in the right placeRoald de Vries
2016-11-29mock out usage or ZMQRoald de Vries
2016-11-29make login resource part of the public root resourceRoald de Vries
2016-11-29assert login url is delegated correctlyRoald de Vries
2016-11-29add inbox resourceRoald de Vries
2016-11-28split inbox resource out of root resourceRoald de Vries
2016-11-24add login resource as child of public root resourceRoald de Vries
2016-11-24add public root resource to serve static filesRoald de Vries
2016-11-22fix first test for auth session wrapperRoald de Vries
2016-09-28actually 404-ing valid requests but non-existing resourceNavaL
2016-06-27Explicitly use POST to test csrfCaio Carrara
2016-06-02RootResource should return 503 during startup (#699)Blake Williams
2016-05-13Issue #691: Refactor to Twisted 16.1.1Felix Hammerl
2016-02-25only adding feature resource in root_resource test -- fixing buildNavaL
2016-02-25Backend and frontend protection against csrf attacks:NavaL
2016-01-22Add mutli-user mode to user-agentFolker Bernitt
2016-01-19fixing buildNavaL
2016-01-19Make RootResource read account email from mail serviceFolker Bernitt
2015-11-10refactor unit testsw00
2015-11-09use mail_service to inject account_email into root_resourcesw00
2015-11-09template user's email address into titlesw00