mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-26 14:45:59 +03:00
[PR #117] [MERGED] WebDAV backend (WIP) #1473
Labels
No labels
browser-specific
bug
correctness issues
enhancement
feature: Google Drive
feature: Linkwarden
feature: git
feature: nextcloud-bookmarks
feature: tabs
feature: webdav
help wanted
native-app
priority: high
priority: low
priority: medium
pull-request
question
question
stale
upstream
waiting for more information
wontfix
🙁 Not following issue template
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/floccus#1473
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/floccusaddon/floccus/pull/117
Author: @jlbprof
Created: 6/2/2018
Status: ✅ Merged
Merged: 6/6/2018
Merged by: @marcelklehr
Base:
develop← Head:webdav📝 Commits (10+)
98ca824Squashed commit of the following:4b4a6d8Updated5ae8d6aAdding the new webdav brings the whole system down.52b1120* Webdav in place8073955some before updatinga788b87Fragile but seems to be working.d1a0fa5Updated from pull request comments.76d8a19Fix some minor issues.3edd638Added a not perfect file lock mechanism to the system.2c0b838wip📊 Changes
9 files changed (+667 additions, -9 deletions)
View changed files
📝
manifest.json(+2 -1)📝
src/entries/options.js(+10 -1)📝
src/lib/Account.js(+10 -0)📝
src/lib/Adapter.js(+4 -0)➕
src/lib/InputInitializeHook.js(+9 -0)➕
src/lib/PathParse.js(+10 -0)📝
src/lib/adapters/Nextcloud.js(+1 -7)➕
src/lib/adapters/WebDav.js(+604 -0)📝
views/options.html(+17 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.