Commit Graph
180 Commits
Author SHA1 Message Date
jj c4be1d3a37 web/download: don't try to open non-https links 2024-10-30 13:17:38 +00:00
jj b125894b7e web/settings: move migration to separate file, rename v7 migration 2024-10-30 12:42:52 +00:00
jj 0a471943ca web/settings: write to storage if migrated 2024-10-30 12:18:27 +00:00
jj 30b7003871 Revert "web/settings/migrate: remove youtubeDubBrowserLang migration"
This reverts commit 94e6acb832.
2024-10-30 12:18:27 +00:00
jj cafe05d5fb web/settings: add version 3 of setting schema 2024-10-30 12:18:27 +00:00
jj ec10019bfa web/settings: fix types, migrate old settings from v2 2024-10-30 12:12:56 +00:00
jj bad59750bf web/settings: rewrite type names, remove unused types
CurrentCobaltSettings -> CobaltSettings
CobaltSettings -> AnyCobaltSettings
2024-10-30 12:12:56 +00:00
jj 7c9a824a69 web/settings: add function for getting browser language
prep for migrating youtubeDubBrowserLang
2024-10-30 12:12:56 +00:00
jj 7a50c89728 web/settings: split settings into versions 2024-10-30 12:12:56 +00:00
wukko 94e6acb832 web/settings/migrate: remove youtubeDubBrowserLang migration 2024-10-30 17:19:51 +06:00
wukko ea2dd5bb35 web: add support for dubbed youtube audio tracks 2024-10-28 23:15:01 +06:00
wukko 60b22cb5f7 web: add support for youtube hls
also increased api response timeout to 20 seconds
2024-10-28 15:27:51 +06:00
jj be7c09bd07 web/lib: move dialogs to state folder 2024-10-20 12:51:59 +00:00
jj 4c43a00e88 web/api/session: replace writable with normal variable 2024-10-20 12:51:59 +00:00
wukko 0e52e1f8b0 web/safety-warning: reduce continue button timeout 2024-10-16 17:03:34 +06:00
dumbmoron 0b06299da0 web/DialogButton: add "link" buttons 2024-10-12 17:42:53 +00: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