discourse/app
David Taylor f25eda13fa
FIX: Make UI match server behavior for external-auth invites (#13113)
There are two methods which the server uses to verify an invite is being redeemed with a matching email:
  1) The email token, supplied via a `?t=` parameter
  2) The validity of the email, as provided by the auth provider

Only one of these needs to be true for the invite to be redeemed successfully on the server. The frontend logic was previously only checking (2). This commit updates the frontend logic to match the server.

This commit does not affect the invite redemption logic. It only affects the 'show' endpoint, and the UI.
2021-05-26 09:47:44 +01:00
..
assets FIX: Make UI match server behavior for external-auth invites (#13113) 2021-05-26 09:47:44 +01:00
controllers FIX: Make UI match server behavior for external-auth invites (#13113) 2021-05-26 09:47:44 +01:00
helpers FEATURE: Normalize the service worker route (#12343) 2021-05-25 19:39:31 -03:00
jobs FEATURE: Show stale reviewable to other clients (#13114) 2021-05-26 09:47:35 +10:00
mailers FIX: Show inviter name in email's from field (#13141) 2021-05-26 12:55:07 +10:00
models FIX: Show inviter name in email's from field (#13141) 2021-05-26 12:55:07 +10:00
serializers DEV: Remove unused disabled_plugins checks (#13144) 2021-05-26 09:44:58 +10:00
services FEATURE: Allow selective dismissal of new and unread topics (#12976) 2021-05-26 09:38:46 +10:00
views DEV: Remove unused offscreen-content (#13133) 2021-05-25 18:39:06 +02:00