decidim-system 0.25.0 → 0.26.0.rc2
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of decidim-system might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/controllers/decidim/system/application_controller.rb +1 -0
- data/config/brakeman.ignore +37 -0
- data/config/locales/eu.yml +2 -1
- data/config/locales/fr.yml +1 -1
- data/config/locales/ja.yml +1 -1
- data/config/locales/pt-BR.yml +1 -1
- data/config/locales/ro-RO.yml +5 -5
- data/config/locales/val-ES.yml +1 -0
- data/lib/decidim/system/engine.rb +4 -0
- data/lib/decidim/system/version.rb +1 -1
- metadata +14 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8c1e97f913d229042174e3dfe9f71583215864470c0c43ed4fdc11817106ee13
|
4
|
+
data.tar.gz: cea04d18a78d8cc82007c3fceaef28e0753fa0640364be8aa7f528a20b1abb62
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 79ebd00604f505446f84dc0eb916d686216c20da673e0d0e3ce5552e174746ea99bb2ea72af8fe4826a0a11dfd1e69d5b810e50c4aca1ab1f0a007f001e19470
|
7
|
+
data.tar.gz: 047f1206d089e3cf4cbb599d7e53e02fe5dbcf42802aef9c43bf47d962eaffeed46bee7ecd9080e51ec20426859a263277186d4b62d157a4927efc29b7ad851f
|
@@ -0,0 +1,37 @@
|
|
1
|
+
{
|
2
|
+
"ignored_warnings": [
|
3
|
+
{
|
4
|
+
"warning_type": "Cross-Site Scripting",
|
5
|
+
"warning_code": 2,
|
6
|
+
"fingerprint": "b05e389333830ab35fadd2e9c91b043b998f8a0c9715a6ab12aefba59fab9408",
|
7
|
+
"check_name": "CrossSiteScripting",
|
8
|
+
"message": "Unescaped parameter value",
|
9
|
+
"file": "app/views/decidim/system/organizations/show.html.erb",
|
10
|
+
"line": 4,
|
11
|
+
"link": "https://brakemanscanner.org/docs/warning_types/cross_site_scripting",
|
12
|
+
"code": "translated_attribute(Organization.find(params[:id]).description)",
|
13
|
+
"render_path": [
|
14
|
+
{
|
15
|
+
"type": "controller",
|
16
|
+
"class": "Decidim::System::OrganizationsController",
|
17
|
+
"method": "show",
|
18
|
+
"line": 38,
|
19
|
+
"file": "app/controllers/decidim/system/organizations_controller.rb",
|
20
|
+
"rendered": {
|
21
|
+
"name": "decidim/system/organizations/show",
|
22
|
+
"file": "app/views/decidim/system/organizations/show.html.erb"
|
23
|
+
}
|
24
|
+
}
|
25
|
+
],
|
26
|
+
"location": {
|
27
|
+
"type": "template",
|
28
|
+
"template": "decidim/system/organizations/show"
|
29
|
+
},
|
30
|
+
"user_input": "params[:id]",
|
31
|
+
"confidence": "Weak",
|
32
|
+
"note": ""
|
33
|
+
}
|
34
|
+
],
|
35
|
+
"updated": "2021-09-12 08:06:17 +0000",
|
36
|
+
"brakeman_version": "5.1.1"
|
37
|
+
}
|
data/config/locales/eu.yml
CHANGED
@@ -139,7 +139,7 @@ eu:
|
|
139
139
|
default_hint: Megabytes (MB). Fitxategiaren tamainaren muga hori fitxategien igoera guztietarako erabiltzen den lehenetsia da, kontrakoa zehaztu ezean.
|
140
140
|
title: Gehieneko fitxategi tamaina
|
141
141
|
intro: |
|
142
|
-
Mesedez, kontuz ibili doikuntza horiek aldatzean.
|
142
|
+
Mesedez, kontuz ibili doikuntza horiek aldatzean.
|
143
143
|
Zenbat eta aukera gutxiago, hobe.
|
144
144
|
Fitxategi espezifikoen luzapenak edo MIME motakoak baimentzeak segurtasun-arriskuen eraginpean jar ditzake sistemaren erabiltzaileak, eta webgunearen irisgarritasunari ere eragin diezaioke.
|
145
145
|
index:
|
@@ -154,6 +154,7 @@ eu:
|
|
154
154
|
client_secret: Bezeroaren sekretua
|
155
155
|
site_url: Guneko URLa
|
156
156
|
enabled: Gaituta
|
157
|
+
enabled_by_default: Hornitzaile hau lehenetsiz gaituta dago. Editatu ahal da, baina ezin da desaktibatu.
|
157
158
|
facebook:
|
158
159
|
app_id: Apparen IDa
|
159
160
|
app_secret: Aplikazio-sekretua
|
data/config/locales/fr.yml
CHANGED
@@ -178,7 +178,7 @@ fr:
|
|
178
178
|
success: Organisation mise à jour avec succès.
|
179
179
|
users_registration_mode:
|
180
180
|
disabled: L'accès n'est possible qu'avec des comptes externes
|
181
|
-
enabled: Autoriser les utilisateurs à
|
181
|
+
enabled: Autoriser les utilisateurs à se créer un compte et à s'identifier
|
182
182
|
existing: Ne pas autoriser les utilisateurs à s'inscrire, mais autoriser les utilisateurs existants à se connecter
|
183
183
|
shared:
|
184
184
|
notices:
|
data/config/locales/ja.yml
CHANGED
data/config/locales/pt-BR.yml
CHANGED
data/config/locales/ro-RO.yml
CHANGED
@@ -34,7 +34,7 @@ ro:
|
|
34
34
|
decidim:
|
35
35
|
system:
|
36
36
|
actions:
|
37
|
-
confirm_destroy:
|
37
|
+
confirm_destroy: Sigur dorești să ştergi acest element?
|
38
38
|
destroy: Ștergere
|
39
39
|
edit: Editare
|
40
40
|
new: Nou
|
@@ -52,7 +52,7 @@ ro:
|
|
52
52
|
index:
|
53
53
|
title: Administratori
|
54
54
|
new:
|
55
|
-
create:
|
55
|
+
create: Creează
|
56
56
|
title: Administrator nou
|
57
57
|
update:
|
58
58
|
error: A apărut o eroare la actualizarea administratorului.
|
@@ -85,7 +85,7 @@ ro:
|
|
85
85
|
name: Aplicație OAuth
|
86
86
|
organization:
|
87
87
|
actions:
|
88
|
-
save_and_invite:
|
88
|
+
save_and_invite: Creează grupul de lucru și invită un administrator
|
89
89
|
fields:
|
90
90
|
created_at: Creat la
|
91
91
|
file_upload_settings: Setări pentru încărcarea fișierului
|
@@ -106,7 +106,7 @@ ro:
|
|
106
106
|
form:
|
107
107
|
select_organization: Selectați o organizație
|
108
108
|
index:
|
109
|
-
confirm_delete:
|
109
|
+
confirm_delete: Sigur dorești să ștergi această aplicație?
|
110
110
|
title: Aplicații OAuth
|
111
111
|
new:
|
112
112
|
save: Salveaza
|
@@ -182,7 +182,7 @@ ro:
|
|
182
182
|
existing: Nu permiteţi participanţilor să se înregistreze, dar permiteţi participanţilor existenţi să se autentifice
|
183
183
|
shared:
|
184
184
|
notices:
|
185
|
-
no_organization_warning_html: Trebuie să
|
185
|
+
no_organization_warning_html: Trebuie să creezi o organizație pentru a începe. Asigură-te că ai citit %{guide} înainte de a continua.
|
186
186
|
our_getting_started_guide: ghidul nostru de început
|
187
187
|
titles:
|
188
188
|
dashboard: Panou
|
@@ -0,0 +1 @@
|
|
1
|
+
val:
|
metadata
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: decidim-system
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.26.0.rc2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josep Jaume Rey Peroy
|
8
8
|
- Marc Riera Casals
|
9
9
|
- Oriol Gual Oliva
|
10
|
-
autorequire:
|
10
|
+
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 2022-02-02 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: active_link_to
|
@@ -32,14 +32,14 @@ dependencies:
|
|
32
32
|
requirements:
|
33
33
|
- - '='
|
34
34
|
- !ruby/object:Gem::Version
|
35
|
-
version: 0.
|
35
|
+
version: 0.26.0.rc2
|
36
36
|
type: :runtime
|
37
37
|
prerelease: false
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
39
39
|
requirements:
|
40
40
|
- - '='
|
41
41
|
- !ruby/object:Gem::Version
|
42
|
-
version: 0.
|
42
|
+
version: 0.26.0.rc2
|
43
43
|
- !ruby/object:Gem::Dependency
|
44
44
|
name: devise
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
@@ -88,14 +88,14 @@ dependencies:
|
|
88
88
|
requirements:
|
89
89
|
- - '='
|
90
90
|
- !ruby/object:Gem::Version
|
91
|
-
version: 0.
|
91
|
+
version: 0.26.0.rc2
|
92
92
|
type: :development
|
93
93
|
prerelease: false
|
94
94
|
version_requirements: !ruby/object:Gem::Requirement
|
95
95
|
requirements:
|
96
96
|
- - '='
|
97
97
|
- !ruby/object:Gem::Version
|
98
|
-
version: 0.
|
98
|
+
version: 0.26.0.rc2
|
99
99
|
description: System administration to create new organization in an installation.
|
100
100
|
email:
|
101
101
|
- josepjaume@gmail.com
|
@@ -183,6 +183,7 @@ files:
|
|
183
183
|
- app/views/layouts/decidim/system/application.html.erb
|
184
184
|
- app/views/layouts/decidim/system/login.html.erb
|
185
185
|
- config/assets.rb
|
186
|
+
- config/brakeman.ignore
|
186
187
|
- config/locales/am-ET.yml
|
187
188
|
- config/locales/ar-SA.yml
|
188
189
|
- config/locales/ar.yml
|
@@ -249,6 +250,7 @@ files:
|
|
249
250
|
- config/locales/ti-ER.yml
|
250
251
|
- config/locales/tr-TR.yml
|
251
252
|
- config/locales/uk.yml
|
253
|
+
- config/locales/val-ES.yml
|
252
254
|
- config/locales/vi-VN.yml
|
253
255
|
- config/locales/vi.yml
|
254
256
|
- config/locales/zh-CN.yml
|
@@ -265,7 +267,7 @@ homepage: https://github.com/decidim/decidim
|
|
265
267
|
licenses:
|
266
268
|
- AGPL-3.0
|
267
269
|
metadata: {}
|
268
|
-
post_install_message:
|
270
|
+
post_install_message:
|
269
271
|
rdoc_options: []
|
270
272
|
require_paths:
|
271
273
|
- lib
|
@@ -276,12 +278,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
276
278
|
version: '2.7'
|
277
279
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
278
280
|
requirements:
|
279
|
-
- - "
|
281
|
+
- - ">"
|
280
282
|
- !ruby/object:Gem::Version
|
281
|
-
version:
|
283
|
+
version: 1.3.1
|
282
284
|
requirements: []
|
283
|
-
rubygems_version: 3.1.
|
284
|
-
signing_key:
|
285
|
+
rubygems_version: 3.1.6
|
286
|
+
signing_key:
|
285
287
|
specification_version: 4
|
286
288
|
summary: Decidim system administration
|
287
289
|
test_files: []
|