From 9d20faffca050462549aff8da4fbc38cfb67b4c4 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Fri, 4 Sep 2026 06:32:58 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...d9c41ded26a64d2d978075d3604a754b6516b.json | 56 +++++++++++++++++++ index.json | 3 + odiseoteam.sylius-rbac-plugin.3.0.json | 56 +++++++++++++++++++ 4 files changed, 116 insertions(+) create mode 100644 archived/odiseoteam.sylius-rbac-plugin/446d9c41ded26a64d2d978075d3604a754b6516b.json create mode 100644 odiseoteam.sylius-rbac-plugin.3.0.json diff --git a/RECIPES.md b/RECIPES.md index 27426630..0361a8c7 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -488,6 +488,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [oat-sa/bundle-health-check](https://packagist.org/packages/oat-sa/bundle-health-check) | [1.0](../../../tree/main/oat-sa/bundle-health-check/1.0) | | [oat-sa/bundle-lti1p3](https://packagist.org/packages/oat-sa/bundle-lti1p3) | [3.0](../../../tree/main/oat-sa/bundle-lti1p3/3.0) | | [octopouce-mu/admin-bundle](https://packagist.org/packages/octopouce-mu/admin-bundle) | [1.0](../../../tree/main/octopouce-mu/admin-bundle/1.0) | +| [odiseoteam/sylius-rbac-plugin](https://packagist.org/packages/odiseoteam/sylius-rbac-plugin) | [3.0](../../../tree/main/odiseoteam/sylius-rbac-plugin/3.0) | | [odiseoteam/sylius-vendor-plugin](https://packagist.org/packages/odiseoteam/sylius-vendor-plugin) | [1.6](../../../tree/main/odiseoteam/sylius-vendor-plugin/1.6) | | [odolbeau/phone-number-bundle](https://packagist.org/packages/odolbeau/phone-number-bundle) | [3.0](../../../tree/main/odolbeau/phone-number-bundle/3.0) | | [omines/antispam-bundle](https://packagist.org/packages/omines/antispam-bundle) | [0.1](../../../tree/main/omines/antispam-bundle/0.1) | diff --git a/archived/odiseoteam.sylius-rbac-plugin/446d9c41ded26a64d2d978075d3604a754b6516b.json b/archived/odiseoteam.sylius-rbac-plugin/446d9c41ded26a64d2d978075d3604a754b6516b.json new file mode 100644 index 00000000..772bd6d6 --- /dev/null +++ b/archived/odiseoteam.sylius-rbac-plugin/446d9c41ded26a64d2d978075d3604a754b6516b.json @@ -0,0 +1,56 @@ +{ + "manifests": { + "odiseoteam/sylius-rbac-plugin": { + "manifest": { + "bundles": { + "Odiseo\\SyliusRbacPlugin\\OdiseoSyliusRbacPlugin": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " ", + " What's next? ", + " ", + "", + " * Make your AdminUser administration-role aware: add", + " AdministrationRoleAwareInterface and AdministrationRoleAwareTrait", + " to your AdminUser entity. This plugin cannot do it for you -- that class is", + " yours, and may already extend or implement other things.", + "", + " * Update your database schema:", + " bin/console doctrine:migrations:migrate", + "", + " * Grant yourself access. A fresh install denies every administrator", + " everything, including the screen that assigns roles:", + " bin/console odiseo:rbac:grant super_admin --create", + "", + " * Read the full installation guide, including the AdminUser snippet, at", + " https://github.com/odiseoteam/SyliusRbacPlugin/blob/master/doc/installation.md" + ] + }, + "files": { + "config/packages/odiseo_sylius_rbac_plugin.yaml": { + "contents": [ + "imports:", + " - { resource: \"@OdiseoSyliusRbacPlugin/config/config.yaml\" }", + "" + ], + "executable": false + }, + "config/routes/odiseo_sylius_rbac_plugin.yaml": { + "contents": [ + "odiseo_sylius_rbac_admin:", + " resource: \"@OdiseoSyliusRbacPlugin/config/routes/admin.yaml\"", + " prefix: /admin", + "" + ], + "executable": false + } + }, + "ref": "446d9c41ded26a64d2d978075d3604a754b6516b" + } + } +} diff --git a/index.json b/index.json index b2814909..b674cf97 100644 --- a/index.json +++ b/index.json @@ -1553,6 +1553,9 @@ "octopouce-mu/admin-bundle": [ "1.0" ], + "odiseoteam/sylius-rbac-plugin": [ + "3.0" + ], "odiseoteam/sylius-vendor-plugin": [ "1.2", "1.4", diff --git a/odiseoteam.sylius-rbac-plugin.3.0.json b/odiseoteam.sylius-rbac-plugin.3.0.json new file mode 100644 index 00000000..772bd6d6 --- /dev/null +++ b/odiseoteam.sylius-rbac-plugin.3.0.json @@ -0,0 +1,56 @@ +{ + "manifests": { + "odiseoteam/sylius-rbac-plugin": { + "manifest": { + "bundles": { + "Odiseo\\SyliusRbacPlugin\\OdiseoSyliusRbacPlugin": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " ", + " What's next? ", + " ", + "", + " * Make your AdminUser administration-role aware: add", + " AdministrationRoleAwareInterface and AdministrationRoleAwareTrait", + " to your AdminUser entity. This plugin cannot do it for you -- that class is", + " yours, and may already extend or implement other things.", + "", + " * Update your database schema:", + " bin/console doctrine:migrations:migrate", + "", + " * Grant yourself access. A fresh install denies every administrator", + " everything, including the screen that assigns roles:", + " bin/console odiseo:rbac:grant super_admin --create", + "", + " * Read the full installation guide, including the AdminUser snippet, at", + " https://github.com/odiseoteam/SyliusRbacPlugin/blob/master/doc/installation.md" + ] + }, + "files": { + "config/packages/odiseo_sylius_rbac_plugin.yaml": { + "contents": [ + "imports:", + " - { resource: \"@OdiseoSyliusRbacPlugin/config/config.yaml\" }", + "" + ], + "executable": false + }, + "config/routes/odiseo_sylius_rbac_plugin.yaml": { + "contents": [ + "odiseo_sylius_rbac_admin:", + " resource: \"@OdiseoSyliusRbacPlugin/config/routes/admin.yaml\"", + " prefix: /admin", + "" + ], + "executable": false + } + }, + "ref": "446d9c41ded26a64d2d978075d3604a754b6516b" + } + } +}