• Joined on 2024-12-19
tian pushed to master at Doni/safesight-control 2026-07-26 06:16:08 +00:00
acf599df6d fix: 系统页布局调整——备份恢复移到服务配置下方
tian pushed to master at Doni/safesight-control 2026-07-26 06:13:26 +00:00
4968d6203a fix: 设备列表配置列显示模板名而非ConfigID
tian pushed to master at Doni/safesight-edge 2026-07-26 06:07:20 +00:00
a9e37edafa fix: 时间同步后写硬件时钟保证重启不丢
3604fef576 feat: agent添加/v1/time和/v1/time/set接口
Compare 2 commits »
tian pushed to master at Doni/safesight-control 2026-07-26 06:07:14 +00:00
a801340d14 fix: 本机时间卡片移到系统页顶部
40e8b35e6b fix: 时间同步按钮改为JS控制,勾选后即时显示
158c13642e fix: 配置模板添加time_sync_threshold_sec
257f3ac034 feat: 时间同步阈值可配置,系统页添加本机时间卡片
aa20bdaeb1 fix: 批处理统一过滤离线设备,时间同步跳过无偏差设备
Compare 17 commits »
tian pushed to master at Doni/safesight-control 2026-07-26 04:40:58 +00:00
04908155a4 docs: 添加git push失败重试说明
2cc5ac43a9 chore: 清理AlarmChannelSources等未使用字段
b0895d8fce refactor: 清理临时RenameVideoSource函数,改名逻辑统一在SaveVideoSourceAsset中
c817b42ff7 refactor: video_sources使用整数ID主键,名字可自由修改
a4e0d1316f feat: 视频源改名,同步更新识别单元引用
Compare 15 commits »
tian pushed to master at Doni/safesight-control 2026-07-25 06:12:30 +00:00
04617a382c docs: 更新AGENTS.md,加入81编译部署流程和设计原则
tian pushed to master at Doni/safesight-edge 2026-07-25 06:03:39 +00:00
4468c4457c fix: face gallery reload add log
7c5094b1a5 fix: 人脸库PUT成功后自动reload,无需管理端另行调用
Compare 2 commits »
tian pushed to master at Doni/safesight-control 2026-07-25 06:03:31 +00:00
7678006d4d fix: 系统配置和服务状态同排显示
77c5eb4740 refactor: 配置模板重命名为 safesightd.json.template
1790d2ec14 fix: 默认公司名称
90bc2e3a32 docs: 配置模板添加 company_name
Compare 16 commits »
tian pushed to master at Doni/safesight-control 2026-07-25 06:01:24 +00:00
79270d2121 fix: 降级 x/text 兼容 Go 1.23
tian pushed to master at Doni/safesight-control 2026-07-24 12:42:57 +00:00
7120805c0c fix: 设备列表保留主机名,去掉版本和dev#
99cd956e4c fix: 设备列表只显示名字和IP,去掉重复无区分价值的主机名/版本/dev#
a21a0f8649 fix: 人脸库页设备行只显示IP
3ae6f71cf9 feat: 模型/资源/人脸库页设备名旁显示IP;设备列表按IP+名称排序
3eb966a560 fix: 改名按钮只保留铅笔图标
Compare 61 commits »
tian pushed to master at Doni/safesight-control 2026-07-22 03:18:47 +00:00
3d109b4b11 chore: 同步之前未提交的改动 (auto_config, ui, console)
c440186ce3 fix: 统一管理端部署路径,设备详情页支持无标准配置时展示设备实际模型/人脸库
a110436e2d fix: minio uses Start-Process directly instead of bat file
848580f3ee fix: mock alarm and minio use cmd window to avoid silent exit
Compare 4 commits »
tian pushed to master at Doni/safesight-control 2026-07-21 10:20:26 +00:00
56dcee8741 设置token
tian pushed to master at Doni/safesight-control 2026-07-21 10:18:15 +00:00
7a8e30daba docs: add control panel deployment guide
tian pushed to master at Doni/safesight-control 2026-07-21 10:15:10 +00:00
5c7fe47a36 feat: add offline packaging script for control panel
tian pushed to master at Doni/safesight-control 2026-07-21 10:08:44 +00:00
e284048435 feat: default integrations, inject into config, console live sync, task sort
tian pushed to master at Doni/safesight-edge 2026-07-21 09:03:44 +00:00
9a4459509c fix: dont restore old config, just extract RTSP URLs for reference
tian pushed to master at Doni/safesight-edge 2026-07-21 08:59:21 +00:00
be7fc7e64b rewrite: upgrade-from-old now uses deploy.sh + offline package, preserves camera configs
tian pushed to master at Doni/safesight-control 2026-07-21 08:55:54 +00:00
a0f22230cb fix: console only deploys changed devices; wizard shows display names and pre-checks features
tian pushed to master at Doni/safesight-edge 2026-07-21 07:46:19 +00:00
c1cd6f8575 fix: always create agent config even if binary not found
tian pushed to master at Doni/safesight-edge 2026-07-21 07:41:58 +00:00
9f53f71a79 fix: create agent dir before checking binary; add runtime deps to deploy docs