Commit Graph
45 Commits
Author SHA1 Message Date
Zankaria 760431606d Refactor lock.php 2024-04-03 14:33:51 +02:00
Zankaria 00b05099f3 Format lock.php 2024-04-03 14:33:51 +02:00
Zankaria d4bcc34d6d Add ban id to ban page. 2024-03-26 15:29:20 +01:00
Zankaria b739a8e846 banned.html: trim 2024-03-26 15:26:55 +01:00
Zankaria 018da09ac5 Fix CaptchaQueries naming 2024-03-26 14:16:19 +01:00
Zankaria 3e3fa057d5 bans.php: rebuild themes only if bans are deleted 2024-03-22 10:59:22 +01:00
Zankaria 67b88ec78f bans.php: group deletions 2024-03-22 10:59:13 +01:00
Zankaria a2eb3d9053 bans.php: trim 2024-03-22 10:57:10 +01:00
Zankaria 27ddd5158d psot.php: remove no-op lines 2024-03-21 16:15:49 +01:00
Zankaria e455080d42 post.php: refactor image metadata stripping into function 2024-03-21 16:02:09 +01:00
Zankaria af8240e166 Autoload CaptchaQueries 2024-03-21 15:14:13 +01:00
Zankaria dc903017ca Add CaptchaQueries 2024-03-21 15:14:13 +01:00
Zankaria 819ce71c55 Autload HttpDriver 2024-03-21 15:14:13 +01:00
Zankaria 2cad97775a post.php: use HttpDriver for remote file download 2024-03-21 15:14:13 +01:00
Zankaria c20b0ba6f0 Add context dependency container 2024-03-21 15:14:13 +01:00
Zankaria 3dc239e204 http-driver: refactor 2024-03-21 15:14:13 +01:00
Zankaria 65cebe9bd5 http-driver: add file size limit and timeout support 2024-03-21 15:14:13 +01:00
Zankaria 2a228e8ee4 Add http curl driver 2024-03-21 15:14:13 +01:00
Zankaria 2a8b69fa77 Add maximum report length 2024-03-15 16:37:59 +01:00
Zankaria d5109426d9 Prettier simple-antispam 2024-03-15 16:08:45 +01:00
Zankaria caa05e41a2 Add IPs of users deleting their own post to the mod log 2024-03-15 12:02:33 +01:00
Zankaria e2d771239c Critically enhance the simple antispam mechanism 2024-03-14 12:50:19 +01:00
Zankaria b25cffe12e functions.php: trim 2024-03-14 10:01:13 +01:00
Zankaria 2f88d0809f Remove APC support 2024-03-11 10:24:35 +01:00
Zankaria 0154e54f85 Remove xcache support 2024-03-11 10:24:35 +01:00
Zankaria 8cebc7f80c mod.php: trim 2024-03-11 10:24:35 +01:00
Zankaria 575cb856a5 install.php: trim 2024-03-11 10:24:35 +01:00
Zankaria 6715991cdd README: trim 2024-03-11 10:24:35 +01:00
Zankaria 58134f8cde cache.php: trim 2024-03-11 10:24:35 +01:00
Zankaria f683c72c39 config.php: trim 2024-03-11 10:24:30 +01:00
Zankaria 9ae988dd6f post.php: refactor image OCR into function 2024-03-08 10:24:02 +01:00
Zankaria 8978bb5442 post.php: fix bad call to download_file_into with wrong argument 2024-03-07 12:37:17 +01:00
Zankaria cb7a6ecf45 Remove obsolete dbschema.sql 2024-02-19 15:48:56 +01:00
Zankaria db7d51670e Format filter 2024-02-16 16:01:01 +01:00
Zankaria 24ebabb976 Remove 'convert_manual_orient' functionality.
It was supposed to help in case the user had an unspecified imagemagik version that was old in 2013...
2024-02-14 23:34:08 +01:00
Zankaria dd5c25f99c Remove remote server support
The functionality was marked as "I'm not even sure if this code works anymore" 11 years ago...
2024-02-14 23:00:52 +01:00
Zankaria 6cf8c393b5 Remove polyfills for php 5.4 and 5.6 2024-02-14 11:24:40 +01:00
Zankaria fde425111c Remove bans.php 2024-02-14 11:12:42 +01:00
Zankaria b35990e1cd Fix composer.json platform 2024-02-09 14:49:12 +01:00
Zankaria fb3843efd5 Remove the custom BMP polyfill.
It was previously required to support PHP < 7.2, but now the minimum supported version is PHP 7.4
2024-02-07 23:24:34 +01:00
Zankaria 3baa68c7b6 Initial refactor of functions.php 2024-02-03 17:17:14 +01:00
Zankaria d3cd289511 Refactor post.php: break up file upload 2024-01-30 14:37:08 +01:00
Zankaria c43229af8e Refactor post.php: extract symbol post body stripping 2024-01-30 14:36:31 +01:00
Zankaria d02c4eb31d Refactor post.php: split upload file hashing to a function 2024-01-30 10:35:11 +01:00
Zankaria 15cce3a31f Fix leading whitespace in post.php 2024-01-30 10:35:07 +01:00