mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-26 06:35:59 +03:00
[PR #2070] [CLOSED] Dropbox integration #1993
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#1993
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/2070
Author: @vbsampath
Created: 10/5/2025
Status: ❌ Closed
Base:
develop← Head:feat/dropbox-integration📝 Commits (5)
cc27a98Dropbox integration9fd58abRemoved credential templates as they are committed into repo279c762Implemented feedback on type check for response json error scenarios698ee24fix: Run lint:fix3656683chore: Update dropbox credentials📊 Changes
20 files changed (+1421 additions, -32 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE/bug_report.yml(+1 -0)📝
.github/workflows/tests.yml(+3 -0)📝
_locales/en/messages.json(+33 -0)➕
dropbox-api.credentials.json(+30 -0)📝
fastlane/metadata/android/en-US/full_description.txt(+1 -1)📝
google-api.credentials.json(+21 -4)📝
gulpfile.js(+7 -14)📝
manifest.firefox.json(+0 -1)📝
src/errors/Error.ts(+34 -2)📝
src/lib/Account.ts(+1 -0)➕
src/lib/adapters/Dropbox.ts(+965 -0)📝
src/lib/adapters/GoogleDrive.ts(+4 -4)📝
src/test/test.js(+62 -1)➕
src/ui/components/OptionsDropbox.vue(+172 -0)📝
src/ui/components/native/Drawer.vue(+2 -1)📝
src/ui/views/AccountOptions.vue(+7 -1)📝
src/ui/views/NewAccount.vue(+66 -2)📝
src/ui/views/native/AddBookmarkIntent.vue(+1 -0)📝
src/ui/views/native/Options.vue(+7 -1)📝
test/selenium-runner.js(+4 -0)📄 Description
Dropbox Integration






Testing
Running some test cases



🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.