2053 Commits

Author SHA1 Message Date
Zankaria
04a9f138aa pages.php: add mod_user_posts_by_passwd implementation 2025-03-01 23:25:13 +01:00
Zankaria
e29fd480ab config.php: deprecate ip_recentposts for recent_user_posts 2025-03-01 23:25:13 +01:00
Zankaria
4f9bb235f6 context.php: use UserPostQueries 2025-03-01 23:25:13 +01:00
Zankaria
f88c8fcd93 pages.php: use UserPostQueries for mod_page_ip 2025-03-01 23:25:13 +01:00
Zankaria
4023840aad UserPostQueries.php: add user post queries class 2025-03-01 23:25:13 +01:00
Zankaria
223a9713cb net.php: add functions to encode and decode a typed cursor over an url 2025-03-01 23:25:13 +01:00
Zankaria
e7c96a3456 filters.php: use IpNoteQueries 2025-02-21 12:28:47 +01:00
Zankaria
886fd074ed pages.php: use IpNoteQueries 2025-02-21 12:16:38 +01:00
Zankaria
251d450705 context.php: provide IpNoteQueries 2025-02-21 12:09:35 +01:00
Zankaria
0b558de039 IpNoteQueries.php: add ip notes wrapper 2025-02-21 12:08:35 +01:00
Lorenzo Yario
4dfbb2c65b
Merge pull request #905 from e965/yandex-captcha
feat: add yandex smartcaptcha
2025-02-14 13:36:08 -06:00
Lorenzo Yario
60b5e5c5ea
Merge pull request #904 from Zankaria/bans-no-defaults
bans.php: remove unless defaults
2025-02-14 13:25:40 -06:00
Dmitry Dyachkov
879f96da88 fix: copypaste fix 2025-02-14 15:01:43 +00:00
Dmitry Dyachkov
febbf854a1 feat: add yandex captcha 2025-02-14 10:38:46 +00:00
Zankaria
73ba04dedb bans.php: remove unless defaults 2025-02-14 11:16:58 +01:00
Zankaria
d25343fb77 database.php: PDO always throw even on PHP < 8.0 2025-02-13 12:21:25 +01:00
fowr
b50ffa706d ffmpeg.php: fix mp4 logic for checking if audio exist 2025-02-12 14:46:22 -03:00
Zankaria
e8b965b4b4 config.php: improve default youtube embed 2025-01-19 22:56:01 +01:00
fowr
8925879355 proper fix instead of using numeric array in rebuild themes 2025-01-12 10:17:45 -03:00
fowr
071de337eb trying to make securimage less messy 2025-01-09 15:13:50 -03:00
fowr
c6ade44962 update config default to securimage 2025-01-09 14:58:34 -03:00
fowr
0deae76002 allow customization of securimage by captcha config variable 2025-01-09 14:57:31 -03:00
fowr
1212c18616 remove extra from being manipulated from query string;
use extra in rand_string;
2025-01-09 14:50:11 -03:00
Lorenzo Yario
876b82660e
numeric array #871 2024-12-30 17:22:30 -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
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
Zankaria
21f085a69e functions.php: optimize listBoards a bit 2024-12-14 00:35:11 +01:00
Zankaria
c82a669934 pages.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
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
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
8773fbb52b config.php: add op min and max body configuration options 2024-11-27 22:17:33 +01:00
Zankaria
dcd43b71dc config.php: add minimum body length option 2024-11-27 21:55:53 +01: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
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
fed2170923
Merge pull request #832 from Zankaria/captcha-breakup
Breakup the captcha file
2024-10-31 13:52:19 -07:00
Zankaria
9bf6e6f94d captcha-queries.php: break up captcha queries 2024-10-30 11:57:32 +01:00
Zankaria
a6399ed3b0 RedisCacheDriver.php: add false value support 2024-10-28 23:06:12 +01:00