summaryrefslogtreecommitdiff
path: root/service/pixelated/resources/root_resource.py
AgeCommit message (Expand)Author
2017-07-24[feature] allow to pass a static_folder to RootResourceKali Kaneko (leap communications)
2017-04-10[#927] Send recovery code using provider domainTulio Casagrande
2017-03-30[#932] Makes account recovery resource publicAnike Arni
2017-03-27[#932] Creates account recovery resourceAnike Arni
2017-03-14[#924] Implements update recovery code through bitmaskThais Siqueira
2017-02-16[#907] Bundles login static files separatelyAnike Arni
2017-02-16[#907] Adapt login status to work with single userTulio Casagrande
2017-02-16[#907] Remove duplicate assets child resourceAnike Arni
2017-02-16[#907] Simplify static folderAnike Arni
2017-02-16[#907] Convert login page to reactTulio Casagrande
2017-02-09[#922] Rename backup account flowTayane Fernandes
2017-02-01[#922] Create route for account recoveryAnike Arni
2017-01-25Extract duplicated methods to a common parentTulio Casagrande
2017-01-03Simplifies the get_static_folder on RootResourceBruno Wagner
2016-12-29Use only dist folder for serving applicationAnike Arni
2016-12-08Revert "[#801] Merge branch 'signup'"Roald de Vries
2016-12-08Revert "[#801] add signup resource + tests"Roald de Vries
2016-12-07[#801] add signup resource + testsZara Gebru
2016-12-05remove templates folder from root resource parametersRoald de Vries
2016-12-05use static instead of {startup,public}-assetsRoald de Vries
2016-12-05get templates from pkg_resourcesRoald de Vries
2016-12-02[refactor] move app dir into public dirZara Gebru
2016-12-01WIP: add csrf token to every requestRoald de Vries
2016-11-30log a warnin when root child is not explicitly public/protectedRoald 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-29make login resource part of the public root resourceRoald de Vries
2016-11-29root resource inherits from public rootRoald de Vries
2016-11-29move adding csrf to base 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-18serve signup page through twistedRoald de Vries
2016-10-28changed import, for snap-CI pep8NavaL
2016-10-28authentication now returns AuthenticationNavaL
2016-09-28actually 404-ing valid requests but non-existing resourceNavaL
2016-09-26Ensuring 503 is thrown whenever the root_resource is not yet initialized, for...NavaL
2016-08-31Reading interstitial on class initBruno Wagner
2016-06-27Csrf not being enforced on GETCaio Carrara
2016-06-27Fix xsrf-token verification in async callsCaio Carrara
2016-06-24Issue #694 add an admin restricted resource for user statsNavaL
2016-06-02RootResource should return 503 during startup (#699)Blake Williams
2016-03-09Issue #617: Serve content from Sandbox resourceFelix Hammerl
2016-02-25only adding feature resource in root_resource test -- fixing buildNavaL
2016-02-25Backend and frontend protection against csrf attacks:NavaL
2016-02-11adds argument to supply custom disclaimer/banner on login screenNavaL
2016-02-03reverting unnecessary steps to not re-load leap-sessions on re-login, as they...NavaL
2016-02-03move leap session creation to be done after interstitial is loadedNavaL
2016-01-22re-introduced logout functionality for multi-userNavaL
2016-01-22Add mutli-user mode to user-agentFolker Bernitt