Commit Graph

56 Commits

Author SHA1 Message Date
xream
956fa20af5 feat: 为脚本操作增加流量信息操作 flowUtils 2023-11-07 16:42:28 +08:00
xream
18903710ac fix: 简单限制一下订阅/组合订阅的名称(不可包含 "/" ) 2023-10-29 22:38:20 +08:00
xream
cc8ba7782e feat: proxy 增加 subName(订阅名), collectionName(组合订阅名); 脚本增加第三个参数 env(包含订阅/组合订阅/环境/版本等信息) 2023-10-08 13:21:22 +08:00
xream
cdbd31f265 [+] 重复节点通知中增加订阅名称和重复节点名称 2023-10-02 16:21:08 +08:00
xream
cbba784d84 fix: 修复文件和模块命名/重复添加的逻辑 2023-09-15 10:08:36 +08:00
xream
b0c4b03175 feat: 文件和模块接口获取原始内容; 文件列表不返回原始内容 2023-09-14 18:51:23 +08:00
xream
fda828ceae feat: 模块接口; 脚本参数支持 JSON 和 URL编码 2023-09-14 17:34:24 +08:00
xream
9efc2087a1 feat: 实验性支持本地脚本复用 2023-09-14 08:56:33 +08:00
xream
3cbeba07b6 fix: 预览时脚本下载报错导致的崩溃 2023-09-07 23:17:36 +08:00
xream
9937b07557 fix: 排序接口修正为使用 name 排序 2023-09-04 21:31:55 +08:00
xream
b2878d8a2a feat: 为 Gist 备份还原增加基础校验逻辑 2023-09-04 17:06:37 +08:00
xream
6ac729c7e6 chore: 调整部分日志 2023-08-29 13:52:02 +08:00
xream
272974ff39 feat: 增加还原备份完成的日志输出 2023-08-28 23:29:53 +08:00
xream
3bae9dc896 fix: sync 2023-08-28 18:48:33 +08:00
xream
994863739e feat: 组合订阅错误信息将包含出现错误的子订阅名称; 获取流量失败时, 不影响节点订阅; 订阅上游无有效节点时将报错 2023-08-26 20:27:12 +08:00
xream
02ea0f360c feat: producers adjustments, VMess URI formats 2023-08-24 21:43:58 +08:00
xream
4a9b72b058 feat: Added replaceArtifact API 2023-08-18 13:48:37 +08:00
xream
0d84a7bd6b feat: Added replaceSubscriptions, replaceCollection API 2023-08-15 15:48:57 +08:00
K
140450d3c7 fixed deleted gist 2023-07-31 16:38:07 +08:00
QuentinHsu
8d5b2c7348 🐞 fix(subscriptions): negative usage flow (#175) 2022-10-25 00:07:23 +08:00
Jasonzza
ec4e415df4 fix: sync artifacts issue (#164) 2022-09-11 23:52:51 +08:00
Peng-YM
60c1c3d2a5 build: Split sub-store.min.js for better performance on iOS devices 2022-09-09 23:11:13 +08:00
Peng-YM
8b8bfe123e fix: Rename subscription and collection will break artifacts 2022-08-09 22:28:45 +08:00
Peng-YM
1a85895c01 fix (restful): Add query field in IP-API 2022-07-12 23:15:29 +08:00
Peng-YM
d234a8c314 perf: Add switch for cron-sync-artifacts 2022-07-12 18:56:24 +08:00
Peng-YM
5d57ce2859 fix (restful): Intercept IP-API query failed message when querying node info 2022-07-12 18:34:31 +08:00
Peng-YM
b767c8146b feat (restful): Add /api/utils/node-info for querying proxy node info 2022-07-12 15:09:44 +08:00
Peng-YM
6ca5a525a0 feat (restful): Add /api/utils/refresh
The API call does the following:
- Fetch GitHub avatar and update artifact store url
- Revoke all cached resources
2022-07-11 23:06:49 +08:00
Peng-YM
51e3593ac2 feat: Add support for targetPlatform ShadowRocket 2022-07-11 18:23:56 +08:00
Peng-YM
03a64823e4 fix: Error codes are not shown in the response 2022-07-08 11:00:26 +08:00
Peng-YM
51353fbd5d fix: Restrict artifact name in order to fix a Gist API bug 2022-07-08 10:47:38 +08:00
Peng-YM
134375c31b fix: Sync time is updated even if upload failed 2022-07-08 10:26:05 +08:00
Peng-YM
22fc800e45 fix: Full config preprocessor bug 2022-07-07 23:24:01 +08:00
Peng-YM
41478d28e8 feat: Add artifactStore URL in settings 2022-07-07 22:40:46 +08:00
Peng-YM
72f7606062 refactor: Revise sync artifacts APIs
- /api/sync/artifacts: sync all artifacts
- /api/sync/artifact/:name: sync a specific artifact
2022-07-07 14:47:09 +08:00
Peng-YM
8b3bbb5e04 fix: Perform migration after restoring data from gist 2022-07-06 18:12:36 +08:00
Peng-YM
993658ff0b refactor: Standardize error handling for RESTful APIs 2022-07-06 18:12:36 +08:00
Peng-YM
1f20c00c33 feat: Fetch avatar from GitHub automatically 2022-07-06 18:12:36 +08:00
Peng-YM
62e100ba55 fix: QuickSettingOperator does not respect default settings 2022-07-06 18:12:36 +08:00
Peng-YM
2bb27fbcb7 feat: Add sorting API
Added POST /api/sort/subs, /api/sort/collections, /api/sort/artifacts for sorting subs, collections, and artifacts.
2022-07-06 18:12:36 +08:00
Peng-YM
83d7d789a9 refactor: Migrate to API v2
- Added auto schema migration
- Refactored /api/subs, /api/collections, /api/artifacts. Now these APIs will return array instead of object. This enables sorting items in the future.
2022-07-06 18:12:36 +08:00
Peng-YM
b4d5003d0e feat (backend): Add preview API
- POST /api/preview/sub for previewing subs
- POST /api/preview/collection for previewing collection
2022-07-01 17:36:48 +08:00
Peng-YM
818e94f41d refactor: Download API
Now the download APIs are moved into a new file
2022-06-30 12:19:43 +08:00
Peng-YM
8647f9fd59 fix: Backend crashes when invalid url is used
Improve error handling for flow info API
2022-06-29 14:07:22 +08:00
Peng-YM
c929bb3e48 perf: Improve /utils/env API
- Add version number
- Add support for Stash & ShadowRocket backend
2022-06-29 11:25:57 +08:00
Peng-YM
002428d8ff feat (backend): Add backend API to get flow info for subscriptions 2022-06-29 00:12:31 +08:00
Peng-YM
def42d683c feat: Added cron script for syncing all artifacts to gist 2022-06-21 16:01:02 +08:00
Peng-YM
7f6d55c635 feat: Added dedicated Stash producer 2022-06-20 21:51:13 +08:00
Peng-YM
e7f0259eaf Use babel relative import path 2022-06-16 14:24:32 +08:00
Peng-YM
4ab1e3cdaa Reintroduce storage management API, closes #113 2022-06-16 11:28:15 +08:00