WebDav server implementation #5

Open
mahmoud wants to merge 2 commits from development_webdav_connection into development
Owner

Changes

  • Add file/folder operations
  • Remove TODOs placeholders
### Changes - Add file/folder operations - Remove TODOs placeholders
- Add `FileContent` struct and type definition.
- Implement `read_content` and `write_content` methods for FileService.
- Update dependencies for `reqwest` to include `blocking` feature.
- Add `base64` dependency.
- Add RPC methods for `read_content` and `write_content`.
- Update documentation and schema definitions.
feat: add WebDAV auto-commit and remove local storage
Some checks failed
Build and Test / build (pull_request) Failing after 23s
dc685aa7f6
- Implement background WebDAV auto-commit loop
- Ensure WebDAV commit on application shutdown
- Remove local storage fallback for file operations
- Return empty content for WebDAV GET 404 status
- Add Makefile target for `hero-editor` contexts
Some checks failed
Build and Test / build (pull_request) Failing after 23s
This pull request has changes conflicting with the target branch.
  • src/bin/server.rs
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin development_webdav_connection:development_webdav_connection
git switch development_webdav_connection

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch development
git merge --no-ff development_webdav_connection
git switch development_webdav_connection
git rebase development
git switch development
git merge --ff-only development_webdav_connection
git switch development_webdav_connection
git rebase development
git switch development
git merge --no-ff development_webdav_connection
git switch development
git merge --squash development_webdav_connection
git switch development
git merge --ff-only development_webdav_connection
git switch development
git merge development_webdav_connection
git push origin development
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_zero!5
No description provided.