This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
framework
Watch
2
Star
0
Fork
0
You've already forked framework
mirror of
https://github.com/flarum/framework.git
synced
2024-11-30 05:13:37 +08:00
Code
Issues
Actions
26
Packages
Projects
Releases
Wiki
Activity
bc036af8b6
framework
/
extensions
/
akismet
/
.gitignore
9 lines
85 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Rewrite extension, call API manually, take advantage of features not supported by the current library (#24) This PR updates the entire extension. It will not use a library that has not been updated for years, so it should work with newer versions of PHP. Additionally, it sends more information to the Akismet API to make spam detection more accurate. The Akismet class can be used by other extensions. Todo: - [x] Convert frontend to TypeScript - [x] Call Akismet API manually - [x] Option to remove blatant spam - [x] Permission to bypass Akismet - [x] Sending additional parameters like `is_test` Nice to have, but can be left for another PR: - [ ] Suspend obvious spamers - [ ] Send `blog_lang` parameter - [ ] Checking post edits Sponsored by [forum.android.com.pl](https://forum.android.com.pl/)
2022-01-05 07:31:47 +08:00
.idea
Initial commit
2015-09-04 11:14:02 +08:00
/vendor
composer.phar
.DS_Store
Thumbs.db
Webpack (#9) See https://github.com/flarum/core/pull/1367 * Replace gulp with webpack and npm scripts for JS compilation * Set up Travis CI to commit compiled JS * Restructure `js` directory; only one instance of npm, forum/admin are "submodules" * Restructure `less` directory
2018-06-20 12:04:30 +08:00
node_modules
js/dist/*
Rewrite extension, call API manually, take advantage of features not supported by the current library (#24) This PR updates the entire extension. It will not use a library that has not been updated for years, so it should work with newer versions of PHP. Additionally, it sends more information to the Akismet API to make spam detection more accurate. The Akismet class can be used by other extensions. Todo: - [x] Convert frontend to TypeScript - [x] Call Akismet API manually - [x] Option to remove blatant spam - [x] Permission to bypass Akismet - [x] Sending additional parameters like `is_test` Nice to have, but can be left for another PR: - [ ] Suspend obvious spamers - [ ] Send `blog_lang` parameter - [ ] Checking post edits Sponsored by [forum.android.com.pl](https://forum.android.com.pl/)
2022-01-05 07:31:47 +08:00
composer.lock
Reference in New Issue
Copy Permalink