discourse/app
Martin Brennan af9907bb50
FIX: Duplicate hashtag lookup results based on permissions (#19337)
When looking up hashtags which were conflicting (e.g.
management::tag and management) where the user did
not have permission for one of them, we ended up returning
the one they did have permission to (e.g. the tag) twice
because of the way the lookup fallback code worked. This
fixes the issue, and another related one where the
::type was not added to the found item's .ref, and
so the hashtag replacement on the client was not working
correctly.
2022-12-08 10:03:31 +10:00
..
assets FIX: Duplicate hashtag lookup results based on permissions (#19337) 2022-12-08 10:03:31 +10:00
controllers FEATURE: Improve composer warnings for mentions (#18796) 2022-12-05 20:22:05 +02:00
helpers Meta topic: https://meta.discourse.org/t/meta-theme-color-is-not-respecting-current-color-scheme/239815 (#18832) 2022-11-07 10:06:26 +03:00
jobs FIX: Exclude claimed reviewables from user menu (#19179) 2022-12-01 07:09:57 +08:00
mailers SECURITY: Filter tags in user notifications for visibility (#19239) 2022-11-29 10:35:41 -06:00
models FEATURE: better UI to manage 2fa (#19338) 2022-12-08 09:41:22 +11:00
serializers FEATURE: better UI to manage 2fa (#19338) 2022-12-08 09:41:22 +11:00
services FIX: Duplicate hashtag lookup results based on permissions (#19337) 2022-12-08 10:03:31 +10:00
views DEV: use structured data in topic-list for referencing only (#16235) 2022-12-05 18:00:32 +02:00