[PR #112] [CLOSED] Julian 004 #1469

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

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/112
Author: @jlbprof
Created: 5/30/2018
Status: Closed

Base: masterHead: julian_004


📝 Commits (10+)

📊 Changes

10 files changed (+656 additions, -28 deletions)

View changed files

📝 CHANGELOG.md (+6 -0)
📝 manifest.json (+3 -2)
📝 package.json (+1 -1)
📝 src/entries/options.js (+5 -1)
📝 src/lib/Account.js (+8 -1)
📝 src/lib/Adapter.js (+4 -0)
src/lib/InputInitializeHook.js (+9 -0)
📝 src/lib/adapters/Nextcloud.js (+10 -23)
src/lib/adapters/WebDav.js (+593 -0)
📝 views/options.html (+17 -0)

📄 Description

This pushes an xml (xbel) format bookmark file to the server.

I had to html encode the bookmark href's that may be a problem, but if I did not I could not get the xbel to validate with complex url's (such as some with question marks and ampersands).


🔄 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/112 **Author:** [@jlbprof](https://github.com/jlbprof) **Created:** 5/30/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `julian_004` --- ### 📝 Commits (10+) - [`15e4385`](https://github.com/floccusaddon/floccus/commit/15e438586b264f1263e2891081150fbed63f7332) Squashed commit of the following: - [`ae68755`](https://github.com/floccusaddon/floccus/commit/ae68755645eaff8e23b31eec8f2c1bf4b96389bd) Updated - [`0067049`](https://github.com/floccusaddon/floccus/commit/0067049556b1f981aae13a8d067858f37eecd884) Adding the new webdav brings the whole system down. - [`b36a734`](https://github.com/floccusaddon/floccus/commit/b36a73468b463afc9478423bede4d0e05e7b0c12) * Webdav in place - [`f891674`](https://github.com/floccusaddon/floccus/commit/f891674d9becbfe26ed51b29d61a5880b1e88b16) some before updating - [`cd77dfe`](https://github.com/floccusaddon/floccus/commit/cd77dfe7f4b1f0863d914d3dc2eb40dfba86bc7f) Fragile but seems to be working. - [`28c9dad`](https://github.com/floccusaddon/floccus/commit/28c9dad52dec5bf5e8a9c95baf8beb1f0108bb0f) Updated from pull request comments. - [`cd65ad0`](https://github.com/floccusaddon/floccus/commit/cd65ad067e4adef971bc250974fb0fcb8921bcb6) Fix some minor issues. - [`8b2b23f`](https://github.com/floccusaddon/floccus/commit/8b2b23f6681eb29a586d7fe19259a07db42721fb) Fix options - [`f2c3a90`](https://github.com/floccusaddon/floccus/commit/f2c3a9031ebc3d9716de8b218e848c223325325e) v2.2.4 ### 📊 Changes **10 files changed** (+656 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+6 -0) 📝 `manifest.json` (+3 -2) 📝 `package.json` (+1 -1) 📝 `src/entries/options.js` (+5 -1) 📝 `src/lib/Account.js` (+8 -1) 📝 `src/lib/Adapter.js` (+4 -0) ➕ `src/lib/InputInitializeHook.js` (+9 -0) 📝 `src/lib/adapters/Nextcloud.js` (+10 -23) ➕ `src/lib/adapters/WebDav.js` (+593 -0) 📝 `views/options.html` (+17 -0) </details> ### 📄 Description This pushes an xml (xbel) format bookmark file to the server. I had to html encode the bookmark href's that may be a problem, but if I did not I could not get the xbel to validate with complex url's (such as some with question marks and ampersands). --- <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:19 +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#1469
No description provided.