Commit Graph

5 Commits

Author SHA1 Message Date
768c4c2336 feat(FileBrowser): refactor entry icon rendering for better clarity and organization
feat(FileManager): persist filter, sort key, and sort order in local storage
2026-06-08 01:45:41 -04:00
e060c73d48 feat: enhance FileBrowser component with action menu and improved folder/file selection 2026-06-07 19:20:01 -04:00
6af14371e8 feat: enhance FileBrowser component to handle file and folder resolution with improved error handling 2026-06-07 19:09:07 -04:00
4a2f6032d2 feat: add WebDAV integration and utility functions
- Introduced a new `webdav-component` package for WebDAV protocol handling.
- Implemented `webdav.ts` with functions for managing WebDAV operations such as listing directories, checking file existence, creating folders, deleting paths, moving files, and handling file uploads/downloads.
- Added path normalization and utility functions for handling WebDAV paths.
- Enhanced the `Tag` class in `webdav3.py` to correctly register XML namespaces, improving compatibility with WebDAV responses.
2026-06-07 17:48:37 -04:00
9eeffde903 initial commit 2026-04-13 23:55:36 -04:00