Commit Graph

695 Commits

Author SHA1 Message Date
Maya 616f2a51d8
chore: update packages 2025-11-23 18:31:47 +03:00
Maya e628703714
fix: category detection for individual zip archives 2025-11-23 18:30:38 +03:00
Maya 255c17d3e0
feat: better progress reporting for archives 2025-11-22 18:39:13 +03:00
Maya 3b443e16be
feat: footer commit hash 2025-11-22 17:52:43 +03:00
Maya 7e73c505f8
fix: tooltip persisting 2025-11-22 17:41:44 +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 7ad8619780
feat: AIO zip conversion 2025-11-21 20:02:51 +03:00
Maya 990027d61b
fix: download all proper file extension
if downloading all files as a .zip, if the result is a .zip (e.g. converting to docx) it would have the "target" file extension rather than the result. final file seems "broken", but has the wrong extension (.docx instead of .zip)
2025-11-20 07:42:24 +03:00
Maya 3cd1989ecd
fix: restore format selection on navigation 2025-11-19 21:14:50 +03:00
Maya c0ea06d87a
fix: german translation line break (#175)
fixes #175
2025-11-19 20:49:32 +03:00
Maya e0e4a0001e
fix: opus sample rate fallback
opus doesn't support 44.1khz
if detected/default sample rate is 44.1khz, uses 48kz instead
2025-11-19 20:47:00 +03:00
Maya 947b787dc4
chore: update dependencies & workers 2025-11-19 20:11:12 +03:00
Maya 9511352f7b
fix: seo meta tags update 2025-11-19 19:46:30 +03:00
not-nullptr 69ba2ff7ed Merge branch 'main' of github.com:/VERT-sh/VERT 2025-11-13 17:57:56 +00:00
not-nullptr 9dfbfe6412 feat: block repeat failures (i really hope this functions because i wrote it a month ago) 2025-11-13 17:57:52 +00:00
Maya 1dac5f69f2 fix: unnecessary seo
?? dont know where this was from

i think i followed paraglide documentation blindly
2025-10-30 00:48:13 +03:00
Maya df99e7d38a
fix: force build translations on build
for some reason, prod has translation issues where seemingly they use outdated translations, causing half of the new translations to not appear.
2025-10-29 09:11:31 +03:00
Maya 9c3a789de8 feat: update privacy policy relating to stripe 2025-10-29 08:55:37 +03:00
Maya 2d794fbca3 fix: defer loading stripe, again
actually made it work this time
2025-10-29 08:40:06 +03:00
Maya 2760838927 feat: note if donating to unofficial instance
please dont change it to your stuff - we would really appreciate if donos go to us!
2025-10-29 08:38:42 +03:00
azurejelly d713b05748 ci(docker): also trigger when .dockerignore is updated 2025-10-29 07:02:03 +03:00
azurejelly 867b31eee3 ci(docker): trigger workflow when Dockerfile is changed 2025-10-29 07:02:03 +03:00
azurejelly 92f0aef6ed fix(compose): add missing `PUB_` prefix 2025-10-29 07:02:03 +03:00
azurejelly 36be6c6e52 fix(about): allow donations to be sent from self-hosted instances 2025-10-29 07:02:03 +03:00
wudi 03f27d9b7b feat(i18n): complete missing translations for Chinese locales
- zip file extraction messages
- large file browser limitation warning
- site data management in privacy settings
- pandoc and file size limit error messages

Syncs zh-CN and zh-TW with latest English translations
2025-10-28 10:39:07 +08:00
Maya 7f3ba14826
feat: clear site data 2025-10-27 22:27:26 +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 8a958aed46
Merge branch 'pr/165' 2025-10-27 17:48:01 +03:00
Maya e4f2c80913
fix: solve svelte-check errors & warnings
also fixed turkish's variables - make sure to not change anything inside {}'s!
2025-10-27 17:46:52 +03:00
joshy 66d4974c80
rollback date
Co-authored-by: Maya <jovannmc@femboyfurry.net>
2025-10-27 21:54:24 +10:00
josh 1a1b04b246 update date 2025-10-27 13:04:48 +10:00
josh 5fee2a6c85 adding korean 2025-10-27 13:01:28 +10:00
azurejelly 6411a0b5b0
chore: remove unused nginx.conf file
It was moved to `nginx/default.conf` a long time ago, so I'm not sure why this one is still here
2025-10-26 20:11:35 -04:00
Maya 7832b6a43d
fix: remove accept for file input
way too long, lol
2025-10-25 20:48:23 +03:00
Maya 256876181e
feat: zip archive toasts
also localizes pandoc error toast

this zip archive feature could serve as a base to handle #75 and #81
2025-10-25 11:24:58 +03:00
Maya abbfbacf0e
feat: extract zips (#160)
fixes #160
2025-10-25 10:32:20 +03:00
Maya 3b0eb40c08
feat: vertd server fallbacks (#157)
fixes #157
2025-10-25 09:36:23 +03:00
wudi d1ef377068 feat(i18n): add Simplified and Traditional Chinese translations
- Add zh-Hans (Simplified Chinese) translation file
- Add zh-Hant (Traditional Chinese) translation file
- Update project settings to include new Chinese locales
- Register Chinese languages in locale store with proper display names
2025-10-22 18:04:41 +08:00
Maya 00e38b6e2c
fix: prevent conversion on one-way
oops
2025-10-20 18:47:13 +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
azure e3e3372aad
More documentation changes (#148)
* [no ci] docs(build): reference `.env.example` instead

* [no ci] docs(faq): mention `PUB_DISABLE_ALL_EXTERNAL_REQUESTS` on FAQ
2025-10-20 13:31:43 +01:00
nullptr 6273b56360
feat(privacy): add option to disable all external connections (#146)
* docs: add references to PUB_DISABLE_ALL_EXTERNAL_REQUESTS

* fix: somehow i forgot the PUB_ prefix

* feat: remove all external stuff (stripe, plausible, video) when PUB_DISABLE_ALL_EXTERNAL_REQUESTS is on

* docs: add note

* fix(docs): grammar

* fix: only hide plausible opt-in when privacy mode is enabled
2025-10-19 19:17:32 +01:00
Maya 9bae3620ce
fix: default to auto on empty PUB_VERTD_URL 2025-10-17 22:21:46 +03:00
Maya 17a1e16545
Merge branch 'pr/139' 2025-10-17 22:19:50 +03:00
Maya 6b4d0988d5
fix: bahasa translation jpegify link 2025-10-17 21:20:11 +03:00
Rania Amina 1cf24d650e add indonesian translation 2025-10-17 15:02:35 +07:00
Maya 41d9ca121e
Merge branch 'pr/137' 2025-10-16 18:30:57 +03:00
Maya 40eecd5c15
Merge branch 'pr/136' 2025-10-16 18:30:52 +03:00
Maya 722109accc
Merge branch 'pr/135' 2025-10-16 18:30:46 +03:00