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

4745 Commits

Author SHA1 Message Date
Zankaria
3eba0b8721 expand.js: format 2025-01-04 21:45:43 +01:00
Zankaria
8302a121e5 quick-post-controls.js: format 2025-01-04 21:45:23 +01:00
Zankaria
b6d16c7cd2 auto-reload.js: remove variables which are never read 2025-01-04 21:43:16 +01:00
Zankaria
209c334667 auto-reload.js: format 2025-01-04 21:42:01 +01:00
Zankaria
8d56da9108 show-backlinks.js: format 2025-01-04 21:38:56 +01:00
Zankaria
e995589803 show-backlinks.js: fix doc 2025-01-04 21:37:59 +01:00
Zankaria
035214c1e1 post-filter.js: trim 2025-01-04 21:37:20 +01:00
Zankaria
fd1972b4fb name.html: format 2025-01-04 21:36:43 +01:00
Lorenzo Yario
876b82660e
numeric array #871 2024-12-30 17:22:30 -06:00
Lorenzo Yario
c010f7da5d
allow native to be properly passed 2024-12-26 22:39:59 -06:00
Lorenzo Yario
52f356d395
correct dev version 2024-12-26 00:26:42 -06:00
Lorenzo Yario
06986637b9
Merge pull request #867 from perdedora/tegaki
Add tegaki support
2024-12-26 00:25:33 -06:00
fowr
90072213ee Remove tegaki form in quick reply 2024-12-25 15:59:43 -03:00
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