mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-25 20:36:10 -04:00
[PR #127] [MERGED] FlatFilesystem Provider #223
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/127
Author: @DecDuck
Created: 7/2/2025
Status: ✅ Merged
Merged: 7/5/2025
Merged by: @DecDuck
Base:
develop← Head:126-flat-gamevault-compat-library-providers📝 Commits (1)
007eabafeat: 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.