decidim-system 0.21.0 → 0.23.2

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.

Files changed (92) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/decidim/system/application.js.es6 +2 -0
  3. data/app/assets/stylesheets/decidim/system/_forms.scss +36 -0
  4. data/app/assets/stylesheets/decidim/system/_foundation_and_overrides.scss +1 -0
  5. data/app/assets/stylesheets/decidim/system/_sidebar.scss +0 -2
  6. data/app/assets/stylesheets/decidim/system/application.scss +1 -0
  7. data/app/commands/decidim/system/create_default_content_blocks.rb +1 -1
  8. data/app/commands/decidim/system/create_oauth_application.rb +37 -0
  9. data/app/commands/decidim/system/destroy_oauth_application.rb +39 -0
  10. data/app/commands/decidim/system/register_organization.rb +2 -1
  11. data/app/commands/decidim/system/update_oauth_application.rb +39 -0
  12. data/app/commands/decidim/system/update_organization.rb +4 -0
  13. data/app/controllers/decidim/system/oauth_applications_controller.rb +84 -0
  14. data/app/controllers/decidim/system/organizations_controller.rb +8 -1
  15. data/app/forms/decidim/system/file_upload_settings_form.rb +70 -0
  16. data/app/forms/decidim/system/oauth_application_form.rb +35 -0
  17. data/app/forms/decidim/system/update_organization_form.rb +13 -1
  18. data/app/views/decidim/system/oauth_applications/_form.html.erb +26 -0
  19. data/app/views/decidim/system/oauth_applications/edit.html.erb +13 -0
  20. data/app/views/decidim/system/oauth_applications/index.html.erb +41 -0
  21. data/app/views/decidim/system/oauth_applications/new.html.erb +13 -0
  22. data/app/views/decidim/system/oauth_applications/show.html.erb +27 -0
  23. data/app/views/decidim/system/organizations/_file_upload_settings.erb +56 -0
  24. data/app/views/decidim/system/organizations/_omniauth_provider.html.erb +4 -0
  25. data/app/views/decidim/system/organizations/_smtp_settings.html.erb +7 -3
  26. data/app/views/decidim/system/organizations/edit.html.erb +1 -0
  27. data/app/views/decidim/system/organizations/new.html.erb +1 -0
  28. data/app/views/layouts/decidim/system/_header.html.erb +1 -0
  29. data/app/views/layouts/decidim/system/_js_configuration.html.erb +9 -0
  30. data/app/views/layouts/decidim/system/application.html.erb +2 -0
  31. data/config/locales/am-ET.yml +1 -0
  32. data/config/locales/bg-BG.yml +8 -0
  33. data/config/locales/bg.yml +8 -0
  34. data/config/locales/ca.yml +92 -0
  35. data/config/locales/cs.yml +95 -3
  36. data/config/locales/da-DK.yml +1 -0
  37. data/config/locales/da.yml +1 -0
  38. data/config/locales/de.yml +108 -1
  39. data/config/locales/el.yml +97 -0
  40. data/config/locales/en.yml +92 -0
  41. data/config/locales/eo.yml +1 -0
  42. data/config/locales/es-MX.yml +92 -0
  43. data/config/locales/es-PY.yml +92 -0
  44. data/config/locales/es.yml +92 -0
  45. data/config/locales/et-EE.yml +1 -0
  46. data/config/locales/et.yml +1 -0
  47. data/config/locales/fi-plain.yml +92 -0
  48. data/config/locales/fi.yml +92 -0
  49. data/config/locales/fr-CA.yml +182 -0
  50. data/config/locales/fr.yml +106 -0
  51. data/config/locales/ga-IE.yml +1 -0
  52. data/config/locales/gl.yml +118 -11
  53. data/config/locales/hr-HR.yml +1 -0
  54. data/config/locales/hr.yml +1 -0
  55. data/config/locales/hu.yml +4 -0
  56. data/config/locales/is.yml +55 -0
  57. data/config/locales/it.yml +9 -1
  58. data/config/locales/ja-JP.yml +101 -0
  59. data/config/locales/ja.yml +171 -0
  60. data/config/locales/ko-KR.yml +1 -0
  61. data/config/locales/ko.yml +1 -0
  62. data/config/locales/lt-LT.yml +1 -0
  63. data/config/locales/lt.yml +1 -0
  64. data/config/locales/lv.yml +98 -0
  65. data/config/locales/mt-MT.yml +1 -0
  66. data/config/locales/mt.yml +1 -0
  67. data/config/locales/nl.yml +25 -0
  68. data/config/locales/no.yml +11 -1
  69. data/config/locales/om-ET.yml +1 -0
  70. data/config/locales/pl.yml +123 -21
  71. data/config/locales/pt-BR.yml +1 -1
  72. data/config/locales/pt.yml +47 -24
  73. data/config/locales/ro-RO.yml +98 -0
  74. data/config/locales/si-LK.yml +1 -0
  75. data/config/locales/sk-SK.yml +90 -0
  76. data/config/locales/sk.yml +95 -0
  77. data/config/locales/sl.yml +51 -0
  78. data/config/locales/so-SO.yml +1 -0
  79. data/config/locales/sr-CS.yml +26 -0
  80. data/config/locales/sv.yml +64 -0
  81. data/config/locales/sw-KE.yml +1 -0
  82. data/config/locales/ti-ER.yml +1 -0
  83. data/config/locales/tr-TR.yml +108 -2
  84. data/config/locales/vi-VN.yml +1 -0
  85. data/config/locales/vi.yml +1 -0
  86. data/config/locales/zh-CN.yml +171 -0
  87. data/config/locales/zh-TW.yml +1 -0
  88. data/config/routes.rb +2 -0
  89. data/lib/decidim/system/engine.rb +5 -0
  90. data/lib/decidim/system/test/factories.rb +11 -0
  91. data/lib/decidim/system/version.rb +1 -1
  92. metadata +66 -21
