1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-02 12:57:35 +01:00

4732 Commits

Author SHA1 Message Date
fowr
fe951865ba Add tegaki support 2024-12-25 15:25:11 -03:00
Lorenzo Yario
1214d3f4f8
replace click me image for captcha (drop-in) 2024-12-20 15:00:36 -06:00
Lorenzo Yario
95a9e0ba31
Delete static/clickme.gif 2024-12-20 15:00:20 -06:00
Lorenzo Yario
a577139ebe
Merge pull request #849 from Zankaria/catalog-js-doc
Add comment doc to catalog.js
2024-12-20 12:42:54 -06:00
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
Lorenzo Yario
4ff382e210
Merge pull request #857 from Zankaria/patch-1
FileLogDriver.php: flush writes to file
2024-12-20 00:23:21 -06:00
Zankaria
cbe63087b6
FileLogDriver.php: flush writes to file 2024-12-19 00:35:08 +01:00
Lorenzo Yario
d359a12768
Merge pull request #853 from Zankaria/log-fix
Logging initialization fix + deprecation notice
2024-12-16 20:03:56 -08:00
Lorenzo Yario
8f59ec4e3b
Merge pull request #855 from Zankaria/list-board-opt
Minor optimization
2024-12-16 19:47:13 -08:00
Zankaria
21f085a69e functions.php: optimize listBoards a bit 2024-12-14 00:35:11 +01:00
Zankaria
67cf7a464b maintenance.php: use ReportQueries 2024-12-11 16:39:10 +01:00
Zankaria
c82a669934 pages.php: use ReportQueries 2024-12-11 16:39:10 +01:00
Zankaria
e0807a1811 post.php: use ReportQueries 2024-12-11 16:39:10 +01:00
Zankaria
2372b7f7b0 context.php: include ReportQueries 2024-12-11 16:39:10 +01:00
Zankaria
e18f5e5130 context.php: add PDO to context 2024-12-11 16:39:10 +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
a25f56e461 context.php: report deprecation notice on syslog option 2024-12-11 15:34:51 +01:00
Zankaria
68165c35ca context.php: fix log init 2024-12-11 15:31:40 +01:00
Lorenzo Yario
d7f4c755cf
Merge pull request #848 from Zankaria/redis-cache-config
Make vichan more forgiving with old redis cache configuration
2024-12-08 08:48:14 -08:00
Lorenzo Yario
7b15a652fb
Merge pull request #851 from Zankaria/log-context
Add context to log.php
2024-12-08 08:48:02 -08:00
Lorenzo Yario
c1cc3daf93
Merge pull request #852 from perdedora/new-mod
mod.php: rework for better organization and removing dead code
2024-12-08 08:47:35 -08:00
fowr
0f38c9d578 mod.php: rework for better organization and removing dead code 2024-12-07 15:41:34 -03:00
Zankaria
1e8b456229 log.php: pass context to mod_board_log 2024-12-07 16:54:36 +01:00
Zankaria
82c703381c catalog.js: add comment doc 2024-12-06 22:19:21 +01:00
Zankaria
dbc80bc661 cache.php: make it more forgiving to old redis cache config 2024-12-06 21:47:05 +01:00
Lorenzo Yario
342558307d
Merge pull request #847 from Zankaria/redis-cache-fix
Fixes for the redis cache implementation
2024-12-02 08:47:18 -08:00
Lorenzo Yario
7d989e43e6
Merge pull request #845 from Zankaria/post-body-length
Add min/max body length checks for OP only
2024-12-02 08:47:05 -08:00
Zankaria
0e3f1555c0 config.php: fix default config for redis cache 2024-12-01 17:56:54 +01:00
Zankaria
b7a9f47a1b RedisCacheDriver.php: fixup 2024-12-01 17:56:08 +01:00
Zankaria
5a3fead579 docker: add redis instance 2024-12-01 17:55:29 +01:00
Zankaria
e181e4d5cb docker: remove fixed database container name 2024-12-01 17:54:28 +01:00
Zankaria
d9b983a3fb post.php: check post body min and max op characters 2024-11-27 22:17:35 +01:00
Zankaria
8773fbb52b config.php: add op min and max body configuration options 2024-11-27 22:17:33 +01:00
Zankaria
d0de1d82d3 post.php: add minimum body length check 2024-11-27 21:56:03 +01:00
Zankaria
dcd43b71dc config.php: add minimum body length option 2024-11-27 21:55:53 +01:00
Zankaria
d4935786c6 post.php: format post length checks 2024-11-27 21:47:46 +01:00
Lorenzo Yario
1e47667b9a
Merge pull request #843 from Zankaria/redis-unix
Better unix socket support for redis
2024-11-26 16:27:09 -08:00
Zankaria
1bdba8d7f5 RedisCacheDriver.php: better support unix sockets 2024-11-24 19:05:10 +01:00
Zankaria
f2b536efe3 polifill.php: add str_starts_with 2024-11-24 19:05:01 +01:00
Lorenzo Yario
2f41f317eb
Merge pull request #840 from perdedora/maxmind-update
Update maxmind lib
2024-11-20 19:15:44 -08:00
Lorenzo Yario
99de8ac728
Merge pull request #842 from Zankaria/remove-return-type
bans.php: remove multiple return types for PHP 7.4 support
2024-11-20 19:15:33 -08:00
Zankaria
687e5b83c4 bans.php: remove multiple return types for PHP 7.4 support 2024-11-15 22:39:37 +01:00
fowr
d55273df14
update maxmind lib 2024-11-15 13:11:47 -03:00
Lorenzo Yario
eb2ac9c75a
Merge pull request #828 from Zankaria/catalog-styling
Adjust the catalog styling
2024-10-31 13:52:34 -07:00
Lorenzo Yario
fed2170923
Merge pull request #832 from Zankaria/captcha-breakup
Breakup the captcha file
2024-10-31 13:52:19 -07:00
Lorenzo Yario
fb55203a2a
Merge pull request #833 from Zankaria/ban-form-autofocus
ban_form.html: add autofocus
2024-10-31 13:51:54 -07:00
Zankaria
be781eadd8 composer.json: remove captcha-queries.php 2024-10-30 12:00:26 +01:00
Zankaria
9bf6e6f94d captcha-queries.php: break up captcha queries 2024-10-30 11:57:32 +01:00