Plugin for assigning users to a topic
Go to file
Bianca Nenciu d8821aa16d
DEV: Promote historic post_deploy migrations (#402)
This commit promotes all post_deploy migrations which existed in
Discourse v2.8.0 (timestamp <= 20220107014925)
2022-12-19 17:28:09 +02:00
.github/workflows DEV: Update CI workflows (#393) 2022-11-07 12:43:35 -06:00
app FEATURE: do not suggest users on vacation (#395) 2022-12-14 12:42:17 +04:00
assets FEATURE: Make plugin compatible with redesigned user messages (#399) 2022-12-07 06:22:14 +08:00
config UX: update small actions to use sentence case (#401) 2022-12-14 13:28:07 -05:00
db/migrate DEV: Promote historic post_deploy migrations (#402) 2022-12-19 17:28:09 +02:00
jobs DEV: Add assignment ID to assign notification data (#365) 2022-08-11 06:43:49 +03:00
lib FEATURE: do not suggest users on vacation (#395) 2022-12-14 12:42:17 +04:00
spec FEATURE: do not suggest users on vacation (#395) 2022-12-14 12:42:17 +04:00
svg-icons FIX: correct group icons and notification message (#193) 2021-08-31 08:17:43 +10:00
test/javascripts FEATURE: Make plugin compatible with redesigned user messages (#399) 2022-12-07 06:22:14 +08:00
.discourse-compatibility FEATURE: Add assigns tab to the experimental user menu (#366) 2022-08-17 11:57:15 +03:00
.eslintrc DEV: apply coding standards (#109) 2020-09-04 13:24:23 +02:00
.git-blame-ignore-revs DEV: Ignore stree commit from git blame 2022-07-27 13:48:51 -03: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: Apply syntax_tree formatting 2022-07-27 13:48:51 -03:00
Gemfile.lock DEV: Bump rubocop-discourse (#385) 2022-10-03 20:12:55 +02:00
README.md DEV: Update README.md (#294) 2022-02-21 21:05:57 +01:00
package.json Bump eslint-config-discourse from 1.1.8 to 3.3.0 (#397) 2022-11-29 00:20:48 +01:00
plugin.rb FEATURE: do not suggest users on vacation (#395) 2022-12-14 12:42:17 +04:00
translator.yml DEV: Switch from Transifex to Crowdin 2020-07-16 14:00:20 +02:00
yarn.lock Bump eslint-config-discourse from 1.1.8 to 3.3.0 (#397) 2022-11-29 00:20:48 +01: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