Plugin for assigning users to a topic
Go to file
Roman Rizzi 1663b3ab18
Use the new discourseDebounce function wrapper. (#124)
We recently merged a Discourse core's PR to replace usages of Ember's debounce and discourseDebounce with a new debounce wrapper. The new wrapper works exactly like Ember's debounce but internally calls "run" when called in test mode.

This PR replaces all usages of other debounce functions with the new wrapper and fallbacks to Ember's debounce for backward-compatibility.
2020-12-22 14:34:03 -03:00
.github/workflows DEV: Update CI workflows 2020-10-14 16:27:51 +00:00
app FEATURE: Allow filtering users in group assigned tab (#95) 2020-08-12 23:39:14 +01:00
assets Use the new discourseDebounce function wrapper. (#124) 2020-12-22 14:34:03 -03:00
config Update translations (#125) 2020-12-22 14:47:32 +01:00
db/migrate FIX: Make migration compatible with stable branch 2019-12-02 14:01:39 +00:00
jobs FIX: Use top-level namespace for base classes (#52) 2019-09-16 13:39:32 -04:00
lib SECURITY: Improve topic permission checks 2020-07-21 10:12:48 +01:00
spec REFACTOR: Use core `default_results` function (#111) 2020-09-16 12:18:14 +01:00
test/javascripts FEATURE: Advanced search filters for assigned topics (#102) 2020-09-11 12:15:50 +01:00
.discourse-compatibility DEV: Pin plugin version for Discourse <= 2.5.1 stable branch too 2020-09-14 12:25:10 +05:30
.eslintrc DEV: apply coding standards (#109) 2020-09-04 13:24:23 +02:00
.gitignore DEV: Move to rubocop-discourse. 2020-05-06 17:48:30 +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: Add RubyGems as source 2020-09-25 11:32:55 -05:00
Gemfile.lock DEV: Switch from Transifex to Crowdin 2020-07-16 14:00:20 +02:00
README.md Update README.md 2018-11-27 15:26:36 +11:00
package.json DEV: linting 2020-09-22 17:07:15 +02:00
plugin.rb FEATURE: show assigned user on search results (#123) 2020-12-17 21:58:35 +05:30
translator.yml DEV: Switch from Transifex to Crowdin 2020-07-16 14:00:20 +02:00
yarn.lock DEV: linting 2020-09-22 17:07:15 +02:00

README.md

Documentation

Official documentation is at:

https://meta.discourse.org/t/discourse-assign/58044