Commit Graph

138 Commits

Author SHA1 Message Date
Maya 0d15de66c0
fix: better many files conversion panel handling
sorry lol
2026-03-12 17:08:01 +03:00
Maya 2c66718552
feat: global settings modal, logging fixes 2026-03-11 17:08:09 +03:00
Maya 8360970e25
fix: better requiredConverters handling
should fix some people having issues with being unable to convert (even though they should be able to do certain connversions - e.g. ffmpeg failed to load, should still allow video-video conversion)

perks of having an old ass iphone 11 pro max on ios 16.1.1 lmfao
2026-03-11 11:02:38 +03:00
Maya ba6507b7e6
feat: generic server upload warning
added a generic server upload warning, turning it into a toast w/ options instead of a dialog. fixed some hardcoded translations & tooltips
2026-03-11 09:58:43 +03:00
Maya fb1bd521f3
feat: mediabunny video/audio codec, add custom inputs, show discarded tracks 2026-03-10 21:29:31 +03:00
Maya 9201f1e92f
fix: more bug fixes 2026-03-10 16:28:00 +03:00
Maya 55b67ec046
fix: cleaner and better converter select logic
only shows converters compatible with .from and .to now as well
2026-03-10 13:31:06 +03:00
Maya da580353ca
feat: CTA to try next converter 2026-03-09 22:55:40 +03:00
Maya 95210e84eb
chore: re-organize structure a bit 2026-03-09 19:41:10 +03:00
Maya 9b0470e4de
feat: choose converter, clean up logic 2026-03-08 13:46:32 +03:00
Maya 9164dc8824
fix: formatdropdown logic rework & bug fixes 2026-03-06 14:29:47 +03:00
Maya 96da202e6c
feat: use & rework findConverters()
adds a priority to FormatInfo which ensures that we can have certain formats prioritize certain converters (mp4 supports mediabunny/local so use that, then fallback to next if fails)
2026-03-06 12:03:56 +03:00
Maya 6980d6dc05
feat: send custom settings to vertd 2026-02-23 21:43:59 +03:00
Maya ff7456b8b9
fix: all categories/formats fallback
fall back to showing everything if there is no formats returned for some reason & add more logging. some people are seeing this for some reason and idk why
2026-02-21 19:49:34 +03:00
Maya e61214619b
fix: dropdown menu fixes 2026-02-19 20:08:14 +03:00
Maya e9db7a9568
fix: proper dropdown option labelling 2026-02-19 18:45:41 +03:00
Maya 1c65d37963
fix: disable transparency option on jpeg 2026-02-19 18:23:12 +03:00
Maya 1761227d42
fix: allow settingsmodal scroll 2026-02-19 18:13:06 +03:00
Maya 892db30480 feat: start vertd settings
removed the settings auto detection (since it made UX a bit worse), added conversion speed slider - need to implement in vertd
2026-02-19 09:52:24 +03:00
Maya f129682474 fix: open native category first 2026-02-18 09:35:30 +03:00
Maya 4fca8a9696
feat: ffmpeg/audio settings logic
im sleepy this is probably a terrible implementation rn
2026-02-17 21:37:57 +03:00
Maya 7fcbdcd73a
feat: imagemagick settings logic
this took a bit lol, restructured the conversion workers a little bit - i prob broke vertd and ffmpeg audio for now
2026-02-15 21:06:08 +03:00
Maya 33cd998ab8
fix: update packages, fix local props state ref 2026-02-15 18:02:50 +03:00
Maya b32ec67bee
fix: forgor async oops 2026-02-15 17:51:26 +03:00
Maya 3e4ff6bdbe feat: more conversion settings 2026-02-15 12:31:13 +03:00
Maya 1ef2639ca5 fix: better checkbox & settings behaviour
doing this on the way to a national robotics competition lmao
2026-02-14 07:34:47 +03:00
Maya 575f444abc
feat: start how settings is defined
god kill me i fought with paraglide for a while
2026-02-14 00:01:02 +03:00
Maya d54094722f
fix: clean up/use FancyInput everywhere
forgor
2026-02-13 09:04:40 +03:00
Maya 30bbb764ae
feat: start settings modal component 2026-02-13 08:52:29 +03:00
Maya ca8a03470b
feat: webp to video support
adds support for animated webp to video by using middleware: webp -> gif -> video (vertd)
2026-02-11 19:07:05 +03:00
Maya 9332c95721
feat: apng & video to webp support 2026-02-11 09:25:25 +03:00
Maya 3e8f86ec35
fix: translate format dropdown results 2025-11-24 09:17:35 +03:00
Maya 39a6801376
fix: "set all to" enabled with incompatible files 2025-11-23 21:07:52 +03:00
Maya e628703714
fix: category detection for individual zip archives 2025-11-23 18:30:38 +03:00
Maya 0a51188982
feat: AIO archive conversion 2025-11-21 21:48:41 +03:00
Maya 3b15fb1d30
chore: clean up $lib folder
idk why we had a million folders containing one file lol. scary looking change
2025-11-21 20:09:47 +03:00
Maya 3cd1989ecd
fix: restore format selection on navigation 2025-11-19 21:14:50 +03:00
Maya 0e5f549804
feat: warn of large file sizes due to browser limits
browsers / devices will have different arraybuffer sizes. if exceeded, block conversion or disable certain ones (video to audio)
2025-10-27 22:16:41 +03:00
Maya 7832b6a43d
fix: remove accept for file input
way too long, lol
2025-10-25 20:48:23 +03:00
Maya b93a566928
feat: privacy updates (#144)
* fix: default to auto on empty PUB_VERTD_URL

* feat: privacy policy

* chore: vert self-hosting

* feat: view info submitted

for transparency, see the exact details that is sent automatically to the owner of the instance:
- job id
- convert from
- convert to
- ffmpeg stderr
- actual video file (if submitted)

* feat: vertd error details footer

* fix: sanitize translations

...my bad i realize this earlier

* refactor: remove jepgify

* fix: blob scheme

* fix: seo fixes

don't index static language urls (doesn't do anything) - robots.txt & sitemap.xml

* feat: translatable privacy policy

i forgor

also fix inconsistencies with link colours

* fix: privacy translation fixes

* fix: broken conflict merge

why does github's web conflict resolver not have highlighting
2025-10-20 13:32:22 +01:00
nullptr 92fa929d2a
feat: keep videos for debugging (#130)
* feat: keep videos for debugging

* fix: remove unnecessary $inspect
2025-10-14 18:08:33 +01:00
Maya 7f8902809f
fix: handle translations better for conversion panel
hell
2025-09-17 16:12:19 +03:00
Maya 30719b003d
fix: allow "set all" to same format
fixes https://github.com/orgs/VERT-sh/discussions/122
2025-09-17 15:43:06 +03:00
Maya 1710cd038e
chore: prettier format 2025-09-10 10:38:14 +03:00
Maya 93faaa4b34
feat: default conversion format
also improves formatdropdown and thumbnail generation
2025-09-08 09:00:20 +03:00
Maya 0be741e5f6 feat: conversion sample rate 2025-09-02 17:53:31 +08:00
Maya e8cdb18dd5 feat: conversion quality ui 2025-09-02 14:16:40 +08:00
Maya 749339c594
fix: disabled set all dropdown 2025-07-31 21:42:51 +03:00
Maya 1df50173e2
fix: gif to video & format dropdown fixes
fixes #107 now fully
2025-07-31 17:09:55 +03:00
Maya 1cf69a061d
fix: dropdown translations 2025-07-31 16:40:04 +03:00