mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-21 16:15:24 -04:00
[PR #149] [MERGED] Hotfix v0.3.1 #244
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/149
Author: @DecDuck
Created: 8/1/2025
Status: ✅ Merged
Merged: 8/1/2025
Merged by: @DecDuck
Base:
main← Head:develop📝 Commits (4)
786ad0fTranslations update from Weblate (#107)b72e1efCode-based authorization for Drop clients (#145)72c972aFix for undeleted games from library sources (#148)7d95250feat: bump version (#150)📊 Changes
20 files changed (+460 additions, -56 deletions)
View changed files
📝
assets/tailwindcss.css(+9 -0)📝
components/UserHeader/UserWidget.vue(+5 -0)📝
i18n/locales/en_au.json(+18 -0)📝
i18n/locales/en_pirate.json(+25 -2)📝
i18n/locales/en_us.json(+4 -0)📝
package.json(+1 -1)📝
pages/client/authorize/[id].vue(+53 -26)➕
pages/client/code/index.vue(+135 -0)➕
prisma/migrations/20250801035031_add_delete_casacde/migration.sql(+11 -0)📝
prisma/models/content.prisma(+1 -1)📝
server/api/v1/client/auth/callback/index.post.ts(+8 -2)➕
server/api/v1/client/auth/code/index.get.ts(+21 -0)➕
server/api/v1/client/auth/code/index.post.ts(+35 -0)➕
server/api/v1/client/auth/code/ws.get.ts(+25 -0)📝
server/api/v1/client/auth/index.get.ts(+9 -3)📝
server/api/v1/client/auth/initiate.post.ts(+15 -18)📝
server/internal/clients/handler.ts(+75 -2)📝
server/internal/consts.ts(+1 -1)📝
server/internal/tasks/index.ts(+1 -0)📝
server/plugins/05.library-init.ts(+8 -0)📄 Description
Add new code-based authorization server-side logic (non-breaking).
Fixes issue where games don't get deleted if their library providers are.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.