Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move static folder into synapse | Erik Johnston | 2015-10-26 | 1 | -60/+0 |
| | | | | | | | This is because otherwise it won't get picked up by python packaging. This also fixes the problem where the "static" folder was found if synapse wasn't started from that directory. | ||||
* | 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. | ||||
* | 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 | 1 | -1/+5 |
| | | | | display on iPhone Safari and webview. The width of input elements also needs to be fixed. | ||||
* | Add core registration html/js | Kegan Dougal | 2015-02-23 | 1 | -0/+52 |