mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 22:26:06 +03:00
[PR #2026] [MERGED] feat: Optionally use murmurhash3 instead of sha256 #1984
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#1984
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/2026
Author: @marcelklehr
Created: 8/12/2025
Status: ✅ Merged
Merged: 8/13/2025
Merged by: @marcelklehr
Base:
develop← Head:feat/murmur3📝 Commits (5)
911beedrefactor: Optionally support murmur3 + implement capabilities negotiation49c0c42fix: Try to fix tests36cf98dfix(NextcloudBookmarks): Partial tree loading was broken05c9306tests: Fix withSyncConnection to provide hash settings8c88dadtests: Remove IS_CI variable📊 Changes
20 files changed (+273 additions, -65 deletions)
View changed files
📝
src/lib/CachingTreeWrapper.ts(+9 -1)📝
src/lib/Crypto.ts(+8 -0)📝
src/lib/LocalTabs.ts(+13 -1)📝
src/lib/Scanner.ts(+8 -7)📝
src/lib/Tree.ts(+46 -21)📝
src/lib/adapters/Caching.ts(+13 -1)📝
src/lib/adapters/Git.ts(+2 -2)📝
src/lib/adapters/GoogleDrive.ts(+2 -2)📝
src/lib/adapters/Karakeep.ts(+13 -1)📝
src/lib/adapters/Linkwarden.ts(+13 -1)📝
src/lib/adapters/NextcloudBookmarks.ts(+19 -4)📝
src/lib/adapters/WebDav.ts(+2 -2)📝
src/lib/browser/BrowserTree.ts(+13 -2)📝
src/lib/interfaces/Resource.ts(+14 -0)➕
src/lib/murmurhash3.js(+66 -0)📝
src/lib/native/NativeTree.ts(+2 -2)📝
src/lib/strategies/Default.ts(+22 -12)📝
src/lib/strategies/Merge.ts(+3 -3)📝
src/lib/strategies/Unidirectional.ts(+2 -2)📝
src/test/test.js(+3 -1)📄 Description
for tree hashing
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.