discourse/app
Dan Ungureanu dd175537f3
FIX: Existing shared drafts should be accessible (#11915)
Disabling shared drafts used to leave topics in an inconsistent state
where they were not displayed as shared drafts and thus there was no
way of publishing them. Moreover, they were accessible just to users
who have permissions to create shared drafts.

This commit adds another permission check that is used for most
operations and the old can_create_shared_draft? remains used just when
creating a new shared draft.
2021-02-01 16:16:34 +02:00
..
assets FIX: Existing shared drafts should be accessible (#11915) 2021-02-01 16:16:34 +02:00
controllers FIX: Existing shared drafts should be accessible (#11915) 2021-02-01 16:16:34 +02:00
helpers FIX: Cleanup authentication_data cookie after login (#11834) 2021-01-25 13:47:44 +00:00
jobs FEATURE: Add daily job to check for new features 2021-02-01 10:31:44 +08:00
mailers FEATURE: reason to reject user signup (#11700) 2021-01-15 09:43:26 +11:00
models FIX: Return the CDN's URL when using the site's small logo as the system's user avatar. 2021-02-01 10:31:36 +08:00
serializers FIX: Existing shared drafts should be accessible (#11915) 2021-02-01 16:16:34 +02:00
services DEV: Replace 'processed' column on notifications with new table (#11864) 2021-01-27 10:29:24 -06:00
views FIX: Cleanup authentication_data cookie after login (#11834) 2021-01-25 13:47:44 +00:00