Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Completely replace fallback auth for C/S V2: | David Baker | 2015-04-01 | 1 | -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/spaces | David Baker | 2015-02-24 | 1 | -8/+8 |
| | |||||
* | Use standard form submission so the go button on the keyboard works. | David Baker | 2015-02-24 | 1 | -3/+3 |
| | |||||
* | Fallback registration page: oops. Removed dev test. | manuroe | 2015-02-24 | 1 | -1/+1 |
| | |||||
* | Fallback registration page: added the classic viewport meta to fix the ↵ | manuroe | 2015-02-24 | 2 | -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 Dougal | 2015-02-24 | 1 | -0/+1 |
| | |||||
* | Add jquery | Kegan Dougal | 2015-02-23 | 1 | -0/+4 |
| | |||||
* | Get everything working | Kegan Dougal | 2015-02-23 | 2 | -24/+113 |
| | |||||
* | Add core registration html/js | Kegan Dougal | 2015-02-23 | 5 | -0/+308 |