[PR #334] [CLOSED] Downloader fix #315

Closed
opened 2026-02-17 17:06:38 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop/pull/334
Author: @BillyOutlast
Created: 2/2/2026
Status: Closed

Base: release-prepHead: downloader-fix


📝 Commits (10+)

📊 Changes

9 files changed (+149 additions, -32 deletions)

View changed files

📝 .github/workflows/release.yml (+1 -1)
📝 server/api/v1/client/depots/index.get.ts (+1 -2)
server/api/v1/client/game/[id]/index.get.ts (+0 -18)
📝 server/api/v1/client/game/[id]/version/[versionid]/index.get.ts (+1 -2)
📝 server/api/v1/client/game/[id]/versions.get.ts (+2 -2)
📝 server/api/v1/client/game/manifest.get.ts (+13 -3)
server/api/v1/client/game/versions.get.ts (+129 -0)
📝 server/api/v1/client/news/[id]/index.get.ts (+1 -2)
📝 server/api/v1/client/news/index.get.ts (+1 -2)

📄 Description

Downloads now work for Setup only games, I was testing homerips but the 7z problem kept leading to system crashes


🔄 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/Drop-OSS/drop/pull/334 **Author:** [@BillyOutlast](https://github.com/BillyOutlast) **Created:** 2/2/2026 **Status:** ❌ Closed **Base:** `release-prep` ← **Head:** `downloader-fix` --- ### 📝 Commits (10+) - [`d02c54a`](https://github.com/Drop-OSS/drop/commit/d02c54a25f74a159aca000c8e23211d0af548b59) Minor change for fork repo - [`2562501`](https://github.com/Drop-OSS/drop/commit/2562501c17791b6bab862d698a03f50475040af1) Merge branch 'Drop-OSS:release-prep' into release-prep - [`76ee358`](https://github.com/Drop-OSS/drop/commit/76ee3587a7c55d442c2bc5f220a2fb845355ff8c) 404 fix attempt - [`d093316`](https://github.com/Drop-OSS/drop/commit/d093316357e742b176e7edc4e586721783324a2a) authentiction fix - [`bc700e1`](https://github.com/Drop-OSS/drop/commit/bc700e19906b1899c026636496c34a33e11eb1dd) more authentication fix attempts - [`b0a1c2f`](https://github.com/Drop-OSS/drop/commit/b0a1c2f47c8345748bbcc7b3c2a71aaa32065268) adding debug - [`80ea427`](https://github.com/Drop-OSS/drop/commit/80ea427ab347dd46234efbb9a7a7c89400c9da44) index fix - [`88d6cc1`](https://github.com/Drop-OSS/drop/commit/88d6cc1a7a62d2e580e6c8e09deaa54472739324) versions.get.ts - [`69cbcfe`](https://github.com/Drop-OSS/drop/commit/69cbcfe2ac044c5a5fd12d175aee53bc8cbf5740) Fix rebuild - [`9f56b06`](https://github.com/Drop-OSS/drop/commit/9f56b06ea4c0d67d9f6284d5eb7ecb67b3f1a1a4) number error ### 📊 Changes **9 files changed** (+149 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+1 -1) 📝 `server/api/v1/client/depots/index.get.ts` (+1 -2) ➖ `server/api/v1/client/game/[id]/index.get.ts` (+0 -18) 📝 `server/api/v1/client/game/[id]/version/[versionid]/index.get.ts` (+1 -2) 📝 `server/api/v1/client/game/[id]/versions.get.ts` (+2 -2) 📝 `server/api/v1/client/game/manifest.get.ts` (+13 -3) ➕ `server/api/v1/client/game/versions.get.ts` (+129 -0) 📝 `server/api/v1/client/news/[id]/index.get.ts` (+1 -2) 📝 `server/api/v1/client/news/index.get.ts` (+1 -2) </details> ### 📄 Description Downloads now work for Setup only games, I was testing homerips but the 7z problem kept leading to system crashes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:06:38 -05:00
yindo closed this issue 2026-02-17 17:06:38 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop#315