[PR #127] [MERGED] FlatFilesystem Provider #223

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

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop/pull/127
Author: @DecDuck
Created: 7/2/2025
Status: Merged
Merged: 7/5/2025
Merged by: @DecDuck

Base: developHead: 126-flat-gamevault-compat-library-providers


📝 Commits (1)

  • 007eaba feat: flatlibrary provider

📊 Changes

11 files changed (+243 additions, -85 deletions)

View changed files

components/SourceOptions/FlatFilesystem.vue (+27 -0)
📝 i18n/locales/en_us.json (+1 -0)
📝 package.json (+1 -1)
📝 pages/admin/library/sources/index.vue (+10 -2)
prisma/migrations/20250702102624_add_flat_fs_provider/migration.sql (+2 -0)
📝 prisma/models/app.prisma (+2 -1)
📝 server/internal/library/provider.ts (+1 -2)
📝 server/internal/library/providers/filesystem.ts (+17 -13)
server/internal/library/providers/flat.ts (+109 -0)
📝 server/plugins/05.library-init.ts (+9 -2)
📝 yarn.lock (+64 -64)

📄 Description

GameVault compatible, also updated droplet to latest version to support zip files.


🔄 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/127 **Author:** [@DecDuck](https://github.com/DecDuck) **Created:** 7/2/2025 **Status:** ✅ Merged **Merged:** 7/5/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `126-flat-gamevault-compat-library-providers` --- ### 📝 Commits (1) - [`007eaba`](https://github.com/Drop-OSS/drop/commit/007eabaa6b1fdf5b7f09772352b65d2854676123) feat: flatlibrary provider ### 📊 Changes **11 files changed** (+243 additions, -85 deletions) <details> <summary>View changed files</summary> ➕ `components/SourceOptions/FlatFilesystem.vue` (+27 -0) 📝 `i18n/locales/en_us.json` (+1 -0) 📝 `package.json` (+1 -1) 📝 `pages/admin/library/sources/index.vue` (+10 -2) ➕ `prisma/migrations/20250702102624_add_flat_fs_provider/migration.sql` (+2 -0) 📝 `prisma/models/app.prisma` (+2 -1) 📝 `server/internal/library/provider.ts` (+1 -2) 📝 `server/internal/library/providers/filesystem.ts` (+17 -13) ➕ `server/internal/library/providers/flat.ts` (+109 -0) 📝 `server/plugins/05.library-init.ts` (+9 -2) 📝 `yarn.lock` (+64 -64) </details> ### 📄 Description GameVault compatible, also updated droplet to latest version to support zip files. --- <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:27 -05:00
yindo closed this issue 2026-02-17 17:06:27 -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#223