[PR #358] [MERGED] OIDC & store fixes #353

Closed
opened 2026-06-05 14:22:32 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop/pull/358
Author: @DecDuck
Created: 2/26/2026
Status: Merged
Merged: 2/26/2026
Merged by: @DecDuck

Base: developHead: oidc-fixes


📝 Commits (3)

📊 Changes

6 files changed (+134 additions, -23 deletions)

View changed files

📝 components/GameEditor/Metadata.vue (+24 -4)
📝 components/Selector/MultiItem.vue (+76 -1)
📝 i18n/locales/en_us.json (+7 -1)
📝 server/api/v1/store/index.get.ts (+19 -9)
📝 server/internal/auth/oidc/index.ts (+2 -2)
📝 server/internal/config/sys-conf.ts (+6 -6)

📄 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/358 **Author:** [@DecDuck](https://github.com/DecDuck) **Created:** 2/26/2026 **Status:** ✅ Merged **Merged:** 2/26/2026 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `oidc-fixes` --- ### 📝 Commits (3) - [`8309ad6`](https://github.com/Drop-OSS/drop/commit/8309ad6829d4b145a724e92a8e1dfe1cd28afee6) fix: typos - [`1ee55b8`](https://github.com/Drop-OSS/drop/commit/1ee55b8e6f8489e8da7bb3057e8c0a2bcc0958e5) fix: platform filtering - [`2cf35dc`](https://github.com/Drop-OSS/drop/commit/2cf35dcbfd4e34e84f8a86620f128731791cf355) feat: fix tags and create option ### 📊 Changes **6 files changed** (+134 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `components/GameEditor/Metadata.vue` (+24 -4) 📝 `components/Selector/MultiItem.vue` (+76 -1) 📝 `i18n/locales/en_us.json` (+7 -1) 📝 `server/api/v1/store/index.get.ts` (+19 -9) 📝 `server/internal/auth/oidc/index.ts` (+2 -2) 📝 `server/internal/config/sys-conf.ts` (+6 -6) </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-06-05 14:22:32 -04:00
yindo closed this issue 2026-06-05 14:22:32 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop#353