Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-30 | remove PublicRootResource and use a flag on RootResource instead | Roald de Vries | |
2016-11-30 | use PublicRootResource for root url instead of LoginResource | Roald de Vries | |
2016-11-30 | redirect to login from root url when not logged in | Roald de Vries | |
2016-11-29 | make login resource part of the public root resource | Roald de Vries | |
2016-11-29 | add inbox resource | Roald de Vries | |
2016-11-29 | pass resources to pixelated realm | Roald de Vries | |
2016-11-29 | Merge branch 'master' into signup | Roald de Vries | |
2016-11-29 | root resource inherits from public root | Roald de Vries | |
2016-11-29 | move adding csrf to base resource | Roald de Vries | |
2016-11-29 | return resource instead of username/avatarId as avatar | Roald de Vries | |
2016-11-28 | split inbox resource out of root resource | Roald de Vries | |
2016-11-25 | make credentialsFactories parameter to auth session wrapper optional | Roald de Vries | |
2016-11-24 | add login resource as child of public root resource | Roald de Vries | |
2016-11-24 | add public root resource to serve static files | Roald de Vries | |
2016-11-23 | Fixes pep8 | Denis Costa | |
2016-11-23 | Adds traceback to logs. | Denis Costa | |
2016-11-18 | serve signup page through twisted | Roald de Vries | |
2016-11-11 | readability | Roald de Vries | |
2016-11-04 | [#795] injecting provider on activist mode user-agent initialization ↵ | NavaL | |
--fixing startup bug | |||
2016-11-04 | [#795] fixed missing yield on authenticate in leap initialize for activist mode | NavaL | |
2016-11-03 | Users won't see the traceback on errors anymore #373 | Bruno Wagner | |
2016-11-03 | [#792] refactor pixelated-register and removed leap.auth dependency | NavaL | |
2016-11-03 | [#792] fix pixelated-register | NavaL | |
2016-11-02 | Fix logger variable name | Tulio Casagrande | |
2016-10-28 | changed import, for snap-CI pep8 | NavaL | |
2016-10-28 | adding custom messages per types of auth errors #795 | NavaL | |
2016-10-28 | removing obsolete Leap_password_checker #795 | NavaL | |
2016-10-28 | Fixing Authentication imports #795 | NavaL | |
2016-10-28 | authentication now returns Authentication | NavaL | |
leap session creation is only done post-interstitial and that logic is also extracted into its own class #795 | |||
2016-10-26 | extracting username before doing bonafide auth #795 | NavaL | |
2016-10-26 | Adds real authentication | Denis Costa | |
We also did some refactoring in order to have things working. #795 | |||
2016-10-26 | Fixes tests. | Denis Costa | |
I also split Athenticaton class into two. So I keep the same API for old code and have different things in two different classes. #795 | |||
2016-10-26 | Moving authentication out of login_resource | Bruno Wagner | |
This is ongoing work to be able to accept and validate user domain on login (so the user can use <username> or <username@domain.com>) We are extracting the authentication logic from login_resource to be able to test and cover the cases we need | |||
2016-10-26 | moving pixelated-maintenance register to use bonafide instead of leap.auth #792 | NavaL | |
2016-10-21 | [#797] reinstating use of the provided email body charstet encoding | NavaL | |
2016-10-19 | Adapted login to ignore anything after @ char | Bruno Wagner | |
2016-10-19 | Removed plugins bootstrap from the manhole option | Bruno Wagner | |
2016-10-19 | Adapted logging in the UA to use twisted.logger | Bruno Wagner | |
2016-10-18 | Removed extension that was unused for a long time | Bruno Wagner | |
2016-10-18 | Adapted imports to reflect new bitmask-dev dependency | Bruno Wagner | |
2016-10-11 | [#792] Move leap.bonafide to leap.bitmask.bonafide | Tulio Casagrande | |
2016-10-10 | setting Leapsssion.is_closed only when all services/dependencies are closed | NavaL | |
2016-10-05 | Fix pep8 | Tulio Casagrande | |
2016-10-05 | Setup twisted logger and formatter | Tulio Casagrande | |
2016-10-05 | Move the application.py to twisted logger | Tulio Casagrande | |
2016-10-05 | Changed to new twisted logging system | Tulio Casagrande | |
This was storing loglines and references of the objects until a beginLoginTo was called. We moved to the new logger and added the beginLoginTo line. | |||
2016-10-05 | remove `set_portal`, it's not needed | Roald de Vries | |
2016-10-05 | remove pixelated realm's init parameters | Roald de Vries | |
They weren't used. Currently, the PixelatedAuthSessionWrapper determines the resource to use for a user. It would be more idiomatic to have the realm determine that. Actually, it should return the avatar as an IResource. See http://twistedmatrix.com/documents/current/web/howto/web-in-60/http-auth.html | |||
2016-10-05 | Revert "remove pixelated realm's init parameters" | Roald de Vries | |
This reverts commit 8fa81ff3b2cf0422098395ec9918d5b547fbbca5. | |||
2016-10-05 | remove pixelated realm's init parameters | Roald de Vries | |
They weren't used. Currently, the PixelatedAuthSessionWrapper determines the resource to use for a user. It would be more idiomatic to have the realm determine that. Actually, it should return the avatar as an IResource. See http://twistedmatrix.com/documents/current/web/howto/web-in-60/http-auth.html |