celebrateyang
7777566e7a
文件传输11-修复加入会话不稳定的问题
2025-06-06 22:34:20 +07:00
celebrateyang
481f8d0e9c
文件传输10-传输页面优化1
2025-06-06 22:34:20 +07:00
celebrateyang
97381db69b
文件传输5
2025-06-06 22:34:20 +07:00
celebrateyang
7b83692845
文件传输1
2025-06-06 22:34:20 +07:00
celebrateyang
1fe964b1e6
add qr code
...
修正生产环境不能通过url直接访问页面的问题->fallback
2025-01-07 21:43:35 +08:00
celebrateyang
4f20693f9e
the update from inputnet
2024-12-12 15:24:26 +08:00
celebrateyang
61453fb63e
是包名取错了,应该是zh而不是zh-cn.这样仍用原来的代码逻辑是对的。
2024-10-17 16:34:22 +08:00
celebrateyang
90a54781ef
中文支持,设置defaultLocale = 'zh-cn' 后,一切按照正常的业务逻辑运行。但是代码逻辑尚未理清。
2024-10-17 16:05:18 +08:00
celebrateyang
64a36b5721
1. cobalt->freesavevideo
...
2. 去掉不重要的菜单
3. 不检查instance overriding
2024-10-15 16:47:49 +08:00
celebrateyang
0a94a7c8b1
1. cobalt->freesavevideo
...
2. 去掉不重要的菜单
3. 不检查instance overriding
2024-10-15 16:47:14 +08:00
wukko
416a9efdd1
web/server-info: reload the page if turnstile sitekey changes
2024-09-23 16:16:17 +06:00
wukko
402b4b6485
web/types/api: fix formatting
2024-09-23 15:11:58 +06:00
wukko
ba93492c8d
web: prevent openURL action on ios devices if url is redirect
2024-09-23 15:06:57 +06:00
wukko
dfaef913c4
web/DownloadButton: move server info cache checks to the api lib
2024-09-22 15:05:40 +06:00
dumbmoron
5ba83f3d56
web/polyfills: add polyfill for AbortSignal.timeout
2024-09-21 09:08:56 +00:00
wukko
fdd5feac92
web: use turnstile & session only when the processing instance has them
...
now also always fetching server info in the save tab
2024-09-18 00:24:54 +06:00
dumbmoron
66479a9791
web/translations: add fallback locale name to unnamed locales
2024-09-16 15:13:44 +00:00
dumbmoron
4af48dd2f9
web: add UserActivation polyfill for browsers that don't have it
2024-09-11 11:15:25 +00:00
wukko
d7454a073b
web/download: assume userActivation expired if agent doesn't support it
2024-09-11 14:42:54 +06:00
dumbmoron
8df4bc00cb
web/svelte: change public prefix to WEB_
2024-09-09 15:24:23 +00:00
wukko
93ca553fb2
web/about/community: add community links
2024-09-09 21:19:43 +06:00
wukko
ebd1104df3
web/libav: remove redundant async
2024-09-09 19:36:16 +06:00
wukko
bd93da94dc
web/download: remove redundant async
2024-09-09 19:36:08 +06:00
wukko
11b756945f
web/about: thanks & licenses page
2024-09-09 14:24:11 +06:00
wukko
2049e65221
web/about/general: update the community section
2024-09-09 13:39:30 +06:00
wukko
fbe8ccfc2a
web/download: show an explanation when user activation expires
2024-09-09 12:53:22 +06:00
wukko
8a18645e0b
web/remux: warn user & terminate libav before switching tabs
...
warning about aborting processing will be shown before navigating away from remuxing tab
2024-09-09 03:08:18 +06:00
wukko
853bc26587
web/download: support downloading and sharing raw files
2024-09-09 02:30:03 +06:00
wukko
53eb052fe6
web/SavingDialog: add ios saving tutorial
2024-09-09 00:10:21 +06:00
dumbmoron
a351264ede
web/api: send parameters to server only if they differ from defaults
2024-09-08 16:30:02 +00:00
dumbmoron
1f86faad12
web/api: don't request/send session token to custom instances
2024-09-08 16:30:02 +00:00
dumbmoron
b4599e68bb
web/safety-warning: early returns
2024-09-08 16:30:02 +00:00
wukko
1821b4b614
web/settings/defaults: set tiktokFullAudio to false
2024-09-08 20:19:12 +06:00
wukko
fcde8ad745
web/settings/migrate: don't migrate twitterGif
2024-09-08 20:18:50 +06:00
wukko
e839aa4c41
web/types/settings: add 8kbps bitrate option back
2024-09-07 22:33:43 +06:00
dumbmoron
6a67ed29ca
web/remux: split memory allocations into chunks
...
browsers don't like to allocate huge chunks of contiguous memory, but
we do not actually need a huge chunk of contiguous memory, and this
lets us process much larger files than before
2024-09-07 14:35:36 +00:00
dumbmoron
0a37c84e93
web/libav: always clean up files on function exit
2024-09-07 14:35:36 +00:00
wukko
7a45866c7c
web/about: write the general about page
2024-09-07 18:31:02 +06:00
dumbmoron
08490c54e4
api: include generated filename
in api response
2024-09-07 12:26:43 +00:00
dumbmoron
3232c4a51b
web/libav: simplify reading probe data
2024-09-07 11:41:56 +00:00
wukko
16d59a239c
web/types/settings: remove 8kbps option
2024-09-06 15:57:37 +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
49460bd16d
web: load turnstile only in save tab and only once
...
turnstile will stay in background after being loaded once (just like before), but now it will not load on pages other than save if they are opened first
2024-09-05 00:04:41 +06:00
wukko
520725462a
web: fix auto navigation on scale change for about & settings pages
2024-09-04 21:20:56 +06:00
wukko
d98353d5af
web/about: about page routing & navigation
2024-09-04 20:59:05 +06:00
wukko
56008676f5
web/settings: move sub navigation into its own component
2024-09-04 17:50:47 +06:00
dumbmoron
1262bc20fe
web/version: don't try to fetch when server-side rendering
2024-09-03 13:33:16 +00:00
wukko
30c4c1ad20
web/device: add default values & types
2024-09-03 13:52:41 +06:00
dumbmoron
51c140fbfa
web: make everything ssr-compatible
2024-08-31 17:46:10 +00:00
wukko
d0d0f16c5f
web/privacy: add support for always proxying files
2024-08-31 14:08:48 +06:00