summaryrefslogtreecommitdiff
path: root/service/pixelated/resources/login_resource.py
AgeCommit message (Expand)Author
2017-07-25[pkg] packaging and path changesKali Kaneko
2017-04-19[#927] Adds email template translation for portugueseAnike Arni
2017-03-30[#932] Makes account recovery resource publicAnike Arni
2017-03-14[#924] Implements update recovery code through bitmaskThais Siqueira
2017-02-21[#907] Change auth-error urlTulio Casagrande
2017-02-21[#907] Translate auth error message on loginTulio Casagrande
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] Simplify static folderAnike Arni
2017-02-16[#907] Convert login page to reactTulio Casagrande
2017-02-13[#907] Change login status to return jsonTulio Casagrande
2017-02-13[#907] Rename successful login variables and methodsTulio Casagrande
2017-02-10[#907] Change interstitial to query for new status resourceTulio Casagrande
2017-02-10[#907] Encapsulate user_uuid on login completeTulio Casagrande
2017-02-10[#907] Add login status to sessionTulio Casagrande
2017-02-10[#907] Remove unused login error handlerTulio Casagrande
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
2016-12-29Use only dist folder for serving applicationAnike Arni
2016-12-08Revert "[#801] Merge branch 'signup'"Roald 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-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-01[#849] Change unauthorized messageTulio Casagrande
2016-11-30add csrf token to login formRoald de Vries
2016-11-29Merge branch 'master' into signupRoald de Vries
2016-11-23Adds traceback to logs.Denis Costa
2016-11-18serve signup page through twistedRoald de Vries
2016-10-28authentication now returns AuthenticationNavaL
2016-10-19Adapted login to ignore anything after @ charBruno Wagner
2016-10-19Adapted logging in the UA to use twisted.loggerBruno Wagner
2016-10-05remove `set_portal`, it's not neededRoald de Vries
2016-09-23Fixes typo.Denis Costa
2016-09-23Adds translation to welcome mail.Denis Costa
2016-08-31Reading interstitial on class initBruno Wagner
2016-06-23refactoring: renaming services factory methods to relate them to user service...NavaL
2016-05-22accomodates the case where the email address is the data sent with the eventNavaL
2016-04-13Issue #431: ReviewFelix Hammerl
2016-04-08Issue #431: extractes the generic handling for error callbacks in init and ha...Zara Gebru
2016-02-25Backend and frontend protection against csrf attacks:NavaL
2016-02-22Removes stacktrace errors from appearing on the login page.NavaL
2016-02-22Removes stacktrace errors from appearing on the login page.NavaL
2016-02-11adds argument to supply custom disclaimer/banner on login screenNavaL
2016-02-05closing the services closes leap session, which stops background tasks, close...NavaL
2016-02-03reverting unnecessary steps to not re-load leap-sessions on re-login, as they...NavaL
2016-02-03checks to load leap sessions and services or notNavaL
2016-02-03move leap session creation to be done after interstitial is loadedNavaL