Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
3464c4da61ebe2eba518fa3442aedbfc11d3d36b
qinglong
/
back
/
services
下载当前目录
W
whyour
fix IPv6 connectivity
3464c4da
创建于
17 天前
历史提交
文件
最后提交记录
最后更新时间
config.ts
修改 import undici
1 年前
cron.ts
修复运行中任务停止操作
4 个月前
cronView.ts
修复系统设置数据未初始化
1 年前
dependence.ts
Fix enum value 0 causing type filter to fail for NodeJS dependencies (#2869) * Initial plan * Fix: Prevent Python3 dependencies from appearing in NodeJs tab Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
5 个月前
env.ts
修复环境变量排序
4 个月前
grpc.ts
fix IPv6 connectivity
17 天前
health.ts
修改服务启动逻辑
1 年前
http.ts
fix IPv6 connectivity
17 天前
log.ts
脚本管理和日志管理支持下载
1 年前
metrics.ts
修改服务启动逻辑
1 年前
notify.ts
支持自定义接收邮箱地址 (#2973) * 支持自定义接收邮箱地址 * 新增支持多个接收邮箱,同步到node和系统内置版本
18 天前
open.ts
QLAPI 支持操作环境变量和系统通知
1 年前
schedule.ts
修复模块注入
6 个月前
script.ts
脚本管理和日志管理支持下载
1 年前
sock.ts
修复调试脚本日志丢失
2 年前
sshKey.ts
Fix SSH global private key matching before subscription-specific keys (#2845) * Initial plan * Fix SSH global private key loading order by using zzz_ prefix Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> * Use tilde (~) prefix for global SSH config to ensure it loads last Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
5 个月前
subscription.ts
Optimize log file writes using stream pooling (#2835) * Initial plan * Implement LogStreamManager for optimized log writing Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> * Fix error handler in LogStreamManager to avoid race conditions Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
6 个月前
system.ts
Add global SSH key configuration in system settings (#2840) * Initial plan * Add backend support for global SSH keys Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> * Add frontend UI for global SSH keys management Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> * Add SshKeyModel to database initialization Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> * Add SSH config generation for global SSH keys Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> * Add internationalization support for SSH key management UI Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> * Simplify to single global SSH key in system settings Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
5 个月前
user.ts
feat: Support multiple concurrent login sessions per platform (#2816) * Initial plan * Implement multi-device login support - allow multiple concurrent sessions Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> * Address code review feedback - extract constants and utility functions Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> * Add validation and logging improvements based on code review Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> * Revert unnecessary file changes - keep only multi-device login feature files Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
6 个月前