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

4762 Commits

Author SHA1 Message Date
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
Lorenzo Yario
62363f5727
Merge pull request #829 from Zankaria/patch-1
post.php: fix captcha call typo
2024-10-29 19:03:37 -07:00
Lorenzo Yario
4ccb5862e7
Merge pull request #831 from Zankaria/redis-cache-patch
Redis cache improvements
2024-10-29 19:03:28 -07:00
Zankaria
2dc5196e63 ban_form.html: add autofocus on reason text form 2024-10-28 23:36:11 +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
8f58172c5c
post.php: fix captcha call typo 2024-10-25 10:44:31 +02:00
Zankaria
7290a96e39 style.css: adjust catalog thread centering 2024-10-24 23:59:02 +02:00
Zankaria
ecf662c3c8 style.css: add spacing between catalog controls 2024-10-24 23:58:05 +02:00
Zankaria
bd3d06e960 catalog.html: add css classes for controls styling 2024-10-24 23:57:25 +02:00
Lorenzo Yario
d6677bb90c
Merge pull request #825 from Zankaria/context-fix
context.php: fix missing include file
2024-10-20 12:03:51 -07:00
Lorenzo Yario
c88acfc4f0
Merge pull request #826 from vichan-devel/RealAngeleno-patch-13
minor bugfix relating to auth when changing your own username
2024-10-20 12:03:42 -07:00
Lorenzo Yario
58f7302936
minor bugfix relating to auth when changing your own username 2024-10-20 12:03:15 -07:00
Zankaria
76f6c721e9 context.php: fix missing include file 2024-10-16 22:49:19 +02:00
Lorenzo Yario
c1307feeb5
Merge pull request #818 from Zankaria/dep-inj-cache-wrap
Dependency injected cache
2024-10-15 20:40:34 -07:00
Lorenzo Yario
e65bfa87c4
Merge pull request #824 from Zankaria/inline-dice
Inline dices via markup
2024-10-15 20:40:21 -07:00
Zankaria
b67ff982e2 composer: add dice.php to autoload 2024-10-15 21:14:47 +02:00
Zankaria
fba88643ec config.php: add inline dice rolling markup support to the default configuration 2024-10-15 21:14:47 +02:00
Zankaria
ad1d56d092 dice.php: handle inline dice rolling markup 2024-10-15 21:14:44 +02:00