mofeng-git
e87942a5a9
feat: 添加 CH9329 HID 芯片断联自动重试功能
...
- 当 CH9329 芯片通信异常时自动发送复位命令
- 增加 2 秒延迟等待芯片恢复连接
- 防止 HID 功能因芯片断联而失效
代码来自 https://github.com/mofeng-git/One-KVM/pull/164
代码作者 https://github.com/snltty
2025-08-21 17:29:11 +08:00
mofeng-git
2c056ca3e3
feat: merge upstream master - version 4.94
...
Merge upstream PiKVM master branch updates:
- Bump version from 4.93 to 4.94
- HID: improved jiggler pattern for better compatibility
- Streamer: major refactoring for improved performance and maintainability
- Prometheus: tidying GPIO channel name formatting
- Web: added __gpio-label class for custom styling
- HID: customizable /api/hid/print delay configuration
- ATX: independent power/reset regions for better control
- OLED: added --fill option for display testing
- Web: improved keyboard handling in modal dialogs
- Web: enhanced login error messages
- Switch: added heartbeat functionality
- Web: mouse touch code simplification and refactoring
- Configs: use systemd-networkd-wait-online --any by default
- PKGBUILD: use cp -r to install systemd units properly
- Various bug fixes and performance improvements
2025-08-21 11:26:59 +08:00
mofeng-git
187c713424
refactor: 完善代码质量检查和修复系统
...
主要改进:
- 添加 make tox-local 本地代码质量检查支持
- 创建 check-code.sh 脚本支持独立工具执行
- 修复 51+ flake8 代码风格问题(未使用导入、行尾空格、注释格式等)
- 解决 pylint 变量命名和日志格式问题
- 重构 make_image 方法解决 too-many-statements 警告
- 添加类型注解和修复方法签名不匹配问题
- 统一代码风格规范(引号使用、空格格式等)
工具配置:
- 更新 tox.ini 支持 Python 3.10 本地环境
- 添加缺失的核心依赖包定义
- 完善 Makefile 构建系统集成
2025-08-20 19:25:57 +08:00
Maxim Devaev
678744ce91
pikvm/pikvm#1571 : hid: improved jiggler pattern
2025-08-12 22:07:05 +03:00
Maxim Devaev
9b5b6f6152
pikvm/pikvm#1563 , pikvm/pikvm#1564 : Customizable /api/hid/print delay
2025-07-28 21:00:32 +03:00
Maxim Devaev
d57c3c66cd
atx: independent power/reset regions
2025-07-14 18:15:39 +03:00
Maxim Devaev
fe1f821715
otgconf: fixed read() awaiting
2025-06-11 05:12:54 +03:00
Maxim Devaev
735c2e6395
pikvm/pikvm#1537 : /hid/inactivity api
2025-06-10 02:49:50 +03:00
Maxim Devaev
56d0d3aa8a
plugin to forbid any auth
2025-05-28 19:31:10 +03:00
Maxim Devaev
47614a5724
lint fixes
2025-05-17 22:56:22 +03:00
Maxim Devaev
ebbd55ee17
using evdev instead of string constants
2025-05-01 03:03:25 +03:00
Maxim Devaev
ec9c12ffcc
enabled relative mouse by default on all v2+ configurations
2025-03-01 18:55:55 +02:00
Maxim Devaev
de4f1903aa
using salted sha512 for htpasswd by default
2025-02-11 16:55:45 +02:00
mofeng-git
06a64725be
修改源文件版权声明
2025-02-01 10:55:41 +00:00
mofeng-git
7b3335ea94
Add support for PiKVM Switch and related features
...
This commit introduces several new components and improvements:
- Added Switch module with firmware update and configuration support
- Implemented new media streaming capabilities
- Updated various UI elements and CSS styles
- Enhanced keyboard and mouse event handling
- Added new validators and configuration options
- Updated Python version support to 3.13
- Improved error handling and logging
2025-02-01 01:08:36 +00:00
Maxim Devaev
e7c06643b4
refactoring
2025-01-10 23:04:12 +02:00
Maxim Devaev
72c9ae3aa0
improved jiggler logic
2025-01-10 22:56:28 +02:00
Maxim Devaev
464672d1a0
enabled jiggler by default
2025-01-10 14:24:43 +02:00
Maxim Devaev
fed3bf1efd
pikvm/pikvm#1334 : Bad link mode for keyboard events
2024-12-30 18:55:59 +02:00
Maxim Devaev
e014cbcedf
pikvm/pikvm#858 , pikvm/pikvm#1249 : Added slow typing mode for /api/hid/print
2024-12-11 21:09:49 +02:00
Maxim Devaev
adbd4f242b
pikvm/pikvm#1437 : Don't reset absolute mouse position on clear
2024-12-11 17:56:54 +02:00
mofeng-git
b8ddf7c2da
增加快速文件互传功能(基于 MSD)
...
为 MSD 路径添加配置选项
为 文件镜像名称添加配置选项
修复 make 测试环境
2024-11-22 17:40:55 +00:00
mofeng-git
eec64ef57c
Merge remote-tracking branch 'upstream/master'
2024-11-20 15:18:34 +00:00
mofeng-git
6928fab16c
Revert "初步的 kvmd 国际化(汉化)支持"
...
This reverts commit 20927c7226b1860f94299bd157f73c08ba950dda.
2024-11-20 12:44:59 +00:00
mofeng-git
433232c845
Revert "进一步的 kvmd 国际化(汉化)支持"
...
This reverts commit 5b25b3661f28deda2d836f970387465ebfd6896a.
2024-11-20 12:44:59 +00:00
mofeng-git
b419641251
Revert "进一步的 kvmd 国际化(汉化)支持,添加配置入口"
...
This reverts commit 35397c54143f3dba89bebc4e30bc09b0804b5798.
2024-11-20 12:44:59 +00:00
mofeng-git
72dce4de89
#46 修复 CD-ROM 与 FLASH 模式网页无法切换
...
挂载 MSD 时重启 UDC 确保模式生效
2024-11-05 17:54:38 +00:00
Maxim Devaev
d93639ba8d
hid with granularity prototype
2024-11-03 18:28:28 +02:00
Maxim Devaev
0fd1174bc5
granularity info and minor fixes
2024-11-02 18:06:52 +02:00
Maxim Devaev
d6b61cb407
refactoring
2024-11-02 14:26:39 +02:00
Maxim Devaev
deba110cdf
partial msd events
2024-11-02 10:39:15 +02:00
Maxim Devaev
47778bc48c
msd: ftruncate() for uploading
2024-10-29 19:50:27 +02:00
Maxim Devaev
c02bc53bc4
msd: reload parts from inotify loop
2024-10-29 13:35:39 +02:00
Maxim Devaev
546ac24b93
msd reset now leads to inotify restart
2024-10-29 11:01:18 +02:00
Maxim Devaev
2195acf2ff
Don't watch inotify modify events because they fires on every write()
2024-10-28 17:20:13 +02:00
Maxim Devaev
60f413c1f4
refactoring
2024-10-28 10:46:12 +02:00
Maxim Devaev
a84242c9bc
AioExclusiveRegion API is sync now
2024-10-26 15:51:33 +03:00
Maxim Devaev
399712c684
refactoring
2024-10-24 03:05:46 +03:00
Maxim Devaev
cda32a083f
new events model
2024-10-21 17:46:59 +03:00
Maxim Devaev
b67a232584
copy some msd dicts to avoid changing
2024-10-19 09:25:20 +03:00
mofeng-git
507c46b986
MSD 支持运行目录存放镜像
2024-10-05 14:31:23 +00:00
Maxim Devaev
7a53f14456
refactoring
2024-09-18 04:37:43 +03:00
mofeng-git
5f7f8d58ed
a fix
2024-09-01 02:38:00 +00:00
Maxim Devaev
3837e1a1c8
Simplified inotify API
2024-08-25 01:24:12 +03:00
Maxim Devaev
c9405efa05
lint fix
2024-08-19 01:06:00 +03:00
mofeng-git
35397c5414
进一步的 kvmd 国际化(汉化)支持,添加配置入口
...
yaml 配置示例:
```
languages:
console: zh
web: zh
```
2024-08-14 22:54:12 +08:00
mofeng-git
5b25b3661f
进一步的 kvmd 国际化(汉化)支持
2024-08-12 22:58:01 +08:00
mofeng-git
20927c7226
初步的 kvmd 国际化(汉化)支持
...
1. 添加汉化文件
2. 添加 Lanuages().gettext 函数处理字符替换
3. 修改相关字符串调用
2024-08-06 21:45:16 +08:00
Maxim Devaev
ea285e3fec
lint fix
2024-07-08 05:37:53 +03:00
Maxim Devaev
01fff2c7a9
lint fix
2024-05-18 14:33:59 +03:00