InfinityPacer
|
8635d8c53f
|
feat(event): add TransferIntercept event for cancel transfer
|
2025-01-31 01:37:14 +08:00 |
|
jxxghp
|
f34e36c571
|
feat:Follow订阅分享人功能
|
2025-01-22 13:32:13 +08:00 |
|
jxxghp
|
2b07766f9a
|
feat:支持搜索系列合集
|
2025-01-16 17:58:52 +08:00 |
|
jxxghp
|
adeb5361ab
|
feat:支持搜索系列合集
|
2025-01-16 17:51:47 +08:00 |
|
Attente
|
450289c7b7
|
feat(event): 添加订阅调整事件
- `编辑`订阅信息后,发送订阅调整事件
- 新增 `EventType.SubscribeModified` 枚举值
- 事件数据包含`subscribe_id: int` 和更新后的订阅信息`subscribe_info: dict`
|
2025-01-15 20:16:32 +08:00 |
|
InfinityPacer
|
5d5c8a0af7
|
feat(event): add SubscribeDeleted event
|
2024-12-16 19:09:00 +08:00 |
|
InfinityPacer
|
6e443a1127
|
feat(event): add ResourceDownload event for cancel download
|
2024-12-06 01:55:44 +08:00 |
|
InfinityPacer
|
a1e178c805
|
feat(event): add ResourceSelection event for update resource contexts
|
2024-12-04 20:21:57 +08:00 |
|
Aqr-K
|
1c578746fe
|
fix(module): 补全 indexer 缺少 get_subtype 方法
- 补全 `indexer` 缺少 `get_subtype` 方法。
- 增加 `get_running_subtype_module` 方法,可结合 `types` 快速获取单个运行中的 `module` 。
|
2024-12-04 18:14:56 +08:00 |
|
Aqr-K
|
825fc35134
|
feat(modules): 增加子级 type 分类。
- 在 `types` 里,针对各个模块的类型进行子级分类。
- 为每个模块统一添加 `get_subtype` 方法,这样一来,能更精准快速地区分与调用子类的每个模块,又能获取 ModuleType 所规定的分类以及对应存在的子模块类型支持列表,从而有效解决当下调用时需繁琐遍历每个 module 以获取 get_name 或 _channel 的问题。
- 解决因消息渠道前端返回所保存的 type 与后端规定值不一致,而需要频繁调用 _channel 私有方法才能获取分类所可能产生的问题。
|
2024-12-03 14:57:19 +08:00 |
|
InfinityPacer
|
a98de604a1
|
refactor(event): rename SmartRename to TransferRename
|
2024-11-27 00:50:34 +08:00 |
|
InfinityPacer
|
344862dbd4
|
feat(event): support smart rename event
|
2024-11-22 13:41:14 +08:00 |
|
jxxghp
|
3956ab1fe8
|
add siteauth api
|
2024-11-19 08:18:26 +08:00 |
|
Akimio521
|
c8e337440e
|
feat(storages): add Alist storage type
|
2024-11-08 14:32:30 +08:00 |
|
InfinityPacer
|
ab32d3347d
|
feat(command): optimize command registration event handling
|
2024-10-23 02:26:11 +08:00 |
|
InfinityPacer
|
d48c4d15e2
|
feat(auth): update intercept event type
|
2024-10-19 16:57:44 +08:00 |
|
InfinityPacer
|
1a8e1844b4
|
feat(chain): add auth event to ChainEventType
|
2024-10-18 20:03:05 +08:00 |
|
InfinityPacer
|
52a15086cb
|
feat(event): add SiteRefreshed event
|
2024-10-17 14:38:46 +08:00 |
|
jxxghp
|
603ab97665
|
add ModuleType Schema
|
2024-10-12 11:50:00 +08:00 |
|
jxxghp
|
eb66f6c05a
|
move NameRecognize to ChainEventType
|
2024-10-10 19:04:37 +08:00 |
|
InfinityPacer
|
4f27897e08
|
refactor(config): replace hard-coded strings with SystemConfigKey
|
2024-10-06 01:58:19 +08:00 |
|
InfinityPacer
|
0ca42236d6
|
feat(event): add ModuleReload event type
|
2024-09-30 19:20:18 +08:00 |
|
jxxghp
|
637e92304f
|
Merge pull request #2791 from InfinityPacer/feature/plugin
|
2024-09-30 12:10:15 +08:00 |
|
InfinityPacer
|
e731767dfa
|
feat(plugin): add PluginTriggered event type
|
2024-09-30 10:33:20 +08:00 |
|
jxxghp
|
b4b919db86
|
fix typo
|
2024-09-26 12:50:48 +08:00 |
|
InfinityPacer
|
3bee5a8a86
|
feat(event): separate implementation of broadcast and chain
|
2024-09-20 13:52:09 +08:00 |
|
InfinityPacer
|
49b6052ab0
|
refactor(event): optimize broadcast and chain event
|
2024-09-19 23:55:24 +08:00 |
|
jxxghp
|
65c8f35f6d
|
fix types
|
2024-08-15 11:45:23 +08:00 |
|
jxxghp
|
cec671e8a1
|
fix rule schema
|
2024-08-05 18:14:24 +08:00 |
|
jxxghp
|
30ae583704
|
fix torrent filter
|
2024-07-04 22:16:20 +08:00 |
|
jxxghp
|
604c418bd4
|
fix filter rules
|
2024-07-04 21:25:50 +08:00 |
|
jxxghp
|
5f01dd5625
|
fix user
|
2024-07-04 07:13:49 +08:00 |
|
jxxghp
|
b37e50480a
|
fix storage
|
2024-07-02 18:31:17 +08:00 |
|
jxxghp
|
8530d54fcc
|
fix filemanager
|
2024-07-02 18:16:52 +08:00 |
|
jxxghp
|
1822d01d17
|
fix directories
|
2024-07-02 17:47:29 +08:00 |
|
jxxghp
|
f23be671c0
|
fix
|
2024-07-02 13:54:29 +08:00 |
|
jxxghp
|
9a07d88d41
|
fix downloaders && mediaservers && notifications
|
2024-07-02 07:16:33 +08:00 |
|
jxxghp
|
cf409eb28f
|
fix transfer
|
2024-07-01 21:24:02 +08:00 |
|
jxxghp
|
a62ca9a226
|
fix transfer
|
2024-06-30 13:25:29 +08:00 |
|
jxxghp
|
79c57d8e4f
|
批量重命名进度更新
|
2024-06-19 15:22:05 +08:00 |
|
jxxghp
|
7103b0334a
|
add 115 apis
|
2024-06-19 07:11:26 +08:00 |
|
jxxghp
|
1b6a06bd7b
|
add aliyun apis
|
2024-06-17 19:45:39 +08:00 |
|
jxxghp
|
6aa5a836b9
|
fix webpush api
|
2024-06-05 18:40:00 +08:00 |
|
jxxghp
|
45945bd025
|
feat:增加删除下载任务事件,历史记录中删除源文件时主程序会同步删除种子,同时会发出该事件(以便处理辅种等)
|
2024-06-01 07:47:00 +08:00 |
|
jxxghp
|
74980911fe
|
feat:系统错误时发出事件
|
2024-05-29 16:28:17 +08:00 |
|
Allen
|
b238c6ad11
|
消息类型增加插件消息
|
2024-05-27 10:06:59 +08:00 |
|
jxxghp
|
f1f187fc77
|
add media category api
|
2024-05-22 18:02:28 +08:00 |
|
jxxghp
|
dd5c0de7b1
|
feat:订阅统计
|
2024-05-06 11:19:41 +08:00 |
|
Allen
|
666d6eb048
|
新增用户配置相关能力和接口
|
2024-04-18 12:33:35 +08:00 |
|
jxxghp
|
536bd9268a
|
feat:新增订阅相关事件
|
2024-03-30 08:04:52 +08:00 |
|