summary refs log tree commit diff
path: root/static (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Completely replace fallback auth for C/S V2:David Baker2015-04-011-1/+5
| | | | | | | * Now only the auth part goes to fallback, not the whole operation * Auth fallback is a normal API endpoint, not a static page * Params like the recaptcha pubkey can just live in the config Involves a little engineering on JsonResource so its servlets aren't always forced to return JSON. I should document this more, in fact I'll do that now.
* tabs/spacesDavid Baker2015-02-241-8/+8
|
* Use standard form submission so the go button on the keyboard works.David Baker2015-02-241-3/+3
|
* Fallback registration page: oops. Removed dev test.manuroe2015-02-241-1/+1
|
* Fallback registration page: added the classic viewport meta to fix the ↵manuroe2015-02-242-1/+6
| | | | display on iPhone Safari and webview. The width of input elements also needs to be fixed.
* Set user-visible error when the server is misconfigured.Kegan Dougal2015-02-241-0/+1
|
* Add jqueryKegan Dougal2015-02-231-0/+4
|
* Get everything workingKegan Dougal2015-02-232-24/+113
|
* Add core registration html/jsKegan Dougal2015-02-235-0/+308