[PR #288] [MERGED] Fix 7z archives with spaces #289

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

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop/pull/288
Author: @DecDuck
Created: 11/19/2025
Status: Merged
Merged: 11/19/2025
Merged by: @DecDuck

Base: developHead: 7z-fixes


📝 Commits (2)

  • d71bf7c fix: ignore imported versions
  • ac81021 fix: bump droplet for 7z fixes

📊 Changes

8 files changed (+71 additions, -63 deletions)

View changed files

📝 layouts/default.vue (+2 -2)
📝 nuxt.config.ts (+3 -0)
📝 package.json (+1 -1)
📝 pnpm-lock.yaml (+45 -45)
📝 server/internal/library/index.ts (+4 -1)
📝 server/internal/library/provider.ts (+4 -1)
📝 server/internal/library/providers/filesystem.ts (+11 -12)
📝 server/internal/library/providers/flat.ts (+1 -1)

📄 Description

No description provided


🔄 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/288 **Author:** [@DecDuck](https://github.com/DecDuck) **Created:** 11/19/2025 **Status:** ✅ Merged **Merged:** 11/19/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `7z-fixes` --- ### 📝 Commits (2) - [`d71bf7c`](https://github.com/Drop-OSS/drop/commit/d71bf7cb1a9d78a1d7cb75a4ed19d950fc05cb4c) fix: ignore imported versions - [`ac81021`](https://github.com/Drop-OSS/drop/commit/ac8102125f9bc0575086b62e191de60fb9be5551) fix: bump droplet for 7z fixes ### 📊 Changes **8 files changed** (+71 additions, -63 deletions) <details> <summary>View changed files</summary> 📝 `layouts/default.vue` (+2 -2) 📝 `nuxt.config.ts` (+3 -0) 📝 `package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+45 -45) 📝 `server/internal/library/index.ts` (+4 -1) 📝 `server/internal/library/provider.ts` (+4 -1) 📝 `server/internal/library/providers/filesystem.ts` (+11 -12) 📝 `server/internal/library/providers/flat.ts` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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:35 -05:00
yindo closed this issue 2026-02-17 17:06:35 -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#289