D3V-Server/backend/routes
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
..
api feat(wireguard): add isolated encrypted file manager per wg client, drop sql editor 2026-03-10 11:40:19 +07:00
nginx Initial commit for D3V-NPMWG 2026-03-07 20:49:44 +07:00
audit-log.js Initial commit for D3V-NPMWG 2026-03-07 20:49:44 +07:00
main.js feat(database): add native SQLite database manager and fix wireguard admin visibility 2026-03-10 10:58:08 +07:00
reports.js fix: WireGuard client filter, feat: system monitor storage and total ram 2026-03-08 20:49:00 +07:00
schema.js Initial commit for D3V-NPMWG 2026-03-07 20:49:44 +07:00
settings.js Initial commit for D3V-NPMWG 2026-03-07 20:49:44 +07:00
tokens.js Initial commit for D3V-NPMWG 2026-03-07 20:49:44 +07:00
users.js Initial commit for D3V-NPMWG 2026-03-07 20:49:44 +07:00
version.js Initial commit for D3V-NPMWG 2026-03-07 20:49:44 +07:00
wg_public.js feat(wg-public): add file manager UI with upload, rename, delete 2026-03-17 21:57:49 +07:00
wireguard.js Refactor: Standardize units to GB/MB, fix Dashboard live traffic aggregation, and optimize WireGuard client layout with expanded actions. 2026-03-10 19:02:44 +07:00