Commit Graph

7 Commits

Author SHA1 Message Date
xiongxiao
55378f4c94 feat: remove old data import scripts and JSON files
- Deleted `import-data.ts` and `import-life.ts` scripts for importing short-link and life JSON data into the database.
- Removed `ncode-list.json` containing short-link data.
- Added new script `mv-resources.ts` for migrating resources from username-based paths to userId-based paths in the database and object storage.
- Introduced `UserId` module for fetching user IDs and usernames from the database with caching.
- Updated `UserApp` class to use user IDs instead of usernames for resource paths.
- Modified routes to include a new endpoint for retrieving user IDs based on usernames.
2026-03-25 00:57:18 +08:00
027cbecab6 feat: 添加 flowme-life 功能,包括创建、更新、删除和列表接口,导入 life JSON 数据到数据库 2026-03-10 20:17:49 +08:00
48425c6120 feat: 添加短链管理功能,包括创建、更新、删除和列表接口 2026-03-10 19:46:50 +08:00
d62a75842f Refactor: Remove unused Convex HTTP routes and schema definitions
- Deleted `http.ts` which contained custom HTTP routes for authentication and JWKS.
- Removed `schema.ts` that defined database schemas for `github_starred`, `users`, and `sessions`.
- Updated `package.json` to remove the Convex dependency and updated other dependencies.
- Deleted SQL script `clear.sql` for removing constraints from tables.
- Removed `update.sh` script for updating dependencies.
- Deleted demo application routes and models in `app-demo` directory.
- Cleaned up unused modules and imports across various files.
- Removed Redis and common utility scripts that were not in use.
- Deleted test scripts related to user and bucket management.
2026-02-07 00:16:00 +08:00
9f51d27398 fix: 解决问题 2025-12-28 10:52:04 +08:00
1f4404fa5c feat: 修改为bun,优化代码 2025-05-20 00:36:32 +08:00
2b90bbab6f fix: change to release script to config directory 2025-02-27 00:00:38 +08:00