Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
3464c4da61ebe2eba518fa3442aedbfc11d3d36b
qinglong
/
back
/
api
下载当前目录
W
whyour
修复 cron-parser import,websocket basepath
5f0dafa0
创建于
2025年12月23日
历史提交
文件
最后提交记录
最后更新时间
config.ts
写入文件增加文件锁,避免竞争条件引起文件内容异常
1 年前
cron.ts
定时任务支持 @once 和 @boot 任务
1 年前
dependence.ts
修复 cron-parser import,websocket basepath
4 个月前
env.ts
环境变量支持置顶 (#2822) * Initial plan * Add pin to top feature for environment variables Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> * Format code with prettier Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> * Add database migration for isPinned column in Envs table Co-authored-by: whyour <22700758+whyour@users.noreply.github.com> * Use snake_case naming (is_pinned) for database column 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> Co-authored-by: whyour <imwhyour@gmail.com>
6 个月前
health.ts
修改服务启动逻辑
1 年前
index.ts
修改服务启动逻辑
1 年前
log.ts
修复 /:file 获取日志接口
1 年前
open.ts
修改系统内部获取token方式
3 年前
script.ts
修复 cron-parser import,websocket basepath
4 个月前
subscription.ts
修复 cron-parser import,websocket basepath
4 个月前
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 个月前
update.ts
修改服务启动逻辑
1 年前
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 个月前