Age | Commit message (Expand) | Author |
2017-02-21 | [#907] Translate auth error message on login | Tulio Casagrande |
2017-02-16 | [#907] Bundles login static files separately | Anike Arni |
2017-02-16 | [#907] Adapt login status to work with single user | Tulio Casagrande |
2017-02-16 | [#907] Convert login page to react | Tulio Casagrande |
2017-02-13 | [#907] Rename successful login variables and methods | Tulio Casagrande |
2017-02-10 | [#907] Add login status to session | Tulio Casagrande |
2017-02-09 | [#922] Rename backup account flow | Tayane Fernandes |
2017-02-02 | [#922] Adds test for recovery resouce | Anike Arni |
2017-01-21 | Remove old UploadKeyError test | Tulio Casagrande |
2017-01-21 | Re-raise the same exception to keep context | Tulio Casagrande |
2017-01-21 | Make registering of events for fresh accounts a bit more robust by replacing ... | Ola Bini |
2017-01-20 | Rebase previous PR on current master - see PR #915 for details | Ola Bini |
2017-01-20 | Merge pull request #916 from olabini/fix-broken-assert-welcome-email | Tulio Casagrande |
2017-01-19 | Add copyright statements to all Python files that doesn't have it | Ola Bini |
2017-01-19 | Fix broken test for default language for user | Ola Bini |
2017-01-17 | [#885] Adds test to ensure the right type for user_uuid and passphrase | Thais Siqueira |
2017-01-13 | Mock register events to not complain about zmq certs | Tulio Casagrande |
2017-01-12 | Re-raise the exception after closing the session | Tayane Fernandes |
2017-01-10 | Check if key is synchronized with server at every login | Tulio Casagrande |
2017-01-10 | Fix regenerate keys test flow | Tulio Casagrande |
2017-01-09 | Log user's current key for easier debug | Tulio Casagrande |
2017-01-03 | Fixed mockito conflict with zope | Bruno Wagner |
2017-01-02 | [#851] minor refactoring, and using the right keymanager branch | NavaL |
2017-01-02 | [#850] refactoring as a result of moving should_renew to be in key | NavaL |
2017-01-02 | [#850] keys will now be renewed two months before expiry date | NavaL |
2017-01-02 | [#815] regenerating new keys when the current one expires | NavaL |
2017-01-02 | [#815] regenerating new keys when the current one expires | NavaL |
2016-12-14 | [#869] Move from stdlib to twisted trial unittest | Denis Costa |
2016-12-08 | Revert "[#801] Merge branch 'signup'" | Roald de Vries |
2016-12-08 | Revert "[#801] add signup resource + tests" | Roald de Vries |
2016-12-08 | Revert "[#801] serve signup page from signup resource" | Roald de Vries |
2016-12-08 | Revert "[#801] Mocked event server on resource unit test" | Roald de Vries |
2016-12-07 | [#801] Mocked event server on resource unit test | Tulio Casagrande |
2016-12-07 | [#801] serve signup page from signup resource | Zara Gebru |
2016-12-07 | [#801] add signup resource + tests | Zara Gebru |
2016-12-06 | clean up parameters of authsessionwrapper | Zara Gebru |
2016-12-06 | remove some TODO's | Roald de Vries |
2016-12-05 | Merge branch 'master' into signup | Roald de Vries |
2016-12-05 | remove templates folder from root resource parameters | Roald de Vries |
2016-12-05 | use static instead of {startup,public}-assets | Roald de Vries |
2016-12-05 | get templates from pkg_resources | Roald de Vries |
2016-12-02 | [refactor] use static url instead of assets url | Zara Gebru |
2016-12-02 | [#625, #851] fixing log typo and adding test making sure encryption error do... | NavaL |
2016-12-02 | [refactor] move app dir into public dir | Zara Gebru |
2016-12-01 | [#849] Change unauthorized message | Tulio Casagrande |
2016-12-01 | fix root resource tests when zmq is not available | Roald de Vries |
2016-12-01 | WIP: add csrf token to every request | Roald de Vries |
2016-11-30 | add csrf token to login form | Roald de Vries |
2016-11-30 | remove PublicRootResource and use a flag on RootResource instead | Roald de Vries |
2016-11-30 | redirect to login from root url when not logged in | Roald de Vries |