give spam a whoopin
Find a file
2024-02-13 19:10:57 +01:00
.github/workflows DEV: Update CI workflows (#77) 2023-01-10 18:02:46 +00:00
assets FEATURE: Implement Akismet flag and review system for PostVotingComments (#112) 2024-01-11 16:04:57 -05:00
config FIX: translation error 2024-02-13 19:10:57 +01:00
db DEV: Convert skip_akismet_trust_level to group setting (#113) 2024-01-11 12:15:06 +10:00
jobs FIX: Do not run job if the plugin is absent (#114) 2024-01-12 15:08:45 +08:00
lib FEATURE: Implement Akismet flag and review system for PostVotingComments (#112) 2024-01-11 16:04:57 -05:00
models FEATURE: Implement Akismet flag and review system for PostVotingComments (#112) 2024-01-11 16:04:57 -05:00
serializers FEATURE: Implement Akismet flag and review system for PostVotingComments (#112) 2024-01-11 16:04:57 -05:00
spec DEV: Update linting (#115) 2024-01-15 11:12:01 +00:00
.discourse-compatibility DEV: Pin plugin for Discourse 3.1 stable (#99) 2023-08-22 13:45:12 -05:00
.eslintrc.cjs DEV: Update linting (#110) 2023-12-13 20:04:19 +01:00
.gitignore DEV: apply coding standards (#61) 2020-09-04 13:24:08 +02:00
.jshintrc FIX: Migrate towards ES6 format 2015-01-22 11:09:06 -05:00
.prettierrc.cjs DEV: Update linting (#110) 2023-12-13 20:04:19 +01:00
.rubocop.yml DEV: Introduce syntax_tree for ruby formatting (#73) 2022-12-29 13:29:35 +01:00
.streerc DEV: Introduce syntax_tree for ruby formatting (#73) 2022-12-29 13:29:35 +01:00
.template-lintrc.cjs DEV: Update linting (#110) 2023-12-13 20:04:19 +01:00
about.json FEATURE: Implement Akismet flag and review system for PostVotingComments (#112) 2024-01-11 16:04:57 -05:00
Gemfile DEV: Introduce syntax_tree for ruby formatting (#73) 2022-12-29 13:29:35 +01:00
Gemfile.lock DEV: Update linting (#115) 2024-01-15 11:12:01 +00:00
LICENSE adding license 2014-11-26 13:58:35 -08:00
package.json DEV: Update linting (#115) 2024-01-15 11:12:01 +00:00
plugin.rb FEATURE: Implement Akismet flag and review system for PostVotingComments (#112) 2024-01-11 16:04:57 -05:00
README.md FEATURE: Provide a task to cleanup the database before uninstalling the plugin (#56) 2020-07-08 15:22:08 -03:00
translator.yml DEV: Switch from Transifex to Crowdin 2020-07-16 14:00:14 +02:00
yarn.lock DEV: Update linting (#115) 2024-01-15 11:12:01 +00:00

discourse-akismet

Official documentation at https://meta.discourse.org/t/discourse-akismet-anti-spam/109337

Contributing

Help make this plugin better by submitting a PR. It's as easy as 1-2-3.

  • fork the repo
  • create a feature branch
  • rebase off master and send the pr

This project uses the MIT-LICENSE.

Uninstallation

If you wish to uninstall this plugin permanently, you'll have to remove the objects it created first. You could do so by executing the following rake task:

bundle exec rake akismet_uninstall:delete_reviewables

⚠️ THIS ACTION CANNOT BE UNDONE. BE SURE YOU REALLY WANT TO UNINSTALL THE PLUGIN ⚠️

Issues

If you have issues or suggestions for the plugin, please bring them up on Discourse Meta.

Authors

The original plugin was authored by Michael Verdi (@verdi327) for use at New Relic. It has since been forked and refactored by Robin Ward (@eviltrout) at Discourse.