Plugin for assigning users to a topic
Go to file
Natalie Tay 20cdd5ae87
DEV: Use match_array for spec allowed groups (#520)
2023-11-02 19:16:54 +08:00
.github/workflows DEV: Update CI workflows (#424) 2023-01-10 18:03:19 +00:00
app DEV: Update ruby linting (#518) 2023-10-20 17:04:03 +02:00
assets DEV: Use `@discourse/lint-configs` (#517) 2023-10-23 12:08:11 +02:00
config Update translations (#514) 2023-10-11 11:17:57 +02:00
db/migrate FIX: reassign when assignment limit is fulfilled (#419) 2023-01-20 13:34:22 +11:00
lib DEV: Update ruby linting (#518) 2023-10-20 17:04:03 +02:00
spec DEV: Use match_array for spec allowed groups (#520) 2023-11-02 19:16:54 +08:00
svg-icons UX: improve custom icons for group assign (#441) 2023-02-13 17:19:25 -05:00
test/javascripts DEV: Use `@discourse/lint-configs` (#517) 2023-10-23 12:08:11 +02:00
.discourse-compatibility FIX: granular webhooks (#498) 2023-10-09 03:26:40 +00:00
.eslintrc.cjs DEV: Use `@discourse/lint-configs` (#517) 2023-10-23 12:08:11 +02: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
.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.js DEV: Use `@discourse/lint-configs` (#517) 2023-10-23 12:08:11 +02:00
Gemfile DEV: Bump rubocop-discourse and correct violations (#409) 2022-12-23 19:55:31 +00:00
Gemfile.lock DEV: Update ruby linting (#518) 2023-10-20 17:04:03 +02:00
README.md DEV: Modernization/cleanup (#480) 2023-06-22 10:06:37 +02:00
package.json DEV: Use `@discourse/lint-configs` (#517) 2023-10-23 12:08:11 +02:00
plugin.rb DEV: Modernization/cleanup (#480) 2023-06-22 10:06:37 +02:00
translator.yml DEV: Switch from Transifex to Crowdin 2020-07-16 14:00:20 +02:00
yarn.lock DEV: Use `@discourse/lint-configs` (#517) 2023-10-23 12:08:11 +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