1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-02 21:07:20 +01:00

19 Commits

Author SHA1 Message Date
Lorenzo Yario
95e17a9506
Merge pull request #850 from Zankaria/report-queries
Wrap report queries into a class
2024-12-20 12:42:35 -06:00
Zankaria
cbe63087b6
FileLogDriver.php: flush writes to file 2024-12-19 00:35:08 +01:00
Zankaria
47432f9ae5 ReportQueries.php: add deleteByPost 2024-12-11 16:39:10 +01:00
Zankaria
fafe9a0257 ReportQueries.php: fetch post id 2024-12-11 16:39:10 +01:00
Zankaria
f94be07d14 ReportQueries.php: add implementation 2024-12-11 16:39:08 +01:00
Zankaria
b7a9f47a1b RedisCacheDriver.php: fixup 2024-12-01 17:56:08 +01:00
Zankaria
1bdba8d7f5 RedisCacheDriver.php: better support unix sockets 2024-11-24 19:05:10 +01:00
Zankaria
a6399ed3b0 RedisCacheDriver.php: add false value support 2024-10-28 23:06:12 +01:00
Zankaria
b224bfefdf RedisCacheDriver.php: flush only the key-value pairs with matching prefix 2024-10-28 23:06:09 +01:00
Zankaria
96a6307ff8 RedisCacheDriver.php: use extension provided serialization 2024-10-28 22:25:01 +01:00
Zankaria
30113d3be9 RedisCacheDriver.php: remove erroneous expire scaling 2024-10-28 22:15:57 +01:00
Zankaria
115f28807a FsCacheDriver.php: collect expired cache items before operating on the cache 2024-10-10 23:10:05 +02:00
Zankaria
ace2f2e83b driver: break up cache drivers 2024-10-10 23:10:05 +02:00
Zankaria
3d406aeab2 cache-driver.php: move to Data 2024-10-10 23:10:05 +02:00
Zankaria
36d48951c1 log-driver.php: split up log driver 2024-10-04 20:16:04 +02:00
Zankaria
5dab17e5f4 log-driver.php: move to Data 2024-10-04 13:05:06 +02:00
Zankaria
1682272f75 http-driver.php: rename to HttpDriver 2024-10-04 01:13:15 +02:00
Zankaria
3eed312b6b http-driver.php: minor refactor 2024-10-04 01:13:15 +02:00
Zankaria
cae85a6a0c http-driver.php: move to Data 2024-10-04 01:13:12 +02:00