summary refs log tree commit diff
path: root/synapse/static/client/register (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove registration fallback code. (#15405)Patrick Cloke2023-04-135-220/+0
| | | | | | The registration fallback is broken and unspecced. This removes it since there is no plan to spec it. Note that this does not modify the login fallback code.
* Add viewport directive to HTML templates to optimise for mobile (#13493)Germain2022-08-111-1/+2
|
* Display an error page during failure of fallback UIA. (#10561)Callum Brown2021-08-181-1/+5
|
* Make it clearer to the user that they haven't overridden onLogin/Register ↵Andrew Morgan2020-04-091-1/+1
| | | | (#7237)
* Upgrade jQuery to 3.x on fallback login/registration screens (#7236)Andrew Morgan2020-04-094-8/+7
|
* switch from google.com to recaptcha.net for reCAPTCHA (#4731)Matthew Hodgson2019-02-251-1/+1
| | | | | | | | * add trivial clarification about jemalloc * switch from google.com to recaptcha.net because https://developers.google.com/recaptcha/docs/faq#can-i-use-recaptcha-globally
* Use recaptcha_ajax.js directly from GoogleAndrej Shadura2018-08-102-196/+1
| | | | | | | | | The script recaptcha_ajax.js contains minified non-free code which we probably cannot redistribute. Since it talks to Google servers anyway, it is better to just download it from Google directly instead of shipping it. This fixes #1932.
* Move static folder into synapseErik Johnston2015-10-266-0/+411
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.