Commit graph

2308 commits

Author SHA1 Message Date
40b81d9fe4 pages.php: fix LogDriver import 2025-09-18 22:57:57 +02:00
e6d188799e pages.php: append dismiss buttons after the post, remove horrendous workaround 2025-08-31 15:12:33 +02:00
1ec3f464e2 Use Model directory 2025-08-30 22:29:26 +02:00
80d7ad9322 Data: make more proper Model directory and namespace 2025-08-30 22:27:05 +02:00
1c78a7ad21 Use Log subdirectory 2025-08-30 22:26:37 +02:00
c5ce9a8030 LogDriver: move to subdirectory 2025-08-30 22:24:45 +02:00
3cb6fa3b5a Use cache subdirectory 2025-08-30 22:24:39 +02:00
311a5477f8 CacheDriver: moved to subdirectory 2025-08-30 22:13:45 +02:00
02d181f7b8 ReportQueries.php: fix filterReports always returning valid reports 2025-08-30 21:54:49 +02:00
9d5493989e pages.php: trim ban POST parameters 2025-08-23 01:11:30 +02:00
88bb079d45 functions.php: tweak compressed page creation 2025-07-29 17:36:18 +02:00
a6d4772db0 SearchService.php: adjust wrong array_values 2025-07-24 00:25:28 +02:00
783f4d0a78 SearchService.php: fix matchStrings not matching flags 2025-07-23 23:47:46 +02:00
67d9a638db SearchService.php: fix flag filtering 2025-07-23 23:47:19 +02:00
f491fa0cf8 UserSearchQueries.php: fix query generation 2025-07-23 23:47:19 +02:00
f6b74cb282 pages.php: gzip buffering of json ban stream was causing excessive latency 2025-07-23 21:19:35 +02:00
dc6c33d095 pages.php: remove obsolete parameter from json bans stream 2025-07-23 21:06:04 +02:00
3a8588ab7f bans.php: load database rows in a streaming fashion 2025-07-23 21:06:04 +02:00
938bcd2889 Revert "Display banned post contents if reason does not contain cp"
This reverts commit 9f00630b40.
2025-07-23 19:40:20 +02:00
45603467bc SearchService.php: remove filtered out keywords and filters 2025-07-13 01:54:47 +02:00
cef13f0b31 config.php: increase the default search max weight 2025-07-12 00:07:58 +02:00
28ce41dedc SearchService.php: prettier weight logging 2025-07-12 00:07:22 +02:00
1767c7b316 UserPostQueries.php: fix post search ordering 2025-07-08 21:38:00 +02:00
360161b1fc SearchService.php: handle filters getting trimmed into oblivion 2025-07-08 21:31:39 +02:00
75ce687af5 SearchService.php: fix search detecting spurious flags 2025-07-08 21:17:18 +02:00
8028c1bd9a context.php: handle the search.flag_filter configuration option 2025-07-08 21:09:02 +02:00
d695ff2582 config.php: add flag_filter option, off by default 2025-07-08 21:08:02 +02:00
b2308b1ffe context.php: add SearchQueries 2025-07-08 00:33:19 +02:00
519036e625 context.php: add SearchService 2025-07-08 00:33:19 +02:00
b542ee949a context.php: add UserPostQueries 2025-07-08 00:33:19 +02:00
48f29774c3 config.php: add search.max_length 2025-07-08 00:33:19 +02:00
701007ea95 config.php: better documentation for search.boards 2025-07-08 00:33:19 +02:00
330d6b7c01 config.php: add search.max_weight to the configuration options 2025-07-08 00:33:19 +02:00
78e31f653c SearchService.php: expose if the flag filter is enabled 2025-07-08 00:33:19 +02:00
a749cc829c SearchService.php: check for query too broad 2025-07-08 00:33:19 +02:00
b61cb8acf3 SearchService.php: add SearchQueries and checkFlood 2025-07-08 00:33:19 +02:00
63be2bca4e SearchService.php: limit and expose the searchable boards 2025-07-08 00:33:19 +02:00
d6ca80f7fd SearchService.php: add search service with fully linear regex parser 2025-07-08 00:33:19 +02:00
6b4542edb3 Flags.php: add the flags that come embedded with php 2025-07-08 00:33:19 +02:00
6e153daa1d FiltersParseResult.php: add 2025-07-08 00:33:19 +02:00
46d5dc0fd4 SearchFilters.php: add 2025-07-08 00:33:19 +02:00
c6cec16971 UserPostQueries.php: add searchPost method 2025-07-08 00:33:16 +02:00
73df37918d SearchQueries.php: add 2025-07-07 22:07:11 +02:00
c9926802f7 database.php: force utf8mb4 for PDO 2025-06-01 16:05:43 +02:00
3c9c86901a MemcacheCacheDriver.php: fix error check 2025-05-31 18:10:51 +02:00
7aae8be1ae MemcacheCacheDriver.php: add detailed errors 2025-05-31 18:08:54 +02:00
2b30929bc9 MemcacheCacheDriver.php: fix init again 2025-05-30 00:22:42 +02:00
de9d118390 cache.php: update MemcachedCacheDriver initialization 2025-05-30 00:06:23 +02:00
37e771f0be MemcacheCacheDriver.php: fix configuration 2025-05-30 00:01:55 +02:00
b9a29927f3 RedisCacheDriver.php: use CacheDriverTrait 2025-05-30 00:01:55 +02:00