[PR #349] [MERGED] feat: add decode plugin from identifier endpoint #461

Closed
opened 2026-02-16 01:16:02 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/349
Author: @Yeuoly
Created: 6/17/2025
Status: Merged
Merged: 6/18/2025
Merged by: @zhangx1n

Base: mainHead: feat/decode-plugin-package


📝 Commits (2)

  • 02c1bbb feat: add decode plugin from identifier endpoint
  • 72ad18d refactor: update decode plugin endpoint path

📊 Changes

4 files changed (+60 additions, -5 deletions)

View changed files

📝 internal/server/controllers/plugins.go (+10 -0)
📝 internal/server/http_server.go (+1 -0)
📝 internal/service/install_plugin.go (+44 -0)
📝 internal/service/plugin_decoder.go (+5 -5)

📄 Description

  • Introduced a new endpoint to decode a plugin from a unique identifier.
  • Implemented the DecodePluginFromIdentifier function to handle decoding and verification of plugin signatures.
  • Updated the HTTP server routes to include the new decode endpoint.

🔄 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/langgenius/dify-plugin-daemon/pull/349 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 6/17/2025 **Status:** ✅ Merged **Merged:** 6/18/2025 **Merged by:** [@zhangx1n](https://github.com/zhangx1n) **Base:** `main` ← **Head:** `feat/decode-plugin-package` --- ### 📝 Commits (2) - [`02c1bbb`](https://github.com/langgenius/dify-plugin-daemon/commit/02c1bbb93be53911bfed9188f3f902c22238d30f) feat: add decode plugin from identifier endpoint - [`72ad18d`](https://github.com/langgenius/dify-plugin-daemon/commit/72ad18d3cdf0affb02a8cd2ef13da1279c748c12) refactor: update decode plugin endpoint path ### 📊 Changes **4 files changed** (+60 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `internal/server/controllers/plugins.go` (+10 -0) 📝 `internal/server/http_server.go` (+1 -0) 📝 `internal/service/install_plugin.go` (+44 -0) 📝 `internal/service/plugin_decoder.go` (+5 -5) </details> ### 📄 Description - Introduced a new endpoint to decode a plugin from a unique identifier. - Implemented the DecodePluginFromIdentifier function to handle decoding and verification of plugin signatures. - Updated the HTTP server routes to include the new decode endpoint. --- <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-16 01:16:02 -05:00
yindo closed this issue 2026-02-16 01:16:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#461