mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-21 16:15:24 -04:00
[PR #177] [MERGED] v2 download API and Admin UI fixes #251
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/pull/177
Author: @DecDuck
Created: 8/6/2025
Status: ✅ Merged
Merged: 8/9/2025
Merged by: @DecDuck
Base:
develop← Head:admin-ui📝 Commits (6)
815003ffix: small ui fixes4ffa44afeat: [PR #22] [MERGED] Add IGDB and PCGamingWiki metadata providers (#171)09a7912fix: improvements to library scanning on admin UI28f9269feat: v2 download APIbaad511fix: add download context cleanupc5d40befix: lint📊 Changes
17 files changed (+504 additions, -44 deletions)
View changed files
📝
app.vue(+42 -0)➕
components/Modal/CreateCompany.vue(+148 -0)📝
components/StoreView.vue(+1 -1)📝
i18n/locales/en_us.json(+20 -3)📝
nuxt.config.ts(+1 -0)📝
pages/admin/metadata/companies/[id]/index.vue(+7 -4)📝
pages/admin/metadata/companies/index.vue(+16 -13)📝
pages/store/index.vue(+23 -2)➕
server/api/v1/admin/company/index.post.ts(+47 -0)📝
server/api/v1/index.get.ts(+1 -0)➕
server/api/v2/client/chunk.post.ts(+73 -0)➕
server/api/v2/client/context.post.ts(+22 -0)📝
server/internal/downloads/coordinator.ts(+65 -6)📝
server/internal/downloads/manifest.ts(+1 -1)📝
server/internal/library/index.ts(+23 -14)➕
server/middleware/latency.ts(+3 -0)➕
server/tasks/downloadCleanup.ts(+11 -0)📄 Description
Closes #171
Closes #159
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.