60 Commits

Author SHA1 Message Date
67b9aa2bd6 修复登录后仍旧提示需要登录 2026-01-12 15:18:59 +08:00
3f1bd0731b 添加ESP系列设备的OTA 2026-01-12 11:44:55 +08:00
3580717087 更新table_base到最新版本 2026-01-12 11:32:23 +08:00
a0afcbaa90 更新数据库初始化方法,修改用户昵称字段,调整响应模型数据类型,简化站点健康检查接口,移除不必要的服务函数 2025-12-17 17:33:53 +08:00
35efbdf000 清理项目配置文件,移除不再使用的.idea文件和更新文档中的Python版本要求 2025-12-17 16:15:47 +08:00
8ce34440d8 迁移到uv 2025-12-17 15:39:51 +08:00
93830c3d03 迁移服务层 2025-10-10 18:11:36 +08:00
a71cde7b82 Add notification sender and update item routes 2025-10-06 01:03:52 +08:00
cd35c6fbed Refactor models and routes for item management
Reorganized model structure by replacing 'object' and 'items' with a unified 'item' model using UUIDs, and moved base model logic into separate files. Updated routes to use the new item model and improved request/response handling. Enhanced user and setting models, added utility functions, and improved error handling throughout the codebase. Also added initial .idea project files and minor admin API improvements.

Co-Authored-By: 砂糖橘 <54745033+Foxerine@users.noreply.github.com>
2025-10-05 18:58:46 +08:00
ee684d67cf 修复数据库调用问题 2025-10-05 12:41:33 +08:00
c1c36c606f Refactor config, logging, and startup structure
Introduced pkg modules for environment config, logging, and startup initialization. Replaced direct config and logging setup in main.py with modularized functions. Updated database and migration modules to use environment variables and improved DEBUG handling. Removed tool.py and migrated password utilities to pkg. Cleaned up legacy comments and unused code in models and routes.
2025-10-03 15:00:45 +08:00
815e709339 Refactor password handling and model typing
Replaced custom password generation and verification logic with a new pkg/password.py module using Argon2 for secure hashing. Updated model field types to use PEP 604 union syntax (e.g., str | None) and improved type annotations. Refactored admin and session routes to use new password utilities and direct model methods for CRUD operations. Removed legacy tool-based password functions and cleaned up .idea project files.
2025-10-03 12:01:01 +08:00
1491fc0fbd Merge pull request #9 from Findreve/Owner-of-the-car-enhance
新增挪车功能
2025-10-03 10:55:17 +08:00
252031cb22 修复账号验证 2025-10-03 10:53:27 +08:00
643f19c1f1 修复数据库构建问题 2025-10-03 10:00:22 +08:00
3469ca9ab1 Merge branch 'main' into Owner-of-the-car-enhance 2025-10-03 00:09:50 +08:00
43f22de8fd 新增挪车功能 2025-10-02 21:52:52 +08:00
db77d6033b 初步迁移数据库 2025-09-28 11:49:26 +08:00
6c512805e8 重构数据库创建部分 2025-08-14 22:30:40 +08:00
c648ad35ec 优化登录的安全性 2025-08-11 14:44:33 +08:00
c94b1fd71f 创建工作区开发环境 2025-08-05 00:19:05 +08:00
bb54761bd4 拆分前端,变成 Findreve Core 2025-08-05 00:12:26 +08:00
52cff970da Merge pull request #7 from YuiNijika/main
fix: vue使用语法糖
2025-07-15 14:20:38 +08:00
0efffe4be6 修复无法正常登录
添加emit可以使登录恢复正常

Signed-off-by: 于小丘 <admin@yuxiaoqiu.cn>
2025-07-15 14:18:49 +08:00
鼠子
9aa31279c5 导入nextTick 修复没有渲染问题 2025-07-15 14:00:16 +08:00
鼠子
a96efc9f07 vue使用语法糖 2025-07-15 13:27:02 +08:00
7b4cef5d35 V2.0.0-alpha3 2025-07-15 2025-07-15 12:00:59 +08:00
98b03b67d1 程序启动时提示账号信息 2025-07-15 11:30:29 +08:00
1a3a03dd6f 增强JWT令牌安全性 2025-07-15 11:23:03 +08:00
03198de9c5 Merge pull request #5 from Rafael-ban/main
Optimize output structures
2025-05-15 21:16:27 +08:00
朱文浩
4458721391 优化输出结构 2025-05-15 21:10:35 +08:00
d290b0f555 修复因无JWT令牌而无法正确启动 Findreve 2025-05-15 20:54:21 +08:00
7fa1f2c088 删除部分文件头部的注释 2025-05-13 01:19:31 +08:00
8c7a0a07ed V2.0.0-alpha2 2025-05-13 2025-05-13 00:46:06 +08:00
6b706ccf26 Merge pull request #3 from Findreve/dependabot/npm_and_yarn/frontend/vite-6.3.4
Bump vite from 6.3.2 to 6.3.4 in /frontend
2025-05-12 21:13:07 +08:00
dependabot[bot]
b0ab379dd8 Bump vite from 6.3.2 to 6.3.4 in /frontend
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.3.2 to 6.3.4.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.3.4/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.3.4
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-12 13:12:38 +00:00
48ca2dcdf4 修复路由问题,改善文件树结构 2025-04-22 04:38:07 +08:00
39bbc94d07 V2.0.0-alpha1 2025-04-22 03:22:17 +08:00
2a217c4b8c V1.3.1 2025-04-18 12:14:26 +08:00
fc87152f69 补齐更新日志 2025-04-18 01:46:42 +08:00
e99b91bcff V1.3.0 2025-04-18 01:44:02 +08:00
55057185c6 V1.2.0 2025-03-29 16:13:35 +08:00
7d0d59677d V1.2.0 alpha 1
- 支持使用 api 提交物品信息
- 支持 JWT 鉴权
2025-03-28 04:53:37 +08:00
3ff07b89de 添加requirements.txt 2025-03-28 00:42:09 +08:00
0873fa1518 V1.1.3 安全性与稳定性的一些小改进 2025-03-28 00:40:12 +08:00
b2078ad340 合并官方使用的登录 2025-03-06 09:21:52 +08:00
277f5d58cb 使用官方登录重定向方案 2025-03-06 09:17:35 +08:00
4c2898d9a0 V1.1.2 2025-02-10 14:27:45 +08:00
于小丘
bf378bdfbd 更新 notfound.py
删除 单测模式
2025-01-30 12:36:19 +08:00
于小丘
19a4ea0e47 更新 main_page.py
删除 单测模式
2025-01-30 12:35:31 +08:00