summary refs log tree commit diff
path: root/synapse/res (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v1.43.0' into babolivier/dinsic_1.48.0Brendan Abolivier2021-12-061-0/+17
|\
| * Allow configuration of the oEmbed URLs. (#10714)Patrick Cloke2021-08-311-0/+17
* | Merge tag 'v1.42.0' into babolivier/dinsic_1.48.0Brendan Abolivier2021-12-063-0/+29
|\|
| * 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
* | Merge commit 'd9f1dccba' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-231-1/+1
|\|
| * Support not providing an IdP icon when choosing a username. (#9440)Patrick Cloke2021-02-191-1/+1
* | Merge commit '2ab6e67ab' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-222-21/+84
|\|
| * 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
* | | Merge commit 'e288499c6' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-2212-76/+214
|\| |
| * | 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 commit '261093072' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-222-4/+4
|\|
| * Merge branch 'social_login' into developRichard van der Hoff2021-02-011-1/+1
| |\
| * \ Merge branch 'social_login' into developRichard van der Hoff2021-02-018-84/+210
| |\ \
* | \ \ Merge commit '351845452' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-228-84/+210
|\ \ \ \ | | |_|/ | |/| |
| * | | fix broken HTML tagRichard van der Hoff2021-02-011-1/+1
| | |/ | |/|
| * | 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 commit '18ab35284' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-227-146/+301
|\ \ \ | | |/ | |/|
| * | 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
* | | Merge commit '2e537a028' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-225-13/+13
|\| |
| * | Clean-up the template loading code. (#9200)Patrick Cloke2021-01-275-13/+13
| |/
* | Merge commit '0cd2938bc' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-0/+3
|\|
| * Support icons for Identity Providers (#9154)Richard van der Hoff2021-01-201-0/+3
* | Merge commit '420031906' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-221-0/+18
|\|
| * Give the user a better error when they present bad SSO credsRichard van der Hoff2021-01-131-0/+18
* | Merge commit '0312266ee' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-211-0/+28
|\|
| * Add initial support for a "pick your IdP" page (#9017)Richard van der Hoff2021-01-051-0/+28
* | Merge commit '28877fade' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-214-1/+142
|\|
| * 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
* | Merge commit 'de5cafe98' into dinsicAndrew Morgan2020-12-316-69/+81
|\|
| * Include a simple message in email notifications that include encrypted conten...Patrick Cloke2020-10-196-69/+81
* | Allow users to click account renewal links multiple times without hitting an ...Andrew Morgan2020-12-302-1/+2
|/
* 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