Plugin for assigning users to a topic
Go to file
Discourse Translator Bot 5eab6bb404
Update translations (#588)
2024-08-14 08:10:02 +02:00
.github/workflows DEV: Update CI workflows (#424) 2023-01-10 18:03:19 +00:00
app FIX: Respect pending_assign_reminder_threshold in enqueue_reminders (#572) 2024-05-10 14:49:35 -05:00
assets DEV: Use new topic bulk action functionality for everything (#581) 2024-07-22 15:42:57 +10:00
config Update translations (#588) 2024-08-14 08:10:02 +02:00
db/migrate DEV: Promote historical post-deploy migrations (#583) 2024-07-30 01:10:41 +08:00
lib FEATURE: Add pending assign reminder threshold setting (#571) 2024-05-08 15:17:36 -03:00
spec DEV: Fixup bulk assigment specs (#582) 2024-07-23 15:04:36 +10:00
svg-icons UX: improve custom icons for group assign (#441) 2023-02-13 17:19:25 -05:00
test/javascripts DEV: Fixup bulk assigment specs (#582) 2024-07-23 15:04:36 +10:00
.discourse-compatibility DEV: Pin plugin for Discourse < 3.4.0.beta1-dev (#585) 2024-08-02 17:04:02 +08:00
.eslintrc.cjs DEV: Use `@discourse/lint-configs` (#517) 2023-10-23 12:08:11 +02:00
.git-blame-ignore-revs DEV: Ignore stree commit from git blame 2022-07-27 13:48:51 -03:00
.gitignore DEV: Use `@discourse/lint-configs` (#517) 2023-10-23 12:08:11 +02:00
.prettierrc.cjs DEV: Use `@discourse/lint-configs` (#517) 2023-10-23 12:08:11 +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.cjs DEV: Update linting (#534) 2023-11-29 23:02:00 +01:00
Gemfile DEV: Bump rubocop-discourse and correct violations (#409) 2022-12-23 19:55:31 +00:00
Gemfile.lock Build(deps-dev): Bump rexml from 3.2.8 to 3.3.3 (#586) 2024-08-05 13:15:59 +02:00
LICENSE Update LICENSE (#529) 2023-11-15 20:11:33 +01:00
README.md DEV: Modernization/cleanup (#480) 2023-06-22 10:06:37 +02:00
package.json DEV: Update rubocop-discourse to version 3.8.0 (#575) 2024-05-28 11:11:50 +02:00
plugin.rb DEV: remove assign_path and assign_icon from seralizers (#568) 2024-05-06 12:12:45 +10:00
translator.yml DEV: Switch from Transifex to Crowdin 2020-07-16 14:00:20 +02:00
yarn.lock Build(deps): Bump braces from 3.0.2 to 3.0.3 (#578) 2024-06-16 22:29:53 +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