0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-12 03:37:13 +08:00
discourse/plugins/discourse-assign
Arpit Jalan 0a0f4975ef
FIX: Scope group archive and inbox actions to the group's messages (#41662)
Previously, `GroupArchivedMessage.archive!` and `.move_to_inbox!` did
not validate the target topic against the given group before updating
state and triggering events.

This change makes both methods no-ops unless the topic is a private
message with the group as an allowed recipient, and applies the same
check in `TopicsBulkAction`.
2026-07-14 10:05:10 +05:30
..
app FIX: Enforce group visibility when filtering users by group (#41370) 2026-07-03 07:08:52 +02:00
assets UX: Sort assignment notification menu by topic bump date (#41578) 2026-07-13 09:52:22 +10:00
config I18N: Update translations (#41653) 2026-07-13 17:38:52 +02:00
db/migrate DEV: Skip backfill INSERTs in old migrations on fresh installs (#39976) 2026-05-13 13:59:28 +01:00
lib FEATURE: assigned trigger for workflows (#40831) 2026-06-12 16:42:27 +02:00
spec FIX: Scope group archive and inbox actions to the group's messages (#41662) 2026-07-14 10:05:10 +05:30
svg-icons
test/javascripts UX: Sort assignment notification menu by topic bump date (#41578) 2026-07-13 09:52:22 +10:00
package.json DEV: Add a script for generating external types in discourse-types (#37095) 2026-03-09 20:37:43 +01:00
plugin.rb UX: Sort assignment notification menu by topic bump date (#41578) 2026-07-13 09:52:22 +10:00
README.md
tsconfig.json DEV: Add a script for generating external types in discourse-types (#37095) 2026-03-09 20:37:43 +01:00

Assign Plugin

Allows you to assign topics and individual posts (both private and public) to a user or group.

For more information, please see: https://meta.discourse.org/t/discourse-assign/58044