Commit Graph

21 Commits

Author SHA1 Message Date
ca49174419 Revise README for project title and version update
Updated project title, version status, and added sections on upload reliability and troubleshooting.
2026-01-14 11:42:03 +01:00
53473f1f0f Update CHANGELOG for version 0.2.0
Added new features and fixes for version 0.2.0, including improved compatibility and upload reliability.
2026-01-14 11:40:56 +01:00
0022558d25 Update issue tracker URL in manifest.json
Updated the issue tracker URL in the manifest file.
2026-01-14 10:50:01 +01:00
b59d84bacc Update manifest.json 2026-01-14 10:49:27 +01:00
4171159264 Implement long operation timeouts for WebDAV client
Added a timeout for long WebDAV operations to improve reliability.
v0.1.1-alpha
2026-01-14 10:44:49 +01:00
a67a631c99 Implement spooling of byte stream to temp file
Added functionality to spool an async byte stream to a temporary file for improved upload handling.
2026-01-14 10:44:24 +01:00
99c362b6d4 Add SPOOL_FLUSH_BYTES constant for uploads
Added constant for spooling to temporary file during uploads.
2026-01-14 10:44:00 +01:00
76715585ab Update manifest.json for version 0.1.1-alpha
Updated version number and links in manifest.
2026-01-14 10:43:18 +01:00
15e6ae9ab7 Update CHANGELOG for version 0.1.1-alpha
Improved upload reliability and adjusted client timeout for WebDAV.
2026-01-14 10:42:24 +01:00
8c4f5cb9a1 Add files via upload v0.1.0-alpha 2026-01-14 10:19:06 +01:00
6e74dca952 Create strings.json for ownCloud backup config
Add configuration strings for ownCloud backup integration.
2026-01-14 10:17:52 +01:00
b9327955f0 Add WebDAV client for ownCloud backup functionality
This file implements a minimal WebDAV client for ownCloud Classic, supporting operations like folder creation, file upload/download, and listing directory contents.
2026-01-14 10:17:30 +01:00
55384f5c43 Add OwnCloudBackupAgent for WebDAV backups
Implement OwnCloud backup agent for Home Assistant with WebDAV support.
2026-01-14 10:17:10 +01:00
e216c08ceb Implement config flow for ownCloud Backup integration 2026-01-14 10:16:32 +01:00
7c74102a76 Create __init__.py 2026-01-14 10:16:06 +01:00
a68f8fecf9 Add constants for owncloud_backup component 2026-01-14 10:15:47 +01:00
80066e273a Add files via upload 2026-01-14 10:14:03 +01:00
6b3ce521e8 Add hacs.json configuration for owncloud-backup-ha 2026-01-14 10:11:17 +01:00
4bcf148fe7 Add changelog for initial alpha release
Document initial alpha release and features.
2026-01-14 10:10:42 +01:00
8fcbd3979c Revise README for ownCloud Backup integration
Expanded README with detailed features, installation instructions, configuration steps, and troubleshooting tips.
2026-01-14 10:10:09 +01:00
2d54e65f8e Initial commit 2026-01-14 10:08:12 +01:00