[PR #1180] [MERGED] WebDav: Allow syncing via HTML file #1828

Closed
opened 2026-02-25 23:30:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/1180
Author: @marcelklehr
Created: 5/24/2022
Status: Merged
Merged: 7/5/2022
Merged by: @marcelklehr

Base: developHead: feat/html-over-webdav


📝 Commits (6)

  • c15963f WebDav.js -> WebDav.ts
  • b844743 WebDav: Allow syncing via HTML file
  • 1a93b64 Fix HTML in WebDAV sync
  • 19608a6 Html: parseInt(id)
  • 979434c UI: Add OptionFileType
  • fc3a208 Html#deserialize: Make sure all elements have an id

📊 Changes

8 files changed (+182 additions, -44 deletions)

View changed files

📝 .github/workflows/tests.yml (+4 -2)
📝 _locales/en/messages.json (+14 -2)
📝 src/lib/adapters/WebDav.ts (+59 -24)
📝 src/lib/serializers/Html.ts (+39 -6)
📝 src/test/test.js (+20 -7)
src/ui/components/OptionFileType.vue (+36 -0)
📝 src/ui/components/OptionsWebdav.vue (+4 -2)
📝 src/ui/views/NewAccount.vue (+6 -1)

📄 Description

fixes #616


🔄 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/1180 **Author:** [@marcelklehr](https://github.com/marcelklehr) **Created:** 5/24/2022 **Status:** ✅ Merged **Merged:** 7/5/2022 **Merged by:** [@marcelklehr](https://github.com/marcelklehr) **Base:** `develop` ← **Head:** `feat/html-over-webdav` --- ### 📝 Commits (6) - [`c15963f`](https://github.com/floccusaddon/floccus/commit/c15963fc9d84cae5f7373b389533bdd329c1b09d) WebDav.js -> WebDav.ts - [`b844743`](https://github.com/floccusaddon/floccus/commit/b844743e061b8fb659f0c809f783a529b43c7574) WebDav: Allow syncing via HTML file - [`1a93b64`](https://github.com/floccusaddon/floccus/commit/1a93b64e6a9b56aaccedf09939b48301b2659018) Fix HTML in WebDAV sync - [`19608a6`](https://github.com/floccusaddon/floccus/commit/19608a60e12b913e2219ebf196336c0411c6d0eb) Html: parseInt(id) - [`979434c`](https://github.com/floccusaddon/floccus/commit/979434c077826a73992c88e2786bdeb114452d5c) UI: Add OptionFileType - [`fc3a208`](https://github.com/floccusaddon/floccus/commit/fc3a20880f11d622b010cdba572ef31c1db5809e) Html#deserialize: Make sure all elements have an id ### 📊 Changes **8 files changed** (+182 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/tests.yml` (+4 -2) 📝 `_locales/en/messages.json` (+14 -2) 📝 `src/lib/adapters/WebDav.ts` (+59 -24) 📝 `src/lib/serializers/Html.ts` (+39 -6) 📝 `src/test/test.js` (+20 -7) ➕ `src/ui/components/OptionFileType.vue` (+36 -0) 📝 `src/ui/components/OptionsWebdav.vue` (+4 -2) 📝 `src/ui/views/NewAccount.vue` (+6 -1) </details> ### 📄 Description fixes #616 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:30:57 +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#1828
No description provided.