celebrateyang
|
996a7426f6
|
统计下载视频的成功率
|
2025-06-08 17:10:34 +08:00 |
|
celebrateyang
|
aacf79f338
|
fix api syntax error
|
2025-06-08 09:15:53 +08:00 |
|
celebrateyang
|
a39728909e
|
fix syntax error
|
2025-06-08 08:57:27 +08:00 |
|
celebrateyang
|
baa979020b
|
修复websocket超时问题,改动了helm等文件
|
2025-06-07 23:28:52 +08:00 |
|
celebrateyang
|
733c964eb4
|
加入日志
|
2025-06-07 11:28:17 +08:00 |
|
celebrateyang
|
1134825d80
|
排查ws部署故障
|
2025-06-07 10:36:21 +08:00 |
|
celebrateyang
|
415243583d
|
文件传输3
|
2025-06-06 22:34:20 +07:00 |
|
celebrateyang
|
7b83692845
|
文件传输1
|
2025-06-06 22:34:20 +07:00 |
|
Bamboo Yang
|
5275895401
|
chore(api): sync from upstream/main <commit-sha>
|
2025-06-01 14:08:48 +07:00 |
|
celebrateyang
|
4f20693f9e
|
the update from inputnet
|
2024-12-12 15:24:26 +08:00 |
|
celebrateyang
|
8f6e61abb5
|
test tunnel
|
2024-09-30 23:13:59 +08:00 |
|
wukko
|
2a42ed38b6
|
repo: merge new commits from main into develop
|
2024-09-23 20:27:32 +06:00 |
|
wukko
|
0cc18b488c
|
api/core: return public turnstile sitekey in server info
|
2024-09-17 22:40:07 +06:00 |
|
dumbmoron
|
29f967a3ec
|
api: fix accept & content-type validation when not using authentication
|
2024-09-17 15:37:21 +00:00 |
|
dumbmoron
|
57c9836f56
|
api/core: move ratelimiters before authentication handler
|
2024-09-09 14:21:19 +00:00 |
|
wukko
|
3317726afe
|
api/core: rename req and next args to indicate that they're unused
|
2024-09-09 19:44:40 +06:00 |
|
wukko
|
0aae3fe7f0
|
api/core: rename err argument to indicate that it's unused
|
2024-09-09 19:41:44 +06:00 |
|
wukko
|
97866fb306
|
api/core: update the emoticon in startup message
|
2024-09-05 07:53:55 +06:00 |
|
wukko
|
fff1c6c7a6
|
web & api: rename stream to tunnel
- updated the endpoint to /tunnel
- updated status to tunnel
- fixed one incorrectly named error in web
|
2024-09-05 00:26:48 +06:00 |
|
wukko
|
8cee4e58c5
|
api/match: accept object as single argument
hi im what i do
|
2024-09-02 08:27:31 +06:00 |
|
wukko
|
d9925f2233
|
api/core: move friendly name map to server info
|
2024-09-01 16:02:06 +06:00 |
|
dumbmoron
|
2f63f6bab7
|
api/proxy: add support for proxying range requests
|
2024-08-31 07:15:20 +00:00 |
|
wukko
|
7f8204bc0c
|
api/core: handle all express errors, not just path parsing (wtf)
|
2024-08-30 14:25:46 +06:00 |
|
wukko
|
7041d61d80
|
api/core: fix link parsing error handling
|
2024-08-24 16:13:42 +06:00 |
|
wukko
|
70264f3691
|
api/core: update server info
- cache server info as string
- serve a list of services & duration limit in server info
|
2024-08-23 00:33:52 +06:00 |
|
wukko
|
7a557a97c3
|
api: move service disabling to DISABLED_SERVICES env
|
2024-08-23 00:16:26 +06:00 |
|
wukko
|
a21c9e7632
|
api/core/api: clean up imports
|
2024-08-22 23:04:11 +06:00 |
|
wukko
|
1f3509db07
|
api: update error codes in api core functions
|
2024-08-19 21:51:45 +06:00 |
|
wukko
|
974b98f0ac
|
api/core: fix & clean up auth middleware
|
2024-08-17 00:59:59 +06:00 |
|
wukko
|
30c51b9fe8
|
api/core: rate limit by token if it's present
|
2024-08-17 00:55:26 +06:00 |
|
wukko
|
c54294601b
|
api/core: limit authorization header length
|
2024-08-17 00:13:26 +06:00 |
|
wukko
|
51bd2f72fd
|
api/core: fix typo
|
2024-08-16 23:41:20 +06:00 |
|
wukko
|
16acf62886
|
api/security: jwt session token
|
2024-08-16 23:28:03 +06:00 |
|
wukko
|
4283774c6c
|
api: add support for cloudflare turnstile
|
2024-08-16 00:10:17 +06:00 |
|
dumbmoron
|
f32f624916
|
api: use zod for request schema validation
|
2024-08-08 16:34:54 +00:00 |
|
wukko
|
f96c1cd13b
|
api: remove deprecated statuses & clean up related code
|
2024-08-06 20:45:04 +06:00 |
|
dumbmoron
|
94c2545ca6
|
api/serverInfo: make cors into boolean
|
2024-08-03 17:11:18 +00:00 |
|
wukko
|
5ea71ee58e
|
api: update post parameters
they're now way easier to read
|
2024-08-03 23:06:32 +06:00 |
|
wukko
|
3bd1a00855
|
api: renovate endpoints
no more redundant "/api" path
|
2024-08-03 21:51:05 +06:00 |
|
wukko
|
40425ad3bf
|
api: use version-info package & clean up start message
|
2024-08-03 21:34:02 +06:00 |
|
wukko
|
dd831e13e8
|
api: flatten code directories, better filenames, remove old files
|
2024-08-03 14:47:13 +06:00 |
|
wukko
|
aff22e8560
|
api: remove localization, renovate error response
|
2024-08-03 13:51:09 +06:00 |
|
wukko
|
f66ae63d57
|
api/core: remove favicon
|
2024-08-02 22:35:49 +06:00 |
|
wukko
|
012fadd2f0
|
api: remove API_NAME env variable & from server info
|
2024-08-02 21:33:59 +06:00 |
|
wukko
|
eede972ace
|
api: remove old frontend files
|
2024-08-02 21:23:56 +06:00 |
|
wukko
|
a7087336ca
|
repo: move api src from root to own subdir
|
2024-08-02 20:41:52 +06:00 |
|