filebrowser/frontend/src
wx-11-ot 49203f7599 feat: restore direct download link button in share dialog
Add back the missing direct download link button that was removed.
This button allows users to copy a direct download URL for shared files,
which is different from the share page URL.

Changes:
- Add direct download link button with content_paste_go icon
- Import pub API for download URL generation
- Add hasDownloadLink() method to check if file can be directly downloaded
- Add buildDownloadLink() method to generate direct download URLs
- Only show button for single file selections (not directories)

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-07 20:49:49 +08:00
..
api fix: show file upload errors 2025-08-01 18:44:38 +02:00
assets/fonts/roboto fix: missing bold variation for Roboto font 2021-03-24 19:06:56 +00:00
components feat: restore direct download link button in share dialog 2025-08-07 20:49:49 +08:00
css feat: select item on file list after navigating back (#5329) 2025-07-27 13:03:00 +02:00
i18n feat: Translate frontend/src/i18n/en.json in vi 2025-07-31 07:27:15 +02:00
router build: update to node 22 and pnpm (#3616) 2024-12-09 12:27:18 +01:00
stores feat: select item on file list after navigating back (#5329) 2025-07-27 13:03:00 +02:00
types fix: drop modify permission for uploading new file (#5270) 2025-07-13 08:16:01 +02:00
utils refactor: Fix eslint warnings (#3698) 2025-01-30 10:18:48 +01:00
views fix: show file upload errors 2025-08-01 18:44:38 +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