summary refs log tree commit diff
path: root/synapse/res (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix Jinja templating error when generating thumbnail URLs. (#12510)Patrick Cloke2022-04-201-1/+1
* Tweak copy for sso account details template (#12265)Michael Telatynski2022-03-223-6/+6
* Reword 'Choose your user name' as 'Choose your account name' in the SSO regis...reivilibre2022-03-211-1/+1
* Update the SSO username picker template to comply with SIWA guidelines (#12210)Brendan Abolivier2022-03-111-3/+3
* Fetch images when previewing Twitter URLs. (#11985)AndrewRyanChama2022-02-221-3/+1
* Allow configuration of the oEmbed URLs. (#10714)Patrick Cloke2021-08-311-0/+17
* Implement MSC3231: Token authenticated registration (#10142)Callum Brown2021-08-211-0/+23
* Display an error page during failure of fallback UIA. (#10561)Callum Brown2021-08-182-0/+6
* Port "Allow users to click account renewal links multiple times without hitti...Andrew Morgan2021-04-192-1/+2
* Support not providing an IdP icon when choosing a username. (#9440)Patrick Cloke2021-02-191-1/+1
* Merge remote-tracking branch 'origin/release-v1.27.0' into social_login_hotfixesRichard van der Hoff2021-02-032-21/+84
|\
| * social login Fix username validation javascript (#9297)Richard van der Hoff2021-02-032-21/+84
* | Social login UI polish (#9301)Richard van der Hoff2021-02-0312-75/+213
* | social login: add noopener to terms link (#9300)Richard van der Hoff2021-02-021-1/+1
|/
* Merge branch 'social_login' into developRichard van der Hoff2021-02-011-1/+1
|\
| * fix broken HTML tagRichard van der Hoff2021-02-011-1/+1
* | Merge branch 'social_login' into developRichard van der Hoff2021-02-018-84/+210
|\|
| * make primary button not wider than viewportBruno Windels2021-02-011-0/+1
| * Collect terms consent from the user during SSO registration (#9276)Richard van der Hoff2021-02-011-0/+39
| * Improve styling and wording of SSO UIA templates (#9286)Richard van der Hoff2021-02-012-24/+47
| * Improve styling and wording of SSO error templates (#9287)Richard van der Hoff2021-02-014-60/+100
| * Make importing display name and email optional (#9277)Richard van der Hoff2021-02-011-0/+23
* | Merge branch 'social_login' into developRichard van der Hoff2021-02-017-146/+301
|\|
| * Replace username picker with a template (#9275)Richard van der Hoff2021-02-015-141/+191
| * Improve styling and wording of SSO redirect confirm template (#9272)Richard van der Hoff2021-02-012-6/+111
* | Clean-up the template loading code. (#9200)Patrick Cloke2021-01-275-13/+13
|/
* Support icons for Identity Providers (#9154)Richard van der Hoff2021-01-201-0/+3
* Give the user a better error when they present bad SSO credsRichard van der Hoff2021-01-131-0/+18
* Add initial support for a "pick your IdP" page (#9017)Richard van der Hoff2021-01-051-0/+28
* Implement a username picker for synapse (#8942)Richard van der Hoff2020-12-183-0/+141
* Ensure that a URL exists in the content during push. (#8965)Patrick Cloke2020-12-181-1/+1
* Include a simple message in email notifications that include encrypted conten...Patrick Cloke2020-10-196-69/+81
* Convert additional templates to Jinja (#8444)Patrick Cloke2020-10-023-0/+79
* Escape the error description on the sso_error template. (#8405)Patrick Cloke2020-09-251-1/+1
* Improve SAML error messages (#8248)Patrick Cloke2020-09-142-56/+39
* Show a confirmation page during user password reset (#8004)Andrew Morgan2020-09-101-0/+16
* Implement login blocking based on SAML attributes (#8052)Richard van der Hoff2020-08-111-5/+12
* Element CSS and logo in email templates (#7919)Jason Robinson2020-07-213-0/+11
* Implement OpenID Connect-based login (#7256)Quentin Gliech2020-05-081-0/+18
* Fixes typo (bellow -> below) (#7449)Patrick Cloke2020-05-072-2/+2
* Use a template for the SSO success page to allow for customization. (#7279)Patrick Cloke2020-04-171-0/+18
* Do not allow a deactivated user to login via SSO. (#7240)Patrick Cloke2020-04-091-0/+10
* Support SAML in the user interactive authentication workflow. (#7102)Patrick Cloke2020-04-011-0/+14
* Use innerText instead of innerHTMLBrendan Abolivier2020-03-131-1/+2
* Update wording and configBrendan Abolivier2020-03-111-2/+2
* Move the default SAML2 error HTML to a dedicated fileBrendan Abolivier2020-03-111-0/+44
* Add a confirmation step to the SSO login flowBrendan Abolivier2020-03-021-0/+14
* Allow HS to send emails when adding an email to the HS (#6042)Andrew Morgan2019-09-204-0/+29
* Allow Synapse to send registration emails + choose Synapse or an external ser...Andrew Morgan2019-09-067-4/+39
* Allow defining HTML templates to serve the user on account renewalBrendan Abolivier2019-08-012-0/+2
* Change password reset links to /_matrix.Erik Johnston2019-06-111-1/+1
* Add ability to perform password reset via email without trusting the identity...Andrew Morgan2019-06-064-0/+28
* Send out emails with links to extend an account's validity periodBrendan Abolivier2019-04-173-0/+54
* Use static locations for Riot iconsTravis Ralston2019-03-013-7/+7
* Ship the email templates as package_dataRichard van der Hoff2018-10-178-0/+331