Add File Browser WebDAV access - #525
Merged
Merged
Conversation
List the standalone connection plugin and its compact thumbnail. The preview requires the File Browser provider interface v1; keep the submission in draft until that core interface is released.
Use the coordinated imagegen folder artwork and supplied Rubik Bold typography reference. Export a 512px WebP below the Plugin Index 20 KB limit.
Plugin submission validation failedERROR: PR must modify exactly one plugin folder under plugins/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds HTTPS WebDAV connections to Agent Zero Files with per-connection permissions, conditional writes and the shared Editor.
Draft: requires the new File Browser connection provider interface v1, currently in the Agent Zero worktree. Please do not merge until that core interface ships. The standalone repository documents this compatibility requirement.
Includes only index metadata and a square thumbnail under 20 KB. Runtime source, MIT license and dependency installation through
hooks.py install()are in the linked repository; noexecute.py.Validation: isolated HTTPS WebDAV server round trip, stale ETag and duplicate-create rejection, bounded reads, and rejection of an untrusted certificate. Replacement requires a server that honors strong ETags and conditional writes. The current Index validator is run locally against this committed range.