0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-11 02:59:07 +08:00
discourse/plugins/discourse-post-voting
2026-03-18 12:09:49 +01:00
..
app FIX: fail early when flagging as anonymous (#37771) 2026-02-23 15:01:52 +11:00
assets DEV: Remove leftover code (#38065) 2026-02-25 23:23:36 +01:00
config I18N: Update translations (#38682) 2026-03-18 12:09:49 +01:00
db/migrate
extensions
lib FIX: Missing visibility authorization in flag allows flagging comments in inaccessible topics (#37856) 2026-02-17 16:28:31 +11:00
spec FIX: fail early when flagging as anonymous (#37771) 2026-02-23 15:01:52 +11:00
test/javascripts/acceptance DEV: Purge the widget rendering system (#36109) 2025-11-26 16:10:02 -03:00
package.json DEV: Overhaul typechecking configuration (#35794) 2025-11-12 12:54:34 +00:00
plugin.rb DEV: Add discourse-dev seed for post voting reviewable (#35435) 2025-10-21 09:57:05 +08:00
README.md
tsconfig.json DEV: Overhaul typechecking configuration (#35794) 2025-11-12 12:54:34 +00:00

Discourse Post Voting

Discourse Post Voting allows the creation of topics with votable posts.

image

Please refer to https://meta.discourse.org/t/227808 for more info!

Contributions

Special thanks to Pavilion for building https://github.com/paviliondev/discourse-question-answer which this plugin took inspirations from.