Commit Graph
22 Commits
Author SHA1 Message Date
mtvpls-turso e624ffb087 fix: add turso storage type to data migration import/export
The data migration import/export API was missing 'turso' as a storage
type check. Without this, Turso storage fell into the Redis 'else'
branch, which tries to use hSet/withRetry methods that don't exist
on the D1Storage adapter (used by Turso), causing user data import
to fail silently.

- Import route: added 'turso' alongside 'd1' to use
  createUserWithHashedPassword method
- Export route: added 'turso' alongside 'd1' to use
  getUserPasswordHash method
2026-07-11 18:15:46 +00:00
mtvpls 4b8bf68179 数据迁移支持电子书和漫画 2026-04-29 16:09:25 +08:00
mtvpls 1dcf27d1f8 音乐数据v2导入导出适配 2026-04-14 14:18:02 +08:00
mtvpls 2670e80446 fix typeerror 2026-02-24 21:48:30 +08:00
mtvpls ac68bca649 数据迁移并发提升性能 2026-02-24 21:03:18 +08:00
mtvpls 22b9242e39 修复postgres导入 2026-02-10 20:10:17 +08:00
mtvpls a447a41920 音乐数据导入导出 2026-02-02 14:27:25 +08:00
mtvpls 465821a6c9 d1数据迁移 2026-01-30 15:14:07 +08:00
mtvpls b6d2f05de5 修复redis方式数据导入报错 2026-01-16 19:41:51 +08:00
mtvpls f1ced03517 修复upstash方式数据导入 2026-01-12 20:10:37 +08:00
mtvpls e5aa93f18d fix typeerror 2026-01-02 00:07:40 +08:00
mtvpls 97d748fa79 彻底移除旧版用户导入导出 2026-01-01 22:21:46 +08:00
mtvpls c2442d03a6 修复导入用户丢失问题 2025-12-31 23:27:15 +08:00
mtvpls f43d9c7d0e 迁移播放记录到新数据结构,新增自动清理播放记录 2025-12-30 21:00:10 +08:00
mtvpls 558ba174fe 新版用户迁移将站长转换为普通账号 2025-12-24 20:13:09 +08:00
mtvpls bc8b9515a8 数据迁移支持新用户 2025-12-24 00:42:28 +08:00
mtvpls 0ae5923b4b 首页增加短剧推荐 2025-12-18 21:36:31 +08:00
shinya 0c514a37b8 feat: add obfuscation 2025-08-25 00:01:27 +08:00
shinya 4ffd59c5d1 feat: user control fluid search 2025-08-17 17:32:42 +08:00
shinya 3d97ad8f63 fix: add config self check 2025-08-15 22:34:57 +08:00
shinya 8b34f3e403 feat: set cached config when import, refactor db 2025-08-15 18:47:51 +08:00
shinya bd0c10feaa feat: data export and import 2025-08-15 13:49:08 +08:00