discourse/spec
Krzysztof Kotlarek b061631c18
FIX: correctly untrack topics when dismiss unread (#23894)
Bug introduced when dismiss modal was moved to new component-based API - https://github.com/discourse/discourse/pull/22262

We need to track `dismissTopics` property to send correct request to  server.

Meta: https://meta.discourse.org/t/dismiss-all-unread/280948
2023-10-11 02:51:43 +00:00
..
fabricators FEATURE: granular webhooks (#23070) 2023-10-09 03:35:31 +00:00
fixtures SECURITY: Reduce maximum size of SVG sprite cache to prevent DoS 2023-09-12 15:31:28 -03:00
helpers DEV: Update application_helper_spec following 1bd00076 (#23413) 2023-09-05 20:56:03 +01:00
import_export
initializers
integration
integrity
jobs FEATURE: granular webhooks (#23070) 2023-10-09 03:35:31 +00:00
lib FIX: List parent/child tags correctly for categories restricted to tag groups (#23708) 2023-10-10 17:30:24 +00:00
mailers
migrations DEV: Switch over category settings to new table - Part 3 (#20657) 2023-09-12 09:51:49 +08:00
models FIX: Update upload security on post rebake from UI (#23861) 2023-10-10 11:15:51 +10:00
multisite
requests FEATURE: granular webhooks (#23070) 2023-10-09 03:35:31 +00:00
script/import_scripts
serializers FEATURE: Remove support for legacy navigation menu (#23752) 2023-10-09 07:24:10 +08:00
services DEV: Add failing test for pull-hotlinked codeblocks (#23682) 2023-09-29 09:55:51 +01:00
support DEV: Replace custom Onebox symbolize_keys implementation with ActiveSupport (#23828) 2023-10-09 09:32:09 +02:00
system FIX: correctly untrack topics when dismiss unread (#23894) 2023-10-11 02:51:43 +00:00
tasks DEV: Add gjs support for themes (#23473) 2023-10-02 12:36:06 +02:00
views
rails_helper.rb DEV: Allow Capybara's server port to be configurable (#23606) 2023-09-15 11:46:03 +08:00
regenerate_swagger_docs
swagger_helper.rb