Plugin for assigning users to a topic
Go to file
dependabot[bot] 969ee0e70a
Build(deps): Bump minimatch from 3.0.4 to 3.1.2 (#396)
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-27 17:33:07 +01:00
.github/workflows DEV: Update CI workflows (#393) 2022-11-07 12:43:35 -06:00
app FIX: Don't fail because flair_uploads weren't eager loaded (#379) 2022-09-16 12:08:47 -03:00
assets FIX: Show group icon for group notifications (#384) 2022-10-03 21:13:34 +03:00
config Update translations (#391) 2022-11-02 15:13:07 +01:00
db FEATURE: Assign Status (#363) 2022-08-04 14:50:18 -03:00
jobs DEV: Add assignment ID to assign notification data (#365) 2022-08-11 06:43:49 +03:00
lib FEATURE: Cleanup notifications when reassigning (#394) 2022-11-24 10:42:19 -05:00
spec FEATURE: Cleanup notifications when reassigning (#394) 2022-11-24 10:42:19 -05:00
svg-icons FIX: correct group icons and notification message (#193) 2021-08-31 08:17:43 +10:00
test/javascripts DEV: Fix test for core change (#389) 2022-10-21 14:16:41 +10: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 DEV: prettier 2.2.1 (#136) 2021-01-27 10:45:35 +01:00
plugin.rb FIX: Show group icon for group notifications (#384) 2022-10-03 21:13:34 +03:00
translator.yml DEV: Switch from Transifex to Crowdin 2020-07-16 14:00:20 +02:00
yarn.lock Build(deps): Bump minimatch from 3.0.4 to 3.1.2 (#396) 2022-11-27 17:33:07 +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