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
David Taylor 1a6bbfd10b
FIX: Do not start the login flow when logging out from SSO/Authenticator (#8423)
This affects login_required sites which use SSO or have only one authenticator enabled. Previously, logging out would redirect to the homepage, which would then redirect to the identity provider. Now, users will be redirected to the Discourse login page. This avoids the confusing situation where a user appears to remain logged in after clicking logout.

Sites which have explicitly defined a logout_redirect url are not affected by this change.

For context, see https://meta.discourse.org/t/134138/2
2019-11-27 11:41:07 +00:00
..
adapters DEV: Import set, setProperties, helper, and string functions (#8297) 2019-11-05 12:43:49 -06:00
components DEV: Remove buffered rendering from user directory 2019-11-26 15:48:43 -07:00
controllers DEV: Use shared logout function when revoking all sessions 2019-11-27 11:09:44 +00:00
helpers DEV: Remove Discourse.Site in favor of import (#8344) 2019-11-13 12:13:47 -05:00
initializers Facebook square icon has been deprciated for Facebook circle 2019-11-22 15:25:20 -05:00
lib FIX: Do not start the login flow when logging out from SSO/Authenticator (#8423) 2019-11-27 11:41:07 +00:00
mixins FIX: Replace this.get("foo") with this.foo to fix linting checks 2019-11-21 11:29:50 +00:00
models FIX: draft not clearing when replying to new topic 2019-11-26 18:23:20 +11:00
pre-initializers DEV: Client side category routing changes 2019-11-26 13:52:14 +00:00
raw-views DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
routes DEV: Client side category routing changes 2019-11-26 13:52:14 +00:00
services DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
templates DEV: Remove buffered rendering from user directory 2019-11-26 15:48:43 -07:00
widgets REFACTOR: poll-pie-chart widget (#8415) 2019-11-27 00:10:43 +01:00
mapping-router.js.es6 DEV: Remove Discourse.Site in favor of import (#8344) 2019-11-13 12:13:47 -05:00