discourse/spec
zogstrip 062e1f33f7
FEATURE: open the discourse-id gates
- Unhide the 'enable_discourse_id' site setting so people can toggle it
  via the standard "site setting" admin page rather than via the CLI
- Update the "EnableDiscourseIdValidator" to automatically register when
  enabling the site setting
- Update the "DiscourseId::Register" service to also support registering
  via a _secret_ "discourse login api key" (that will bypass the
  challenge flow)
- Update all the specs according to the changes

Internal ref - t/161934
2025-09-22 17:56:21 +02:00
..
db/migrate DEV: Fix incorrect SyncTimerableIdTopicId migration (#34837) 2025-09-17 13:54:29 +08:00
fabricators FIX: In chat messages, filter uploads by UserUpload, not by Upload.user (#34596) 2025-09-01 20:06:27 +10:00
fixtures DEV: Allow DROP DEFAULT in pre-deploy migrations (#34838) 2025-09-17 16:15:02 +08:00
generator DEV: Silence the output of migration specs (#26365) 2024-03-26 11:32:44 +01:00
helpers DEV: Remove dual mode support for palettes and drop theme-owned palettes (#34467) 2025-08-26 06:24:11 +03:00
import_export DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
initializers DEV: Patch ActiveRecord's postgresql adapter .new_client (#33820) 2025-09-18 11:34:37 +08:00
integration DEV: Debug cookie overflows 2025-09-01 09:38:52 +02:00
integrity FEATURE: Append locale to links in crawler view if present (#34466) 2025-08-22 08:46:33 +08:00
jobs DEV: rename topic_id to timerable_id for BaseTimer (#34667) 2025-09-17 13:19:17 +08:00
lib FEATURE: open the discourse-id gates 2025-09-22 17:56:21 +02:00
mailers DEV: Remove ability to use users' names in group mention notifications and mentions shown in emails and added :user_notification_email_options plugin modifier to allow plugins reintroduce this or other modifications to emails (#33449) 2025-07-14 15:20:08 -05:00
models FEATURE: Do not bump topic on post edit (#34681) 2025-09-22 11:28:45 +10:00
multisite FEATURE: Themeable site settings (#32233) 2025-07-16 11:00:21 +10:00
queries/reports UX: Add admin report for associated accounts by login provider (#34187) 2025-08-14 09:24:14 -04:00
requests FIX: DiscourseConnect provider redirect to forum instead of the sso_redirect_url in the payload (#34580) 2025-09-19 15:09:34 +02:00
script/import_scripts DEV: Catch missing translations during test runs (#26258) 2024-05-24 22:15:53 +08:00
serializers DEV: Add capability to pass an icon setting into auth provider registration (#34584) 2025-08-28 09:14:36 -05:00
services FEATURE: open the discourse-id gates 2025-09-22 17:56:21 +02:00
support FIX: DiscourseConnect provider redirect to forum instead of the sso_redirect_url in the payload (#34580) 2025-09-19 15:09:34 +02:00
system FEATURE: Show themeable site settings in site setting lists (#34666) 2025-09-22 10:55:23 +10:00
tasks DEV: Only load specific plugin bundles during qunit test (#33678) 2025-07-21 21:00:48 +01:00
views FIX: Use correct subcategory subfolder path in crawler (#34250) 2025-08-12 16:14:50 +08:00
rails_helper.rb DEV: suppress noisy warning from system test runs (#34855) 2025-09-18 12:53:47 +10:00
regenerate_swagger_docs DEV: Add API docs for uploads and API doc watcher (#15387) 2021-12-23 08:40:15 +10:00
swagger_helper.rb DEV: Bump rswag-specs from 2.11.0 to 2.13.0 (#24654) 2023-12-07 08:16:47 +08:00