mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-27 07:05:59 +03:00
[PR #103] [CLOSED] WebDAV backend (WIP) #1466
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#1466
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/103
Author: @jlbprof
Created: 5/14/2018
Status: ❌ Closed
Base:
master← Head:julian_002📝 Commits (10+)
32286bcInitial commit4452106Added renderOptions per Marcel9d86efeI have the options working8ca8033updatede7e381aImplement serverRoot setting1117d01UI: update placeholder for serverRoote73439fSpeedup fix for firefox484c04dSome fixesb806459Fix syncing code path synchronizatione8c9f62Another firefox performance speedup📊 Changes
15 files changed (+365 additions, -79 deletions)
View changed files
📝
CHANGELOG.md(+14 -0)📝
ISSUE_TEMPLATE.md(+6 -5)📝
manifest.json(+2 -1)📝
package.json(+1 -1)📝
src/entries/options.js(+12 -2)📝
src/lib/Account.js(+35 -7)📝
src/lib/Adapter.js(+4 -0)📝
src/lib/Bookmark.js(+4 -0)📝
src/lib/Controller.js(+13 -22)➕
src/lib/InputInitializeHook.js(+9 -0)📝
src/lib/Tree.js(+19 -19)📝
src/lib/adapters/Nextcloud.js(+25 -14)➕
src/lib/adapters/WebDav.js(+196 -0)📝
src/test/index.js(+8 -8)📝
views/options.html(+17 -0)📄 Description
DO NOT MERGE
commit
8ca80331edAuthor: Julian Brown julian@jlbprof.com
Date: Mon May 14 09:28:08 2018 -0500
commit
9d86efe884Author: Julian Brown julian@jlbprof.com
Date: Wed May 9 19:46:56 2018 -0500
commit
4452106670Author: Julian Brown julian@jlbprof.com
Date: Wed May 9 19:06:17 2018 -0500
commit
32286bc6aaAuthor: Julian Brown julian@jlbprof.com
Date: Tue May 8 18:17:33 2018 -0500
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.