xream
a0ab168a42
fix: build dist
2023-08-28 20:41:40 +08:00
Peng-YM
ba49a50580
chore: remove unnecessary files
2023-08-28 20:07:32 +08:00
Peng-YM
2251565e24
build: Update config files
2022-09-10 00:48:11 +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
6e2d9024a6
build: Build minimized JavaScripts files
2022-09-09 21:07:28 +08:00
Peng-YM
ac60d34866
refactor (core): Reworked Trojan URI parser to support IPV6 nodes
2022-08-13 12:57:49 +08:00
Peng-YM
e9b9c78101
fix: xchacha20-ietf-poly1305 cipher is now supported
...
closes #151
2022-08-13 11:22:23 +08:00
Peng-YM
694cf93f85
fix: Occasional crashed when performing migration
2022-08-10 00:28:46 +08:00
Peng-YM
8b8bfe123e
fix: Rename subscription and collection will break artifacts
2022-08-09 22:28:45 +08:00
Peng-YM
1f05f42649
fix: proxy duplicate issue
2022-08-04 20:40:40 +08:00
Peng-YM
903d7d8bbe
fix: Loon shadowsocksr obfs-param incorrect
2022-08-02 09:23:34 +08:00
Peng-YM
3541f24da7
perf (core): DomainResolveProcessor now cache results
2022-07-19 21:29:06 +08:00
Peng-YM
93a98e4cec
fix (cron-sync-artifact): sync timeout due to missing await
2022-07-19 20:55:18 +08:00
Peng-YM
392def5ac1
fix (product): cron-sync-artifacts not working
2022-07-13 14:03:43 +08:00
github-actions@github.com
d7b5d42148
Release
2022-07-13 02:32:52 +00:00
Peng-YM
f62a79fedb
fix (core): trojan sni is lost when parsing Clash nodes
...
#build
2022-07-13 10:31:08 +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
e41e4968cd
fix: Vmess auto/none cipher parsed incorrectly
2022-07-11 23:33:06 +08:00
Peng-YM
44622b43dc
fix (core): Clash Vmess servername does parse correctly
2022-07-11 23:20:21 +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
5698208a47
perf: Use cache for all remote resources
2022-07-11 20:46:16 +08:00
Peng-YM
15511b0552
fix: Backend crash when operator argument is undefined
2022-07-08 16:28:47 +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
ee13ebba0b
refactor: Refactor the arguments of the Flag Operator
2022-07-06 18:12:36 +08:00
Peng-YM
ca9ca76ad9
refactor: Add new frontend as submodule
2022-07-06 18:12:36 +08:00
Peng-YM
8679e6b240
fix: Useless filter bug
2022-07-06 18:12:36 +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
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
b50e0b3523
chore: Migrate from npm to pnpm for better performance
2022-07-06 18:12:36 +08:00
github-actions@github.com
1304c3f35b
Build sub-store.min.js
2022-07-04 03:47:46 +00:00
Peng-YM
4ff1317074
fix: Failed to parse Surge/QX nodes with tls fingerprint
2022-07-02 22:53:09 +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
f8671dc8a9
docs: Add version number into products
2022-06-28 13:10:52 +08:00
Peng-YM
0e52e3c67c
fix(geo.js): ISO Code at Start/End of String ( #137 )
2022-06-28 12:52:52 +08:00
github-actions@github.com
12acadb5c4
fix(geo.js): separate ISO Code from Country Name ( #133 )
...
#build
Build sub-store.min.js
2022-06-28 12:44:24 +08:00
Peng-YM
c84aa4eb8b
fix (proxy-parser): ws-headers with multiple keys are not correctly handled when parsing Surge proxies
...
closes #120
2022-06-24 18:01:31 +08:00