]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
update confwiz to include account creation ui
authorrobk-tahoe <robk-tahoe@allmydata.com>
Mon, 21 Jan 2008 22:13:10 +0000 (15:13 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Mon, 21 Jan 2008 22:13:10 +0000 (15:13 -0700)
commitfc91837f69be49b03c63149bee9b81ca979a2ba8
treec302c309ed60b30626be09a08879729eff0341ad
parentb1152860cd7322bd3b99f181ff25e65bdd432351
update confwiz to include account creation ui

this changes the confwiz so that hitting the 'create account' button, rather than
opening a webbrowser to the register page, instead provides a simple account creation
ui directly, along with changes to the backend (native_client.php) to support that.

also added a 'connecting...' message so the user sees a response when they hit
login or create account, since the getBasedir call can sometimes take up to ~5min
(which is unacceptable for a user product, but this at least somewhat ameliorates
the issue of the ui locking up and not giving the user any feedback while it's
happening)
windows/confwiz.py