mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 14:16:12 +03:00
[GH-ISSUE #613] Permission to unlimited storage #417
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#417
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?
Originally created by @prog-amateur2 on GitHub (Jul 23, 2020).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/613
Hello, I have received a notification to update floccus.
There is a new permission required to update : Permission to unlimited storage.
In the Readme and the following commit, it is said :
storage, unlimitedStorage : Necessary for maintaining a cache and mappings between server and browser bookmarksPlease, could you explain more in details how does it work (what is exactly store, where exactly, and why) in order to clarify this above sentence ?
Thank you very much for your kind help.
@marcelklehr commented on GitHub (Jul 24, 2020):
Sure :)
Floccus stores a snapshot of the last known state of your bookmarks tree as well as an index of which bookmark in your browser is equivalent to which bookmark on the server. This is stored in the browser extension storage. If you only have a few thousand bookmarks the normal storage space will suffice, but since there are people with a lot of bookmarks this space quickly becomes too small, hence the need for unlimited storage.
Floccus will not fill up your hard drive with ever more data. Unless you decide to store a lot more bookmarks everything will stay the same for you.
@prog-amateur2 commented on GitHub (Jul 24, 2020):
OK ! I can see much more clearly now, so thank you very much for taking the time to explain it to me in detail.
For me, it's okay, we can close the issue, I wish you a nice evening !
@github-actions[bot] commented on GitHub (Mar 21, 2023):
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.