mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-21 08:56:07 -04:00
[PR #83] [MERGED] Device code authorization #138
Reference in New Issue
Block a user
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/Drop-OSS/drop-app/pull/83
Author: @DecDuck
Created: 7/30/2025
Status: ✅ Merged
Merged: 7/31/2025
Merged by: @DecDuck
Base:
develop← Head:device-code-authorization📝 Commits (6)
a726782feat: device code authorization5633b42Fix for setup executable unable to be launched (#81)2fffa2aFix for redownload invalid chunks (#84)9a6abb0chore: Run clippy fix pedantic9a95a6ffeat: add better error handling30846ccfix: clippy📊 Changes
28 files changed (+384 additions, -184 deletions)
View changed files
📝
components/InitiateAuthModule.vue(+14 -8)📝
components/MiniHeader.vue(+1 -1)➕
pages/auth/code.vue(+37 -0)📝
src-tauri/Cargo.lock(+54 -0)📝
src-tauri/Cargo.toml(+2 -0)📝
src-tauri/build.rs(+1 -1)📝
src-tauri/src/client/cleanup.rs(+2 -2)📝
src-tauri/src/database/db.rs(+14 -17)📝
src-tauri/src/database/models.rs(+4 -4)📝
src-tauri/src/download_manager/commands.rs(+4 -4)📝
src-tauri/src/download_manager/download_manager_builder.rs(+37 -33)📝
src-tauri/src/download_manager/download_manager_frontend.rs(+9 -9)📝
src-tauri/src/download_manager/util/download_thread_control_flag.rs(+1 -4)📝
src-tauri/src/download_manager/util/rolling_progress_updates.rs(+1 -1)📝
src-tauri/src/error/process_error.rs(+0 -2)📝
src-tauri/src/error/remote_access_error.rs(+38 -9)📝
src-tauri/src/games/downloads/download_agent.rs(+7 -9)📝
src-tauri/src/games/downloads/download_logic.rs(+4 -3)📝
src-tauri/src/games/downloads/drop_data.rs(+17 -19)📝
src-tauri/src/games/downloads/validate.rs(+13 -3)...and 8 more files
📄 Description
Sister of https://github.com/Drop-OSS/drop/pull/145
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.