@@ -0,0 +1 @@
1
+ sw:
@@ -0,0 +1 @@
1
+ ti:
@@ -1,4 +1,36 @@
1
1
  tr:
2
+ activemodel:
3
+ attributes:
4
+ oauth_application:
5
+ name: OAuth Uygulama Adı
6
+ organization_logo: Kuruluş logosu (kare)
7
+ organization_name: Kuruluş
8
+ organization_url: Kuruluş URL'si
9
+ redirect_uri: Yönlendirme URL'si
10
+ organization:
11
+ address: SMTP Sunucu Adı
12
+ from_email: E-posta adresi
13
+ from_label: Etiket
14
+ password: Şifre
15
+ port: Port
16
+ user_name: Kullanıcı adı
17
+ organization_file_uploads:
18
+ allowed_content_types:
19
+ admin: Yönetici MIME türleri
20
+ default: Varsayılan MIME türleri
21
+ allowed_file_extensions:
22
+ admin: Yönetici dosya uzantıları
23
+ default: Varsayılan dosya uzantıları
24
+ image: Görüntü dosyası uzantıları
25
+ maximum_file_size:
26
+ avatar: Avatar dosya boyutu
27
+ default: Varsayılan dosya boyutu
28
+ errors:
29
+ models:
30
+ oauth_application:
31
+ attributes:
32
+ redirect_uri:
33
+ must_be_ssl: Yönlendirme URI'sı bir SSL URI olmalıdır
2
34
  decidim:
3
35
  system:
4
36
  actions:
@@ -32,6 +64,7 @@ tr:
32
64
  menu:
33
65
  admins: Yöneticiler
34
66
  dashboard: Pano
67
+ oauth_applications: OAuth uygulamaları
35
68
  organizations: Organizasyonlar
36
69
  models:
37
70
  admin:
@@ -41,26 +74,99 @@ tr:
41
74
  name: yönetim
42
75
  validations:
43
76
  email_uniqueness: aynı e-postaya sahip başka bir yönetici zaten var
77
+ oauth_application:
78
+ fields:
79
+ created_at: Oluşturuldu
80
+ name: OAuth Uygulama Adı
81
+ organization_name: Kuruluş
82
+ name: OAuth uygulaması
44
83
  organization:
