Age | Commit message (Collapse) | Author |
|
|
|
addToForm was an attempt to not use ajax but just the normal form submit.
Turns out it's easy to add hidden fields to the form but quite cumbersome to remove the password fields from teh form so they are not submitted over the eventually untrusted channel.
So we use ajax for updates just like for signup.
|
|
|
|
|
|
|
|
They should be independent of the url we're serving the page from
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* still need to fix the algo for auth
* Also need to get the http verbs right
|
|
|
|
|
|
|