1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-08 20:41:43 +01:00
Commit Graph

4694 Commits

Author SHA1 Message Date
Lorenzo Yario
a9059fab66
Merge branch 'master' into 5.2.0-release 2024-12-20 17:40:59 -06:00
Lorenzo Yario
9d590eed2a
typo? 2024-12-20 15:08:24 -06:00
Lorenzo Yario
e7aa695775
2025 2024-12-20 15:04:30 -06:00
Lorenzo Yario
f419ae046c
replace captcha click me image 2024-12-20 14:59:46 -06:00
Lorenzo Yario
0ed3513e66
add youtu.be and voca.ro 2024-12-20 14:43:13 -06:00
Lorenzo Yario
a376a5a2e3
finish stripping current antispam system 2024-12-20 02:31:26 -06:00
Lorenzo Yario
b2ca26dba5
Merge pull request #858 from vichan-devel/removecurrentantibot
Remove current antibot system
2024-12-20 02:27:40 -06:00
Lorenzo Yario
6f5b0ae6d5
strip old antibot system 2024-12-20 02:24:18 -06:00
Lorenzo Yario
5f2f653993
Update functions.php 2024-12-20 02:16:59 -06:00
Lorenzo Yario
0ff0e707d6
remove vichan's current antibot system 2024-12-20 01:56:57 -06:00
Lorenzo Yario
26ffd1aa72
remove anti-bot functions 2024-12-20 01:08:41 -06:00
Lorenzo Yario
2e91c1ed3d
Update FileLogDriver.php 2024-12-20 00:24:46 -06:00
Lorenzo Yario
efd4810e83
Merge pull request #856 from vichan-devel/RealAngeleno-patch-15
skip captcha or log settings in mod.php config
2024-12-16 23:16:18 -06:00
Lorenzo Yario
9dacdf59b1
skip captcha or log settings in mod.php config
relates to multidimensional arrays
2024-12-16 23:15:23 -06:00
Lorenzo Yario
b889b10626
Merge pull request #834 from Zankaria/patch-2
Fix #830 remove multiple return types for PHP 7.4 support.
2024-10-31 13:52:09 -07:00
Zankaria
b5a9dc4d1a
bans.php: remove multiple return types for PHP 7.4 support 2024-10-31 14:47:11 +01: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
Zankaria
ceccbfc5b7 config.php: limit the number of dicerolls 2024-10-14 17:46:29 +02:00
Zankaria
b8c53fbbcd dice.php: extract email dice function from functions.php 2024-10-14 12:31:36 +02:00
Zankaria
27e4bd833a config.php: use op-cache friend array syntax for markup config 2024-10-14 12:18:04 +02:00
Zankaria
fe7a667441 style.css: add diceroll styling 2024-10-14 12:13:21 +02:00
Zankaria
115f28807a FsCacheDriver.php: collect expired cache items before operating on the cache 2024-10-10 23:10:05 +02:00
Zankaria
003e8f6d3b maintenance.php: delete expired filesystem cache 2024-10-10 23:10:05 +02:00
Zankaria
243e4894fa Use CacheDriver and Context for mod.php and mod pages 2024-10-10 23:10:05 +02:00
Zankaria
589435b667 context.php: use shared cache driver 2024-10-10 23:10:05 +02:00
Zankaria
f138b4b887 cache.php: wrap new cache drivers 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
66d2f90171 cache-driver.php: filesystem handle expired values. 2024-10-10 23:09:55 +02:00
Zankaria
5ea42fa0e2 config.php: update cache documentation 2024-10-10 22:56:56 +02:00
Zankaria
b57d9bfbb3 cache: implement cache locking for filesystem cache and give it multiprocess support 2024-10-10 22:56:56 +02:00
Zankaria
82ea1815fd Refactor cache driver 2024-10-10 22:56:56 +02:00
Lorenzo Yario
7c305f58bf
Merge pull request #822 from Zankaria/fix-captcha-call
post.php: fix invocation of native captcha
2024-10-08 20:12:25 -07:00
Lorenzo Yario
59d0dd9083
Merge pull request #821 from Zankaria/refactor-log
Break up the log subsystem and move it into Data
2024-10-08 20:12:13 -07:00
Lorenzo Yario
f60b4d190f
Merge pull request #789 from perdedora/expand-filename
Original filename changes
2024-10-08 20:11:49 -07:00
Lorenzo Yario
88a81a6d74
Merge pull request #819 from Zankaria/minor-format
Assorted PHP refactoring
2024-10-08 20:11:41 -07:00
Zankaria
3fe44653f2 post.php: fix invocation of native captcha 2024-10-06 13:08:29 +02:00
Zankaria
0e8909ac4e pages.php: fix whitespace indentation 2024-10-06 11:33:20 +02:00
Zankaria
767b8fd8c3 mod.php: add missing context parameter 2024-10-06 11:25:57 +02:00
Zankaria
f9127dd478 mod.php: $matches should always be an array 2024-10-06 11:25:11 +02:00
Zankaria
6c6ec65b02 pages.php: extract $mod array 2024-10-06 11:23:27 +02:00
Zankaria
23f3d15a52 extract create_pm_header 2024-10-06 10:41:32 +02:00