Commit Graph

815 Commits

Author SHA1 Message Date
xiaomlove
81400a34cc Merge branch '1.9' into php8 2026-01-07 01:31:11 +07:00
xiaomlove
8d98a7dd8b ptgen fill small title add field: chinese_title 2025-12-31 02:39:07 +07:00
xiaomlove
5f37d5c59a usercp add seedbox cancel ip help text 2025-12-30 15:39:15 +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
NekoCH
00ec3d5e8d migrate custom field management to filament
fix xss
2025-12-28 22:46:55 +08:00
xiaomlove
6180ae18df fix takeconfirm conusr 2025-12-23 16:20:47 +07:00
NekoCH
5c73e643a4 add uploaded torrents count to invite 2025-12-20 22:52:35 +08:00
xiaomlove
ef397714b1 Merge pull request #413 from ex-hentai/preview
fix preview get stuck
2025-12-20 16:16:13 +07:00
xiaomlove
1d6740cc41 Merge pull request #412 from ex-hentai/flash
remove flash stuff
2025-12-20 16:15:25 +07:00
xiaomlove
8e12cbf470 Merge pull request #411 from ex-hentai/detached
fix voting for non-existent offers
2025-12-20 16:14:52 +07:00
xiaomlove
d70a2c45ce Merge pull request #410 from ex-hentai/top
better image zooming
2025-12-20 16:14:06 +07:00
NekoCH
eb11239372 fix preview get stuck 2025-12-20 17:05:53 +08:00
NekoCH
39853b221a fix voting for non-existent offers 2025-12-20 17:01:50 +08:00
NekoCH
5548b7ef94 remove flash stuff 2025-12-20 16:59:43 +08:00
NekoCH
6803bbe85f better image zooming 2025-12-20 16:56:32 +08:00
NekoCH
8a4538faea cache rss user content 2025-12-20 16:44:10 +08:00
xiaomlove
b59377ab47 Merge pull request #405 from ex-hentai/passkey
support login with Passkeys
2025-12-20 13:17:43 +07:00
xiaomlove
b3067e2b6a Merge pull request #407 from ex-hentai/compact
always response in compact format
2025-12-20 13:12:16 +07:00
NekoCH
036e98a2d7 always response in compact format 2025-12-20 14:05:08 +08:00
NekoCH
dfdf64833f validate email with filter_var 2025-12-20 14:02:51 +08:00
NekoCH
e035ff1512 passkey support 2025-12-20 13:59:10 +08:00
xiaomlove
d255499e83 fix media info xss 2025-12-15 19:35:37 +07:00
xqw8889
7d02a08c2d 修复:豆瓣图裂问题 2025-11-11 22:20:54 +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
c6d99f369f Merge branch '1.9' into php8 2025-10-30 15:37:55 +07:00
xiaomlove
b5bfdc3c99 fix recover.php 2025-10-30 15:27:09 +07:00
xiaomlove
13020d1e48 Merge branch '1.9' into php8 2025-10-30 11:39:54 +07:00
xiaomlove
acb7df6d92 reset try catch 2025-10-30 11:29:00 +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
61f4de8868 fix takeupload duplicate tagId 2025-10-28 11:01:58 +07:00
xiaomlove
1329617f9f Merge branch '1.9' into php8 2025-10-16 16:58:10 +07:00
xiaomlove
08dbf79ec9 fix search box category URI 2025-10-16 16:56:53 +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
908b4b19ea feat(attendance): enforce captcha validation before check-in
- require a successful captcha challenge before recording the day’s attendance
- preserve the original attendance summary layout after a successful check-in

Signed-off-by: Qi HU <github@spcsky.com>
2025-10-14 10:39:57 +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
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
d58a1a9dbf Merge pull request #382 from specialpointcentral/php8
Fix duplicate includes and update styles
2025-10-02 22:00:25 +07:00
xiaomlove
e17de1109b Merge branch '1.9' into php8 2025-10-02 21:26:16 +07:00
SPC
0f089d39ab fix: style for staff.php and lang_functions.php
Signed-off-by: SPC <github@spcsky.com>
2025-10-02 21:43:45 +08:00
xiaomlove
72fee4db99 fix forums.php receiver not exists error 2025-10-02 20:15:32 +07:00
xiaomlove
f2a7f2c09c fix forums.php add message 2025-10-02 20:08:42 +07:00
xiaomlove
aa84bb90c8 fix forums.php pm url 2025-10-02 17:39:55 +07:00
xiaomlove
4f597e93dd update filament to v4.1 2025-10-02 14:58:30 +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