Commit Graph
161 Commits
Author SHA1 Message Date
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
wukko ebb5deb43c web/safety-warning: remove misplaced comparison 2024-08-30 17:25:31 +06:00
wukko 33d6b5bd81 web: base custom instance functionality
also:
- renamed processing tab in settings to "instances"
- improved override description
- prefer custom over override (and grey out the option)
- dedicated lib for all api safety warnings
- left aligned small popup with smaller icon
- ability to grey out settings category & toggle
2024-08-30 17:15:05 +06:00
wukko f0ce0ccef7 web/server-info: refresh server info cache if endpoint changes 2024-08-29 18:10:46 +06:00
wukko 42410f7b20 web/save: add supported services popover 2024-08-26 23:43:39 +06:00
wukko 7524d202f7 web/session: merge cached state into main lib 2024-08-26 23:38:24 +06:00
wukko 1c258ab0ae web/env: add more donation methods 2024-08-25 17:09:31 +06:00
wukko 1147244e46 web/env: updated the list of crypto addresses 2024-08-25 16:34:27 +06:00
wukko 0d58fad580 web/session: update session fetch error code 2024-08-24 16:16:12 +06:00
wukko c0284fac13 web/translations: handle error contexts 2024-08-24 16:15:48 +06:00
wukko b6d2175d4b web/settings/defaults: enable full tiktok audio by default 2024-08-22 23:15:05 +06:00
wukko ff9efdc471 api & web: update default audio bitrate to be 128kbps 2024-08-22 20:50:21 +06:00
wukko 42ff874c95 api/schema: add 8bkps audio bitrate option 2024-08-22 20:06:54 +06:00
wukko 49184a235d web/save: add support for audio bitrate functionality 2024-08-22 19:38:39 +06:00