Commit Graph

9 Commits

Author SHA1 Message Date
7dfa96d165 Refactor app management to use Drizzle ORM
- Replaced Sequelize models with Drizzle ORM for app and app list management.
- Updated routes in app-manager to utilize new database queries.
- Removed obsolete Sequelize model files for app, app list, and app domain.
- Introduced new helper functions for app and app domain management.
- Enhanced user app management with improved file handling and user migration.
- Adjusted public API routes to align with new database structure.
- Implemented caching mechanisms for domain management.
2026-02-07 01:26:16 +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
8053a3db64 关于login重构 2025-03-21 20:41:01 +08:00
efef48a1b0 feat: add minio list detect 2025-03-13 02:32:28 +08:00
d2280f6b89 feat: update org operate 2025-02-28 13:35:13 +08:00
3477d098b7 fix: fix错误 2025-02-26 01:59:46 +08:00
61d7004c8f bump: 修改router为kevisual的router 2024-10-25 20:00:07 +08:00
03c473d24a feat: 初始化项目用户初始化修改 2024-10-09 11:46:36 +08:00
54e3ccb3ff feat: user org and fix bugs 2024-10-08 03:30:01 +08:00