This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/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
..
adapters DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
components UX: Improve navigation on topic lists for screen readers (#13153) 2021-05-26 12:53:14 +10:00
controllers FIX: Make UI match server behavior for external-auth invites (#13113) 2021-05-26 09:47:44 +01:00
helpers DEV: Correct typos and spelling mistakes (#12812) 2021-05-21 11:43:47 +10:00
initializers DEV: Correct typos and spelling mistakes (#12812) 2021-05-21 11:43:47 +10:00
lib DEV: Remove unused disabled_plugins checks (#13144) 2021-05-26 09:44:58 +10:00
mixins FEATURE: Allow selective dismissal of new and unread topics (#12976) 2021-05-26 09:38:46 +10:00
models FEATURE: Allow selective dismissal of new and unread topics (#12976) 2021-05-26 09:38:46 +10:00
pre-initializers FIX: Allow file-change events soon after reloading (#13065) 2021-05-14 12:36:53 -04:00
raw-views A11Y: makes replies count a button and not a link (#12570) 2021-04-06 08:27:43 +02:00
routes FEATURE: Show stale reviewable to other clients (#13114) 2021-05-26 09:47:35 +10:00
services FEATURE: Introduce theme/component QUnit tests (take 2) (#12661) 2021-04-12 15:02:58 +03:00
styles DEV: Migrate to Ember CLI (#11932) 2021-02-03 14:22:20 -05:00
templates FEATURE: Show stale reviewable to other clients (#13114) 2021-05-26 09:47:35 +10:00
widgets UX: Users can postpone discobot's tutorial. (#13060) 2021-05-25 16:30:16 -07:00
app.js FEATURE: Introduce theme/component QUnit tests (take 2) (#12661) 2021-04-12 15:02:58 +03:00
index.html DEV: Remove unused offscreen-content (#13133) 2021-05-25 18:39:06 +02:00
mapping-router.js DEV: prettier 2.2.1 (#11862) 2021-01-27 12:39:20 +01:00