summary refs log tree commit diff
path: root/static/client/register/style.css (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move static folder into synapseErik Johnston2015-10-261-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 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.
* 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-241-1/+5
| | | | display on iPhone Safari and webview. The width of input elements also needs to be fixed.
* Add core registration html/jsKegan Dougal2015-02-231-0/+52