role_delegation and administerusersbyrole

This commit is contained in:
2021-05-04 11:25:21 +02:00
parent 6b780a7710
commit e18c71ff7d
16 changed files with 1096 additions and 50 deletions

102
composer.lock generated
View File

@@ -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": "5028f5d63f5e323dd925a128308ff54a",
"content-hash": "bd93f9735e0c7f21949b564228b80afd",
"packages": [
{
"name": "alchemy/zippy",
@@ -2350,6 +2350,55 @@
"issues": "https://www.drupal.org/project/issues/adminimal_theme"
}
},
{
"name": "drupal/administerusersbyrole",
"version": "dev-3.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/administerusersbyrole.git",
"reference": "1f416a9fb86f77a2508aa51fe97fa2c3228e02da"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-3.x": "3.x-dev"
},
"drupal": {
"version": "8.x-3.0+1-dev",
"datestamp": "1612104401",
"security-coverage": {
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "AdamPS",
"homepage": "https://www.drupal.org/user/2650563"
},
{
"name": "mrfelton",
"homepage": "https://www.drupal.org/user/305669"
},
{
"name": "smokris",
"homepage": "https://www.drupal.org/user/161913"
}
],
"description": "Allows site builders to set up fine-grained permissions for allowing \"sub-admin\" users to edit and delete other users.",
"homepage": "https://www.drupal.org/project/administerusersbyrole",
"support": {
"source": "https://git.drupalcode.org/project/administerusersbyrole"
}
},
{
"name": "drupal/advanced_text_formatter",
"version": "2.0.0",
@@ -7747,6 +7796,56 @@
"source": "https://git.drupalcode.org/project/redis"
}
},
{
"name": "drupal/role_delegation",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/role_delegation.git",
"reference": "8.x-1.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/role_delegation-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "a63b548056cc729beacfd385625fafb983e0f73e"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1580498751",
"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": "Jeroen Tubex",
"homepage": "https://www.drupal.org/u/jeroent",
"role": "Maintainer"
},
{
"name": "benjy",
"homepage": "https://www.drupal.org/user/1852732"
}
],
"description": "Allows site administrators to grant some roles the authority to assign selected roles to users.",
"homepage": "http://drupal.org/project/role_delegation",
"support": {
"source": "https://git.drupalcode.org/project/role_delegation",
"issues": "http://drupal.org/project/role_delegation"
}
},
{
"name": "drupal/search_api",
"version": "1.19.0",
@@ -13855,6 +13954,7 @@
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"drupal/administerusersbyrole": 20,
"drupal/migrate_devel": 20,
"drupal/migrate_tools": 20,
"drupal/page_manager": 20,