summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-19fix delete temporal fileskali
2012-11-14delete temp folder for management socket after client shutdownkali
Close #742
2012-11-14hide the systray icon until the firstrun wizard is completekali
Closes #762
2012-11-14make the check for valid client cert the trigger for first-run-wizardkali
Closes #803 And with this we've completed all features blocking the release goal: generic client.
2012-11-14Merge branch 'feature/generic-wizard' into developkali
The generic wizard (big) branch is now stabilised. A bunch of refactors have gone together with this topic branch: - client does not have any info included for default service providers. - user has to run the first-run wizard and manually entry domain for sample provider. - remove all remains of the older branding strategy for default provider. - srp registration + authentication are integrated with the signup process.
2012-11-14make tests pass + pep8kali
They were breaking mainly because I did not bother to have a pass over them to change the PROVIDER settings from the branding case. All good now, although much testing is yet needed and some refactor could be used. long live green tests!
2012-11-13fix missing provider parameter in leapconfig objects chainkali
2012-11-13remove sample servicekali
Ip for example.org
2012-11-13check credentials on login branchkali
plus fix repaint on populateErrors on login page, should refactor to ToBeValidated class or something similar, with the other paintEvent functions that implement the painting of errors coming from the "next" validating page.
2012-11-12connect wizard cancel button with shutdownkali
2012-11-12uncomment download_ca_cert callkali
2012-11-12fix import pathkali
2012-11-12catch error when management interface is missing during shutdownkali
2012-11-12moved thread code to gui/threadskali
2012-11-12fix prevalidation error showing in register page.kali
2012-11-12cleanup errors on page init and on field changekali
2012-11-12fix uri for sessions PUTkali
2012-11-12fix layout on providerinfo pagekali
2012-11-12add signal to start eip conductor after last checkskali
2012-11-12fix cert fetching over httpskali
2012-11-09working version of the fake provider.kali
wizard can now be completely tested against this.
2012-11-09Merge branch 'feature/srp_tests' into feature/generic-wizardkali
2012-11-09Merge branch 'feature/srp_tests' into feature/generic-wizardkali
2012-11-09connect page merged into regvalidation.kali
Flow nearly working with fake provider, except for authentication.
2012-11-08more careful error catching during registration.kali
added a twisted server that fakes some of the provider interaction.
2012-11-08more specific errors catched during srpauthkali
2012-11-08selectprovider rename + fix onComplete function for provider entrykali
2012-11-08catch conn error while fetching provider infokali
2012-11-08allow user to specify host:port for provider selectionkali
2012-11-07fix issue with refresh timingkali
using end_sentinel as a workaround for the lack of refresh. doing a pause so user gets some feedback about what's going on. error messages on select provider page should be all covered now.
2012-11-07changes to update_signalkali
+ Fix update + Rename + Changed signature (we update progress bar from slot now)
2012-11-06add 404 catch to registerkali
2012-11-06split wizard into separate fileskali
so we don't go nuts yet.
2012-11-06new validation pages in a reusable MVC stylekali
using progress indicators inside QTableWidget
2012-10-29changed test uri and cookie name.antialias
pep8 clean up.
2012-10-26Added generalize test to SRP URIs andantialias
failing test cases for SRP.
2012-10-26stop eip connection when first run wizard startedkali
Closes #716
2012-10-26hide aboutQt menu entrykali
2012-10-26fix systray context menu.kali
Closes #761
2012-10-26save user/pass only if save_user checked in wizardkali
2012-10-26user credentials saved on login/signup branches.kali
cert request is using magick decorator that retrieves the certificates using srp.
2012-10-25login branch in wizardkali
2012-10-24add notes about version freezings and couple of TODOskali
2012-10-24fix checks that were getting default provider domain var stillkali
2012-10-24last page of wizard displays the connection stepskali
2012-10-24revoved all refs to branded client from READMEkali
2012-10-24removed branding info from branding config filekali
So we officially can say this is a generic client now. Branding config file is still at pkg/branding/config.py Note that with this change the package is called now leap-client so you will have to remove old installs of leap-foo-client in your path (from previous branded builds). Changing the package name was an AWFUL and painful idea, and we will not do that again. (launcher is another story). Lesson learned.
2012-10-24sign up branch ends by triggering eip connectionkali
still need to bind signals properly, and block on the validation process until we receive the "connected" signal. but the basic flow is working again, i.e, user should be able to remove the .config/leap folder and get all the needed info from the provider.
2012-10-24save geometry (was badly merged)kali
2012-10-22Test HTTPS Server in place and returning canned responses.antialias
But verification failing.