discourse/plugins/chat/spec
Alan Guo Xiang Tan 832b3b9e60
FEATURE: Remove support for legacy navigation menu (#23752)
Why this change?

Back in May 17 2023 along with the release of Discourse 3.1, we announced
on meta that the legacy hamburger dropdown navigation menu is
deprecated and will be dropped in Discourse 3.2. This is the link to the announcement
on meta: https://meta.discourse.org/t/removing-the-legacy-hamburger-navigation-menu-option/265274

## What does this change do?

This change removes the `legacy` option from the `navigation_menu` site
setting and migrates existing sites on the `legacy` option to the
`header dropdown` option.

All references to the `legacy` option in code and tests have been
removed as well.
2023-10-09 07:24:10 +08:00
..
components/chat DEV: Migrate `Chat::MessageCreator` to a service (#22390) 2023-09-07 08:57:29 +02:00
fabricators FEATURE: add outgoing web hooks for Chat messages 2023-09-13 17:31:42 -03:00
integration FEATURE: add outgoing web hooks for Chat messages 2023-09-13 17:31:42 -03:00
jobs FEATURE: Link chat notifications directly to message (#23617) 2023-09-16 20:37:35 +01:00
lib Revert "FEATURE: Add chat message notifications for personal chats (#23307)" (#23559) 2023-09-13 19:33:22 +08:00
mailers DEV: Migrate `Chat::MessageCreator` to a service (#22390) 2023-09-07 08:57:29 +02:00
models FIX: ensures an empty last message won't cause errors (#23647) 2023-09-25 12:43:04 +02:00
policies/chat/channel DEV: Migrate `Chat::MessageCreator` to a service (#22390) 2023-09-07 08:57:29 +02:00
queries/chat UX: remove excerpt + style change to thread list item (#23776) 2023-10-06 15:11:04 +02:00
requests DEV: removes the notion of staged thread (#23612) 2023-09-15 18:09:45 +02:00
serializer FEATURE: implements user based sidebar mode (#23078) 2023-08-18 20:33:07 +02:00
services DEV: enforces system user membership (#23771) 2023-10-04 17:03:23 +02:00
support FEATURE: Show unread in sidebar for unread channel threads (#22342) 2023-07-17 13:00:49 +10:00
system FEATURE: Remove support for legacy navigation menu (#23752) 2023-10-09 07:24:10 +08:00
validators DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
plugin_helper.rb DEV: Migrate `Chat::MessageCreator` to a service (#22390) 2023-09-07 08:57:29 +02:00
plugin_spec.rb DEV: Refactor chat oneboxes (#23031) 2023-09-04 16:55:02 +02:00