D3V-Server/frontend
xtcnet 6c3122d03d feat(wg-public): add file manager UI with upload, rename, delete
- Add File Manager card above REST API Documentation on /wg-public page
  with table showing name, size, modified date and action buttons
- Upload: file picker button, enforces storage quota
- Rename: inline editable row (Enter to confirm, Escape to cancel)
- Delete: with confirmation dialog
- Download: opens decrypted file in new tab
- Add renameFile() method to wireguard-fs.js (fs.rename, no re-encryption)
- Add PATCH /api/wg-public/files/:filename endpoint for rename
- Fix bug: saveEncryptedFile -> uploadFile in wg_public.js
- Fix bug: getDecryptedFileStream + pipe -> downloadFile in wg_public.js
- Add Rename curl example to REST API Documentation section

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-17 21:57:49 +07:00
..
public/images Initial commit for D3V-NPMWG 2026-03-07 20:49:44 +07:00
src feat(wg-public): add file manager UI with upload, rename, delete 2026-03-17 21:57:49 +07:00
.gitignore Initial commit for D3V-NPMWG 2026-03-07 20:49:44 +07:00
biome.json Initial commit for D3V-NPMWG 2026-03-07 20:49:44 +07:00
check-locales.cjs Initial commit for D3V-NPMWG 2026-03-07 20:49:44 +07:00
index.html feat: implement wireguard multi-server UI and backend logic 2026-03-08 09:33:24 +07:00
package-lock.json feat: implement wireguard multi-server UI and backend logic 2026-03-08 09:33:24 +07:00
package.json feat: implement wireguard multi-server UI and backend logic 2026-03-08 09:33:24 +07:00
tsconfig.json Initial commit for D3V-NPMWG 2026-03-07 20:49:44 +07:00
tsconfig.node.json Initial commit for D3V-NPMWG 2026-03-07 20:49:44 +07:00
vite.config.ts Initial commit for D3V-NPMWG 2026-03-07 20:49:44 +07:00
vitest-setup.js Initial commit for D3V-NPMWG 2026-03-07 20:49:44 +07:00
yarn.lock feat: implement wireguard multi-server UI and backend logic 2026-03-08 09:33:24 +07:00