Commit Graph

879 Commits

Author SHA1 Message Date
NekoCH
8207f1ed6f fix possible replay attack with passkey login 2026-01-31 15:28:25 +08:00
xiaomlove
4e9e4ae143 fix some upgrade issue 2026-01-31 00:08:23 +07:00
xiaomlove
e12cd0fab9 job remove sqlesc 2026-01-30 15:28:05 +07:00
xiaomlove
f3a6d366d8 add job RemoveUserVipStatus + RemoveUserDonorStatus + RemoveUserWarning 2026-01-30 15:03:52 +07:00
xiaomlove
50259367d6 middleware Locale use as global 2026-01-29 21:43:35 +07:00
xiaomlove
ea176b1615 bonus logs 2026-01-29 20:24:36 +07:00
xiaomlove
695d5f071f merge 1.9 2026-01-23 17:01:55 +07:00
xiaomlove
dd8df70f7e update version to 1.9.14 2026-01-23 15:38:56 +07:00
xiaomlove
3ced82fc0a bbcode_attach_to_img 2026-01-23 13:01:16 +07:00
Qi HU
ef01571b9a Fix Filament UserPasskeyResource compatibility
Signed-off-by: Qi HU <github@spcsky.com>
2026-01-10 11:48:37 +09:00
xiaomlove
81400a34cc Merge branch '1.9' into php8 2026-01-07 01:31:11 +07:00
xiaomlove
f20771353e new bonus type serchable 2026-01-07 01:30:21 +07:00
xiaomlove
da4a609ef7 claim settle add bonus log 2026-01-07 01:20:44 +07:00
xiaomlove
0351f92bf4 [API] comments list 2025-12-30 17:49:56 +07:00
xiaomlove
791c617bc0 token permission cache load from db when not exists 2025-12-30 12:56:56 +07:00
xiaomlove
290ad0f375 Merge remote-tracking branch 'origin/php8' into php8 2025-12-29 00:03:48 +07:00
xiaomlove
8602831d3a merge 1.9 2025-12-29 00:02:46 +07:00
xiaomlove
c5b55dbda1 delete user medal send notification 2025-12-28 23:59:32 +07:00
NekoCH
00ec3d5e8d migrate custom field management to filament
fix xss
2025-12-28 22:46:55 +08:00
xiaomlove
b59377ab47 Merge pull request #405 from ex-hentai/passkey
support login with Passkeys
2025-12-20 13:17:43 +07:00
NekoCH
e035ff1512 passkey support 2025-12-20 13:59:10 +08:00
Qi HU
0307cb3e78 Tune seed bonus job batch and timeouts
Signed-off-by: Qi HU <github@spcsky.com>
2025-12-18 16:40:50 +08:00
xiaomlove
88f2318699 setEnableLatelyCache() 24 hours 2025-12-11 15:52:40 +07:00
Qi HU
7719535940 feat: add notice lead time for global promotions 2025-12-11 12:21:34 +08:00
Qi HU
2346afa291 feat: enhance torrent state scheduling and display
Signed-off-by: Qi HU <github@spcsky.com>
2025-12-07 17:07:47 +08:00
xiaomlove
ac83b68929 UserResource add seeding leeching data + seed bonus per hour 2025-11-21 00:41:03 +07:00
Qi HU
1430ba68dc Switch reCAPTCHA endpoints to recaptcha.net
Signed-off-by: Qi HU <github@spcsky.com>
2025-11-05 21:16:05 +08:00
xiaomlove
2787ec40f4 Merge branch '1.9' into php8 2025-10-31 19:36:13 +07:00
xiaomlove
e37f40f20f improve filter_src() 2025-10-31 19:35:57 +07:00
xiaomlove
13020d1e48 Merge branch '1.9' into php8 2025-10-30 11:39:54 +07:00
xiaomlove
3d5e316275 fix password related 2025-10-30 10:28:52 +07:00
xiaomlove
771d06c87b Merge branch '1.9' into php8 2025-10-29 17:18:00 +07:00
xiaomlove
f1cbb5c3da [API] torrent list add active_status 2025-10-29 17:02:00 +07:00
xiaomlove
907cca7a40 improve backup cronjob cleanup 2025-10-29 15:28:52 +07:00
xiaomlove
c26bd6f1aa add TranslateWithPluginId 2025-10-23 15:52:40 +07:00
xiaomlove
3e43c630fc improve IP Search getRecords() 2025-10-21 03:26:09 +07:00
xiaomlove
ec66dca358 IP Search 2025-10-21 03:22:55 +07:00
xiaomlove
ca8edf8a6a UserResource show donor status 2025-10-20 17:16:19 +07:00
xiaomlove
47ddb94806 Merge pull request #387 from specialpointcentral/attendance
Add configurable attendance CAPTCHA
2025-10-14 15:04:51 +07:00
xiaomlove
2b107119c5 Merge remote-tracking branch 'origin/php8' into php8 2025-10-14 14:59:15 +07:00
xiaomlove
ba8715a3f9 Refactor IP History 2025-10-14 14:54:44 +07:00
Qi HU
479ace4df7 feat(attendance): make captcha requirement configurable
- add Filament toggle to control whether attendance check-in requires captcha
- persist the toggle under captcha.attendance.enabled with sensible defaults

Signed-off-by: Qi HU <github@spcsky.com>
2025-10-14 10:59:13 +08:00
Qi HU
ce913b7a54 feat(admin): manage captcha configuration centrally
- add a dedicated Filament settings tab for captcha drivers
- persist selections into config-compatible schema and migrate legacy keys
- extend captcha manager to consume database overrides transparently

Signed-off-by: Qi HU <github@spcsky.com>
2025-10-13 12:15:33 +08:00
Qi HU
1614ac3f3d refactor(ui): improve captcha form responsiveness
- adjust layout spacing on public auth-related templates
- ensure captcha challenge areas remain visible on small screens
- align image driver output with refreshed markup

Signed-off-by: Qi HU <github@spcsky.com>
2025-10-13 12:15:15 +08:00
xiaomlove
0f172a94be Merge pull request #384 from specialpointcentral/php8
[RFC] Refine captcha configuration and drivers
2025-10-12 04:18:55 +07:00
xiaomlove
cd0ef0d106 Activity Log 2025-10-12 04:13:18 +07:00
Qi HU
9033eff8ea feat: Refine captcha configuration and drivers
Introduce a configurable captcha manager with drivers for image,
Cloudflare Turnstile, and Google reCAPTCHA, including fallback
behaviour.

Refactor login, signup, complain, and related flows to use the new
abstraction while simplifying the legacy image endpoint.

Document captcha environment options and restore classic defaults in
.env.example.

Signed-off-by: Qi HU <github@spcsky.com>
2025-10-11 23:38:27 +08:00
xiaomlove
fc4c174442 add navigation group: Tracker 2025-10-04 15:31:46 +07:00
xiaomlove
3670c94142 disable topbar 2025-10-02 17:11:49 +07:00
xiaomlove
0d96380d60 Merge pull request #377 from ex-hentai/filament-v4
update filament to v4
2025-10-01 20:53:33 +07:00