Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion Configuration/Backend/Modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,18 @@
* - Parent shows submodule overview with cards
* - Submodule selector appears in DocHeader
*
* Uses 'tools' as parent for v13+v14 compatibility:
* - v13: 'tools' exists natively as the admin tools group
* - v14: 'tools' is an alias for the new 'admin' group
*
* Uses LLL:EXT: label format (compatible with TYPO3 v13+v14)
*/
return [
// Parent module - custom overview with usage information
// dependsOnSubmodules: true enables the submodule dropdown in DocHeader
// showSubmoduleOverview: true prevents redirect to last-used submodule
'admin_vault' => [
'parent' => 'admin',
'parent' => 'tools',
'position' => ['after' => 'admin_sites'],
'access' => 'admin',
'workspaces' => 'live',
Expand Down
6 changes: 3 additions & 3 deletions Resources/Private/Language/Modules/audit.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<file source-language="en" datatype="plaintext" original="EXT:nr_vault/Resources/Private/Language/Modules/audit.xlf" product-name="nr_vault">
<header/>
<body>
<trans-unit id="title">
<trans-unit id="mlang_tabs_tab">
<source>Audit Log</source>
</trans-unit>
<trans-unit id="description">
<trans-unit id="mlang_labels_tabdescr">
<source>Tamper-evident audit log</source>
</trans-unit>
<trans-unit id="short_description">
<trans-unit id="mlang_labels_tablabel">
<source>View, filter, and export the complete audit trail with hash chain verification. All operations are logged with actor, timestamp, and cryptographic proof.</source>
</trans-unit>
</body>
Expand Down
6 changes: 3 additions & 3 deletions Resources/Private/Language/Modules/migration.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<file source-language="en" datatype="plaintext" original="EXT:nr_vault/Resources/Private/Language/Modules/migration.xlf" product-name="nr_vault">
<header/>
<body>
<trans-unit id="title">
<trans-unit id="mlang_tabs_tab">
<source>Migration Wizard</source>
</trans-unit>
<trans-unit id="description">
<trans-unit id="mlang_labels_tabdescr">
<source>Migrate plaintext secrets to the vault</source>
</trans-unit>
<trans-unit id="short_description">
<trans-unit id="mlang_labels_tablabel">
<source>Scan your TYPO3 installation for hardcoded credentials and migrate them securely to the vault with automatic TCA field conversion.</source>
</trans-unit>
</body>
Expand Down
6 changes: 3 additions & 3 deletions Resources/Private/Language/Modules/overview.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<file source-language="en" datatype="plaintext" original="EXT:nr_vault/Resources/Private/Language/Modules/overview.xlf" product-name="nr_vault">
<header/>
<body>
<trans-unit id="title">
<trans-unit id="mlang_tabs_tab">
<source>Vault</source>
</trans-unit>
<trans-unit id="description">
<trans-unit id="mlang_labels_tabdescr">
<source>Enterprise secrets management for TYPO3 - by Netresearch</source>
</trans-unit>
<trans-unit id="short_description">
<trans-unit id="mlang_labels_tablabel">
<source>Securely store and manage application secrets with AES-256-GCM envelope encryption, role-based access control, and tamper-evident audit logging. Built by Netresearch DTT GmbH.</source>
</trans-unit>
</body>
Expand Down
6 changes: 3 additions & 3 deletions Resources/Private/Language/Modules/secrets.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<file source-language="en" datatype="plaintext" original="EXT:nr_vault/Resources/Private/Language/Modules/secrets.xlf" product-name="nr_vault">
<header/>
<body>
<trans-unit id="title">
<trans-unit id="mlang_tabs_tab">
<source>Secrets</source>
</trans-unit>
<trans-unit id="description">
<trans-unit id="mlang_labels_tabdescr">
<source>Manage encrypted secrets</source>
</trans-unit>
<trans-unit id="short_description">
<trans-unit id="mlang_labels_tablabel">
<source>Create, view, rotate, enable/disable, and delete secrets. All data is encrypted with AES-256-GCM using envelope encryption.</source>
</trans-unit>
</body>
Expand Down
Loading