0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-09 21:45:25 +08:00
discourse/spec
Alan Guo Xiang Tan fd567af7bf
SECURITY: Error responses missing Cache-Control header
By default, we want all responses to have the `Cache-Control` header set
to `no-cache, no-store`. Individual controller actions can override the
header when need be.
2025-10-28 14:41:01 +08:00
..
db/migrate FEATURE: Themeable site settings (#32233) 2025-07-16 11:00:21 +10:00
fabricators FEATURE: Enable rich editor for all users (#33699) 2025-07-28 10:08:50 +10:00
fixtures SECURITY: Use nonce-based restrictions during restore 2025-09-30 09:38:52 +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-28 14:44:40 +08:00
import_export DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
initializers DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
integration DEV: Only write session cookie when contents is changed (#33828) 2025-07-25 11:07:07 +01:00
integrity FIX: cross origin opener policy should apply to public error responses (#31559) 2025-03-03 17:04:24 +08:00
jobs FIX: Ensure confirm user fields are exported correctly in user lists. (#34375) 2025-08-18 17:21:11 +10:00
lib SECURITY: Use nonce-based restrictions during restore 2025-09-30 09:38:52 +08: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 FIX: Include TOS and Privacy Policy URLs in signup when login require… (#34985) 2025-09-26 09:16:59 -04: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 SECURITY: Error responses missing Cache-Control header 2025-10-28 14:41:01 +08:00
script/import_scripts DEV: Catch missing translations during test runs (#26258) 2024-05-24 22:15:53 +08:00
serializers FIX: Allow creating new color palettes based on custom palettes (#34351) 2025-08-28 13:00:04 +08:00
services FIX: Allow creating new color palettes based on custom palettes (#34351) 2025-08-28 13:00:04 +08:00
support SECURITY: Rich editor chat transcript XSS 2025-09-30 09:38:57 +08:00
system FIX: Ensure a reviewable is created when directly taking action on user (stable) (#35202) 2025-10-06 20:07:35 +08: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: Clear serializers cache between tests (#34008) 2025-07-31 17:21:22 +03:00
regenerate_swagger_docs
swagger_helper.rb