45
84
  actions:
46
85
  save_and_invite: Kuruluş oluşturun ve yöneticiyi davet edin
47
86
  fields:
48
- created_at: Adresinde düzenlendi
49
- name: isim
87
+ created_at: Oluşturuldu
88
+ file_upload_settings: Dosya yükleme ayarları
89
+ name: Adı
90
+ omniauth_settings: Omniauth ayarları
50
91
  smtp_settings: SMTP ayarları
51
92
  name: organizasyon
93
+ oauth_applications:
94
+ create:
95
+ error: Bu uygulama oluşturulurken bir hata oluştu.
96
+ success: Uygulama başarıyla oluşturuldu.
97
+ destroy:
98
+ error: Bu uygulamayı yok ederken bir sorun oluştu.
99
+ success: Uygulama başarıyla yok edildi.
100
+ edit:
101
+ save: Kaydet
102
+ title: Uygulamayı düzenle
103
+ form:
104
+ select_organization: Bir kuruluş seçin
105
+ index:
106
+ confirm_delete: Bu uygulamayı silmek istediğinizden emin misiniz?
107
+ title: OAuth uygulamaları
108
+ new:
109
+ save: Kaydet
110
+ title: Yeni uygulama
111
+ update:
112
+ error: Bu uygulama güncellenirken bir hata oluştu.
113
+ success: Uygulama başarıyla güncellendi.
52
114
  organizations:
53
115
  create:
54
116
  error: Yeni bir organizasyon oluştururken bir sorun oluştu.
55
117
  success: Kuruluş başarıyla oluşturuldu.
56
118
  edit:
57
119
  secondary_hosts_hint: Her birini yeni bir satıra girin
120
+ file_upload_settings:
121
+ content_types:
122
+ admin_hint: Bu MIME türlerine yönetici bölümü yüklemeleri için izin verilir. Yönetici kullanıcılar, bazı belge biçimlerini yüklemenin risklerinin farkında olmalıdır, böylece dosya yüklemelerinde daha dikkatli olmalarını bekleyebilirsiniz.
123
+ default_hint: Bu MIME türlerine varsayılan olarak tüm kullanıcılar için izin verilir.
124
+ intro_html: MIME türleri için yıldız karakterli joker karakterler eklersiniz, ör. <code> resim / * </code>.
125
+ title: İzin verilen MIME türleri
126
+ file_extensions:
127
+ admin_hint: Bu dosya uzantılarına yönetici bölümü yüklemeleri için izin verilir. Yönetici kullanıcılar, bazı belge biçimlerini yüklemenin risklerinin farkında olmalıdır, böylece dosya yüklemelerinde daha dikkatli olmalarını bekleyebilirsiniz.
128
+ default_hint: Bu dosya uzantılarına varsayılan olarak tüm kullanıcılar için izin verilir.
129
+ image_hint: Bu dosya uzantılarına her türlü resim yüklemesi için izin verilir.
130
+ title: İzin verilen dosya uzantıları
131
+ file_sizes:
132
+ avatar_hint: Megabayt (MB). Bu dosya boyutu sınırı, avatar resmi yüklemeleri için kullanılır.
133
+ default_hint: Megabayt (MB). Bu dosya boyutu sınırı, aksi belirtilmedikçe tüm dosya yüklemeleri için kullanılan varsayılandır.
134
+ title: Maksimum dosya boyutu
135
+ intro: |
136
+ Lütfen bu ayarları değiştirmeyi düşünürken çok dikkatli olun. Ne kadar az izin verirseniz o kadar iyi.
137
+ Belirli dosya uzantılarına veya MIME türlerine izin vermek, sistem kullanıcılarını güvenlik risklerine maruz bırakabilir ve ayrıca web sitesinin erişilebilirliğini etkileyebilir.
58
138
  index:
59
139
  title: Organizasyonlar
60
140
  new:
61
141
  reference_prefix_hint: Başvuru öneki, tüm kuruluştaki kaynakları benzersiz şekilde tanımlamak için kullanılır
62
142
  secondary_hosts_hint: Her birini yeni bir satıra girin
