mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-25 04:15:36 -04:00
[PR #298] [MERGED] Depot API & v4 #292
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/298
Author: @DecDuck
Created: 12/1/2025
Status: ✅ Merged
Merged: 1/12/2026
Merged by: @DecDuck
Base:
develop← Head:torrential📝 Commits (10+)
bcf7802feat: nginx + torrential basics & services system0bd0a4afix: lint + i18nfe6aff0fix: update torrential to remove openssl45f3216feat: add torrential to Docker build11a00fbfeat: move to self hosted runner85e3e66fix: move off self-hosted runnerb83d6f6fix: update nginx.confb76d60dfeat: torrential cache invalidationf1e04e4fix: update torrential for cache invalidation71af776feat: integrity check task📊 Changes
190 files changed (+5834 additions, -2295 deletions)
View changed files
📝
.github/workflows/release.yml(+1 -1)📝
.gitmodules(+3 -0)📝
.prettierignore(+2 -0)➕
.prettierrc.json(+5 -0)📝
.vscode/settings.json(+24 -22)📝
Dockerfile(+22 -11)📝
app.vue(+2 -13)➕
build/nginx.conf(+41 -0)📝
components/AccountSidebar.vue(+18 -11)📝
components/Auth/Simple.vue(+48 -9)➕
components/CodeInput.vue(+86 -0)➕
components/ExecutorWidget.vue(+41 -0)📝
components/GameEditor/Metadata.vue(+11 -7)📝
components/GameEditor/Version.vue(+157 -103)➕
components/GameEditor/VersionConfig.vue(+58 -0)➕
components/ImportVersionLaunchRow.vue(+253 -0)📝
components/Modal/AddCompanyGame.vue(+8 -85)➕
components/Modal/SelectLaunch.vue(+229 -0)📝
components/NotificationItem.vue(+0 -1)➕
components/Selector/Combox.vue(+91 -0)...and 80 more files
📄 Description
Implements a Rust-based internal download server to get an upto 5x speed improvement when downloading. Sets up a framework to have other processes as a framework within Drop.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.