added session_limit, adapted ajax calls (axios interceptor) in theme
This commit is contained in:
55
composer.lock
generated
55
composer.lock
generated
@@ -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": "957ca05105e223d75024ee67bb653c06",
|
||||
"content-hash": "d266fe2b9e10650e36671e119f2fb2fb",
|
||||
"packages": [
|
||||
{
|
||||
"name": "alchemy/zippy",
|
||||
@@ -12237,6 +12237,58 @@
|
||||
"source": "https://git.drupalcode.org/project/select_translation"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/session_limit",
|
||||
"version": "2.0.0-beta2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/session_limit.git",
|
||||
"reference": "2.0.0-beta2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/session_limit-2.0.0-beta2.zip",
|
||||
"reference": "2.0.0-beta2",
|
||||
"shasum": "05f6bb02c2d108212b7c2072e5596df919afd09d"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8 || ^9"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "2.0.0-beta2",
|
||||
"datestamp": "1625122061",
|
||||
"security-coverage": {
|
||||
"status": "not-covered",
|
||||
"message": "Beta releases are not covered by Drupal security advisories."
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "deekayen",
|
||||
"homepage": "https://www.drupal.org/user/972"
|
||||
},
|
||||
{
|
||||
"name": "johnennew",
|
||||
"homepage": "https://www.drupal.org/user/1150042"
|
||||
},
|
||||
{
|
||||
"name": "suzymasri",
|
||||
"homepage": "https://www.drupal.org/user/2428842"
|
||||
}
|
||||
],
|
||||
"description": "Limit simultaneous user sessions.",
|
||||
"homepage": "https://www.drupal.org/project/session_limit",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/session_limit"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/simplenews",
|
||||
"version": "2.0.0-beta2",
|
||||
@@ -21819,6 +21871,7 @@
|
||||
"drupal/payment_commerce": 20,
|
||||
"drupal/search_api_page": 20,
|
||||
"drupal/select_translation": 20,
|
||||
"drupal/session_limit": 10,
|
||||
"drupal/simplenews": 10,
|
||||
"drupal/strings_i18n_json_export": 20,
|
||||
"drupal/swiftmailer": 20,
|
||||
|
||||
Reference in New Issue
Block a user