discourse/spec
Blake Erickson 3b16eb7abb FIX: Confirm new email with backup codes enabled
This is a fix for this bug:

https://meta.discourse.org/t/-/133185?u=blake

where rails would throw a missing template error when trying to confirm
a new email address when you had two factor backup codes enabled.

Apparently this feature broke during this commit:

68d35b14f4

when a partial that contained a lot of javascript was removed most
likely because it didn't comply with our Content Security Policy, so as
a fix I rewrote the previous js functionality without using any
javascript and then added a spec to verify that the correct backup code
form is displayed when that page is loaded.
2019-11-14 16:27:42 -07:00
..
components FIX: SVG Sprite version hash should be based on bundle result 2019-11-14 13:20:16 +00:00
fabricators FEATURE: Webauthn authenticator management with 2FA login (Security Keys) (#8099) 2019-10-01 19:08:41 -07:00
fixtures FEATURE: add SES spam header to recognised spam headers (#8254) 2019-10-28 12:46:53 -04:00
helpers FEATURE: Load translation overrides without JS eval 2019-11-05 19:16:38 +01:00
import_export DEV: clean up dependencies in spec 2019-10-02 14:50:54 +10:00
integration REFACTOR: redo DiscourseTagging.filter_allowed_tags (#8328) 2019-11-12 14:28:44 -05:00
integrity DEV: Update markdown-it from 8.4.1 to 10.0.0 (#8164) 2019-10-08 13:00:22 +02:00
jobs FIX: Do not deactivate admin accounts with recent posts or api keys (#8342) 2019-11-12 16:56:01 +00:00
lib DEV: disable all upload recovery specs 2019-11-11 16:04:18 +11:00
mailers PERF: cache new users counts in summary emails 2019-10-25 16:33:36 -04:00
models DEV: Apply Rubocop redundant return style 2019-11-14 15:10:51 -05:00
multisite DEV: Upgrading Discourse to Zeitwerk (#8098) 2019-10-02 14:01:53 +10:00
requests FIX: Confirm new email with backup codes enabled 2019-11-14 16:27:42 -07:00
serializers FIX: Keep emoji images in group bio excerpt (#8329) 2019-11-11 18:42:08 +02:00
services FIX: Badge and user title interaction fixes (#8282) 2019-11-08 15:34:24 +10:00
support FIX: DistributedMutex (#7953) 2019-08-01 09:12:05 +01:00
tasks FEATURE: Remove attachments and truncate raw field for incoming emails (#8253) 2019-10-30 16:54:35 +11:00
views/omniauth_callbacks FEATURE: Use full page redirection for all external auth methods (#8092) 2019-10-08 12:10:43 +01:00
rails_helper.rb DEV: Upgrading Discourse to Zeitwerk (#8098) 2019-10-02 14:01:53 +10:00