mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 22:26:06 +03:00
[PR #837] [MERGED] Implement Google Drive sync #1769
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#1769
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/837
Author: @marcelklehr
Created: 2/23/2021
Status: ✅ Merged
Merged: 2/23/2021
Merged by: @marcelklehr
Base:
develop← Head:feature/google-drive📝 Commits (10+)
7a1a597Implement raw Google Drive sync29978f5UI: Update bookmark_file description for google-drive660e983Polish google auth (auto-refresh)4f85de0Allow encrypting google-drive filee00da0dGoogle Drive: Use offline access type with refresh_token833bea6CI: Test google driveccb5bddCI: Fix build357591cCI: Fix google-drive tests3ceaa1eCI: Google Drive: Don't leak access tokens5ac3c29Tests: GoogleDrive: Fix clean up📊 Changes
17 files changed (+655 additions, -26 deletions)
View changed files
📝
.github/workflows/build.yml(+6 -0)📝
.github/workflows/tests.yml(+8 -0)📝
.gitignore(+1 -0)📝
_locales/en/messages.json(+34 -1)📝
gulpfile.js(+20 -0)📝
manifest.json(+1 -1)📝
src/lib/Account.js(+6 -1)📝
src/lib/adapters/Caching.ts(+2 -2)➕
src/lib/adapters/GoogleDrive.ts(+401 -0)📝
src/lib/adapters/WebDav.js(+5 -0)📝
src/lib/interfaces/Adapter.ts(+1 -1)📝
src/test/test.js(+34 -18)➕
src/ui/components/OptionsGoogleDrive.vue(+118 -0)📝
src/ui/views/AccountOptions.vue(+7 -1)📝
src/ui/views/NewAccount.vue(+5 -0)📝
test/selenium-runner.js(+4 -0)📝
tsconfig.json(+2 -1)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.