[PR #1902] [MERGED] feat(AdditionFailsafe): Extend failsafe mechanism to prevent creation of excessive amounts of bookmarks #1954

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

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/1902
Author: @marcelklehr
Created: 4/5/2025
Status: Merged
Merged: 4/6/2025
Merged by: @marcelklehr

Base: developHead: feat/addition-failsafe


📝 Commits (2)

  • 7636360 feat(AdditionFailsafe): Extend failsafe mechanism to prevent creation of excessive amounts of bookmarks
  • c668101 fix(failsafe): Also apply failsafe on upstream changes

📊 Changes

7 files changed (+235 additions, -20 deletions)

View changed files

📝 _locales/en/messages.json (+7 -4)
📝 src/errors/Error.ts (+13 -2)
📝 src/lib/browser/BrowserAccount.ts (+6 -2)
📝 src/lib/native/NativeAccount.ts (+6 -2)
📝 src/lib/strategies/Default.ts (+25 -8)
📝 src/lib/strategies/Unidirectional.ts (+5 -1)
📝 src/test/test.js (+173 -1)

📄 Description

fixes #1900


🔄 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/1902 **Author:** [@marcelklehr](https://github.com/marcelklehr) **Created:** 4/5/2025 **Status:** ✅ Merged **Merged:** 4/6/2025 **Merged by:** [@marcelklehr](https://github.com/marcelklehr) **Base:** `develop` ← **Head:** `feat/addition-failsafe` --- ### 📝 Commits (2) - [`7636360`](https://github.com/floccusaddon/floccus/commit/7636360fa93cc11e69ce2d8d2dd9deb70af3e32b) feat(AdditionFailsafe): Extend failsafe mechanism to prevent creation of excessive amounts of bookmarks - [`c668101`](https://github.com/floccusaddon/floccus/commit/c668101da3be5b48f1cdcd4185a959891243f0f2) fix(failsafe): Also apply failsafe on upstream changes ### 📊 Changes **7 files changed** (+235 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `_locales/en/messages.json` (+7 -4) 📝 `src/errors/Error.ts` (+13 -2) 📝 `src/lib/browser/BrowserAccount.ts` (+6 -2) 📝 `src/lib/native/NativeAccount.ts` (+6 -2) 📝 `src/lib/strategies/Default.ts` (+25 -8) 📝 `src/lib/strategies/Unidirectional.ts` (+5 -1) 📝 `src/test/test.js` (+173 -1) </details> ### 📄 Description fixes #1900 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:31:20 +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#1954
No description provided.