mirror of
https://github.com/mrgoonie/winshot.git
synced 2026-04-26 18:45:57 +03:00
[PR #68] [MERGED] feat(cloud): add Cloud Upload Integration (Cloudflare R2 & Google Drive) #77
Labels
No labels
bug
enhancement
enhancement
pull-request
question
released
released on @beta
released on @dev
released on @latest
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/winshot#77
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/mrgoonie/winshot/pull/68
Author: @mrgoonie
Created: 1/7/2026
Status: ✅ Merged
Merged: 1/7/2026
Merged by: @mrgoonie
Base:
dev← Head:goon📝 Commits (10+)
2ddc6d5Merge remote-tracking branch 'origin/main' into goon66d6850chore: merge origin/dev with conflict resolution9e94f51Merge pull request #57 from mrgoonie/dev3527a61chore(release): 1.4.0 [skip ci]821fc58chore: merge origin/main into goonb30744efix(release): add @semantic-release/npm plugin to update package.json versiond46a525chore(release): 1.4.1 [skip ci]8f2c55afeat(upload): add Windows Credential Manager wrapper for cloud upload credentials558796cfeat(upload): add Cloudflare R2 uploader with retry logice3ac924feat(upload): add Google Drive uploader with OAuth2 flow📊 Changes
25 files changed (+7787 additions, -820 deletions)
View changed files
📝
CHANGELOG.md(+42 -106)📝
CLAUDE.md(+4 -0)📝
app.go(+173 -0)➕
coverage.html(+347 -0)📝
coverage.out(+46 -692)📝
frontend/dist/index.html(+2 -2)📝
frontend/src/App.tsx(+118 -0)📝
frontend/src/components/export-toolbar.tsx(+81 -2)📝
frontend/src/components/settings-modal.tsx(+421 -3)📝
frontend/wailsjs/go/main/App.d.ts(+35 -0)📝
frontend/wailsjs/go/main/App.js(+68 -0)📝
frontend/wailsjs/go/models.ts(+101 -0)📝
go.mod(+36 -4)📝
go.sum(+93 -10)📝
internal/config/config.go(+24 -0)➕
internal/config/config_cloud_test.go(+139 -0)➕
internal/upload/credentials.go(+92 -0)➕
internal/upload/credentials_test.go(+99 -0)➕
internal/upload/gdrive.go(+366 -0)➕
internal/upload/gdrive_test.go(+171 -0)...and 5 more files
📄 Description
Summary
Features
Cloudflare R2
Google Drive
UI
Test Plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.