63
143
  title: Yeni organizasyon
144
+ omniauth_settings:
145
+ decidim:
146
+ client_id: Client ID
147
+ client_secret: Client secret
148
+ site_url: Site URL'si
149
+ enabled: Etkinleştirildi
150
+ enabled_by_default: Bu sağlayıcı varsayılan olarak etkindir. Düzenlenebilir ancak devre dışı bırakılamaz.
151
+ facebook:
152
+ app_id: App ID
153
+ app_secret: App secret
154
+ google_oauth2:
155
+ client_id: Client ID
156
+ client_secret: Client secret
157
+ icon: İkon
158
+ icon_path: İkon yolu
159
+ twitter:
160
+ api_key: API anahtarı
161
+ api_secret: API secret
162
+ smtp_settings:
163
+ fieldsets:
164
+ sender: Gönderen
165
+ instructions:
166
+ from_label: 'E-posta göndereni: "your-organization-name <your-organization@example.org>" olacaktır. ''E-posta adresini'' etiket olarak kullanmak için boş bırakın'
167
+ placeholder:
168
+ from_email: your-organization@example.org
169
+ from_label: your-organization-name
64
170
  update:
65
171
  error: Bu kuruluş güncellenirken bir sorun oluştu.
66
172
  success: Kuruluş başarıyla güncellendi.
