Alexander Skvortsov
95c53806aa
Merge remote-tracking branch 'extensions_bbcode/REWRITE'
2022-03-11 18:01:11 -05:00
Alexander Skvortsov
4b8573b726
Merge remote-tracking branch 'extensions_approval/REWRITE'
2022-03-11 18:01:10 -05:00
Alexander Skvortsov
1556db368b
Merge remote-tracking branch 'extensions_akismet/REWRITE'
2022-03-11 18:01:09 -05:00
Alexander Skvortsov
8c51d788e6
Merge remote-tracking branch 'php_packages_phpstan/REWRITE'
2022-03-11 18:01:07 -05:00
Alexander Skvortsov
108d130354
Merge remote-tracking branch 'php_packages_testing/REWRITE'
2022-03-11 18:01:06 -05:00
Alexander Skvortsov
cf7a7fcbe0
Merge remote-tracking branch 'js_packages_tsconfig/REWRITE'
2022-03-11 18:01:05 -05:00
Alexander Skvortsov
309485e4b7
Merge remote-tracking branch 'js_packages_webpack-config/REWRITE'
2022-03-11 18:01:04 -05:00
Alexander Skvortsov
2a6a07c829
fix: regenerate lockfile
...
This should help fix some build issues.
2022-02-08 17:34:32 -05:00
Daniel Klabbers
5b8fbdba8b
Release v1.2
2022-01-20 11:57:27 +01:00
Daniel Klabbers
5de91e58fe
Release v1.2
2022-01-20 11:55:45 +01:00
Daniel Klabbers
7d4b205513
Release v1.2
2022-01-20 11:49:19 +01:00
Alexander Skvortsov
9a98c9dd1f
Merge branch 'master' of github.com:flarum/akismet
2022-01-20 04:25:46 -05:00
Alexander Skvortsov
a6581e5918
fix: build typings script
2022-01-20 04:25:16 -05:00
flarum-bot
9ad8e781f2
Bundled output for commit 9ba882619c50652ca5566442d8d9d44b37400873
...
Includes transpiled JS/TS, and Typescript declaration files (typings).
[skip ci]
2022-01-20 09:11:25 +00:00
Alexander Skvortsov
9ba882619c
fix: typings generation script
2022-01-20 04:09:06 -05:00
Alexander Skvortsov
30e88ebe57
Merge branch 'master' of github.com:flarum/approval
2022-01-20 03:24:28 -05:00
Alexander Skvortsov
12488bc6d5
chore: remove unnecessary tsconfig
2022-01-20 03:24:25 -05:00
Alexander Skvortsov
7e1995d86b
chore: flarum-cli audit infra --fix
2022-01-20 03:17:07 -05:00
flarum-bot
69806a95cf
Bundled output for commit 05246fb155cd43dba1e71caa5d481c84509c00e4
...
Includes transpiled JS/TS.
[skip ci]
2022-01-20 08:16:30 +00:00
Alexander Skvortsov
05246fb155
chore: flarum-cli audit infra --fix
2022-01-20 03:14:59 -05:00
Alexander Skvortsov
e23ac5d51c
chore: flarum-cli audit infra --fix
2022-01-20 03:06:25 -05:00
Rafał Całka
8e8c9ba53d
Delete package-lock.json ( #26 )
2022-01-20 02:57:32 -05:00
flarum-bot
5e30428b66
Bundled output for commit 200d48820996207938b3732cd87336d1b8648c2d
...
Includes transpiled JS/TS.
[skip ci]
2022-01-11 10:44:07 +00:00
Ian Morland
200d488209
chore: repo maintenance ( #28 )
...
* Bump deps
* Update imports
* format
2022-01-11 10:43:15 +00:00
Alexander Skvortsov
45a0e4a3cd
Switch to yarn
2022-01-06 21:49:33 -05:00
Alexander Skvortsov
fbf63c7a4f
Rerun audit infra --fix
2022-01-06 21:48:12 -05:00
Rafał Całka
b4211a3920
fix: duplicate dependencies in package.json ( #25 )
2022-01-07 00:21:03 +00:00
Alexander Skvortsov
0f72537c7c
Run flarum-cli audit infra
2022-01-04 18:35:34 -05:00
flarum-bot
bc036af8b6
Bundled output for commit e5ba4f4320064e9d8051a47264ec86bc25c1a5da
...
Includes transpiled JS/TS.
[skip ci]
2022-01-04 23:33:11 +00:00
StyleCI Bot
e5ba4f4320
Apply fixes from StyleCI
2022-01-04 23:31:59 +00:00
Rafał Całka
178f91aff9
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-04 18:31:47 -05:00
Alexander Skvortsov
9d71ac37ff
Fix branch alias
2022-01-03 15:47:44 -05:00
Matthew Kilgore
853926ce0b
Pushing latest stuff
2021-12-28 20:45:22 -05:00
Matthew Kilgore
05aa62f70c
feat: STUBS!
2021-12-01 17:36:36 -05:00
Matthew Kilgore
c561897f1c
Forgot phpunit in the composer file
2021-11-24 23:04:14 -05:00
Matthew Kilgore
ca2ac10c17
Initial extension requirements, will eventually have stubs
2021-11-24 22:58:58 -05:00
Matthew Kilgore
3da450c91a
Initial commit
2021-11-24 22:57:30 -05:00
David Wheatley
08c2e9f198
feat: add support for Plug'n'Play package managers ( #14 )
...
* chore: use yarn berry with pnp
* feat: add plug'n'play support
* chore: add yarn gitattributes
* typo: fix comment
2021-11-08 23:53:18 +00:00
Alexander Skvortsov
077bddd8dd
Release v2.0.0
2021-10-31 14:04:45 -04:00
Alexander Skvortsov
4822eeaab9
Release v2.0.0-beta.2
2021-10-27 17:11:17 -04:00
Alexander Skvortsov
7de88fb499
Update externals function syntax
2021-10-27 17:10:47 -04:00
Alexander Skvortsov
60e8dfb236
Release v2.0.0-beta.1
2021-10-27 17:06:53 -04:00
Alexander Skvortsov
f2b7b3b873
Bump webpack dependency to v5
2021-10-27 17:06:22 -04:00
flarum-bot
a8937161db
Bundled output for commit c5e988104613cb19a50ee97ced89027521777d3d
...
Includes transpiled JS/TS.
[skip ci]
2021-10-13 11:07:54 +00:00
David Wheatley
c5e9881046
chore: fix JS
2021-10-13 12:06:46 +01:00
flarum-bot
4f3b797b75
Bundled output for commit 152a9bed14791797c53cd500db703abe2faed6c1
...
Includes transpiled JS/TS.
[skip ci]
2021-10-13 11:06:14 +00:00
David Wheatley
152a9bed14
chore: fix JS
2021-10-13 12:05:05 +01:00
David Wheatley
dba3ec69e8
chore: bump bundled extension constraint to core 1.1
2021-10-13 08:25:37 +01:00
David Wheatley
5dc2ac9336
chore: bump bundled extension constraint to core 1.1
2021-10-13 08:05:01 +01:00
David Wheatley
cf7c387e59
chore: bump bundled extension constraint to core 1.1
2021-10-13 08:04:06 +01:00