Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use recaptcha_ajax.js directly from Google | Andrej Shadura | 2018-08-10 | 2 | -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. | ||||
* | Updates to fallback CAS login to do new token login | Steven Hammerton | 2015-11-06 | 1 | -26/+12 |
| | |||||
* | Use correct service url | Erik Johnston | 2015-10-26 | 1 | -3/+1 |
| | |||||
* | Add login fallback | Erik Johnston | 2015-10-26 | 5 | -0/+280 |
| | |||||
* | Move static folder into synapse | Erik Johnston | 2015-10-26 | 6 | -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. |