filebrowser/frontend/src
Henrique Dias cbb712484d fix: remove auth query parameter from download and preview links
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.
2025-06-21 09:21:39 +02:00
..
api fix: remove auth query parameter from download and preview links 2025-06-21 09:21:39 +02:00
assets/fonts/roboto fix: missing bold variation for Roboto font 2021-03-24 19:06:56 +00:00
components feat: add Vietnamese translation (#3840) 2025-06-16 18:47:20 +02:00
css refactor: Fix eslint warnings (#3698) 2025-01-30 10:18:48 +01:00
i18n feat: updated for project File Browser (#5159) 2025-06-17 09:05:21 +02:00
router build: update to node 22 and pnpm (#3616) 2024-12-09 12:27:18 +01:00
stores fix: prompts disappearing on copy / move / upload (#3537) 2025-01-21 00:05:59 +01:00
types fix: prompts disappearing on copy / move / upload (#3537) 2025-01-21 00:05:59 +01:00
utils refactor: Fix eslint warnings (#3698) 2025-01-30 10:18:48 +01:00
views fix: remove auth query parameter from download and preview links 2025-06-21 09:21:39 +02:00
App.vue feat: migrate to vue 3 (#2689) 2024-04-01 17:18:22 +02:00
index.d.ts feat: migrate to vue 3 (#2689) 2024-04-01 17:18:22 +02:00
main.ts build: update to node 22 and pnpm (#3616) 2024-12-09 12:27:18 +01:00