thecore_auth_commons 3.5.10 → 3.5.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 374afcf8e15a81539a8d623c170d26b410b8cf2f5364f09a6497549c6f4d37b5
|
|
4
|
+
data.tar.gz: 7bfc8682a2efad3b263a811c64324272ecff125506b0e53d0b46c7b2f6b13f87
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee3a18c59d135e541eb4a841dbd94683d64f0c38ed31bb3301d0b86e0894855a6d6f339d1ee5cfa5502ebf0b216998bebdc8ce6194eeeda365e642ab8765b536
|
|
7
|
+
data.tar.gz: 4504973a5c47c75a4ded62778efe7e4296f6a6ce3e990e37b16a7b1b6fa55b3aae1b2dd3073768ace1dc1a3c371290e4b4ff9c90e039a05e41424ec118e7c664
|
|
@@ -30,6 +30,21 @@ en:
|
|
|
30
30
|
permission:
|
|
31
31
|
one: Permission
|
|
32
32
|
other: Permissions
|
|
33
|
+
action:
|
|
34
|
+
one: Action
|
|
35
|
+
other: Actions
|
|
36
|
+
predicate:
|
|
37
|
+
one: Predicate
|
|
38
|
+
other: Predicates
|
|
39
|
+
target:
|
|
40
|
+
one: Target
|
|
41
|
+
other: Targets
|
|
42
|
+
permission_role:
|
|
43
|
+
one: Permission Role
|
|
44
|
+
other: Permission Roles
|
|
45
|
+
role_user:
|
|
46
|
+
one: Role User
|
|
47
|
+
other: Role Users
|
|
33
48
|
attributes:
|
|
34
49
|
ldap_server:
|
|
35
50
|
host: Host
|
|
@@ -61,6 +76,28 @@ en:
|
|
|
61
76
|
predicate: Predicate
|
|
62
77
|
action: Action
|
|
63
78
|
model: Model
|
|
79
|
+
action:
|
|
80
|
+
name: Name
|
|
81
|
+
created_at: Created On
|
|
82
|
+
updated_at: Updated On
|
|
83
|
+
predicate:
|
|
84
|
+
name: Name
|
|
85
|
+
created_at: Created On
|
|
86
|
+
updated_at: Updated On
|
|
87
|
+
target:
|
|
88
|
+
name: Name
|
|
89
|
+
created_at: Created On
|
|
90
|
+
updated_at: Updated On
|
|
91
|
+
permission_role:
|
|
92
|
+
role: Role
|
|
93
|
+
permission: Permission
|
|
94
|
+
created_at: Created On
|
|
95
|
+
updated_at: Updated On
|
|
96
|
+
role_user:
|
|
97
|
+
role: Role
|
|
98
|
+
user: User
|
|
99
|
+
created_at: Created On
|
|
100
|
+
updated_at: Updated On
|
|
64
101
|
descriptions:
|
|
65
102
|
user: In this section you can search and filter the list of users, or sort it by various fields.
|
|
66
103
|
role: In this section you can create roles for the RBAC system managed by the abilities files, to define CRUD and other permissions.
|
|
@@ -30,6 +30,21 @@ it:
|
|
|
30
30
|
permission:
|
|
31
31
|
one: Permesso
|
|
32
32
|
other: Permessi
|
|
33
|
+
action:
|
|
34
|
+
one: Azione
|
|
35
|
+
other: Azioni
|
|
36
|
+
predicate:
|
|
37
|
+
one: Predicato
|
|
38
|
+
other: Predicati
|
|
39
|
+
target:
|
|
40
|
+
one: Obiettivo
|
|
41
|
+
other: Obiettivi
|
|
42
|
+
permission_role:
|
|
43
|
+
one: Ruolo del Permesso
|
|
44
|
+
other: Ruoli del Permesso
|
|
45
|
+
role_user:
|
|
46
|
+
one: Utente del Ruolo
|
|
47
|
+
other: Utenti del Ruolo
|
|
33
48
|
attributes:
|
|
34
49
|
ldap_server:
|
|
35
50
|
# t.string :host, null: false
|
|
@@ -69,6 +84,28 @@ it:
|
|
|
69
84
|
predicate: Predicato
|
|
70
85
|
action: Azione
|
|
71
86
|
model: Modello
|
|
87
|
+
action:
|
|
88
|
+
name: Nome
|
|
89
|
+
created_at: Data di Creazione
|
|
90
|
+
updated_at: Data di Aggiornamento
|
|
91
|
+
predicate:
|
|
92
|
+
name: Nome
|
|
93
|
+
created_at: Data di Creazione
|
|
94
|
+
updated_at: Data di Aggiornamento
|
|
95
|
+
target:
|
|
96
|
+
name: Nome
|
|
97
|
+
created_at: Data di Creazione
|
|
98
|
+
updated_at: Data di Aggiornamento
|
|
99
|
+
permission_role:
|
|
100
|
+
role: Ruolo
|
|
101
|
+
permission: Permesso
|
|
102
|
+
created_at: Data di Creazione
|
|
103
|
+
updated_at: Data di Aggiornamento
|
|
104
|
+
role_user:
|
|
105
|
+
role: Ruolo
|
|
106
|
+
user: Utente
|
|
107
|
+
created_at: Data di Creazione
|
|
108
|
+
updated_at: Data di Aggiornamento
|
|
72
109
|
descriptions:
|
|
73
110
|
user: In questa sezione dell'applicazione potete cercare nella lista degli utenti in diversi modi usando i filtri o ordinare la lista secondo diversi campi.
|
|
74
111
|
role: In questa sezione si possono creare dei ruoli da usare nell'RBAC gestito dai file abilities, per definire le autorizzazioni CRUD e non solo.
|