Adds the ability for voting on a topic within a specified category in Discourse.
Go to file
dependabot[bot] cb6bc246ce
Build(deps): Bump async from 2.6.3 to 2.6.4 (#118)
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-29 18:03:21 +02:00
.github/workflows DEV: Update CI workflows (#106) 2021-12-16 22:52:03 +00:00
app FIX: Delete votes associated with no user (#85) 2021-04-07 14:43:07 +03:00
assets DEV: Linting fix (#113) 2022-04-01 19:06:44 +02:00
config Update translations (#117) 2022-04-19 15:45:43 +02:00
db/migrate DEV: Promote historic post-deploy migrations (#96) 2021-06-23 17:34:04 +01:00
lib/discourse_voting FIX: handle boolean correctly on server (#116) 2022-04-11 18:18:50 +05:30
spec FIX: handle boolean correctly on server (#116) 2022-04-11 18:18:50 +05:30
test/javascripts/acceptance FEATURE: Improve blank page syndrome (#110) 2022-04-01 19:37:08 +04:00
.discourse-compatibility FEATURE: Improve blank page syndrome (#110) 2022-04-01 19:37:08 +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: Add rubocop-discourse gem 2020-05-06 18:14:42 +02:00
.template-lintrc.js DEV: apply coding standards (#54) 2020-09-04 13:20:28 +02:00
Gemfile FIX: Stop trying to merge duplicate votes (#56) 2020-09-17 11:02:19 -05:00
Gemfile.lock Build(deps): Bump rexml from 3.2.4 to 3.2.5 (#86) 2021-05-02 17:07:23 +02:00
LICENSE.txt Add who voted to vote count 2016-03-17 15:47:02 -05:00
README.md Rename feature voting to voting 2017-03-06 15:38:26 -05:00
package.json DEV: prettier 2.2.1 (#77) 2021-01-27 10:45:24 +01:00
plugin.rb FIX: add second order by column to preserve order while paging. (#109) 2022-03-04 10:03:39 +05:30
translator.yml DEV: Switch from Transifex to Crowdin 2020-07-16 14:01:38 +02:00
yarn.lock Build(deps): Bump async from 2.6.3 to 2.6.4 (#118) 2022-04-29 18:03:21 +02:00

README.md

Discourse 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