Plugin for assigning users to a topic
Go to file
Gavin 382666657d
DEV: Update README.md (#294)
Co-authored-by: Jarek Radosz <jradosz@gmail.com>
2022-02-21 21:05:57 +01:00
.github/workflows DEV: Update CI workflows 2022-01-25 15:02:24 +00:00
app FIX: Reuse topic query method to find group topics (#292) 2022-02-15 19:57:33 +02:00
assets A11Y: Use `autocomplete=off` for search inputs (#290) 2022-02-03 13:50:42 +01:00
config Update translations (#293) 2022-02-15 15:09:52 +01:00
db FEATURE: active flag for assignments (#264) 2021-12-13 08:36:14 +01:00
jobs FIX: better group assign message (#287) 2022-01-30 23:42:44 +01:00
lib FIX: Exclude inactive assigns from assigned_total count (#288) 2022-01-31 15:26:58 -05:00
spec FIX: Exclude inactive assigns from assigned_total count (#288) 2022-01-31 15:26:58 -05:00
svg-icons FIX: correct group icons and notification message (#193) 2021-08-31 08:17:43 +10:00
test/javascripts DEV: Set user attributes earlier in test 2022-01-25 15:02:24 +00:00
.discourse-compatibility DEV: use the empty-state component (#261) 2021-12-09 00:23:10 +04:00
.eslintrc DEV: apply coding standards (#109) 2020-09-04 13:24:23 +02:00
.gitignore DEV: Move to rubocop-discourse. 2020-05-06 17:48:30 +02:00
.prettierrc DEV: Post-release cleanup (#163) 2021-06-28 17:37:27 +02:00
.rubocop.yml DEV: Move to rubocop-discourse. 2020-05-06 17:48:30 +02:00
.template-lintrc.js DEV: Apply prettier 2020-09-09 18:41:42 +01:00
Gemfile DEV: Add RubyGems as source 2020-09-25 11:32:55 -05:00
Gemfile.lock Build(deps): Bump rexml from 3.2.4 to 3.2.5 (#155) 2021-05-02 17:09:19 +02:00
README.md DEV: Update README.md (#294) 2022-02-21 21:05:57 +01:00
package.json DEV: prettier 2.2.1 (#136) 2021-01-27 10:45:35 +01:00
plugin.rb FIX: Reuse topic query method to find group topics (#292) 2022-02-15 19:57:33 +02:00
translator.yml DEV: Switch from Transifex to Crowdin 2020-07-16 14:00:20 +02:00
yarn.lock Build(deps): Bump path-parse from 1.0.6 to 1.0.7 (#183) 2021-08-13 00:49: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