Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-03 | [#792] refactor pixelated-register and removed leap.auth dependency | NavaL | |
2016-11-03 | [#792] fix pixelated-register | 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 | moving pixelated-maintenance register to use bonafide instead of leap.auth #792 | NavaL | |
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-09-05 | Adapted register after latest changes | Bruno Wagner | |
Register was trying to use LeapConfig and breaking when trying to register users | |||
2016-08-29 | [#765] Move combined_ca_bundle to UA initialization | Tulio Casagrande | |
With this change we don't have to create the combined_ca_bundle for every user at every login. To support this change, we started migrating away from the LeapCertificate class that was making the LeapProvider setup more brittle | |||
2016-08-19 | Started deferring leap session creation #759 | Bruno Wagner | |
Started adapting get_leap_session to deferreds Soledad and keymanager setup calls will now happen in deferreds and leap session creation itself is a deferred with callbacks This is a start in breaking the big blocking calls we were doing on the main thread, this was done without changing code inside the leap libraries yet so things can be further optimized This breaks the ~4 seconds get_leap_session piece into smaller 1 seconds one, that can be further optimized and deferred to even smaller calls There are requests calls happening on the main thread that should get this number even further down Also moved some pieces from bitmask libraries to our bootstrap, because they are not bitmask libraries anymore and that was causing confusion | |||
2015-09-29 | Fixed length check for password to mirror the leap webapp | Bruno Wagner | |
2015-09-28 | Leap web requires 8 length password, so we'll do it on UA too | Bruno Wagner | |
2015-09-14 | ensure the zmq is running | Christoph Kluenter | |
this fixes #455 | |||
2015-07-01 | #346 pep8 fixed | Jefferson Stachelski | |
2015-07-01 | #346 Added a password parameter for script use | Jefferson Stachelski | |
2015-06-17 | clean up unused variables (flake8 violations) | Victor Shyba | |
2015-06-15 | Register now understands fingerprint and certificate arguments again | Bruno Wagner | |
2015-06-10 | Provider web certificate will always be bytestring now, requests complains ↵ | Bruno Wagner | |
otherwise | |||
2015-06-08 | Heavy rework on certs, removed most of it, simplified the logic | Bruno Wagner | |
2015-06-08 | Fixed certificates initialization and removed which_api_bundle | Bruno Wagner | |
2015-06-05 | Moved register out of application like maintenance | Bruno Wagner | |