Commit graph

694 commits

Author SHA1 Message Date
42e850091a config.php: remove minimum_copy_resize 2025-03-29 00:31:29 +01:00
336c40b0f7 remove all tesseract traces 2025-03-28 15:05:01 +01:00
cca8d88d91 config.php: update LogDriver configuration 2025-03-16 18:07:58 +01:00
Zankaria
268bd84128 Refactor the logging system 2025-03-16 18:07:58 +01:00
d8cafc8fd8 config.php: better youtube embedding regex 2025-02-12 21:17:49 +01:00
3c282852a3 config.php: adjust youtube embedding for youtube.js 2025-02-12 21:17:49 +01:00
6df32997bf config.php: adjust youtube short referer policy (breaks on ids with a - dash) 2025-02-08 23:02:47 +01:00
856d124c88 config.php: adjust youtube shorts sizes 2025-02-08 22:40:38 +01:00
da7266d5e1 config.php: adjust embedding margins 2025-02-08 22:29:14 +01:00
e677751010 config.php: add youtube shorts embedding 2025-02-08 22:22:23 +01:00
964ea43b84 config.php: add functional vocaroo embedding support 2025-01-22 00:52:44 +01:00
0609e36ca4 config.php: deprecate ip_recentposts for recent_user_posts 2024-12-27 19:35:25 +01:00
fowr
8b2f002582 hash poster passwords 2024-12-27 15:27:46 +01:00
5e45fc9d60 config.php: fix default config for redis cache 2024-12-06 21:09:08 +01:00
14eae7e9f4 config.php: update cache documentation 2024-12-06 21:09:07 +01:00
5bd89a9437 config.php: update min max op body length doc 2024-11-27 23:12:58 +01:00
eb480975cd config.php: add op min and max body configuration options 2024-11-27 21:28:04 +01:00
2904fb5f3e config.php: add no post history error 2024-11-12 15:07:49 +01:00
06b0cb8484 config.php: add op_require_history option 2024-11-12 15:07:38 +01:00
703637a948 config.php: restructure matrix configuration a bit 2024-11-04 22:57:57 +01:00
2741b1ea05 config.php: accept captcha-form-id 2024-10-28 12:32:48 +01:00
04ef961440 config.php: refactor captcha configuration 2024-10-28 11:24:57 +01:00
6fdc16d2f3 config.php: accept unified captcha-response 2024-10-28 11:17:01 +01:00
1a0054967b Merge branch '17-paginate-ips' into 'config'
Add IP pagination

Closes #17

See merge request leftypol/leftypol!3
2024-10-24 19:18:54 +00:00
a937e2dc85 config.php: disable referer_match by default 2024-10-16 11:49:29 +02:00
fa26f6e88f config.php: update configuration documentation for ip_recentposts 2024-10-15 21:15:06 +02:00
f35f9d5d67 config.php: increase default max_roll_count 2024-10-14 15:13:42 +02:00
acf358b157 config.php: use modern array syntax for markup 2024-10-14 00:28:27 +02:00
Zankaria
f0a33d26c6 config.php: refactor dice markup 2024-10-14 00:24:55 +02:00
Zankaria
dcede2e175 config.php: limit the number of dicerolls 2024-10-12 16:21:04 +02:00
Zankaria
454405e5f8 config.php: add resource_version configuration option 2024-08-21 11:26:22 +02:00
Zankaria
d8c5c600a8 Add hcaptcha support (#166)
Co-authored-by: RealAngeleno <angeleno@screamer.wiki>
Reviewed-on: https://git.leftypol.org/leftypol/leftypol/pulls/166
Co-authored-by: Zankaria <zankaria.auxa@skiff.com>
Co-committed-by: Zankaria <zankaria.auxa@skiff.com>
2024-08-10 19:58:20 +00:00
40475158eb post.php: use the dynamic_captcha config value to pick from which IP to check for captcha reponsens 2024-07-29 20:46:30 +02:00
12f0fd1cb4 config.php: add turnstile field options 2024-07-28 00:53:33 +02:00
43ea24ea20 config.php: add turnstile's form field to the whitelist 2024-07-28 00:53:33 +02:00
483d553fc0 Add dynamic captcha support 2024-07-28 00:53:26 +02:00
6f8ada0f42 config.php: purge_bans configuration into the proper section 2024-07-14 18:22:51 +02:00
d69eebb1d3 bans.php: refactor to expose the moratorium on ban deletion from the database.
Also fixes the 'purge_bans' configuration for non-cache deployments.
2024-07-14 18:22:51 +02:00
bcfc934604 Add auto_maintenance configuration option 2024-07-14 18:22:51 +02:00
Zankaria
aa99d10f1a auth.php: disallow unencrypted logins by default 2024-05-07 10:44:05 +02:00
Zankaria
940ea3f4b5 config.php: reduce default login cookie expire timeout 2024-05-07 10:31:36 +02:00
e496fb10a5 Handle reporting non-existing posts. Fix #96 2024-04-01 19:20:23 +02:00
Zankaria
2efd67ef85 Backport vichan 5.1.5 catalog implementation, enabling mod catalog. 2024-01-29 11:18:06 +01:00
Zankaria
a9211d23b5 Remove feature: upload by url 2024-01-29 11:18:01 +01:00
Your Name
fdaa4ebdd1 better error 2024-01-16 18:04:00 +00:00
Your Name
56bbaf881f Simple anti-spam mechanism 2024-01-16 18:04:00 +00:00
Your Name
b833e2743a Simple anti-spam mechanism 2024-01-16 18:04:00 +00:00
Your Name
e2bef8c2f2 Simple anti-spam mechanism 2024-01-16 18:04:00 +00:00
discomrade
bf4fb6d0e8 Added Feature - Premade Ban Reasons
see 13ac9172e7
2022-05-22 19:42:57 -02:00
nonmakina
3725d27e72 Matrix report integration (#74)
Enables posting reports to a matrix room.
Co-authored-by: nonmakina <nonmakina@leftypol.org>
Co-committed-by: nonmakina <nonmakina@leftypol.org>
2022-04-03 22:06:42 +00:00