Commit Graph

11 Commits

Author SHA1 Message Date
30c96b8428 feat(SearchComponents, SearchAssembly64, SearchCSDbNG, SearchCommoServe): add clearDirectory function and enhance download progress tracking 2026-06-16 16:35:10 -04:00
76962cc9bd feat(SearchComponents, SearchAssembly64, SearchCSDbNG, SearchCommoServe): implement download progress tracking with streamFetch 2026-06-16 16:27:50 -04:00
421a667548 fix(MediaManager): display loading progress in MediaManager while fetching directory contents
fix(webdav): enhance listDirectory to report progress during directory listing
fix(package): add @types/react-dom dependency for improved TypeScript support
2026-06-13 00:04:00 -04:00
92a22fe253 feat(WebDAV): enhance listDirectory function for recursive listing and improve XML parsing 2026-06-12 04:41:01 -04:00
487d53f77b feat(FileManager): implement buffer navigation and dynamic buffer size for file viewing 2026-06-08 01:27:01 -04:00
0bbf8896ea feat: add FileManager component and implement file management features including upload, download, and folder creation 2026-06-07 22:04:27 -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
e81974e9ff fix: improve path handling in toEntryInfo function to correctly use entry.uri for reliable path resolution 2026-06-07 18:32:13 -04:00
d1270bc604 feat: improve path handling in pathFromUri and toEntryInfo functions for better display name resolution 2026-06-07 18:13:03 -04:00
ed302d7156 feat: enhance display name handling for WebDAV entries and directory collections 2026-06-07 17:59:06 -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