discourse/spec
Martin Brennan 56eaf91589
FIX: Do not error when anon user looks at secure upload for deleted post (#19792)
If a secure upload's access_control_post was trashed, and an anon user
tried to look at that upload, they would get a 500 error rather than
the correct 403 because of an error inside the PostGuardian logic.
2023-01-09 16:12:10 +10:00
..
fabricators DEV: Specify slug name during Category fabrication 2023-01-06 08:42:26 +08:00
fixtures DEV: Fix png optimization test flakyness (#19535) 2022-12-20 16:05:14 -03:00
helpers
import_export
initializers
integration
integrity
jobs SECURITY: BCC active user emails from group SMTP (#19725) 2023-01-05 06:07:50 +08:00
lib FIX: Do not error when anon user looks at secure upload for deleted post (#19792) 2023-01-09 16:12:10 +10:00
mailers FIX: Improve tags in email subjects and add filter headers (#19760) 2023-01-06 10:03:02 +10:00
models FEATURE: Allow target attribute in links in user_field descriptions (#19102) 2023-01-06 10:18:35 -03:00
multisite DEV: Change HashtagAutocompleteService to use DiscoursePluginRegistry (#19491) 2022-12-19 13:46:17 +10:00
requests FIX: Do not error when anon user looks at secure upload for deleted post (#19792) 2023-01-09 16:12:10 +10:00
script/import_scripts
serializers DEV: Specify slug name during Category fabrication 2023-01-06 08:42:26 +08:00
services FIX: Error condition in SidebarSiteSettingsBackfiller (#19787) 2023-01-09 07:01:58 +08:00
support FIX: Admin can't see user sidebar preferences of other users (#19570) 2022-12-23 11:45:29 +08:00
system FIX: Bookmark auto delete preference usage and default value (#19707) 2023-01-05 08:43:58 +10:00
tasks
views
rails_helper.rb DEV: Change system spec JS log level to SEVERE by default (#19757) 2023-01-05 16:41:22 +10:00
regenerate_swagger_docs
swagger_helper.rb