Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
76454c3
Merge pull request #528 from dbarzin/dev
dbarzin Sep 22, 2025
bbfbb1f
Merge pull request #529 from dbarzin/dev
dbarzin Sep 22, 2025
98c65c3
Merge pull request #530 from dbarzin/dev
dbarzin Sep 24, 2025
f61223d
Merge pull request #531 from dbarzin/dev
dbarzin Sep 24, 2025
639cf73
Merge pull request #535 from dbarzin/dev
dbarzin Oct 3, 2025
091f2fa
Merge pull request #536 from dbarzin/dev
dbarzin Oct 3, 2025
58f26f9
npm build
dbarzin Oct 3, 2025
536c60c
Merge pull request #538 from dbarzin/dev
dbarzin Oct 8, 2025
2374ad2
Update README.md
daminoux43 Oct 14, 2025
0788f2d
Merge pull request #539 from daminoux43/patch-1
dbarzin Oct 14, 2025
18ac77c
Merge pull request #541 from dbarzin/dev
dbarzin Oct 17, 2025
f9ea64f
lang fr: fix typo in cruds
sjpp Nov 3, 2025
6e7f43e
Merge pull request #542 from sjpp/main
dbarzin Nov 3, 2025
6177da8
Fix mariadb usage with 2024_06_27_123923_add_control_measure_table.php
herewithme Nov 23, 2025
45bd8e8
Merge pull request #544 from herewithme/patch-1
dbarzin Nov 23, 2025
ef56b11
Merge branch 'main' of github.com:dbarzin/deming
dbarzin Dec 17, 2025
c693a67
Merge pull request #546 from dbarzin/dev
dbarzin Dec 17, 2025
de511d8
Merge branch 'main' of github.com:dbarzin/deming
dbarzin Dec 17, 2025
366fec2
Merge pull request #547 from dbarzin/dev
dbarzin Jan 2, 2026
70dc68c
cruds.php: fix a few accent in FR version
sjpp Jan 8, 2026
fae75b8
lang fr: add auth.php and passwords.php translation
sjpp Jan 8, 2026
526e0b0
lang fr: add auth.php and passwords.php translation
sjpp Jan 8, 2026
e0954cd
auth.php: fix missing plural
sjpp Jan 8, 2026
c501713
Merge pull request #548 from sjpp/main
dbarzin Jan 8, 2026
c1dc13a
Release
dbarzin Jan 9, 2026
ba8bdc5
Merge branch 'main' into dev
dbarzin Jan 11, 2026
35fd995
Merge pull request #552 from dbarzin/dev
dbarzin Jan 11, 2026
4985dea
Merge branch 'main' of github.com:dbarzin/deming
dbarzin Jan 11, 2026
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ According to ISO 27001, chapter 9.1, it is imperative to assess security perform
[<img src="public/screenshots/pilotage2.en.png" width="400">](public/screenshots/pilotage2.en.png)


## :classical_building: Referentials supproted
## :classical_building: Referentials supported

| File | Description |
|--------------------------------------|--------------------------------------------------------------------------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function up(): void
}

if (DB::getDriverName() !== 'pgsql') {
if (DB::getDriverName() == 'mysql')
if (DB::getDriverName() == 'mysql' || DB::getDriverName() == 'mariadb')
Schema::table('controls', function (Blueprint $table) {
$table->dropForeign(['domain_id']);
$table->dropForeign(['measure_id']);
Expand Down
19 changes: 19 additions & 0 deletions resources/lang/fr/auth.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/

'failed' => 'Ces identifiants ne correspondent à aucun enregistrement disponible.',
'throttle' => 'Trop de tentatives de connexion. Veuillez réessayer dans :seconds secondes.',

];
18 changes: 9 additions & 9 deletions resources/lang/fr/cruds.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'controls' => 'Contrôles',
'action_plans' => 'Plans d\'action',
'next_controls' => 'Contrôles planifiés les 30 prochains jours',
'control_status' => 'Etat des contrôles',
'control_status' => 'État des contrôles',
'control_planning' => 'Planning des contrôles',
],
'action' => [
Expand Down Expand Up @@ -44,7 +44,7 @@
'status_rejected' => 'Rejeté',
'status_all' => 'Tous',
'close_date' => 'Date de clôture',
'progress' => 'Etat d\'avacement',
'progress' => 'État d\'avancement',
],
'types' => [
'major' => 'Majeure',
Expand Down Expand Up @@ -114,8 +114,8 @@
'history' => 'Planning',
'make' => 'Réaliser un contrôle',
'plan' => 'Planifier un contrôle',
'radar' => 'Etat des contrôles de sécurité',
'status_date' => 'Etat des contrôles au',
'radar' => 'État des contrôles de sécurité',
'status_date' => 'État des contrôles au',
'title' => 'Contrôles',
'title_singular' => 'Contrôle',
'groupBy' => 'Groupé par',
Expand Down Expand Up @@ -160,7 +160,7 @@
'choose' => 'Choisir un domaine',
'title' => 'Domaine',
'radar' => 'Résultat des contrôles par domaine',
'measure_date' => 'Etat des contrôles au',
'measure_date' => 'État des contrôles au',
],
'document' => [
'title' => [
Expand Down Expand Up @@ -254,7 +254,7 @@
'subject_type' => 'Type',
'subject_id' => 'ID',
'user' => 'Utilisateur',
'host' => 'Host',
'host' => 'Hôte',
'timestamp' => 'Horodatage',
'properties' => 'Données'
],
Expand Down Expand Up @@ -287,10 +287,10 @@
'login' => 'Login',
'name' => 'Nom',
'title' => 'Titre',
'role' => 'Role',
'password' => 'Password',
'role' => 'Rôle',
'password' => 'Mot de passe',
'email' => 'eMail',
'groups' => 'Groups',
'groups' => 'Groupes',
'language' => 'Langue',
'controls' => 'Contrôles de l\'utilisateur'
],
Expand Down
22 changes: 22 additions & 0 deletions resources/lang/fr/passwords.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Password Reset Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| has failed, such as for an invalid token or invalid new password.
|
*/

'reset' => 'Votre mot de passe a été réinitialisé !',
'sent' => 'Nous vous avons envoyé un lien de réinitialisation de votre mot de passe !',
'throttled' => 'Veuillez attendre avant de réessayer.',
'token' => "Le jeton de réinitialisation de ce mot de passe n'est pas valide.",
'user' => "Nous ne trouvons aucun utilisateur avec cette adresse mail.",

];