62% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'hr'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
62% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'hr'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
62% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'hr'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
61% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'hr'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
61% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'hr'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
60% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'hr'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
60% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'hr'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
59% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'hr'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
59% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'hr'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
58% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'hr'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
58% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'hr'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
57% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'hr'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
57% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'hr'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
57% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'hr'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
56% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'hr'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
56% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'hr'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
55% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'hr'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
55% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'hr'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
54% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'hr'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
54% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'hr'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
54% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'hr'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
53% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'hr'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
53% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'hr'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
52% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'hr'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
51% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'hr'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
50% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'hr'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
94% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'es'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
91% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'sk'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
99% of minimum 50% translated source file: 'frontend/src/i18n/en.json'
on 'zh_TW'.
Sync of partially translated files:
untranslated content is included with an empty translation
or source language content depending on file format
macOS saves the download URL in the metadata of the downloaded file.
This means that the downloaded file contains a metadata item with the JWT
token of the user. If the user were to share this file with someone else,
they would have access to their account using the JWT in the metadata
during the validity of the JWT.
The JWT has been removed from the URLs. Since the user is logged in, there
is an authentication cookie set. A JWT in the URL is not necessary.
This commit brings the project to support node 22 which became LTS and
fixes broken builds with typescript 5.7+ until vue-tsc is updated and
replaces npm with pnpm.
- Update tsconfig for node 22
- Pin typescript to 5.6.x to not break vue-tsc
- Replace npm with pnpm (corepack recommended)
- Update Makefile and main workflow for pnpm
- Migrate to eslint 9 flat config
- Fix broken imports
- Exclude non-TS vue files for vue-tsc
* Fixed an issue where aborting an upload would not delete the partial upload from the server. Also fixed an issue where the abortAll function wasn't resetting and reloading the frontend properly
* Add server-side tus delete handler
---------
Co-authored-by: Oleg Lobanov <oleg@lobanov.me>