filebrowser/frontend
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
..
dist refactor: migrate frontend tooling to vite 4 (#2645) 2023-08-26 13:55:51 +02:00
public feat: migrate to vue 3 (#2689) 2024-04-01 17:18:22 +02:00
src fix: remove auth query parameter from download and preview links 2025-06-21 09:21:39 +02:00
tests feat: migrate to vue 3 (#2689) 2024-04-01 17:18:22 +02:00
tests-examples feat: migrate to vue 3 (#2689) 2024-04-01 17:18:22 +02:00
.prettierignore refactor: Fix eslint warnings (#3698) 2025-01-30 10:18:48 +01:00
.prettierrc.json refactor: migrate frontend tooling to vite 4 (#2645) 2023-08-26 13:55:51 +02:00
assets.go chore: add make fmt target 2021-12-20 22:39:00 +01:00
assets_dev.go chore: add make fmt target 2021-12-20 22:39:00 +01:00
env.d.ts build: update to node 22 and pnpm (#3616) 2024-12-09 12:27:18 +01:00
eslint.config.js refactor: Fix eslint warnings (#3698) 2025-01-30 10:18:48 +01:00
index.html feat: migrate to vue 3 (#2689) 2024-04-01 17:18:22 +02:00
package.json build(deps-dev): bump vite from 6.0.11 to 6.1.6 in /frontend (#3886) 2025-05-19 13:49:42 +02:00
playwright.config.ts feat: migrate to vue 3 (#2689) 2024-04-01 17:18:22 +02:00
pnpm-lock.yaml build(deps-dev): bump vite from 6.0.11 to 6.1.6 in /frontend (#3886) 2025-05-19 13:49:42 +02:00
postcss.config.cjs refactor: migrate frontend tooling to vite 4 (#2645) 2023-08-26 13:55:51 +02:00
tsconfig.app.json build: update to node 22 and pnpm (#3616) 2024-12-09 12:27:18 +01:00
tsconfig.json build: update to node 22 and pnpm (#3616) 2024-12-09 12:27:18 +01:00
tsconfig.node.json build: update to node 22 and pnpm (#3616) 2024-12-09 12:27:18 +01:00
tsconfig.tsc.json build: update to node 22 and pnpm (#3616) 2024-12-09 12:27:18 +01:00
vite.config.ts feat: migrate to vue 3 (#2689) 2024-04-01 17:18:22 +02:00