From 934984f501ca71d4ac936e680b724c3f768f77e4 Mon Sep 17 00:00:00 2001 From: Martin Kolar Date: Fri, 6 Feb 2026 13:02:50 +0100 Subject: [PATCH 1/4] Slack Invite removal (part 1) --- config/default/core.extension.yml | 1 - config/default/slack_invite.settings.yml | 5 ----- 2 files changed, 6 deletions(-) delete mode 100644 config/default/slack_invite.settings.yml diff --git a/config/default/core.extension.yml b/config/default/core.extension.yml index d07384b7c..b80fcafc7 100644 --- a/config/default/core.extension.yml +++ b/config/default/core.extension.yml @@ -79,7 +79,6 @@ module: search: 0 serialization: 0 shortcut: 0 - slack_invite: 0 syslog: 0 system: 0 taxonomy: 0 diff --git a/config/default/slack_invite.settings.yml b/config/default/slack_invite.settings.yml deleted file mode 100644 index 66f993c5a..000000000 --- a/config/default/slack_invite.settings.yml +++ /dev/null @@ -1,5 +0,0 @@ -token: see-secure.php-include -hostname: drupalcz -_core: - default_config_hash: SrC6MN5X7vk3MfIA67430EEB8ECPJT5-YFRemy57VrY -langcode: cs From da04b3eec85ebddda588f1a780ea5ced914e87a1 Mon Sep 17 00:00:00 2001 From: Martin Kolar Date: Fri, 6 Feb 2026 13:13:00 +0100 Subject: [PATCH 2/4] Remove slack invite from composer. --- composer.json | 1 - composer.lock | 50 +++----------------------------------------------- 2 files changed, 3 insertions(+), 48 deletions(-) diff --git a/composer.json b/composer.json index 22dc228ae..ddd896fc7 100644 --- a/composer.json +++ b/composer.json @@ -57,7 +57,6 @@ "drupal/seckit": "^2.0", "drupal/security_review": "1.x-dev", "drupal/shield": "^1.2", - "drupal/slack_invite": "^2.0", "drupal/stage_file_proxy": "^1.0@RC", "drupal/token": "^1.5", "drupal/upgrade_status": "^3.0@beta", diff --git a/composer.lock b/composer.lock index a7119d2a0..c485bef44 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "777a905ed872ba8260f75187b94e050d", + "content-hash": "6d62439fa858dbb8f0d5b7c2f2ca570c", "packages": [ { "name": "acquia/memcache-settings", @@ -5498,50 +5498,6 @@ "source": "https://git.drupalcode.org/project/shield" } }, - { - "name": "drupal/slack_invite", - "version": "2.0.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/slack_invite.git", - "reference": "2.0.0" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/slack_invite-2.0.0.zip", - "reference": "2.0.0", - "shasum": "9d3ace0798782dc1e9421bd53d73c7222d5cce42" - }, - "require": { - "drupal/core": "^8.8 || ^9" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "2.0.0", - "datestamp": "1605030284", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "BTMash", - "homepage": "https://www.drupal.org/user/60422" - } - ], - "description": "Invite your users to your slack team", - "homepage": "https://www.drupal.org/project/slack_invite", - "support": { - "source": "https://git.drupalcode.org/project/slack_invite" - } - }, { "name": "drupal/stage_file_proxy", "version": "1.2.0", @@ -11507,6 +11463,6 @@ "platform": { "php": ">=7.4" }, - "platform-dev": [], - "plugin-api-version": "2.3.0" + "platform-dev": {}, + "plugin-api-version": "2.9.0" } From 1b75f6c7a17a0692404d84d8ac8def4e654029db Mon Sep 17 00:00:00 2001 From: Martin Kolar Date: Fri, 6 Feb 2026 15:48:31 +0100 Subject: [PATCH 3/4] Put back to composer. do that in part 2. --- composer.json | 1 + composer.lock | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ddd896fc7..22dc228ae 100644 --- a/composer.json +++ b/composer.json @@ -57,6 +57,7 @@ "drupal/seckit": "^2.0", "drupal/security_review": "1.x-dev", "drupal/shield": "^1.2", + "drupal/slack_invite": "^2.0", "drupal/stage_file_proxy": "^1.0@RC", "drupal/token": "^1.5", "drupal/upgrade_status": "^3.0@beta", diff --git a/composer.lock b/composer.lock index c485bef44..b22a19ec3 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "6d62439fa858dbb8f0d5b7c2f2ca570c", + "content-hash": "777a905ed872ba8260f75187b94e050d", "packages": [ { "name": "acquia/memcache-settings", From 2d9d128213ff7e08c3973a9729afa050d6f89abe Mon Sep 17 00:00:00 2001 From: Martin Kolar Date: Fri, 6 Feb 2026 15:50:07 +0100 Subject: [PATCH 4/4] Put back to composer. do that in part 2. --- composer.lock | 48 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 46 insertions(+), 2 deletions(-) diff --git a/composer.lock b/composer.lock index b22a19ec3..a7119d2a0 100644 --- a/composer.lock +++ b/composer.lock @@ -5498,6 +5498,50 @@ "source": "https://git.drupalcode.org/project/shield" } }, + { + "name": "drupal/slack_invite", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/slack_invite.git", + "reference": "2.0.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/slack_invite-2.0.0.zip", + "reference": "2.0.0", + "shasum": "9d3ace0798782dc1e9421bd53d73c7222d5cce42" + }, + "require": { + "drupal/core": "^8.8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "2.0.0", + "datestamp": "1605030284", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "BTMash", + "homepage": "https://www.drupal.org/user/60422" + } + ], + "description": "Invite your users to your slack team", + "homepage": "https://www.drupal.org/project/slack_invite", + "support": { + "source": "https://git.drupalcode.org/project/slack_invite" + } + }, { "name": "drupal/stage_file_proxy", "version": "1.2.0", @@ -11463,6 +11507,6 @@ "platform": { "php": ">=7.4" }, - "platform-dev": {}, - "plugin-api-version": "2.9.0" + "platform-dev": [], + "plugin-api-version": "2.3.0" }