[PR #2070] [CLOSED] Dropbox integration #1993

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

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/2070
Author: @vbsampath
Created: 10/5/2025
Status: Closed

Base: developHead: feat/dropbox-integration


📝 Commits (5)

  • cc27a98 Dropbox integration
  • 9fd58ab Removed credential templates as they are committed into repo
  • 279c762 Implemented feedback on type check for response json error scenarios
  • 698ee24 fix: Run lint:fix
  • 3656683 chore: 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
Screenshot_20251005_112910
Screenshot_20251005_112956
Initial Profile
Screenshot_20251005_113202
Dropbox Bookmarks
Screenshot_20251005_113250

Testing

Running some test cases
Screenshot_20251005_164202
Screenshot_20251005_164132
Screenshot_20251005_164321


🔄 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/2070 **Author:** [@vbsampath](https://github.com/vbsampath) **Created:** 10/5/2025 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `feat/dropbox-integration` --- ### 📝 Commits (5) - [`cc27a98`](https://github.com/floccusaddon/floccus/commit/cc27a9897c084bffdfca95edcb759f34a9c65c63) Dropbox integration - [`9fd58ab`](https://github.com/floccusaddon/floccus/commit/9fd58ab2cef6dd20d227244fe0fdce61bfc63854) Removed credential templates as they are committed into repo - [`279c762`](https://github.com/floccusaddon/floccus/commit/279c762b01a27af2cd5a7cdc9e15daeb105f41ba) Implemented feedback on type check for response json error scenarios - [`698ee24`](https://github.com/floccusaddon/floccus/commit/698ee245590e4ef545e84bc3392ee9e34314388a) fix: Run lint:fix - [`3656683`](https://github.com/floccusaddon/floccus/commit/3656683b4483eb21df44771d32d0b89fa0334567) chore: Update dropbox credentials ### 📊 Changes **20 files changed** (+1421 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description Dropbox Integration <img width="3840" height="2400" alt="Screenshot_20251005_112910" src="https://github.com/user-attachments/assets/5864450c-7e8c-47c4-801d-5bd6744cf90a" /> <img width="1920" height="492" alt="Screenshot_20251005_112956" src="https://github.com/user-attachments/assets/2ff975c0-77d6-43bd-8c1d-dadc75d4b739" /> <img width="995" height="1175" alt="Initial Profile" src="https://github.com/user-attachments/assets/f42765ae-e83a-409a-a230-3b1f87415b71" /> <img width="1267" height="740" alt="Screenshot_20251005_113202" src="https://github.com/user-attachments/assets/8dd64849-e49f-43e7-ab79-6eda22bc7540" /> <img width="1321" height="918" alt="Dropbox Bookmarks" src="https://github.com/user-attachments/assets/ef3267c9-b545-438a-82fe-a33ae44e161c" /> <img width="1737" height="341" alt="Screenshot_20251005_113250" src="https://github.com/user-attachments/assets/04fbbb67-8b59-40d0-9ceb-df3d9be3c232" /> # Testing Running some test cases <img width="1077" height="950" alt="Screenshot_20251005_164202" src="https://github.com/user-attachments/assets/6935fdd5-bb35-48ee-b0f4-445e688cec92" /> <img width="3313" height="1589" alt="Screenshot_20251005_164132" src="https://github.com/user-attachments/assets/28eaf747-11a4-4cd6-8c69-14957d76bbc5" /> <img width="3840" height="2400" alt="Screenshot_20251005_164321" src="https://github.com/user-attachments/assets/7c8777d2-66d3-4160-9204-7583e7429ec6" /> --- <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:28 +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#1993
No description provided.