summaryrefslogtreecommitdiff
path: root/service/pixelated/resources
AgeCommit message (Collapse)Author
2017-02-10[#907] Remove unused login error handlerTulio Casagrande
The handle_error_deferred method is supposed to return the error message before the request is finished. This is not the case during the user services setup, since the request was already finished and returned with the interstitial page.
2017-02-09[#922] Rename backup account flowTayane Fernandes
To differentiate between the account recovery flow and the set backup email flow, we renamed all resources and url to reflect this. with @anikarni
2017-02-02[#922] Adds test for recovery resouceAnike Arni
with @tayanefernandes
2017-02-02[#922] Fixes lint errors in accout recovery resourceAnike Arni
with @tayanefernandes
2017-02-01[#922] Create route for account recoveryAnike Arni
with @tayanefernandes
2017-01-25Remove unused variableTulio Casagrande
2017-01-25Extract duplicated methods to a common parentTulio Casagrande
2017-01-25[#907] Suppress traceback upon an unauthorized loginTulio Casagrande
2017-01-19Add copyright statements to all Python files that doesn't have itOla Bini
2017-01-03Simplifies the get_static_folder on RootResourceBruno Wagner
There are only two possibilities currently: - The static files are at web-ui/dist - The static files are installed by the debian package at /usr/share/pixelated-user-agent This change removed the third non-existent possibility that was causing errors sometimes in a new environment (service/web-ui/dist)
2016-12-29Use only dist folder for serving applicationAnike Arni
2016-12-08Revert "[#801] Merge branch 'signup'"Roald de Vries
This reverts commit d10f607a4d40587510b0dc31b31fe4750bf4a3a3, reversing changes made to c28abba2f5b1186c671ebef508d40ffaae6d5bc5.
2016-12-08Revert "[#801] add signup resource + tests"Roald de Vries
This reverts commit db1cf22ca3a86027828aba30417e79363a380350.
2016-12-08Revert "[#801] serve signup page from signup resource"Roald de Vries
This reverts commit b6c655b8a15d610166313949b96fadb181627f90.
2016-12-07[#801] serve signup page from signup resourceZara Gebru
2016-12-07[#801] add signup resource + testsZara Gebru
2016-12-06clean up parameters of authsessionwrapperZara Gebru
2016-12-06remove some TODO'sRoald de Vries
2016-12-05Merge branch 'master' into signupRoald de Vries
2016-12-05no difference between dev and prod static filesRoald de Vries
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[#625, #851] fixing log typo and adding test making sure encryption error ↵NavaL
does propagate to mails resources
2016-12-02[refactor] move app dir into public dirZara Gebru
2016-12-01[#849] Change unauthorized messageTulio Casagrande
2016-12-01use the right inbox templateRoald de Vries
2016-12-01WIP: add csrf token to every requestRoald de Vries
2016-11-30add csrf token to login formRoald 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-29add inbox resourceRoald de Vries
2016-11-29Merge branch 'master' into signupRoald de Vries
2016-11-29root resource inherits from public rootRoald de Vries
2016-11-29move adding csrf to base resourceRoald de Vries
2016-11-29return resource instead of username/avatarId as avatarRoald de Vries
2016-11-28split inbox resource out of root resourceRoald de Vries
2016-11-25make credentialsFactories parameter to auth session wrapper optionalRoald 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-23Adds traceback to logs.Denis Costa
2016-11-18serve signup page through twistedRoald de Vries
2016-11-02Fix logger variable nameTulio Casagrande
2016-10-28changed import, for snap-CI pep8NavaL
2016-10-28removing obsolete Leap_password_checker #795NavaL
2016-10-28authentication now returns AuthenticationNavaL
leap session creation is only done post-interstitial and that logic is also extracted into its own class #795
2016-10-19Adapted login to ignore anything after @ charBruno Wagner
2016-10-19Adapted logging in the UA to use twisted.loggerBruno Wagner