Alone88
841740f19a
feat: add WPUSH notification provider ( #3066 )
...
Add WPUSH as a notification channel for Qinglong panel settings and
sample notify scripts (Python/JS), using POST https://api.wpush.cn/api/v1/send
with success code === 0. Supports optional channel and topic_code.
2026-09-13 00:50:56 +08:00
zjiecode and zjiecode
327c3a317b
Add WxPusher simple push support,Enhance user experience and reduce configuration complexity ( #3023 )
...
* 新增对WxPusher极简推送的支持,减小用户使用成本
* 新增脚本对WxPusher极简推送的支持
* 修复通知配置的枚举定义
---------
Co-authored-by: zjiecode <zjiecode@gmail.com >
2026-06-30 14:30:31 +08:00
0e5b8bef4b
Fix HITOKOTO parameter boolean/string type handling ( #2918 )
...
* Initial plan
* Fix HITOKOTO parameter type mismatch in notify scripts
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com >
* Refactor JavaScript HITOKOTO check for consistency with Python
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 >
2026-05-31 14:26:57 +08:00
e06c3571a8
Fix undefined error in serverNotify when Server酱 returns error responses ( #2917 )
...
* Initial plan
* Fix: Replace data.data.errno with data.code to prevent undefined error
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 >
2026-05-31 14:25:51 +08:00
jmclulu
3aab1233bb
fix: correct typos in source code and locales ( #3003 )
...
- Fix Countrys -> Countries in comment
- Fix Scrolldown -> ScrollDown in variable name
- Fix completeTowFactor -> completeTwoFactor (3x)
- Fix deactiveTowFactor -> deactivateTwoFactor (3x)
- Fix activeOrDeactiveTwoFactor -> activeOrDeactivateTwoFactor
- Fix API route /two-factor/deactive -> /two-factor/deactivate
- Fix elment -> element in function param
- Fix synolog -> synology in comment
- Fix Chinese comment 制定 -> 指定
- Fix swapped BARK English translations on lines 360-361
2026-05-31 00:32:04 +08:00
whyour
abad29cbf9
修复非 root debian dockerfile
2026-05-30 23:55:57 +08:00
Max
1315578878
支持自定义接收邮箱地址 ( #2973 )
...
* 支持自定义接收邮箱地址
* 新增支持多个接收邮箱,同步到node和系统内置版本
2026-05-06 00:34:26 +08:00
66700ebe1a
Add OpeniLink notification channel ( #2988 )
...
* Initial plan
* Add OpeniLink notification channel support
Agent-Logs-Url: https://github.com/whyour/qinglong/sessions/c80b4882-1bd7-4ffe-9180-cd3220da5986
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com >
* Add context_token and hub_url to OpeniLink notification channel
Agent-Logs-Url: https://github.com/whyour/qinglong/sessions/a5e66f5a-dab8-4a65-96ca-960d35fa9d50
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 >
2026-04-25 16:01:36 +08:00
9330650163
Fix TG_PROXY_AUTH concatenation in notify.js - add missing @ separator ( #2882 )
...
* Initial plan
* Fix TG_PROXY_AUTH handling in notify.js to match notify.py logic
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com >
* Apply prettier formatting to notify.js
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 >
2025-12-22 23:05:06 +08:00
02a05f06bd
Add signature verification support for Feishu bot notifications ( #2856 )
...
* Initial plan
* Add signature verification support for Feishu bot notifications
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com >
* Add clarifying comments about Feishu signature algorithm
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com >
* Add i18n translations for larkSecret configuration field
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 >
2025-11-27 01:10:04 +08:00
憶夣
57939391b9
ntfy 增加可选的认证与用户动作 ( #2741 )
...
* feat:ntfy增加可选的认证
* feat:ntfy增加可选的用户动作
* fix:ntfy动作包含中文报错
2025-06-07 00:26:27 +08:00
whyour
c3072e7712
got 替换为 uudici
2025-05-15 01:01:39 +08:00
whyour
710a107e73
邮箱通知支持多个收件人
2025-05-08 01:27:25 +08:00
whyour
f9b9543a6d
修复 JavaScript telegram 通知
2025-01-15 23:23:54 +08:00
whyour
75f91e1473
修改通知文件未设置变量提示
2024-12-22 22:15:09 +08:00
FanchangWang
955c7377d7
新增 wxPusher 推送通道。wxPusher 官方文档: https://wxpusher.zjiecode.com/docs/ ( #2594 )
...
* 增加 wxPusher 推送方式
* 补全 wxPusher 推送方式代码
* fix js 方法多进行了一次 JSON 格式化
2024-12-13 14:13:34 +08:00
c71abd8c86
完善pushplus通知方式的代码逻辑 ( #2454 )
...
* 1. pushplus通知方式返回结果优化
2. pushplus通知方式适配更多参数
* 细节bug修改
* 删除没用的空格
---------
Co-authored-by: 陈思远 <chensiyuan@yiban.com.cn >
Co-authored-by: 陈大人 <chensiyuan@pushplus.plus >
2024-12-13 14:12:16 +08:00
qiaoyun680 and qiaoyun680 <qiaoyun680>
56bc2f0b1d
改进ntfy通知,将中文标题进行编码后发送 ( #2541 )
...
* 1.改进ntfy通知,将中文标题进行编码后发送,可以直接展示中文标题;2.改进notify.py和notify.js中ntfy的推送;
---------
Co-authored-by: qiaoyun680 <qiaoyun680>
2024-10-23 16:38:51 +08:00
Easy
ecc55883f0
优化Server酱Key相关的逻辑 ( #2538 )
...
* 优化sendkey的兼容
* 对title和desp encode
2024-10-22 21:49:07 +08:00
qiaoyun680 and qiaoyun680 <qiaoyun680>
185fd2ff91
增加 ntfy 通知 ( #2537 )
...
Co-authored-by: qiaoyun680 <qiaoyun680>
2024-10-22 21:47:38 +08:00
Easy
71dd82f74e
适配Server酱APP分支(Server酱³),移除已废弃的旧版api入口 ( #2524 )
2024-10-10 22:09:00 +08:00
whyour
926ad067c1
修复通知文件换行符解析错误
2024-09-09 23:19:58 +08:00
whyour
af5de8372c
修复 shell 变量初始化检查,更新 sentry 版本
2024-08-18 14:19:45 +08:00
whyour
035f0eb9e3
修复通知文件一言设置
2024-06-16 00:28:45 +08:00
whyour
69d9307be9
bark 推送改为 post 请求
2024-06-07 10:54:58 +08:00
whyour
805a716033
修复任务详情查看脚本错误
2024-05-25 18:22:01 +08:00
陈大人 and chensiyuan
e77d4c4337
增加微加机器人消息通道 ( #2373 )
...
Co-authored-by: chensiyuan <chensiyuan@pushplus.plus >
2024-05-25 00:33:31 +08:00
雨思
8dd379b6b9
PushMe 通知支持自建服务 ( #2358 )
2024-05-15 22:38:25 +08:00
whyour
e9852a0002
修改示例脚本
2024-05-05 19:47:54 +08:00
whyour
20be84b352
重构 JavaScript 脚本通知文件
2024-05-05 18:58:15 +08:00
whyour
6ca28190b0
修复 text/plain body 格式化
2024-04-16 14:06:32 +08:00
whyour
510534ee0c
修复 text/plain 通知消息替换
2024-04-16 10:48:33 +08:00
星野SKY
bd7c361300
更新飞书 bot 验证过程,兼容新状态码 ( #2302 )
2024-04-11 19:13:39 +08:00
whyour
2ac4581d54
修改自定义通知 body 解析逻辑
2024-03-12 22:22:10 +08:00
pharaoh2012
f07093d29f
企业微信有长度限制,超长的进行分段提交 ( #2255 )
2024-03-02 16:15:58 +08:00
whyour
11c789c71c
修复 webhook 通知 body 拆分逻辑
2024-02-25 15:27:48 +08:00
whyour
53346a3962
修复 notify.js smtp 通知
2024-01-13 20:52:04 +08:00
whyour
563457cf1b
JavaScript 通知文件 tunnel 替换为 hpagent,移除 scripts 目录下 package.json
2023-12-24 14:30:56 +08:00
whyour
13e7dac333
修复自定义通知 body 中 key 被自动转为小写
2023-12-04 17:44:13 +08:00
whyour
897b710527
通知 TG_API_HOST 参数移除默认 https 协议,参数包含协议
2023-12-01 09:21:27 +08:00
whyour
de9e9ce627
webhook 通知 body 增加 text/plain 类型,修复多定时任务服务重启未初始化
2023-11-22 22:43:48 +08:00
whyour
659484511f
修复 js 通知文件
2023-11-10 22:57:17 +08:00
6dylan6
c1d6a0a40b
修复调用就结束执行的问题
2023-11-03 18:07:07 +08:00
whyour
533e12a796
脚本推送增加自定义 webhook 方式
2023-10-15 20:42:05 +08:00
LinCheng Wu and child
5055045d22
增加chronocat无头模式的QQNT推送 用于无法使go-cqhttp的接替 ( #2141 )
...
* 增加chronocat无头模式的QQNT推送
* Chronocat发送时没有配置群号或个人消息号发送出错
* 增加系统通知、去除注释
* 增加系统通知
---------
Co-authored-by: child <wulincheng@javalc.com >
2023-10-14 20:56:32 +08:00
zui-lang
aab096843c
消息通知 Bark 增加额外参数:时效性通知、跳转Url ( #2112 )
2023-09-17 01:01:34 +08:00
雨思
a9da8fffc1
PushMe消息通道增加params参数,以支持markdown消息 ( #2044 )
2023-08-01 21:33:19 +08:00
雨思
373b8c97d7
增加PushMe消息通道 ( #2018 ),修复系统设置保存通知
2023-07-20 13:19:39 +08:00
whyour
c9ecdc6c97
企业微信通知增加代理地址配置 QYWX_ORIGIN
2023-06-11 15:03:07 +08:00
adams549659584
3a3b945de8
修复 js 下 bark 推送声音 bug ( #1847 )
2023-03-12 20:58:26 +08:00