Plugin for assigning users to a topic
Go to file
Martin Brennan a3ce637f49
DEV: Tweak has_content? check (#654)
https://github.com/discourse/discourse/pull/32145 in core
changes the mentions a bit and introduces inline-flex,
which means that part of the content is not visible according
to capybara. Checking for `:all` fixes this.
2025-04-04 12:14:14 +10:00
.github/workflows DEV: Update CI workflows (#424) 2023-01-10 18:03:19 +00:00
app FIX: Not send notifications when it should never notify assignment (#620) 2024-12-12 11:28:11 -03:00
assets DEV: Remove the legacy widget post menu code (#650) 2025-04-02 22:36:32 +01:00
config FIX: Ensure assign plugin respects `prioritize_full_name_in_ux` site setting (#632) 2025-03-14 18:08:28 -05:00
db/migrate FEATURE: new "notification level when assigned" user preference (#626) 2025-01-16 17:59:16 +01:00
lib FIX: Incorrect ussage of prioritize_full_name_in_ux replaced by prioritize_username_in_ux (#645) 2025-03-14 19:09:43 -05:00
spec DEV: Tweak has_content? check (#654) 2025-04-04 12:14:14 +10:00
svg-icons UX: improve custom icons for group assign (#441) 2023-02-13 17:19:25 -05:00
test/javascripts DEV: Drop widget post-menu test (#652) 2025-04-01 15:38:31 +01:00
.discourse-compatibility DEV: Remove the legacy widget post menu code (#650) 2025-04-02 22:36:32 +01:00
.git-blame-ignore-revs DEV: Ignore stree commit from git blame 2022-07-27 13:48:51 -03:00
.gitignore DEV: Use `@discourse/lint-configs` (#517) 2023-10-23 12:08:11 +02:00
.npmrc DEV: Switch to use pnpm (#594) 2024-10-14 13:37:54 +02:00
.prettierrc.cjs DEV: Use `@discourse/lint-configs` (#517) 2023-10-23 12:08:11 +02:00
.rubocop.yml DEV: Introduce syntax_tree for ruby formatting (#408) 2022-12-23 20:35:55 +00:00
.streerc DEV: Introduce syntax_tree for ruby formatting (#408) 2022-12-23 20:35:55 +00:00
.template-lintrc.cjs DEV: Update linting (#534) 2023-11-29 23:02:00 +01:00
Gemfile DEV: Bump rubocop-discourse and correct violations (#409) 2022-12-23 19:55:31 +00:00
Gemfile.lock DEV: Update linting (#644) 2025-03-17 10:55:37 +00:00
LICENSE DEV: Update license (#636) 2025-02-24 11:20:23 +08:00
README.md DEV: Modernization/cleanup (#480) 2023-06-22 10:06:37 +02:00
eslint.config.mjs DEV: Update eslint config (#606) 2024-11-19 11:19:10 +01:00
package.json DEV: Update linting (#644) 2025-03-17 10:55:37 +00:00
plugin.rb FEATURE: add "assigned:<name>" filter (in the /filter page) (#648) 2025-03-24 10:34:12 +01:00
pnpm-lock.yaml DEV: Update linting (#644) 2025-03-17 10:55:37 +00:00
stylelint.config.mjs DEV: Update linting (#635) 2025-02-19 18:06:37 +01:00
translator.yml DEV: Switch from Transifex to Crowdin 2020-07-16 14:00:20 +02:00

README.md

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