decidim-admin 0.22.0 → 0.23.0
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.
Potentially problematic release.
This version of decidim-admin might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/decidim/admin/application.js.es6 +3 -0
- data/app/assets/javascripts/decidim/admin/bundle.js +26 -32
- data/app/assets/javascripts/decidim/admin/bundle.js.map +1 -1
- data/app/assets/javascripts/decidim/admin/choose_language.js +12 -0
- data/app/assets/javascripts/decidim/admin/form.js.es6 +1 -0
- data/app/assets/javascripts/decidim/admin/newsletters.js.es6 +4 -0
- data/app/assets/javascripts/decidim/admin/scope_picker_enabler.component.js.es6 +14 -0
- data/app/assets/stylesheets/decidim/admin/modules/_callouts.scss +11 -0
- data/app/assets/stylesheets/decidim/admin/modules/_forms.scss +14 -0
- data/app/assets/stylesheets/decidim/admin/modules/_loading-spinner.scss +8 -0
- data/app/assets/stylesheets/decidim/admin/modules/_tabs.scss +7 -0
- data/app/commands/decidim/admin/create_attachment.rb +2 -2
- data/app/commands/decidim/admin/destroy_share_token.rb +46 -0
- data/app/commands/decidim/admin/update_content_block.rb +23 -0
- data/app/commands/decidim/admin/update_organization.rb +11 -0
- data/app/controllers/concerns/decidim/admin/participatory_space_export.rb +8 -2
- data/app/controllers/decidim/admin/application_controller.rb +1 -0
- data/app/controllers/decidim/admin/components_controller.rb +11 -1
- data/app/controllers/decidim/admin/newsletters_controller.rb +10 -0
- data/app/controllers/decidim/admin/organization_homepage_content_blocks_controller.rb +1 -0
- data/app/controllers/decidim/admin/share_tokens_controller.rb +30 -0
- data/app/forms/decidim/admin/attachment_form.rb +3 -0
- data/app/forms/decidim/admin/component_form.rb +6 -0
- data/app/forms/decidim/admin/organization_appearance_form.rb +5 -4
- data/app/forms/decidim/admin/organization_form.rb +20 -0
- data/app/forms/decidim/admin/participatory_space_private_user_csv_import_form.rb +14 -0
- data/app/forms/decidim/admin/participatory_space_private_user_form.rb +8 -2
- data/app/frontend/components/autocomplete.component.test.tsx +2 -1
- data/app/frontend/components/autocomplete.component.tsx +29 -0
- data/app/helpers/decidim/admin/application_helper.rb +1 -0
- data/app/helpers/decidim/admin/newsletters_helper.rb +3 -1
- data/app/helpers/decidim/admin/resource_scope_helper.rb +43 -0
- data/app/helpers/decidim/admin/settings_helper.rb +5 -0
- data/app/permissions/decidim/admin/permissions.rb +1 -1
- data/app/queries/decidim/admin/newsletter_recipients.rb +9 -5
- data/app/views/decidim/admin/components/_component.html.erb +5 -0
- data/app/views/decidim/admin/components/_form.html.erb +4 -0
- data/app/views/decidim/admin/components/index.html.erb +1 -0
- data/app/views/decidim/admin/exports/_dropdown.html.erb +6 -2
- data/app/views/decidim/admin/organization/_form.html.erb +21 -0
- data/app/views/decidim/admin/share_tokens/_share_tokens.html.erb +57 -0
- data/app/views/decidim/admin/static_pages/_form.html.erb +1 -1
- data/app/views/layouts/decidim/admin/_header.html.erb +1 -0
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +0 -35
- data/config/locales/bg.yml +135 -0
- data/config/locales/ca.yml +37 -37
- data/config/locales/cs.yml +63 -63
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +35 -36
- data/config/locales/el.yml +6 -36
- data/config/locales/en.yml +36 -36
- data/config/locales/eo.yml +51 -0
- data/config/locales/es-MX.yml +36 -36
- data/config/locales/es-PY.yml +36 -36
- data/config/locales/es.yml +42 -42
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +0 -35
- data/config/locales/fi-plain.yml +36 -36
- data/config/locales/fi.yml +36 -36
- data/config/locales/fr-CA.yml +36 -36
- data/config/locales/fr.yml +42 -42
- data/config/locales/gl.yml +0 -35
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +9 -36
- data/config/locales/id-ID.yml +0 -35
- data/config/locales/is-IS.yml +0 -34
- data/config/locales/is.yml +568 -0
- data/config/locales/it.yml +16 -46
- data/config/locales/ja-JP.yml +8 -2
- data/config/locales/ja.yml +849 -0
- data/config/locales/ko-KR.yml +1 -0
- data/config/locales/ko.yml +1 -0
- data/config/locales/lt.yml +1 -0
- data/config/locales/{lv-LV.yml → lv.yml} +0 -36
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +11 -36
- data/config/locales/no.yml +23 -36
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +66 -67
- data/config/locales/pt-BR.yml +0 -35
- data/config/locales/pt.yml +6 -36
- data/config/locales/ro-RO.yml +6 -36
- data/config/locales/ru.yml +0 -35
- data/config/locales/sk.yml +0 -36
- data/config/locales/sl.yml +1 -10
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sr-CS.yml +0 -35
- data/config/locales/sv.yml +32 -38
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +0 -35
- data/config/locales/uk.yml +0 -37
- data/config/locales/vi-VN.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +849 -0
- data/config/locales/zh-TW.yml +1 -0
- data/config/routes.rb +1 -1
- data/lib/decidim/admin/engine.rb +10 -8
- data/lib/decidim/admin/form_builder.rb +2 -2
- data/lib/decidim/admin/test/manage_attachment_collections_examples.rb +1 -1
- data/lib/decidim/admin/test/manage_component_permissions_examples.rb +15 -15
- data/lib/decidim/admin/version.rb +1 -1
- metadata +36 -21
- data/app/commands/decidim/admin/create_oauth_application.rb +0 -36
- data/app/commands/decidim/admin/destroy_oauth_application.rb +0 -39
- data/app/commands/decidim/admin/update_oauth_application.rb +0 -39
- data/app/controllers/decidim/admin/oauth_applications_controller.rb +0 -90
- data/app/forms/decidim/admin/oauth_application_form.rb +0 -32
- data/app/views/decidim/admin/oauth_applications/_form.html.erb +0 -19
- data/app/views/decidim/admin/oauth_applications/edit.html.erb +0 -13
- data/app/views/decidim/admin/oauth_applications/index.html.erb +0 -40
- data/app/views/decidim/admin/oauth_applications/new.html.erb +0 -13
- data/app/views/decidim/admin/oauth_applications/show.html.erb +0 -27
@@ -0,0 +1 @@
|
|
1
|
+
zh-TW:
|
data/config/routes.rb
CHANGED
data/lib/decidim/admin/engine.rb
CHANGED
@@ -54,7 +54,16 @@ module Decidim
|
|
54
54
|
allowed_to?(:read, :admin_user) ? decidim_admin.users_path : decidim_admin.impersonatable_users_path,
|
55
55
|
icon_name: "person",
|
56
56
|
position: 5,
|
57
|
-
active: [%w(
|
57
|
+
active: [%w(
|
58
|
+
decidim/admin/users
|
59
|
+
decidim/admin/user_groups
|
60
|
+
decidim/admin/user_groups_csv_verifications
|
61
|
+
decidim/admin/officializations
|
62
|
+
decidim/admin/impersonatable_users
|
63
|
+
decidim/admin/managed_users/impersonation_logs
|
64
|
+
decidim/admin/managed_users/promotions
|
65
|
+
decidim/admin/authorization_workflows
|
66
|
+
), []],
|
58
67
|
if: allowed_to?(:read, :admin_user) || allowed_to?(:read, :managed_user)
|
59
68
|
|
60
69
|
menu.item I18n.t("menu.newsletters", scope: "decidim.admin"),
|
@@ -89,13 +98,6 @@ module Decidim
|
|
89
98
|
position: 10,
|
90
99
|
active: [%w(decidim/admin/logs), []],
|
91
100
|
if: allowed_to?(:read, :admin_log)
|
92
|
-
|
93
|
-
menu.item I18n.t("menu.oauth_applications", scope: "decidim.admin"),
|
94
|
-
decidim_admin.oauth_applications_path,
|
95
|
-
icon_name: "dashboard",
|
96
|
-
position: 11,
|
97
|
-
active: [%w(decidim/admin/oauth_applications), []],
|
98
|
-
if: allowed_to?(:read, :oauth_application)
|
99
101
|
end
|
100
102
|
end
|
101
103
|
|
@@ -41,15 +41,15 @@ module Decidim
|
|
41
41
|
#
|
42
42
|
def autocomplete_select(attribute, selected = nil, options = {}, prompt_options = {})
|
43
43
|
selected = yield(selected) if selected
|
44
|
-
|
45
44
|
template = ""
|
46
45
|
template += label(attribute, (options[:label] || label_for(attribute)) + required_for_attribute(attribute)) unless options[:label] == false
|
47
46
|
template += content_tag(:div, nil, class: options[:class], data: {
|
48
47
|
autocomplete: {
|
49
48
|
name: options[:name] || "#{@object_name}[#{attribute}]",
|
50
|
-
options: [selected].compact,
|
49
|
+
options: (options[:default_options].to_a + [selected]).compact,
|
51
50
|
placeholder: prompt_options[:placeholder],
|
52
51
|
searchURL: prompt_options[:url],
|
52
|
+
changeURL: prompt_options[:change_url],
|
53
53
|
selected: selected ? selected[:value] : "",
|
54
54
|
searchPromptText: options[:search_prompt] || I18n.t("autocomplete.search_prompt", scope: "decidim.admin"),
|
55
55
|
noResultsText: options[:no_results] || I18n.t("autocomplete.no_results", scope: "decidim.admin")
|
@@ -82,7 +82,7 @@ shared_examples "manage attachment collections examples" do
|
|
82
82
|
context "when deleting a attachment collection" do
|
83
83
|
let!(:attachment_collection2) { create(:attachment_collection, collection_for: collection_for) }
|
84
84
|
|
85
|
-
context "when the attachment collection has no associated content" do
|
85
|
+
context "when the attachment collection has no associated content", :slow do
|
86
86
|
before do
|
87
87
|
visit current_path
|
88
88
|
end
|
@@ -31,7 +31,7 @@ shared_examples "Managing component permissions" do
|
|
31
31
|
within "form.new_component_permissions" do
|
32
32
|
within ".foo-permission" do
|
33
33
|
check "Example authorization (Direct)"
|
34
|
-
fill_in "
|
34
|
+
fill_in "Allowed postal codes", with: "08002"
|
35
35
|
end
|
36
36
|
find("*[type=submit]").click
|
37
37
|
end
|
@@ -42,7 +42,7 @@ shared_examples "Managing component permissions" do
|
|
42
42
|
include(
|
43
43
|
"authorization_handlers" => {
|
44
44
|
"dummy_authorization_handler" => {
|
45
|
-
"options" => { "
|
45
|
+
"options" => { "allowed_postal_codes" => "08002" }
|
46
46
|
}
|
47
47
|
}
|
48
48
|
)
|
@@ -61,7 +61,7 @@ shared_examples "Managing component permissions" do
|
|
61
61
|
within "form.new_component_permissions" do
|
62
62
|
within ".foo-permission" do
|
63
63
|
check "Example authorization (Direct)"
|
64
|
-
fill_in "
|
64
|
+
fill_in "Allowed postal codes", with: "08002"
|
65
65
|
end
|
66
66
|
find("*[type=submit]").click
|
67
67
|
end
|
@@ -79,7 +79,7 @@ shared_examples "Managing component permissions" do
|
|
79
79
|
"foo" => {
|
80
80
|
"authorization_handlers" => {
|
81
81
|
"dummy_authorization_handler" => {
|
82
|
-
"options" => { "
|
82
|
+
"options" => { "allowed_postal_codes" => "08002" }
|
83
83
|
}
|
84
84
|
}
|
85
85
|
}
|
@@ -114,7 +114,7 @@ shared_examples "Managing component permissions" do
|
|
114
114
|
"foo" => {
|
115
115
|
"authorization_handlers" => {
|
116
116
|
"dummy_authorization_handler" => {
|
117
|
-
"options" => { "
|
117
|
+
"options" => { "allowed_postal_codes" => "08002" }
|
118
118
|
}
|
119
119
|
}
|
120
120
|
}
|
@@ -166,7 +166,7 @@ shared_examples "Managing component permissions" do
|
|
166
166
|
include(
|
167
167
|
"authorization_handlers" => {
|
168
168
|
"dummy_authorization_handler" => {
|
169
|
-
"options" => { "
|
169
|
+
"options" => { "allowed_postal_codes" => "08002" }
|
170
170
|
},
|
171
171
|
"another_dummy_authorization_handler" => {
|
172
172
|
"options" => { "passport_number" => "AXXXXXXXX" }
|
@@ -201,7 +201,7 @@ shared_examples "Managing component permissions" do
|
|
201
201
|
end
|
202
202
|
|
203
203
|
it "shows the resource permissions settings" do
|
204
|
-
expect(page).to have_content(resource.title)
|
204
|
+
expect(page).to have_content(translated(resource.title))
|
205
205
|
end
|
206
206
|
|
207
207
|
context "when resources permissions are disabled" do
|
@@ -217,7 +217,7 @@ shared_examples "Managing component permissions" do
|
|
217
217
|
within "form.new_component_permissions" do
|
218
218
|
within ".foo-permission" do
|
219
219
|
check "Example authorization (Direct)"
|
220
|
-
fill_in "
|
220
|
+
fill_in "Allowed postal codes", with: "08002"
|
221
221
|
end
|
222
222
|
find("*[type=submit]").click
|
223
223
|
end
|
@@ -228,7 +228,7 @@ shared_examples "Managing component permissions" do
|
|
228
228
|
include(
|
229
229
|
"authorization_handlers" => {
|
230
230
|
"dummy_authorization_handler" => {
|
231
|
-
"options" => { "
|
231
|
+
"options" => { "allowed_postal_codes" => "08002" }
|
232
232
|
}
|
233
233
|
}
|
234
234
|
)
|
@@ -244,7 +244,7 @@ shared_examples "Managing component permissions" do
|
|
244
244
|
"foo" => {
|
245
245
|
"authorization_handlers" => {
|
246
246
|
"dummy_authorization_handler" => {
|
247
|
-
"options" => { "
|
247
|
+
"options" => { "allowed_postal_codes" => "08002" }
|
248
248
|
}
|
249
249
|
}
|
250
250
|
}
|
@@ -277,7 +277,7 @@ shared_examples "Managing component permissions" do
|
|
277
277
|
"foo" => {
|
278
278
|
"authorization_handlers" => {
|
279
279
|
"dummy_authorization_handler" => {
|
280
|
-
"options" => { "
|
280
|
+
"options" => { "allowed_postal_codes" => "08002" }
|
281
281
|
}
|
282
282
|
}
|
283
283
|
}
|
@@ -327,7 +327,7 @@ shared_examples "Managing component permissions" do
|
|
327
327
|
include(
|
328
328
|
"authorization_handlers" => {
|
329
329
|
"dummy_authorization_handler" => {
|
330
|
-
"options" => { "
|
330
|
+
"options" => { "allowed_postal_codes" => "08002" }
|
331
331
|
},
|
332
332
|
"another_dummy_authorization_handler" => {
|
333
333
|
"options" => { "passport_number" => "AXXXXXXXX" }
|
@@ -345,7 +345,7 @@ shared_examples "Managing component permissions" do
|
|
345
345
|
"foo" => {
|
346
346
|
"authorization_handlers" => {
|
347
347
|
"dummy_authorization_handler" => {
|
348
|
-
"options" => { "
|
348
|
+
"options" => { "allowed_postal_codes" => "08002" }
|
349
349
|
}
|
350
350
|
}
|
351
351
|
}
|
@@ -395,7 +395,7 @@ shared_examples "Managing component permissions" do
|
|
395
395
|
include(
|
396
396
|
"authorization_handlers" => {
|
397
397
|
"dummy_authorization_handler" => {
|
398
|
-
"options" => { "
|
398
|
+
"options" => { "allowed_postal_codes" => "08002" }
|
399
399
|
},
|
400
400
|
"another_dummy_authorization_handler" => {
|
401
401
|
"options" => { "passport_number" => "AXXXXXXXX" }
|
@@ -413,7 +413,7 @@ shared_examples "Managing component permissions" do
|
|
413
413
|
"foo" => {
|
414
414
|
"authorization_handlers" => {
|
415
415
|
"dummy_authorization_handler" => {
|
416
|
-
"options" => { "
|
416
|
+
"options" => { "allowed_postal_codes" => "08002" }
|
417
417
|
}
|
418
418
|
}
|
419
419
|
}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: decidim-admin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.23.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josep Jaume Rey Peroy
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2020-
|
13
|
+
date: 2020-11-05 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.23.0
|
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.23.0
|
43
43
|
- !ruby/object:Gem::Dependency
|
44
44
|
name: devise
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
@@ -130,28 +130,28 @@ dependencies:
|
|
130
130
|
requirements:
|
131
131
|
- - '='
|
132
132
|
- !ruby/object:Gem::Version
|
133
|
-
version: 0.
|
133
|
+
version: 0.23.0
|
134
134
|
type: :development
|
135
135
|
prerelease: false
|
136
136
|
version_requirements: !ruby/object:Gem::Requirement
|
137
137
|
requirements:
|
138
138
|
- - '='
|
139
139
|
- !ruby/object:Gem::Version
|
140
|
-
version: 0.
|
140
|
+
version: 0.23.0
|
141
141
|
- !ruby/object:Gem::Dependency
|
142
142
|
name: decidim-participatory_processes
|
143
143
|
requirement: !ruby/object:Gem::Requirement
|
144
144
|
requirements:
|
145
145
|
- - '='
|
146
146
|
- !ruby/object:Gem::Version
|
147
|
-
version: 0.
|
147
|
+
version: 0.23.0
|
148
148
|
type: :development
|
149
149
|
prerelease: false
|
150
150
|
version_requirements: !ruby/object:Gem::Requirement
|
151
151
|
requirements:
|
152
152
|
- - '='
|
153
153
|
- !ruby/object:Gem::Version
|
154
|
-
version: 0.
|
154
|
+
version: 0.23.0
|
155
155
|
description: Organization administration to manage a single organization.
|
156
156
|
email:
|
157
157
|
- josepjaume@gmail.com
|
@@ -170,6 +170,7 @@ files:
|
|
170
170
|
- app/assets/javascripts/decidim/admin/budget_rule_toggler.component.js.es6
|
171
171
|
- app/assets/javascripts/decidim/admin/bundle.js
|
172
172
|
- app/assets/javascripts/decidim/admin/bundle.js.map
|
173
|
+
- app/assets/javascripts/decidim/admin/choose_language.js
|
173
174
|
- app/assets/javascripts/decidim/admin/draggable-list.js.es6
|
174
175
|
- app/assets/javascripts/decidim/admin/dynamic_fields.component.js.es6
|
175
176
|
- app/assets/javascripts/decidim/admin/field_dependent_inputs.component.js.es6
|
@@ -179,6 +180,7 @@ files:
|
|
179
180
|
- app/assets/javascripts/decidim/admin/newsletters.js.es6
|
180
181
|
- app/assets/javascripts/decidim/admin/officializations.js.es6
|
181
182
|
- app/assets/javascripts/decidim/admin/resources_permissions.js.es6
|
183
|
+
- app/assets/javascripts/decidim/admin/scope_picker_enabler.component.js.es6
|
182
184
|
- app/assets/javascripts/decidim/admin/sort_list.component.js.es6
|
183
185
|
- app/assets/javascripts/decidim/admin/sortable.js.es6
|
184
186
|
- app/assets/javascripts/decidim/admin/subform_multi_toggler.component.js.es6
|
@@ -279,7 +281,6 @@ files:
|
|
279
281
|
- app/commands/decidim/admin/create_category.rb
|
280
282
|
- app/commands/decidim/admin/create_component.rb
|
281
283
|
- app/commands/decidim/admin/create_newsletter.rb
|
282
|
-
- app/commands/decidim/admin/create_oauth_application.rb
|
283
284
|
- app/commands/decidim/admin/create_participatory_space_private_user.rb
|
284
285
|
- app/commands/decidim/admin/create_scope.rb
|
285
286
|
- app/commands/decidim/admin/create_scope_type.rb
|
@@ -290,9 +291,9 @@ files:
|
|
290
291
|
- app/commands/decidim/admin/destroy_category.rb
|
291
292
|
- app/commands/decidim/admin/destroy_component.rb
|
292
293
|
- app/commands/decidim/admin/destroy_newsletter.rb
|
293
|
-
- app/commands/decidim/admin/destroy_oauth_application.rb
|
294
294
|
- app/commands/decidim/admin/destroy_participatory_space_private_user.rb
|
295
295
|
- app/commands/decidim/admin/destroy_scope.rb
|
296
|
+
- app/commands/decidim/admin/destroy_share_token.rb
|
296
297
|
- app/commands/decidim/admin/destroy_static_page.rb
|
297
298
|
- app/commands/decidim/admin/destroy_static_page_topic.rb
|
298
299
|
- app/commands/decidim/admin/hide_resource.rb
|
@@ -320,7 +321,6 @@ files:
|
|
320
321
|
- app/commands/decidim/admin/update_content_block.rb
|
321
322
|
- app/commands/decidim/admin/update_help_sections.rb
|
322
323
|
- app/commands/decidim/admin/update_newsletter.rb
|
323
|
-
- app/commands/decidim/admin/update_oauth_application.rb
|
324
324
|
- app/commands/decidim/admin/update_organization.rb
|
325
325
|
- app/commands/decidim/admin/update_organization_appearance.rb
|
326
326
|
- app/commands/decidim/admin/update_organization_tos_version.rb
|
@@ -363,7 +363,6 @@ files:
|
|
363
363
|
- app/controllers/decidim/admin/moderations_controller.rb
|
364
364
|
- app/controllers/decidim/admin/newsletter_templates_controller.rb
|
365
365
|
- app/controllers/decidim/admin/newsletters_controller.rb
|
366
|
-
- app/controllers/decidim/admin/oauth_applications_controller.rb
|
367
366
|
- app/controllers/decidim/admin/officializations_controller.rb
|
368
367
|
- app/controllers/decidim/admin/organization_appearance_controller.rb
|
369
368
|
- app/controllers/decidim/admin/organization_controller.rb
|
@@ -372,6 +371,7 @@ files:
|
|
372
371
|
- app/controllers/decidim/admin/resource_permissions_controller.rb
|
373
372
|
- app/controllers/decidim/admin/scope_types_controller.rb
|
374
373
|
- app/controllers/decidim/admin/scopes_controller.rb
|
374
|
+
- app/controllers/decidim/admin/share_tokens_controller.rb
|
375
375
|
- app/controllers/decidim/admin/static_page_topics_controller.rb
|
376
376
|
- app/controllers/decidim/admin/static_pages_controller.rb
|
377
377
|
- app/controllers/decidim/admin/user_groups_controller.rb
|
@@ -391,7 +391,6 @@ files:
|
|
391
391
|
- app/forms/decidim/admin/impersonate_user_form.rb
|
392
392
|
- app/forms/decidim/admin/managed_user_promotion_form.rb
|
393
393
|
- app/forms/decidim/admin/newsletter_form.rb
|
394
|
-
- app/forms/decidim/admin/oauth_application_form.rb
|
395
394
|
- app/forms/decidim/admin/officialization_form.rb
|
396
395
|
- app/forms/decidim/admin/organization_appearance_form.rb
|
397
396
|
- app/forms/decidim/admin/organization_form.rb
|
@@ -424,6 +423,7 @@ files:
|
|
424
423
|
- app/helpers/decidim/admin/newsletters_helper.rb
|
425
424
|
- app/helpers/decidim/admin/paginable/per_page_helper.rb
|
426
425
|
- app/helpers/decidim/admin/resource_permissions_helper.rb
|
426
|
+
- app/helpers/decidim/admin/resource_scope_helper.rb
|
427
427
|
- app/helpers/decidim/admin/scopes_helper.rb
|
428
428
|
- app/helpers/decidim/admin/settings_helper.rb
|
429
429
|
- app/helpers/decidim/admin/uploader_image_dimensions_helper.rb
|
@@ -502,11 +502,6 @@ files:
|
|
502
502
|
- app/views/decidim/admin/newsletters/new.html.erb
|
503
503
|
- app/views/decidim/admin/newsletters/select_recipients_to_deliver.html.erb
|
504
504
|
- app/views/decidim/admin/newsletters/show.html.erb
|
505
|
-
- app/views/decidim/admin/oauth_applications/_form.html.erb
|
506
|
-
- app/views/decidim/admin/oauth_applications/edit.html.erb
|
507
|
-
- app/views/decidim/admin/oauth_applications/index.html.erb
|
508
|
-
- app/views/decidim/admin/oauth_applications/new.html.erb
|
509
|
-
- app/views/decidim/admin/oauth_applications/show.html.erb
|
510
505
|
- app/views/decidim/admin/officializations/_show_email_modal.html.erb
|
511
506
|
- app/views/decidim/admin/officializations/index.html.erb
|
512
507
|
- app/views/decidim/admin/officializations/new.html.erb
|
@@ -534,6 +529,7 @@ files:
|
|
534
529
|
- app/views/decidim/admin/scopes/edit.html.erb
|
535
530
|
- app/views/decidim/admin/scopes/index.html.erb
|
536
531
|
- app/views/decidim/admin/scopes/new.html.erb
|
532
|
+
- app/views/decidim/admin/share_tokens/_share_tokens.html.erb
|
537
533
|
- app/views/decidim/admin/shared/_filters.html.erb
|
538
534
|
- app/views/decidim/admin/shared/_gallery.html.erb
|
539
535
|
- app/views/decidim/admin/static_page_topics/_form.html.erb
|
@@ -564,22 +560,27 @@ files:
|
|
564
560
|
- app/views/layouts/decidim/admin/pages.html.erb
|
565
561
|
- app/views/layouts/decidim/admin/settings.html.erb
|
566
562
|
- app/views/layouts/decidim/admin/users.html.erb
|
563
|
+
- config/locales/am-ET.yml
|
567
564
|
- config/locales/ar-SA.yml
|
568
565
|
- config/locales/ar.yml
|
569
566
|
- config/locales/bg-BG.yml
|
567
|
+
- config/locales/bg.yml
|
570
568
|
- config/locales/ca.yml
|
571
569
|
- config/locales/cs-CZ.yml
|
572
570
|
- config/locales/cs.yml
|
573
571
|
- config/locales/da-DK.yml
|
572
|
+
- config/locales/da.yml
|
574
573
|
- config/locales/de.yml
|
575
574
|
- config/locales/el-GR.yml
|
576
575
|
- config/locales/el.yml
|
577
576
|
- config/locales/en.yml
|
578
577
|
- config/locales/eo-UY.yml
|
578
|
+
- config/locales/eo.yml
|
579
579
|
- config/locales/es-MX.yml
|
580
580
|
- config/locales/es-PY.yml
|
581
581
|
- config/locales/es.yml
|
582
582
|
- config/locales/et-EE.yml
|
583
|
+
- config/locales/et.yml
|
583
584
|
- config/locales/eu.yml
|
584
585
|
- config/locales/fi-pl.yml
|
585
586
|
- config/locales/fi-plain.yml
|
@@ -589,16 +590,24 @@ files:
|
|
589
590
|
- config/locales/ga-IE.yml
|
590
591
|
- config/locales/gl.yml
|
591
592
|
- config/locales/hr-HR.yml
|
593
|
+
- config/locales/hr.yml
|
592
594
|
- config/locales/hu.yml
|
593
595
|
- config/locales/id-ID.yml
|
594
596
|
- config/locales/is-IS.yml
|
597
|
+
- config/locales/is.yml
|
595
598
|
- config/locales/it.yml
|
596
599
|
- config/locales/ja-JP.yml
|
600
|
+
- config/locales/ja.yml
|
601
|
+
- config/locales/ko-KR.yml
|
602
|
+
- config/locales/ko.yml
|
597
603
|
- config/locales/lt-LT.yml
|
598
|
-
- config/locales/
|
604
|
+
- config/locales/lt.yml
|
605
|
+
- config/locales/lv.yml
|
599
606
|
- config/locales/mt-MT.yml
|
607
|
+
- config/locales/mt.yml
|
600
608
|
- config/locales/nl.yml
|
601
609
|
- config/locales/no.yml
|
610
|
+
- config/locales/om-ET.yml
|
602
611
|
- config/locales/pl.yml
|
603
612
|
- config/locales/pt-BR.yml
|
604
613
|
- config/locales/pt.yml
|
@@ -607,10 +616,16 @@ files:
|
|
607
616
|
- config/locales/sk-SK.yml
|
608
617
|
- config/locales/sk.yml
|
609
618
|
- config/locales/sl.yml
|
619
|
+
- config/locales/so-SO.yml
|
610
620
|
- config/locales/sr-CS.yml
|
611
621
|
- config/locales/sv.yml
|
622
|
+
- config/locales/ti-ER.yml
|
612
623
|
- config/locales/tr-TR.yml
|
613
624
|
- config/locales/uk.yml
|
625
|
+
- config/locales/vi-VN.yml
|
626
|
+
- config/locales/vi.yml
|
627
|
+
- config/locales/zh-CN.yml
|
628
|
+
- config/locales/zh-TW.yml
|
614
629
|
- config/routes.rb
|
615
630
|
- db/migrate/20161102144648_add_admin_participatory_process_user_roles.rb
|
616
631
|
- db/migrate/20170714083651_rename_participatory_process_user_roles_table.rb
|
@@ -655,14 +670,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
655
670
|
requirements:
|
656
671
|
- - ">="
|
657
672
|
- !ruby/object:Gem::Version
|
658
|
-
version: '2.
|
673
|
+
version: '2.6'
|
659
674
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
660
675
|
requirements:
|
661
676
|
- - ">="
|
662
677
|
- !ruby/object:Gem::Version
|
663
678
|
version: '0'
|
664
679
|
requirements: []
|
665
|
-
rubygems_version: 3.
|
680
|
+
rubygems_version: 3.0.3
|
666
681
|
signing_key:
|
667
682
|
specification_version: 4
|
668
683
|
summary: Decidim organization administration
|