Adds the ability for voting on a topic within a specified category in Discourse.
Go to file
Discourse Translator Bot ca2449f243
Update translations (#167)
2023-10-04 09:54:44 +02:00
.github/workflows DEV: Update CI workflows (#142) 2023-01-10 19:17:49 +00:00
app FEATURE: add topic_unvote event to trigger topic_voting webhook (#166) 2023-10-03 14:07:21 +08:00
assets DEV: Use angle bracket syntax (#154) 2023-05-26 14:27:28 -05:00
config Update translations (#167) 2023-10-04 09:54:44 +02:00
db/migrate DEV: Introduce syntax_tree for ruby formatting (#138) 2022-12-29 13:35:59 +01:00
lib/discourse_topic_voting FEATURE: trigger a custom webhook on upvotes (#158) 2023-08-11 13:50:21 -03:00
spec FEATURE: add topic_unvote event to trigger topic_voting webhook (#166) 2023-10-03 14:07:21 +08:00
test/javascripts/acceptance DEV: Plugin rename (#126) 2022-11-02 13:42:06 +08:00
.discourse-compatibility DEV: Update backport commit hash (#163) 2023-08-18 09:55:48 -04:00
.eslintrc DEV: apply coding standards (#54) 2020-09-04 13:20:28 +02:00
.gitignore DEV: Remove Travis CI (#63) 2020-10-13 11:37:28 +02:00
.prettierrc DEV: apply coding standards (#54) 2020-09-04 13:20:28 +02:00
.rubocop.yml DEV: Introduce syntax_tree for ruby formatting (#138) 2022-12-29 13:35:59 +01:00
.streerc DEV: Introduce syntax_tree for ruby formatting (#138) 2022-12-29 13:35:59 +01:00
.template-lintrc.js DEV: apply coding standards (#54) 2020-09-04 13:20:28 +02:00
Gemfile DEV: Introduce syntax_tree for ruby formatting (#138) 2022-12-29 13:35:59 +01:00
Gemfile.lock DEV: Introduce syntax_tree for ruby formatting (#138) 2022-12-29 13:35:59 +01:00
LICENSE.txt Add who voted to vote count 2016-03-17 15:47:02 -05:00
README.md DEV: Plugin rename (#126) 2022-11-02 13:42:06 +08:00
package.json DEV: Use angle bracket syntax (#154) 2023-05-26 14:27:28 -05:00
plugin.rb FEATURE: trigger a custom webhook on upvotes (#158) 2023-08-11 13:50:21 -03:00
translator.yml DEV: Switch from Transifex to Crowdin 2020-07-16 14:01:38 +02:00
yarn.lock Build(deps): Bump word-wrap from 1.2.3 to 1.2.4 (#157) 2023-07-19 01:01:52 +02:00

README.md

Discourse Topic Voting

Adds the ability for voting on a topic within a specified category.

Topic discussing the plugin itself can be found here: https://meta.discourse.org/t/discourse-voting/40121