Plugin for assigning users to a topic
Go to file
Ted Johansson afb54c7c1e
DEV: Replace #pluck_first monkey patch with native #pick (#467)
2023-05-09 12:59:41 +08:00
.github/workflows DEV: Update CI workflows (#424) 2023-01-10 18:03:19 +00:00
app DEV: Update plugin to match latest guidelines (#450) 2023-03-23 11:12:04 +02:00
assets FIX: Reassigning to a group creates an incorrect mention's link (#468) 2023-05-05 10:00:49 +10:00
config DEV: Update plugin to match latest guidelines (#450) 2023-03-23 11:12:04 +02:00
db/migrate FIX: reassign when assignment limit is fulfilled (#419) 2023-01-20 13:34:22 +11:00
lib FIX: Also evaluate list controller extensions (#455) 2023-03-23 21:35:12 +08:00
spec DEV: Replace #pluck_first monkey patch with native #pick (#467) 2023-05-09 12:59:41 +08:00
svg-icons UX: improve custom icons for group assign (#441) 2023-02-13 17:19:25 -05:00
test/javascripts UX: clearer assign messages on first post (#452) 2023-03-14 10:19:39 -04:00
.discourse-compatibility DEV: Resolve add_to_serializer deprecations (#458) 2023-04-24 16:06:21 +01: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: 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: Apply prettier 2020-09-09 18:41:42 +01:00
Gemfile DEV: Bump rubocop-discourse and correct violations (#409) 2022-12-23 19:55:31 +00:00
Gemfile.lock DEV: Introduce syntax_tree for ruby formatting (#411) 2022-12-29 13:30:03 +01: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 DEV: Replace #pluck_first monkey patch with native #pick (#467) 2023-05-09 12:59:41 +08:00
translator.yml DEV: Switch from Transifex to Crowdin 2020-07-16 14:00:20 +02:00
yarn.lock DEV: Update eslint-config-discourse, use prettier for hbs (#414) 2023-01-04 13:34:49 +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