Plugin for assigning users to a topic
Go to file
dependabot[bot] a4ea754c1d
Build(deps): Bump semver from 6.3.0 to 6.3.1 (#490)
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v6.3.0...v6.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-11 10:37:04 +02:00
.github/workflows DEV: Update CI workflows (#424) 2023-01-10 18:03:19 +00:00
app FIX: Sum assignments for group and group users (#482) 2023-07-03 10:58:46 +08:00
assets DEV: Convert dismiss modal to component-based API (#481) 2023-07-06 12:14:36 -05:00
config DEV: Fix Zeitwerk reloading error (#479) 2023-06-16 11:32:50 +01:00
db/migrate FIX: reassign when assignment limit is fulfilled (#419) 2023-01-20 13:34:22 +11:00
lib Revert "DEV: Fix a core deprecation (#475)" (#478) 2023-06-01 19:54:52 +02:00
spec DEV: Fix incorrect fabrication leading to index violation errors (#488) 2023-07-06 07:30:41 +08:00
svg-icons UX: improve custom icons for group assign (#441) 2023-02-13 17:19:25 -05:00
test/javascripts DEV: Convert dismiss modal to component-based API (#481) 2023-07-06 12:14:36 -05:00
.discourse-compatibility Revert "DEV: Fix a core deprecation (#475)" (#478) 2023-06-01 19:54:52 +02: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: Modernization/cleanup (#480) 2023-06-22 10:06:37 +02:00
README.md DEV: Modernization/cleanup (#480) 2023-06-22 10:06:37 +02:00
package.json DEV: Modernization/cleanup (#480) 2023-06-22 10:06:37 +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 Build(deps): Bump semver from 6.3.0 to 6.3.1 (#490) 2023-07-11 10:37:04 +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