-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feature/fbs-handler
- Loading branch information
Showing
38 changed files
with
567 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
modules/os2forms_encrypt/config/install/encrypt.profile.webform.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
uuid: 98e9a380-a5d6-4d2a-9176-7c50a9ec7c47 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- key.key.webform | ||
module: | ||
- sodium | ||
id: webform | ||
label: Webform | ||
encryption_method: sodium | ||
encryption_method_configuration: { } | ||
encryption_key: webform |
17 changes: 17 additions & 0 deletions
17
modules/os2forms_encrypt/config/install/key.key.webform.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
uuid: be3383e8-1b0e-4b50-989f-e132900d02a0 | ||
langcode: en | ||
status: true | ||
dependencies: { } | ||
id: webform | ||
label: Webform | ||
description: 'Encrypt webform submissions' | ||
key_type: encryption | ||
key_type_settings: | ||
key_size: 256 | ||
key_provider: config | ||
key_provider_settings: | ||
key_value: LWD5+0klWZn48ZVs13UVHaHJYawX62PAMd3sklkKj/w= | ||
base64_encoded: true | ||
key_input: text_field | ||
key_input_settings: | ||
base64_encoded: true |
1 change: 1 addition & 0 deletions
1
modules/os2forms_encrypt/config/install/os2forms_encrypt.settings.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
enabled: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
services: | ||
os2forms_encrypt.commands: | ||
class: Drupal\os2forms_encrypt\Commands\Os2FormsEncryptCommands | ||
arguments: ['@entity_type.manager', '@config.factory'] | ||
tags: | ||
- { name: drush.command } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
name: OS2Forms Encrypt | ||
description: Encryption functionality for OS2Forms web-forms | ||
package: OS2Forms | ||
type: module | ||
version: 1.0.0 | ||
core_version_requirement: ^8 || ^9 || ^10 | ||
dependencies: | ||
- 'drupal:webform_encrypt' | ||
- 'drupal:sodium' | ||
|
||
configure: os2forms_encrypt.admin_settings |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
os2forms_encrypt.admin_settings: | ||
title: 'OS2Forms Encrypt settings' | ||
parent: system.admin_config_system | ||
description: 'Settings for the OS2Forms Encrypt module' | ||
route_name: os2forms_encrypt.admin_settings |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?php | ||
|
||
/** | ||
* @file | ||
* This module enabled webform submission encryption as a default option. | ||
*/ | ||
|
||
/** | ||
* Implements hook_webform_element_info_alter(). | ||
* | ||
* Add extra processing function to "force" enabled encryption on webform | ||
* elements when they are being saved in the UI. | ||
*/ | ||
function os2forms_encrypt_element_info_alter(array &$definitions): void { | ||
foreach ($definitions as $element_id => &$definition) { | ||
if ($element_id === 'webform_element_encrypt') { | ||
$definition['#process'][] = [ | ||
'Drupal\os2forms_encrypt\Element\WebformElementEncrypt', | ||
'processWebformElementEncrypt', | ||
]; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
os2forms_encrypt.admin_settings: | ||
path: '/admin/config/os2forms_encrypt/settings' | ||
defaults: | ||
_form: '\Drupal\os2forms_encrypt\Form\SettingsForm' | ||
_title: 'OS2Forms Encrypt settings' | ||
requirements: | ||
_permission: 'administer encrypt' |
90 changes: 90 additions & 0 deletions
90
modules/os2forms_encrypt/src/Commands/Os2FormsEncryptCommands.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
<?php | ||
|
||
namespace Drupal\os2forms_encrypt\Commands; | ||
|
||
use Drupal\Core\Config\ConfigFactoryInterface; | ||
use Drupal\Core\Entity\EntityTypeManagerInterface; | ||
use Drupal\os2forms_encrypt\Form\SettingsForm; | ||
use Drush\Commands\DrushCommands; | ||
|
||
/** | ||
* A Drush command file. | ||
* | ||
* @package Drupal\os2forms_encrypt\Commands | ||
*/ | ||
class Os2FormsEncryptCommands extends DrushCommands { | ||
|
||
/** | ||
* The entity type manager. | ||
* | ||
* @var \Drupal\Core\Entity\EntityTypeManagerInterface | ||
*/ | ||
protected EntityTypeManagerInterface $entityTypeManager; | ||
|
||
/** | ||
* Factory to get module configuration. | ||
* | ||
* @var \Drupal\Core\Config\ConfigFactoryInterface | ||
*/ | ||
protected ConfigFactoryInterface $configFactory; | ||
|
||
/** | ||
* Class constructor. | ||
* | ||
* @param \Drupal\Core\Entity\EntityTypeManagerInterface $entityTypeManager | ||
* An instance of the entity type manager. | ||
* @param \Drupal\Core\Config\ConfigFactoryInterface $configFactory | ||
* An instance of the config factory. | ||
*/ | ||
public function __construct(EntityTypeManagerInterface $entityTypeManager, ConfigFactoryInterface $configFactory) { | ||
$this->entityTypeManager = $entityTypeManager; | ||
$this->configFactory = $configFactory; | ||
parent::__construct(); | ||
} | ||
|
||
/** | ||
* Enable encrypt for all existing webform elements. | ||
* | ||
* @command os2forms-encrypt:enable | ||
* | ||
* @throws \Drupal\Core\Entity\EntityStorageException | ||
*/ | ||
public function enabledEncrypt(): void { | ||
$config = $this->configFactory->get(SettingsForm::$configName); | ||
if (!$config->get('enabled')) { | ||
$this->output()->writeln('Encrypt has not been enabled.'); | ||
return; | ||
} | ||
|
||
// Get the storage for Webform entity type. | ||
$webformStorage = $this->entityTypeManager->getStorage('webform'); | ||
|
||
// Load all webform entities. | ||
$webforms = $webformStorage->loadMultiple(); | ||
|
||
/** @var \Drupal\webform\Entity\Webform $webform */ | ||
foreach ($webforms as $webform) { | ||
$elements = $webform->getElementsDecoded(); | ||
$config = $webform->getThirdPartySettings('webform_encrypt'); | ||
|
||
$changed = FALSE; | ||
foreach ($elements as $key => $element) { | ||
if (!isset($config['element'][$key])) { | ||
$config['element'][$key] = [ | ||
'encrypt' => TRUE, | ||
'encrypt_profile' => 'webform', | ||
]; | ||
$changed = TRUE; | ||
} | ||
} | ||
|
||
// Save the webform entity so the changes persist, if any changes where | ||
// made. | ||
if ($changed) { | ||
$webform->setThirdPartySetting('webform_encrypt', 'element', $config['element']); | ||
$webform->save(); | ||
} | ||
} | ||
} | ||
|
||
} |
Oops, something went wrong.