summaryrefslogtreecommitdiff
path: root/service/test/unit/resources/test_login_resource.py
AgeCommit message (Expand)Author
2017-04-20[#927] Sets default language to en-USAnike Arni
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] 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] Convert login page to reactTulio Casagrande
2017-02-13[#907] Rename successful login variables and methodsTulio Casagrande
2017-02-10[#907] Add login status to sessionTulio Casagrande
2017-01-19Add copyright statements to all Python files that doesn't have itOla Bini
2016-12-08Revert "[#801] Merge branch 'signup'"Roald de Vries
2016-12-05Merge branch 'master' into signupRoald de Vries
2016-12-05use static instead of {startup,public}-assetsRoald de Vries
2016-12-01[#849] Change unauthorized messageTulio Casagrande
2016-11-30add csrf token to login formRoald de Vries
2016-10-28authentication now returns AuthenticationNavaL
2016-10-26moving pixelated-maintenance register to use bonafide instead of leap.auth #792NavaL
2016-10-11[#792] Move leap.bonafide to leap.bitmask.bonafideTulio Casagrande
2016-10-07use test client in test case through composition instead of inheritanceRoald de Vries
2016-09-23Replace SRPSession usages with bonafideTulio Casagrande
2016-09-23Adds translation to welcome mail.Denis Costa
2016-08-19Started deferring leap session creation #759Bruno 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-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
2016-01-28making async setup user services after authNavaL
2016-01-27Add a login multi user functional testFolker Bernitt
2016-01-26tests only input names on the login formNavaL
2016-01-25added integration testNavaL
2016-01-25multi user unit testNavaL