[PR #117] [MERGED] WebDAV backend (WIP) #1473

Closed
opened 2026-02-25 22:40:20 +03:00 by kerem · 0 comments
Owner

📋 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: developHead: webdav


📝 Commits (10+)

  • 98ca824 Squashed commit of the following:
  • 4b4a6d8 Updated
  • 5ae8d6a Adding the new webdav brings the whole system down.
  • 52b1120 * Webdav in place
  • 8073955 some before updating
  • a788b87 Fragile but seems to be working.
  • d1a0fa5 Updated from pull request comments.
  • 76d8a19 Fix some minor issues.
  • 3edd638 Added a not perfect file lock mechanism to the system.
  • 2c0b838 wip

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/floccusaddon/floccus/pull/117 **Author:** [@jlbprof](https://github.com/jlbprof) **Created:** 6/2/2018 **Status:** ✅ Merged **Merged:** 6/6/2018 **Merged by:** [@marcelklehr](https://github.com/marcelklehr) **Base:** `develop` ← **Head:** `webdav` --- ### 📝 Commits (10+) - [`98ca824`](https://github.com/floccusaddon/floccus/commit/98ca824356ab037859e17a729a0d074d236bd1cb) Squashed commit of the following: - [`4b4a6d8`](https://github.com/floccusaddon/floccus/commit/4b4a6d8431f9695484e01b2d48bbc21a54506bdc) Updated - [`5ae8d6a`](https://github.com/floccusaddon/floccus/commit/5ae8d6ab743d3d05a1c26f337bb0f97e32838944) Adding the new webdav brings the whole system down. - [`52b1120`](https://github.com/floccusaddon/floccus/commit/52b1120e9bb5ac82f4474df53386d80a2acadafd) * Webdav in place - [`8073955`](https://github.com/floccusaddon/floccus/commit/807395508cd394329710f8d66c04b2005fcd9450) some before updating - [`a788b87`](https://github.com/floccusaddon/floccus/commit/a788b871fda6133348290f49569cf153c8374636) Fragile but seems to be working. - [`d1a0fa5`](https://github.com/floccusaddon/floccus/commit/d1a0fa521e50355cfaea2eaf3a865115f2663597) Updated from pull request comments. - [`76d8a19`](https://github.com/floccusaddon/floccus/commit/76d8a19dad8350b8b36dcd42b527dbe2a4192341) Fix some minor issues. - [`3edd638`](https://github.com/floccusaddon/floccus/commit/3edd63886487ffa0f7ec1eb534ffa53a8e03a3ca) Added a not perfect file lock mechanism to the system. - [`2c0b838`](https://github.com/floccusaddon/floccus/commit/2c0b8380584e581e55dea8b242e674f69abd63d8) wip ### 📊 Changes **9 files changed** (+667 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 22:40:20 +03:00
Sign in to join this conversation.
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
starred/floccus#1473
No description provided.