1
0
mirror of https://github.com/flarum/core.git synced 2025-07-15 22:06:24 +02:00
Commit Graph

258 Commits

Author SHA1 Message Date
4b8573b726 Merge remote-tracking branch 'extensions_approval/REWRITE' 2022-03-11 18:01:10 -05:00
2a6a07c829 fix: regenerate lockfile
This should help fix some build issues.
2022-02-08 17:34:32 -05:00
5de91e58fe Release v1.2 2022-01-20 11:55:45 +01:00
7d4b205513 Release v1.2 2022-01-20 11:49:19 +01:00
9a98c9dd1f Merge branch 'master' of github.com:flarum/akismet 2022-01-20 04:25:46 -05:00
a6581e5918 fix: build typings script 2022-01-20 04:25:16 -05:00
9ad8e781f2 Bundled output for commit 9ba882619c
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2022-01-20 09:11:25 +00:00
9ba882619c fix: typings generation script 2022-01-20 04:09:06 -05:00
30e88ebe57 Merge branch 'master' of github.com:flarum/approval 2022-01-20 03:24:28 -05:00
12488bc6d5 chore: remove unnecessary tsconfig 2022-01-20 03:24:25 -05:00
69806a95cf Bundled output for commit 05246fb155
Includes transpiled JS/TS.

[skip ci]
2022-01-20 08:16:30 +00:00
05246fb155 chore: flarum-cli audit infra --fix 2022-01-20 03:14:59 -05:00
e23ac5d51c chore: flarum-cli audit infra --fix 2022-01-20 03:06:25 -05:00
8e8c9ba53d Delete package-lock.json (#26) 2022-01-20 02:57:32 -05:00
5e30428b66 Bundled output for commit 200d488209
Includes transpiled JS/TS.

[skip ci]
2022-01-11 10:44:07 +00:00
200d488209 chore: repo maintenance (#28)
* Bump deps

* Update imports

* format
2022-01-11 10:43:15 +00:00
45a0e4a3cd Switch to yarn 2022-01-06 21:49:33 -05:00
fbf63c7a4f Rerun audit infra --fix 2022-01-06 21:48:12 -05:00
b4211a3920 fix: duplicate dependencies in package.json (#25) 2022-01-07 00:21:03 +00:00
0f72537c7c Run flarum-cli audit infra 2022-01-04 18:35:34 -05:00
bc036af8b6 Bundled output for commit e5ba4f4320
Includes transpiled JS/TS.

[skip ci]
2022-01-04 23:33:11 +00:00
e5ba4f4320 Apply fixes from StyleCI 2022-01-04 23:31:59 +00:00
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
a8937161db Bundled output for commit c5e9881046
Includes transpiled JS/TS.

[skip ci]
2021-10-13 11:07:54 +00:00
c5e9881046 chore: fix JS 2021-10-13 12:06:46 +01:00
4f3b797b75 Bundled output for commit 152a9bed14
Includes transpiled JS/TS.

[skip ci]
2021-10-13 11:06:14 +00:00
152a9bed14 chore: fix JS 2021-10-13 12:05:05 +01:00
dba3ec69e8 chore: bump bundled extension constraint to core 1.1 2021-10-13 08:25:37 +01:00
5dc2ac9336 chore: bump bundled extension constraint to core 1.1 2021-10-13 08:05:01 +01:00
4146913d55 Bundled output for commit e127d8606b
Includes transpiled JS/TS.

[skip ci]
2021-10-12 01:27:23 +00:00
0bd3f83528 Bundled output for commit ad168f345c
Includes transpiled JS/TS.

[skip ci]
2021-10-12 01:27:15 +00:00
ad168f345c Release v1.1.0 2021-10-11 21:02:26 -04:00
e127d8606b Release v1.1.0 2021-10-11 21:00:48 -04:00
c8c3463e6d fix branch alias 2021-05-25 22:44:50 +02:00
a989ab040a fix branch alias 2021-05-25 22:44:28 +02:00
cce3e072fb changes for stable 2021-05-25 15:13:30 +02:00
b67889f56e use shorter constraint 2021-05-25 15:07:57 +02:00
72dedbda42 updated changelog 2021-05-25 15:06:30 +02:00
fa23443528 npm audit fix 2021-05-25 15:03:21 +02:00
506857bf92 Bump composer reqs for 1.0.0 2021-05-16 18:27:21 -04:00
ddd63588d5 Bump composer reqs for 1.0.0 2021-05-16 18:27:10 -04:00
0525dbd7c8 Update copyright year 2021-05-15 00:47:08 +01:00
90fa5e01ff Update copyright year 2021-05-15 00:45:34 +01:00
fd48af2032 Massively simplify TagPolicy 2021-05-11 22:16:55 -04:00
3b3cbdc82f Fix conflicts with other extension visibility scoping (#26)
Wrapping all `wheres` in an `orWhere` ensures that there's no conflict.

See https://github.com/flarum/core/issues/2798, https://github.com/flarum/docs/pull/200
2021-04-20 14:51:01 -04:00
dbccc396b0 forgot one change in changelog 2021-03-15 10:24:28 +01:00
cd0f550808 Release v0.1.0-beta.16 2021-03-15 10:23:58 +01:00
57cbb2bb7f Release v0.1.0-beta.16 2021-03-15 10:02:50 +01:00
70cbe1d186 Update to use new extenders 2021-03-13 15:15:11 -05:00
7fbf5ba6ed Bump elliptic from 6.5.3 to 6.5.4 in /js
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-08 19:39:59 +00:00