Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make it clearer to the user that they haven't overridden onLogin/Register ↵ | Andrew Morgan | 2020-04-09 | 1 | -1/+1 |
| | | | | (#7237) | ||||
* | Upgrade jQuery to 3.x on fallback login/registration screens (#7236) | Andrew Morgan | 2020-04-09 | 3 | -7/+5 |
| | |||||
* | Use recaptcha_ajax.js directly from Google | Andrej Shadura | 2018-08-10 | 1 | -195/+0 |
| | | | | | | | | | 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 synapse | Erik Johnston | 2015-10-26 | 3 | -0/+316 |
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. |