@@ -0,0 +1 @@
1
+ vi:
@@ -0,0 +1 @@
1
+ vi:
@@ -0,0 +1,171 @@
1
+ zh-CN:
2
+ activemodel:
3
+ attributes:
4
+ oauth_application:
5
+ name: OAuth 应用程序名称
6
+ organization_logo: 组织徽标(正方形)
7
+ organization_name: 组织
8
+ organization_url: 组织网址
9
+ redirect_uri: 重定向 URI
10
+ organization_file_uploads:
11
+ allowed_content_types:
12
+ admin: 管理 MIME 类型
13
+ default: 默认 MIME 类型
14
+ allowed_file_extensions:
15
+ admin: 管理文件扩展名
16
+ default: 默认文件扩展名
17
+ image: 图像文件扩展名
18
+ maximum_file_size:
19
+ avatar: 头像文件大小
20
+ default: 默认文件大小
21
+ errors:
22
+ models:
23
+ oauth_application:
24
+ attributes:
25
+ redirect_uri:
26
+ must_be_ssl: 重定向URI必须是一个 SSL URI
27
+ decidim:
28
+ system:
29
+ actions:
30
+ confirm_destroy: 您确定要删除这个吗?
31
+ destroy: 删除
32
+ edit: 编辑
33
+ new: 新的
34
+ save: 保存
35
+ title: 行动
36
+ admins:
37
+ create:
38
+ error: 创建新管理员时出错。
39
+ success: 管理员创建成功
40
+ destroy:
41
+ success: 管理员删除成功
42
+ edit:
43
+ title: 编辑管理员
44
+ update: 更新
45
+ index:
46
+ title: 管理员
47
+ new:
48
+ create: 创建
49
+ title: 新管理员
50
+ update:
51
+ error: 更新此管理员时出错。
52
+ success: 管理员更新成功
53
+ default_pages:
54
+ placeholders:
55
+ content: 请添加有意义的内容到管理仪表盘上的 %{page} 静态页面。
56
+ title: '%{page} 的默认标题'
57
+ menu:
58
+ admins: 管理员
59
+ dashboard: 仪表板
60
+ oauth_applications: OAuth 应用程序
61
+ organizations: 组织
62
+ models:
63
+ admin:
64
+ fields:
65
+ created_at: 创建于
66
+ email: 电子邮件地址
67
+ name: 管理员
68
+ validations:
69
+ email_uniqueness: 已存在具有相同电子邮件的其他管理员
70
+ oauth_application:
71
+ fields:
72
+ created_at: 创建于
73
+ name: OAuth 应用程序名称
74
+ organization_name: 组织
75
+ name: OAuth 应用程序
76
+ organization:
77
+ actions:
78
+ save_and_invite: 创建机构并邀请管理员
79
+ fields:
80
+ created_at: 创建于
81
+ file_upload_settings: 文件上传设置
82
+ name: 名称
83
+ omniauth_settings: Omniauth 设置
84
+ smtp_settings: SMTP 设置
85
+ name: 组织
86
+ oauth_applications:
87
+ create:
88
+ error: 创建此应用程序时出现问题。
89
+ success: 应用程序创建成功。
90
+ destroy:
91
+ error: 销毁此应用程序时出现问题。
92
+ success: 应用程序已成功销毁。
93
+ edit:
94
+ save: 保存
95
+ title: 编辑应用程序
96
+ form:
97
+ select_organization: 选择一个组织
98
+ index:
99
+ confirm_delete: 您确定要删除此应用程序?
100
+ title: OAuth 应用程序
101
+ new:
102
+ save: 保存
103
+ title: 新的应用程序
104
+ update:
105
+ error: 更新此应用程序时出现问题。
106
+ success: 应用程序更新成功。
107
+ organizations:
108
+ create:
109
+ error: 创建一个新组织时出现问题。
110
+ success: 组织成功创建。
111
+ edit:
112
+ secondary_hosts_hint: 在新行中输入其中每一个
113
+ file_upload_settings:
114
+ content_types:
115
+ admin_hint: 管理员版块上传允许这些MIME类型。 管理员用户应该知道上传某些文件格式的风险, 这样您可以期望他们对文件上传更加谨慎。
116
+ default_hint: 默认允许所有用户使用MIME类型。
117
+ intro_html: 您为 MIME 类型添加了带有星号字符的通配符,例如 <code>图像/*</code>。
118
+ title: 允许的 MIME 类型
119
+ file_extensions:
120
+ admin_hint: 这些文件扩展名允许管理员上传。 管理员用户应该知道上传某些文件格式的风险, 这样您可以期望他们对文件上传更加谨慎。
121
+ default_hint: 默认允许所有用户使用这些文件扩展名。
122
+ image_hint: 这些文件扩展名允许任何类型的图像上传。
123
+ title: 允许的文件扩展
124
+ file_sizes:
125
+ avatar_hint: Megabytes (MB). 此文件大小限制用于头像图像上传。
126
+ default_hint: Megabytes (MB). 此文件大小限制是所有文件上传的默认值,除非另有指定。
127
+ title: 最大文件大小
128
+ intro: |
129
+ 在考虑更改这些设置时,请特别谨慎。您允许的越少越好。
130
+ 允许特定文件扩展名或 MIME 类型会使系统用户面临安全风险,并且还会影响网站的访问权限。
131
+ index:
132
+ title: 组织
133
+ new:
134
+ reference_prefix_hint: 引用前缀被用来独特地识别所有组织的资源
135
+ secondary_hosts_hint: 在新行中输入其中每一个
136
+ title: 新建组织
137
+ omniauth_settings:
138
+ decidim:
139
+ client_id: 客户端ID
140
+ client_secret: 客户端密钥
141
+ site_url: 站点网址
142
+ enabled: 已启用
143
+ enabled_by_default: 此提供商默认启用。它可以被编辑但不禁用。
144
+ facebook:
145
+ app_id: 应用程序 ID
146
+ app_secret: 应用密钥
147
+ google_oauth2:
148
+ client_id: 客户端ID
149
+ client_secret: 客户端密钥
150
+ icon: 图标
151
+ icon_path: 图标路径
152
+ twitter:
153
+ api_key: API 密钥
154
+ api_secret: API 密钥
155
+ smtp_settings:
156
+ placeholder:
157
+ from_email: Your-organization@example.org
158
+ from_label: 您的组织名称
159
+ update:
160
+ error: 更新这个组织时出现问题。
161
+ success: 组织已成功更新。
162
+ users_registration_mode:
163
+ disabled: 只能通过外部帐户访问
164
+ enabled: 允许参与者注册并登录
165
+ existing: 不允许参与者注册,但允许现有参与者登录
166
+ shared:
167
+ notices:
168
+ no_organization_warning_html: 您必须创建一个组织才能启动。请确保您在继续之前阅读 %{guide}。
169
+ our_getting_started_guide: 我们开始的指南
170
+ titles:
171
+ dashboard: 仪表板
@@ -0,0 +1 @@
1
+ zh-TW:
data/config/routes.rb CHANGED
@@ -13,6 +13,8 @@ Decidim::System::Engine.routes.draw do
13
13
  authenticate(:admin) do
14
14
  resources :organizations, except: [:destroy]
15
15
  resources :admins
16
+ resources :oauth_applications
17
+
16
18
  root to: "dashboard#show"
17
19
  end
18
20
  end
@@ -45,6 +45,11 @@ module Decidim
45
45
  decidim_system.admins_path,
46
46
  position: 3,
47
47
  active: :inclusive
48
+
49
+ menu.item I18n.t("menu.oauth_applications", scope: "decidim.system"),
50
+ decidim_system.oauth_applications_path,
51
+ position: 4,
52
+ active: [%w(decidim/system/oauth_applications), []]
48
53
  end
49
54
  end
50
55
  end
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "decidim/core/test/factories"
4
+
5
+ FactoryBot.define do
6
+ factory :admin, class: "Decidim::System::Admin" do
7
+ sequence(:email) { |n| "admin#{n}@citizen.corp" }
8
+ password { "password1234" }
9
+ password_confirmation { "password1234" }
10
+ end
11
+ end
@@ -4,7 +4,7 @@ module Decidim
4
4
  # This holds the decidim-system version.
5
5
  module System
6
6
  def self.version
7
- "0.21.0"
7
+ "0.23.2"
8
8
  end
9
9
  end
10
10
  end
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.21.0
4
+ version: 0.23.2
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: 2020-04-08 00:00:00.000000000 Z
13
+ date: 2021-02-09 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.21.0
35
+ version: 0.23.2
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.21.0
42
+ version: 0.23.2
43
43
  - !ruby/object:Gem::Dependency
44
44
  name: devise
45
45
  requirement: !ruby/object:Gem::Requirement
@@ -102,48 +102,42 @@ dependencies:
102
102
  requirements:
103
103
  - - "~>"
104
104
  - !ruby/object:Gem::Version
105
- version: '1.12'
106
- - - ">="
107
- - !ruby/object:Gem::Version
108
- version: 1.12.1
105
+ version: 2.3.0
109
106
  type: :runtime
110
107
  prerelease: false
111
108
  version_requirements: !ruby/object:Gem::Requirement
112
109
  requirements:
113
110
  - - "~>"
114
111
  - !ruby/object:Gem::Version
115
- version: '1.12'
116
- - - ">="
117
- - !ruby/object:Gem::Version
118
- version: 1.12.1
112
+ version: 2.3.0
119
113
  - !ruby/object:Gem::Dependency
120
114
  name: sassc-rails
121
115
  requirement: !ruby/object:Gem::Requirement
122
116
  requirements:
123
117
  - - "~>"
124
118
  - !ruby/object:Gem::Version
125
- version: '1.3'
119
+ version: 2.1.2
126
120
  type: :runtime
127
121
  prerelease: false
128
122
  version_requirements: !ruby/object:Gem::Requirement
129
123
  requirements:
130
124
  - - "~>"
131
125
  - !ruby/object:Gem::Version
132
- version: '1.3'
126
+ version: 2.1.2
133
127
  - !ruby/object:Gem::Dependency
134
128
  name: decidim-dev
135
129
  requirement: !ruby/object:Gem::Requirement
136
130
  requirements:
137
131
  - - '='
138
132
  - !ruby/object:Gem::Version
139
- version: 0.21.0
133
+ version: 0.23.2
140
134
  type: :development
141
135
  prerelease: false
142
136
  version_requirements: !ruby/object:Gem::Requirement
143
137
  requirements:
144
138
  - - '='
145
139
  - !ruby/object:Gem::Version
146
- version: 0.21.0
140
+ version: 0.23.2
147
141
  description: System administration to create new organization in an installation.
148
142
  email:
149
143
  - josepjaume@gmail.com
@@ -158,6 +152,7 @@ files:
158
152
  - app/assets/config/decidim_system_manifest.js
159
153
  - app/assets/javascripts/decidim/system/application.js.es6
160
154
  - app/assets/stylesheets/decidim/system/_actions.scss
155
+ - app/assets/stylesheets/decidim/system/_forms.scss
161
156
  - app/assets/stylesheets/decidim/system/_foundation_and_overrides.scss
162
157
  - app/assets/stylesheets/decidim/system/_layout.scss
163
158
  - app/assets/stylesheets/decidim/system/_login.scss
@@ -168,17 +163,23 @@ files:
168
163
  - app/commands/decidim/system/create_admin.rb
169
164
  - app/commands/decidim/system/create_default_content_blocks.rb
170
165
  - app/commands/decidim/system/create_default_pages.rb
166
+ - app/commands/decidim/system/create_oauth_application.rb
167
+ - app/commands/decidim/system/destroy_oauth_application.rb
171
168
  - app/commands/decidim/system/populate_help.rb
172
169
  - app/commands/decidim/system/register_organization.rb
173
170
  - app/commands/decidim/system/update_admin.rb
171
+ - app/commands/decidim/system/update_oauth_application.rb
174
172
  - app/commands/decidim/system/update_organization.rb
175
173
  - app/controllers/decidim/system/admins_controller.rb
176
174
  - app/controllers/decidim/system/application_controller.rb
177
175
  - app/controllers/decidim/system/dashboard_controller.rb
178
176
  - app/controllers/decidim/system/devise/passwords_controller.rb
179
177
  - app/controllers/decidim/system/devise/sessions_controller.rb
178
+ - app/controllers/decidim/system/oauth_applications_controller.rb
180
179
  - app/controllers/decidim/system/organizations_controller.rb
181
180
  - app/forms/decidim/system/admin_form.rb
181
+ - app/forms/decidim/system/file_upload_settings_form.rb
182
+ - app/forms/decidim/system/oauth_application_form.rb
182
183
  - app/forms/decidim/system/register_organization_form.rb
183
184
  - app/forms/decidim/system/update_organization_form.rb
184
185
  - app/helpers/decidim/system/application_helper.rb
@@ -199,6 +200,12 @@ files:
199
200
  - app/views/decidim/system/devise/passwords/new.html.erb
200
201
  - app/views/decidim/system/devise/sessions/new.html.erb
201
202
  - app/views/decidim/system/devise/shared/_links.html.erb
203
+ - app/views/decidim/system/oauth_applications/_form.html.erb
204
+ - app/views/decidim/system/oauth_applications/edit.html.erb
205
+ - app/views/decidim/system/oauth_applications/index.html.erb
206
+ - app/views/decidim/system/oauth_applications/new.html.erb
207
+ - app/views/decidim/system/oauth_applications/show.html.erb
208
+ - app/views/decidim/system/organizations/_file_upload_settings.erb
202
209
  - app/views/decidim/system/organizations/_omniauth_provider.html.erb
203
210
  - app/views/decidim/system/organizations/_omniauth_settings.html.erb
204
211
  - app/views/decidim/system/organizations/_smtp_settings.html.erb
@@ -208,53 +215,91 @@ files:
208
215
  - app/views/decidim/system/organizations/show.html.erb
209
216
  - app/views/decidim/system/shared/_notices.html.erb
210
217
  - app/views/layouts/decidim/system/_header.html.erb
218
+ - app/views/layouts/decidim/system/_js_configuration.html.erb
211
219
  - app/views/layouts/decidim/system/_login_items.html.erb
212
220
  - app/views/layouts/decidim/system/_sidebar.html.erb
213
221
  - app/views/layouts/decidim/system/application.html.erb
214
222
  - app/views/layouts/decidim/system/login.html.erb
223
+ - config/locales/am-ET.yml
215
224
  - config/locales/ar-SA.yml
216
225
  - config/locales/ar.yml
226
+ - config/locales/bg-BG.yml
227
+ - config/locales/bg.yml
217
228
  - config/locales/ca.yml
218
229
  - config/locales/cs-CZ.yml
219
230
  - config/locales/cs.yml
231
+ - config/locales/da-DK.yml
232
+ - config/locales/da.yml
220
233
  - config/locales/de.yml
221
234
  - config/locales/el-GR.yml
222
235
  - config/locales/el.yml
223
236
  - config/locales/en.yml
224
237
  - config/locales/eo-UY.yml
238
+ - config/locales/eo.yml
225
239
  - config/locales/es-MX.yml
226
240
  - config/locales/es-PY.yml
227
241
  - config/locales/es.yml
242
+ - config/locales/et-EE.yml
243
+ - config/locales/et.yml
228
244
  - config/locales/eu.yml
229
245
  - config/locales/fi-pl.yml
230
246
  - config/locales/fi-plain.yml
231
247
  - config/locales/fi.yml
248
+ - config/locales/fr-CA.yml
232
249
  - config/locales/fr.yml
250
+ - config/locales/ga-IE.yml
233
251
  - config/locales/gl.yml
252
+ - config/locales/hr-HR.yml
253
+ - config/locales/hr.yml
234
254
  - config/locales/hu.yml
235
255
  - config/locales/id-ID.yml
236
256
  - config/locales/is-IS.yml
257
+ - config/locales/is.yml
237
258
  - config/locales/it.yml
259
+ - config/locales/ja-JP.yml
260
+ - config/locales/ja.yml
261
+ - config/locales/ko-KR.yml
262
+ - config/locales/ko.yml
263
+ - config/locales/lt-LT.yml
264
+ - config/locales/lt.yml
265
+ - config/locales/lv.yml
266
+ - config/locales/mt-MT.yml
267
+ - config/locales/mt.yml
238
268
  - config/locales/nl.yml
239
269
  - config/locales/no.yml
270
+ - config/locales/om-ET.yml
240
271
  - config/locales/pl.yml
241
272
  - config/locales/pt-BR.yml
242
273
  - config/locales/pt.yml
274
+ - config/locales/ro-RO.yml
243
275
  - config/locales/ru.yml
276
+ - config/locales/si-LK.yml
277
+ - config/locales/sk-SK.yml
278
+ - config/locales/sk.yml
279
+ - config/locales/sl.yml
280
+ - config/locales/so-SO.yml
281
+ - config/locales/sr-CS.yml
244
282
  - config/locales/sv.yml
283
+ - config/locales/sw-KE.yml
284
+ - config/locales/ti-ER.yml
245
285
  - config/locales/tr-TR.yml
246
286
  - config/locales/uk.yml
287
+ - config/locales/vi-VN.yml
288
+ - config/locales/vi.yml
289
+ - config/locales/zh-CN.yml
290
+ - config/locales/zh-TW.yml
247
291
  - config/routes.rb
248
292
  - db/migrate/20160919105637_devise_create_decidim_admins.rb
249
293
  - db/seeds.rb
250
294
  - lib/decidim/system.rb
251
295
  - lib/decidim/system/engine.rb
296
+ - lib/decidim/system/test/factories.rb
252
297
  - lib/decidim/system/version.rb
253
298
  homepage: https://github.com/decidim/decidim
254
299
  licenses:
255
300
  - AGPL-3.0
256
301
  metadata: {}
257
- post_install_message:
302
+ post_install_message:
258
303
  rdoc_options: []
259
304
  require_paths:
260
305
  - lib
@@ -262,15 +307,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
262
307
  requirements:
263
308
  - - ">="
264
309
  - !ruby/object:Gem::Version
265
- version: '2.5'
310
+ version: '2.6'
266
311
  required_rubygems_version: !ruby/object:Gem::Requirement
267
312
  requirements:
268
313
  - - ">="
269
314
  - !ruby/object:Gem::Version
270
315
  version: '0'
271
316
  requirements: []
272
- rubygems_version: 3.1.2
273
- signing_key:
317
+ rubygems_version: 3.0.3
318
+ signing_key:
274
319
  specification_version: 4
275
320
  summary: Decidim system administration
276
321
  test_files: []