[PR #116] [CLOSED] Fix/update fork conflicts #119

Closed
opened 2026-05-07 00:18:13 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/plugins/pull/116
Author: @ARLBR10
Created: 3/11/2026
Status: Closed

Base: mainHead: fix/update-fork-conflicts


📝 Commits (7)

📊 Changes

10 files changed (+0 additions, -0 deletions)

View changed files

.github/workflows/lint.yml (+0 -78)
.github/workflows/release.yml (+51 -0)
.github/workflows/validate-plugin-json.yml (+0 -25)
📝 README.md (+2 -1)
paymenter-auth-connector/README.md (+19 -0)
paymenter-auth-connector/plugin.json (+15 -0)
paymenter-auth-connector/src/Extensions/OAuth/Providers/PaymenterProvider.php (+80 -0)
paymenter-auth-connector/src/Extensions/OAuth/Schemas/PaymenterSchema.php (+121 -0)
paymenter-auth-connector/src/PaymenterAuthConnectorPlugin.php (+18 -0)
paymenter-auth-connector/src/Providers/PaymenterAuthConnectorPluginProvider.php (+41 -0)

📄 Description

Summary by CodeRabbit

  • New Features

    • Added Paymenter Auth Connector plugin enabling OAuth2-based user authentication with customizable endpoints
    • Introduced automated plugin release workflow for streamlined deployment and versioning
  • Documentation

    • Added setup guide for Paymenter OAuth integration including configuration steps
  • Chores

    • Removed PHP linting and plugin validation workflows
    • Updated README with new plugin entry

🔄 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/pelican-dev/plugins/pull/116 **Author:** [@ARLBR10](https://github.com/ARLBR10) **Created:** 3/11/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/update-fork-conflicts` --- ### 📝 Commits (7) - [`0b4bb29`](https://github.com/pelican-dev/plugins/commit/0b4bb2907a42952e94f95926ed76dc033ba6077d) feat: Release the plugins - [`2c27ae5`](https://github.com/pelican-dev/plugins/commit/2c27ae59813ef01c91cbee59df065654b7efdf17) chore: Remove other Github Actions - [`f9a9ad4`](https://github.com/pelican-dev/plugins/commit/f9a9ad489596545f2e614d8aaa19ad987df0edf5) Merge branch 'pelican-dev:main' into main - [`caff7ef`](https://github.com/pelican-dev/plugins/commit/caff7efdde0965bc3f79fc690b02db2384d6b06e) Merge branch 'pelican-dev:main' into main - [`26c50a9`](https://github.com/pelican-dev/plugins/commit/26c50a90afa9a30045b3d200f8af8fa3d7bef7e6) feat: Add paymenter auth connector - [`a7b2a7b`](https://github.com/pelican-dev/plugins/commit/a7b2a7b2d18ad4d2bd303b49ce2e8e3658ff4a2b) Merge branch 'main' of https://github.com/apex-cloud-hosting/pelican-plugins - [`0a0f110`](https://github.com/pelican-dev/plugins/commit/0a0f110b5a2a32c1f2e98aa4e3727854f01cddb8) Merge remote-tracking branch 'upstream/main' into fix/update-fork-conflicts ### 📊 Changes **10 files changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> ➖ `.github/workflows/lint.yml` (+0 -78) ➕ `.github/workflows/release.yml` (+51 -0) ➖ `.github/workflows/validate-plugin-json.yml` (+0 -25) 📝 `README.md` (+2 -1) ➕ `paymenter-auth-connector/README.md` (+19 -0) ➕ `paymenter-auth-connector/plugin.json` (+15 -0) ➕ `paymenter-auth-connector/src/Extensions/OAuth/Providers/PaymenterProvider.php` (+80 -0) ➕ `paymenter-auth-connector/src/Extensions/OAuth/Schemas/PaymenterSchema.php` (+121 -0) ➕ `paymenter-auth-connector/src/PaymenterAuthConnectorPlugin.php` (+18 -0) ➕ `paymenter-auth-connector/src/Providers/PaymenterAuthConnectorPluginProvider.php` (+41 -0) </details> ### 📄 Description <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added Paymenter Auth Connector plugin enabling OAuth2-based user authentication with customizable endpoints * Introduced automated plugin release workflow for streamlined deployment and versioning * **Documentation** * Added setup guide for Paymenter OAuth integration including configuration steps * **Chores** * Removed PHP linting and plugin validation workflows * Updated README with new plugin entry <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:18:13 +02:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/plugins#119
No description provided.