decidim 0.6.8 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of decidim might be problematic. Click here for more details.

Files changed (2233) hide show
  1. checksums.yaml +4 -4
  2. data/.circleci/config.yml +456 -51
  3. data/.codeclimate.yml +3 -11
  4. data/.decidim-version +1 -0
  5. data/.rubocop.yml +15 -6
  6. data/.ruby-version +1 -1
  7. data/CHANGELOG.md +53 -3
  8. data/Dockerfile +31 -3
  9. data/Gemfile +3 -4
  10. data/Gemfile.lock +106 -112
  11. data/README.md +10 -7
  12. data/Rakefile +47 -13
  13. data/codecov.yml +81 -1
  14. data/config/i18n-tasks.yml +3 -0
  15. data/decidim.gemspec +37 -31
  16. data/docs/geocoding.md +1 -0
  17. data/docs/getting_started.md +1 -1
  18. data/docs/how_to_create_a_plugin.md +7 -4
  19. data/lib/decidim.rb +2 -1
  20. data/lib/decidim/version.rb +8 -0
  21. data/lib/generators/decidim/app_generator.rb +19 -4
  22. data/lib/generators/decidim/docker_generator.rb +4 -5
  23. data/lib/generators/decidim/install_generator.rb +2 -3
  24. data/{decidim-dev/lib/decidim/dev → lib/generators/decidim/templates/decidim}/dummy_authorization_handler.rb +0 -0
  25. data/lib/generators/decidim/templates/{authorization_handler.rb → example_authorization_handler.rb} +1 -1
  26. data/lib/generators/decidim/templates/initializer.rb +15 -1
  27. data/lib/generators/decidim/templates/secrets.yml.erb +3 -0
  28. data/package-lock.json +2864 -1517
  29. data/package.json +39 -31
  30. data/tsconfig.json +2 -1
  31. metadata +33 -2233
  32. data/decidim-admin/README.md +0 -46
  33. data/decidim-admin/Rakefile +0 -3
  34. data/decidim-admin/app/assets/config/decidim_admin_manifest.js +0 -2
  35. data/decidim-admin/app/assets/images/decidim/admin/.keep +0 -0
  36. data/decidim-admin/app/assets/javascripts/decidim/admin/application.js.es6 +0 -46
  37. data/decidim-admin/app/assets/javascripts/decidim/admin/scopes.js.es6 +0 -20
  38. data/decidim-admin/app/assets/javascripts/decidim/admin/select2.js.es6 +0 -8
  39. data/decidim-admin/app/assets/javascripts/decidim/admin/sort_list.component.js.es6 +0 -35
  40. data/decidim-admin/app/assets/javascripts/decidim/admin/tab_focus.js.es6 +0 -22
  41. data/decidim-admin/app/assets/javascripts/decidim/admin/toggle_nav.js.es6 +0 -17
  42. data/decidim-admin/app/assets/stylesheets/decidim/admin/_decidim.scss +0 -17
  43. data/decidim-admin/app/assets/stylesheets/decidim/admin/_variables.scss +0 -9
  44. data/decidim-admin/app/assets/stylesheets/decidim/admin/application.scss.erb +0 -6
  45. data/decidim-admin/app/assets/stylesheets/decidim/admin/extra/_action-icon.scss +0 -8
  46. data/decidim-admin/app/assets/stylesheets/decidim/admin/extra/_cards.scss +0 -12
  47. data/decidim-admin/app/assets/stylesheets/decidim/admin/extra/_categories.scss +0 -5
  48. data/decidim-admin/app/assets/stylesheets/decidim/admin/extra/_dropdown_inverted.scss +0 -38
  49. data/decidim-admin/app/assets/stylesheets/decidim/admin/extra/_editor.scss +0 -1
  50. data/decidim-admin/app/assets/stylesheets/decidim/admin/extra/_email_preview.scss +0 -5
  51. data/decidim-admin/app/assets/stylesheets/decidim/admin/extra/_label-required.scss +0 -3
  52. data/decidim-admin/app/assets/stylesheets/decidim/admin/extra/_login.scss +0 -36
  53. data/decidim-admin/app/assets/stylesheets/decidim/admin/extra/_quill.scss +0 -5
  54. data/decidim-admin/app/assets/stylesheets/decidim/admin/extra/_select_multiple.scss +0 -3
  55. data/decidim-admin/app/assets/stylesheets/decidim/admin/extra/_sort.scss +0 -12
  56. data/decidim-admin/app/assets/stylesheets/decidim/admin/extra/_title_bar.scss +0 -61
  57. data/decidim-admin/app/assets/stylesheets/decidim/admin/modules/_action-icon.scss +0 -36
  58. data/decidim-admin/app/assets/stylesheets/decidim/admin/modules/_buttons.scss +0 -47
  59. data/decidim-admin/app/assets/stylesheets/decidim/admin/modules/_callouts.scss +0 -31
  60. data/decidim-admin/app/assets/stylesheets/decidim/admin/modules/_cards.scss +0 -76
  61. data/decidim-admin/app/assets/stylesheets/decidim/admin/modules/_char-counter.scss +0 -20
  62. data/decidim-admin/app/assets/stylesheets/decidim/admin/modules/_component-counter.scss +0 -17
  63. data/decidim-admin/app/assets/stylesheets/decidim/admin/modules/_forms.scss +0 -80
  64. data/decidim-admin/app/assets/stylesheets/decidim/admin/modules/_icons.scss +0 -67
  65. data/decidim-admin/app/assets/stylesheets/decidim/admin/modules/_layout.scss +0 -67
  66. data/decidim-admin/app/assets/stylesheets/decidim/admin/modules/_main-nav.scss +0 -41
  67. data/decidim-admin/app/assets/stylesheets/decidim/admin/modules/_modules.scss +0 -24
  68. data/decidim-admin/app/assets/stylesheets/decidim/admin/modules/_process-header.scss +0 -11
  69. data/decidim-admin/app/assets/stylesheets/decidim/admin/modules/_secondary-nav.scss +0 -95
  70. data/decidim-admin/app/assets/stylesheets/decidim/admin/modules/_table-list.scss +0 -78
  71. data/decidim-admin/app/assets/stylesheets/decidim/admin/modules/_tabs.scss +0 -49
  72. data/decidim-admin/app/assets/stylesheets/decidim/admin/modules/_title-bar.scss +0 -32
  73. data/decidim-admin/app/assets/stylesheets/decidim/admin/modules/_typography.scss +0 -19
  74. data/decidim-admin/app/assets/stylesheets/decidim/admin/modules/_user-login.scss +0 -23
  75. data/decidim-admin/app/assets/stylesheets/decidim/admin/plugins/_foundation-datepicker.scss +0 -224
  76. data/decidim-admin/app/assets/stylesheets/decidim/admin/plugins/_select2.scss +0 -27
  77. data/decidim-admin/app/assets/stylesheets/decidim/admin/utils/_fontface.scss +0 -27
  78. data/decidim-admin/app/assets/stylesheets/decidim/admin/utils/_helpers.scss +0 -25
  79. data/decidim-admin/app/assets/stylesheets/decidim/admin/utils/_keyframes.scss +0 -21
  80. data/decidim-admin/app/assets/stylesheets/decidim/admin/utils/_mixins.scss +0 -20
  81. data/decidim-admin/app/assets/stylesheets/decidim/admin/utils/_settings.scss +0 -590
  82. data/decidim-admin/app/assets/stylesheets/decidim/admin/utils/_toggle-expand.scss +0 -8
  83. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/_constants.scss +0 -5
  84. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/_math.scss +0 -45
  85. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/functions/_acos.scss +0 -12
  86. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/functions/_asin.scss +0 -12
  87. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/functions/_atan.scss +0 -28
  88. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/functions/_atan2.scss +0 -37
  89. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/functions/_cos.scss +0 -13
  90. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/functions/_cot.scss +0 -9
  91. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/functions/_csc.scss +0 -9
  92. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/functions/_exp.scss +0 -12
  93. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/functions/_fact.scss +0 -18
  94. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/functions/_frexp.scss +0 -21
  95. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/functions/_ldexp.scss +0 -17
  96. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/functions/_log.scss +0 -34
  97. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/functions/_pow.scss +0 -28
  98. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/functions/_sec.scss +0 -9
  99. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/functions/_sin.scss +0 -9
  100. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/functions/_sqrt.scss +0 -16
  101. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/functions/_tan.scss +0 -9
  102. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/helpers/_deg-to-rad.scss +0 -4
  103. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/helpers/_rad-to-deg.scss +0 -4
  104. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/helpers/_strip-unit.scss +0 -8
  105. data/decidim-admin/app/assets/stylesheets/decidim/admin/vendor/mathsass/helpers/_unitless-rad.scss +0 -13
  106. data/decidim-admin/app/commands/decidim/admin/close_session_managed_user.rb +0 -44
  107. data/decidim-admin/app/commands/decidim/admin/create_attachment.rb +0 -53
  108. data/decidim-admin/app/commands/decidim/admin/create_category.rb +0 -45
  109. data/decidim-admin/app/commands/decidim/admin/create_feature.rb +0 -52
  110. data/decidim-admin/app/commands/decidim/admin/create_managed_user.rb +0 -59
  111. data/decidim-admin/app/commands/decidim/admin/create_newsletter.rb +0 -31
  112. data/decidim-admin/app/commands/decidim/admin/create_scope.rb +0 -44
  113. data/decidim-admin/app/commands/decidim/admin/create_scope_type.rb +0 -40
  114. data/decidim-admin/app/commands/decidim/admin/create_static_page.rb +0 -41
  115. data/decidim-admin/app/commands/decidim/admin/deliver_newsletter.rb +0 -30
  116. data/decidim-admin/app/commands/decidim/admin/destroy_category.rb +0 -37
  117. data/decidim-admin/app/commands/decidim/admin/destroy_feature.rb +0 -45
  118. data/decidim-admin/app/commands/decidim/admin/hide_resource.rb +0 -38
  119. data/decidim-admin/app/commands/decidim/admin/impersonate_managed_user.rb +0 -61
  120. data/decidim-admin/app/commands/decidim/admin/promote_managed_user.rb +0 -56
  121. data/decidim-admin/app/commands/decidim/admin/reject_user_group.rb +0 -33
  122. data/decidim-admin/app/commands/decidim/admin/unreport_resource.rb +0 -34
  123. data/decidim-admin/app/commands/decidim/admin/update_attachment.rb +0 -51
  124. data/decidim-admin/app/commands/decidim/admin/update_category.rb +0 -49
  125. data/decidim-admin/app/commands/decidim/admin/update_feature.rb +0 -50
  126. data/decidim-admin/app/commands/decidim/admin/update_feature_permissions.rb +0 -47
  127. data/decidim-admin/app/commands/decidim/admin/update_newsletter.rb +0 -34
  128. data/decidim-admin/app/commands/decidim/admin/update_organization.rb +0 -74
  129. data/decidim-admin/app/commands/decidim/admin/update_scope.rb +0 -47
  130. data/decidim-admin/app/commands/decidim/admin/update_scope_type.rb +0 -45
  131. data/decidim-admin/app/commands/decidim/admin/update_static_page.rb +0 -46
  132. data/decidim-admin/app/commands/decidim/admin/update_user_groups.rb +0 -44
  133. data/decidim-admin/app/commands/decidim/admin/verify_user_group.rb +0 -32
  134. data/decidim-admin/app/constraints/decidim/admin/organization_dashboard_constraint.rb +0 -41
  135. data/decidim-admin/app/controllers/decidim/admin/application_controller.rb +0 -39
  136. data/decidim-admin/app/controllers/decidim/admin/categories_controller.rb +0 -89
  137. data/decidim-admin/app/controllers/decidim/admin/concerns/has_attachments.rb +0 -126
  138. data/decidim-admin/app/controllers/decidim/admin/dashboard_controller.rb +0 -11
  139. data/decidim-admin/app/controllers/decidim/admin/exports_controller.rb +0 -31
  140. data/decidim-admin/app/controllers/decidim/admin/feature_permissions_controller.rb +0 -57
  141. data/decidim-admin/app/controllers/decidim/admin/features/base_controller.rb +0 -45
  142. data/decidim-admin/app/controllers/decidim/admin/features_controller.rb +0 -126
  143. data/decidim-admin/app/controllers/decidim/admin/managed_users/impersonations_controller.rb +0 -78
  144. data/decidim-admin/app/controllers/decidim/admin/managed_users/promotions_controller.rb +0 -43
  145. data/decidim-admin/app/controllers/decidim/admin/managed_users_controller.rb +0 -69
  146. data/decidim-admin/app/controllers/decidim/admin/moderations_controller.rb +0 -66
  147. data/decidim-admin/app/controllers/decidim/admin/newsletters_controller.rb +0 -115
  148. data/decidim-admin/app/controllers/decidim/admin/organization_controller.rb +0 -47
  149. data/decidim-admin/app/controllers/decidim/admin/scope_types_controller.rb +0 -79
  150. data/decidim-admin/app/controllers/decidim/admin/scopes_controller.rb +0 -97
  151. data/decidim-admin/app/controllers/decidim/admin/static_pages_controller.rb +0 -95
  152. data/decidim-admin/app/controllers/decidim/admin/user_groups_controller.rb +0 -62
  153. data/decidim-admin/app/controllers/decidim/admin/users_controller.rb +0 -85
  154. data/decidim-admin/app/forms/decidim/admin/attachment_form.rb +0 -20
  155. data/decidim-admin/app/forms/decidim/admin/category_form.rb +0 -32
  156. data/decidim-admin/app/forms/decidim/admin/feature_form.rb +0 -33
  157. data/decidim-admin/app/forms/decidim/admin/impersonate_managed_user_form.rb +0 -20
  158. data/decidim-admin/app/forms/decidim/admin/managed_user_form.rb +0 -35
  159. data/decidim-admin/app/forms/decidim/admin/managed_user_promotion_form.rb +0 -13
  160. data/decidim-admin/app/forms/decidim/admin/newsletter_form.rb +0 -16
  161. data/decidim-admin/app/forms/decidim/admin/organization_form.rb +0 -56
  162. data/decidim-admin/app/forms/decidim/admin/permission_form.rb +0 -32
  163. data/decidim-admin/app/forms/decidim/admin/permissions_form.rb +0 -17
  164. data/decidim-admin/app/forms/decidim/admin/scope_form.rb +0 -36
  165. data/decidim-admin/app/forms/decidim/admin/scope_type_form.rb +0 -21
  166. data/decidim-admin/app/forms/decidim/admin/static_page_form.rb +0 -36
  167. data/decidim-admin/app/helpers/decidim/admin/application_helper.rb +0 -26
  168. data/decidim-admin/app/helpers/decidim/admin/attributes_display_helper.rb +0 -71
  169. data/decidim-admin/app/helpers/decidim/admin/exports_helper.rb +0 -28
  170. data/decidim-admin/app/helpers/decidim/admin/icon_link_helper.rb +0 -31
  171. data/decidim-admin/app/helpers/decidim/admin/menu_helper.rb +0 -17
  172. data/decidim-admin/app/helpers/decidim/admin/scopes_helper.rb +0 -46
  173. data/decidim-admin/app/helpers/decidim/admin/settings_helper.rb +0 -41
  174. data/decidim-admin/app/jobs/decidim/admin/application_job.rb +0 -10
  175. data/decidim-admin/app/jobs/decidim/admin/expire_impersonation_job.rb +0 -16
  176. data/decidim-admin/app/jobs/decidim/admin/newsletter_delivery_job.rb +0 -19
  177. data/decidim-admin/app/jobs/decidim/admin/newsletter_job.rb +0 -37
  178. data/decidim-admin/app/mailers/decidim/admin/application_mailer.rb +0 -12
  179. data/decidim-admin/app/models/decidim/admin/abilities/admin_ability.rb +0 -58
  180. data/decidim-admin/app/models/decidim/admin/abilities/base_ability.rb +0 -21
  181. data/decidim-admin/app/models/decidim/admin/abilities/participatory_process_admin_ability.rb +0 -54
  182. data/decidim-admin/app/models/decidim/admin/abilities/participatory_process_collaborator_ability.rb +0 -19
  183. data/decidim-admin/app/models/decidim/admin/abilities/participatory_process_moderator_ability.rb +0 -23
  184. data/decidim-admin/app/models/decidim/admin/abilities/user_manager_ability.rb +0 -33
  185. data/decidim-admin/app/models/decidim/admin/application_record.rb +0 -11
  186. data/decidim-admin/app/queries/decidim/admin/user_groups_evaluation.rb +0 -54
  187. data/decidim-admin/app/views/decidim/admin/attachments/_form.html.erb +0 -21
  188. data/decidim-admin/app/views/decidim/admin/attachments/edit.html.erb +0 -7
  189. data/decidim-admin/app/views/decidim/admin/attachments/index.html.erb +0 -47
  190. data/decidim-admin/app/views/decidim/admin/attachments/new.html.erb +0 -7
  191. data/decidim-admin/app/views/decidim/admin/attachments/show.html.erb +0 -25
  192. data/decidim-admin/app/views/decidim/admin/categories/_form.html.erb +0 -20
  193. data/decidim-admin/app/views/decidim/admin/categories/edit.html.erb +0 -7
  194. data/decidim-admin/app/views/decidim/admin/categories/index.html.erb +0 -65
  195. data/decidim-admin/app/views/decidim/admin/categories/new.html.erb +0 -7
  196. data/decidim-admin/app/views/decidim/admin/categories/show.html.erb +0 -14
  197. data/decidim-admin/app/views/decidim/admin/dashboard/show.html.erb +0 -6
  198. data/decidim-admin/app/views/decidim/admin/devise/mailers/password_change.html.erb +0 -3
  199. data/decidim-admin/app/views/decidim/admin/devise/mailers/reset_password_instructions.html.erb +0 -8
  200. data/decidim-admin/app/views/decidim/admin/exports/_dropdown.html.erb +0 -10
  201. data/decidim-admin/app/views/decidim/admin/feature_permissions/edit.html.erb +0 -27
  202. data/decidim-admin/app/views/decidim/admin/features/_feature.html.erb +0 -37
  203. data/decidim-admin/app/views/decidim/admin/features/_form.html.erb +0 -82
  204. data/decidim-admin/app/views/decidim/admin/features/_settings_fields.html.erb +0 -9
  205. data/decidim-admin/app/views/decidim/admin/features/edit.html.erb +0 -7
  206. data/decidim-admin/app/views/decidim/admin/features/index.html.erb +0 -31
  207. data/decidim-admin/app/views/decidim/admin/features/new.html.erb +0 -8
  208. data/decidim-admin/app/views/decidim/admin/managed_users/_form.html.erb +0 -12
  209. data/decidim-admin/app/views/decidim/admin/managed_users/impersonations/_form.html.erb +0 -10
  210. data/decidim-admin/app/views/decidim/admin/managed_users/impersonations/index.html.erb +0 -34
  211. data/decidim-admin/app/views/decidim/admin/managed_users/impersonations/new.html.erb +0 -15
  212. data/decidim-admin/app/views/decidim/admin/managed_users/index.html.erb +0 -44
  213. data/decidim-admin/app/views/decidim/admin/managed_users/new.html.erb +0 -47
  214. data/decidim-admin/app/views/decidim/admin/managed_users/promotions/_form.html.erb +0 -3
  215. data/decidim-admin/app/views/decidim/admin/managed_users/promotions/new.html.erb +0 -21
  216. data/decidim-admin/app/views/decidim/admin/moderations/_report.html.erb +0 -11
  217. data/decidim-admin/app/views/decidim/admin/moderations/index.html.erb +0 -77
  218. data/decidim-admin/app/views/decidim/admin/newsletters/_form.html.erb +0 -11
  219. data/decidim-admin/app/views/decidim/admin/newsletters/edit.html.erb +0 -13
  220. data/decidim-admin/app/views/decidim/admin/newsletters/index.html.erb +0 -54
  221. data/decidim-admin/app/views/decidim/admin/newsletters/new.html.erb +0 -13
  222. data/decidim-admin/app/views/decidim/admin/newsletters/show.html.erb +0 -22
  223. data/decidim-admin/app/views/decidim/admin/organization/_form.html.erb +0 -84
  224. data/decidim-admin/app/views/decidim/admin/organization/edit.html.erb +0 -14
  225. data/decidim-admin/app/views/decidim/admin/scope_types/_form.html.erb +0 -7
  226. data/decidim-admin/app/views/decidim/admin/scope_types/edit.html.erb +0 -13
  227. data/decidim-admin/app/views/decidim/admin/scope_types/index.html.erb +0 -40
  228. data/decidim-admin/app/views/decidim/admin/scope_types/new.html.erb +0 -13
  229. data/decidim-admin/app/views/decidim/admin/scopes/_form.html.erb +0 -13
  230. data/decidim-admin/app/views/decidim/admin/scopes/edit.html.erb +0 -13
  231. data/decidim-admin/app/views/decidim/admin/scopes/index.html.erb +0 -51
  232. data/decidim-admin/app/views/decidim/admin/scopes/new.html.erb +0 -13
  233. data/decidim-admin/app/views/decidim/admin/static_pages/_form.html.erb +0 -13
  234. data/decidim-admin/app/views/decidim/admin/static_pages/edit.html.erb +0 -13
  235. data/decidim-admin/app/views/decidim/admin/static_pages/index.html.erb +0 -41
  236. data/decidim-admin/app/views/decidim/admin/static_pages/new.html.erb +0 -13
  237. data/decidim-admin/app/views/decidim/admin/static_pages/show.html.erb +0 -22
  238. data/decidim-admin/app/views/decidim/admin/user_groups/index.html.erb +0 -100
  239. data/decidim-admin/app/views/decidim/admin/users/_form.html.erb +0 -11
  240. data/decidim-admin/app/views/decidim/admin/users/index.html.erb +0 -61
  241. data/decidim-admin/app/views/decidim/admin/users/new.html.erb +0 -14
  242. data/decidim-admin/app/views/layouts/decidim/admin/_application.html.erb +0 -28
  243. data/decidim-admin/app/views/layouts/decidim/admin/_callouts_full.html.erb +0 -10
  244. data/decidim-admin/app/views/layouts/decidim/admin/_header.html.erb +0 -5
  245. data/decidim-admin/app/views/layouts/decidim/admin/_template_bottom.html.erb +0 -2
  246. data/decidim-admin/app/views/layouts/decidim/admin/_template_top.html.erb +0 -3
  247. data/decidim-admin/app/views/layouts/decidim/admin/_title_bar.html.erb +0 -37
  248. data/decidim-admin/app/views/layouts/decidim/admin/application.html.erb +0 -3
  249. data/decidim-admin/app/views/layouts/decidim/admin/login.html.erb +0 -19
  250. data/decidim-admin/app/views/layouts/decidim/admin/newsletters.erb +0 -14
  251. data/decidim-admin/app/views/layouts/decidim/admin/pages.html.erb +0 -14
  252. data/decidim-admin/app/views/layouts/decidim/admin/settings.html.erb +0 -22
  253. data/decidim-admin/app/views/layouts/decidim/admin/users.html.erb +0 -26
  254. data/decidim-admin/bin/rails +0 -15
  255. data/decidim-admin/config/locales/ca.yml +0 -452
  256. data/decidim-admin/config/locales/en.yml +0 -452
  257. data/decidim-admin/config/locales/es.yml +0 -452
  258. data/decidim-admin/config/locales/eu.yml +0 -451
  259. data/decidim-admin/config/locales/fi.yml +0 -451
  260. data/decidim-admin/config/locales/fr.yml +0 -451
  261. data/decidim-admin/config/locales/it.yml +0 -451
  262. data/decidim-admin/config/locales/nl.yml +0 -451
  263. data/decidim-admin/config/locales/pl.yml +0 -451
  264. data/decidim-admin/config/locales/uk.yml +0 -451
  265. data/decidim-admin/config/routes.rb +0 -48
  266. data/decidim-admin/db/migrate/20161102144648_add_admin_participatory_process_user_roles.rb +0 -17
  267. data/decidim-admin/db/migrate/20170128112958_change_user_groups_verified_to_timestamp.rb +0 -11
  268. data/decidim-admin/db/migrate/20170714083651_rename_participatory_process_user_roles_table.rb +0 -7
  269. data/decidim-admin/decidim-admin.gemspec +0 -31
  270. data/decidim-admin/lib/decidim/admin.rb +0 -14
  271. data/decidim-admin/lib/decidim/admin/engine.rb +0 -84
  272. data/decidim-admin/lib/decidim/admin/features.rb +0 -11
  273. data/decidim-admin/lib/decidim/admin/test/commands/create_category_examples.rb +0 -62
  274. data/decidim-admin/lib/decidim/admin/test/commands/destroy_category_examples.rb +0 -46
  275. data/decidim-admin/lib/decidim/admin/test/commands/update_category_examples.rb +0 -65
  276. data/decidim-admin/lib/decidim/admin/test/forms/category_form_examples.rb +0 -90
  277. data/decidim-admin/lib/decidim/admin/test/manage_attachments_examples.rb +0 -101
  278. data/decidim-admin/lib/decidim/admin/test/manage_feature_permissions_examples.rb +0 -41
  279. data/decidim-admin/spec/commands/close_session_managed_user_spec.rb +0 -33
  280. data/decidim-admin/spec/commands/create_feature_spec.rb +0 -88
  281. data/decidim-admin/spec/commands/create_managed_user_spec.rb +0 -68
  282. data/decidim-admin/spec/commands/create_newsletter_spec.rb +0 -63
  283. data/decidim-admin/spec/commands/create_scope_spec.rb +0 -59
  284. data/decidim-admin/spec/commands/create_scope_type_spec.rb +0 -39
  285. data/decidim-admin/spec/commands/create_static_page_spec.rb +0 -43
  286. data/decidim-admin/spec/commands/deliver_newsletter_spec.rb +0 -49
  287. data/decidim-admin/spec/commands/destroy_feature_spec.rb +0 -33
  288. data/decidim-admin/spec/commands/hide_resource_spec.rb +0 -42
  289. data/decidim-admin/spec/commands/impersonate_managed_user_spec.rb +0 -75
  290. data/decidim-admin/spec/commands/promote_managed_user_spec.rb +0 -66
  291. data/decidim-admin/spec/commands/reject_user_group_spec.rb +0 -61
  292. data/decidim-admin/spec/commands/unreport_resource_spec.rb +0 -43
  293. data/decidim-admin/spec/commands/update_feature_spec.rb +0 -90
  294. data/decidim-admin/spec/commands/update_newsletter_spec.rb +0 -65
  295. data/decidim-admin/spec/commands/update_organization_spec.rb +0 -105
  296. data/decidim-admin/spec/commands/update_scope_spec.rb +0 -50
  297. data/decidim-admin/spec/commands/update_scope_type_spec.rb +0 -44
  298. data/decidim-admin/spec/commands/update_static_page_spec.rb +0 -52
  299. data/decidim-admin/spec/commands/verify_user_group_spec.rb +0 -61
  300. data/decidim-admin/spec/controllers/static_pages_controller_spec.rb +0 -53
  301. data/decidim-admin/spec/factories.rb +0 -4
  302. data/decidim-admin/spec/features/admin_invite_spec.rb +0 -50
  303. data/decidim-admin/spec/features/admin_manages_managed_users_spec.rb +0 -15
  304. data/decidim-admin/spec/features/admin_manages_newsletters_spec.rb +0 -148
  305. data/decidim-admin/spec/features/admin_manages_organization_admins_spec.rb +0 -98
  306. data/decidim-admin/spec/features/admin_manages_organization_scopes_spec.rb +0 -116
  307. data/decidim-admin/spec/features/admin_manages_organization_spec.rb +0 -47
  308. data/decidim-admin/spec/features/static_pages_spec.rb +0 -135
  309. data/decidim-admin/spec/features/user_manager_managed_users_spec.rb +0 -14
  310. data/decidim-admin/spec/forms/impersonate_managed_user_form_spec.rb +0 -33
  311. data/decidim-admin/spec/forms/managed_user_form_spec.rb +0 -53
  312. data/decidim-admin/spec/forms/managed_user_promotion_form_spec.rb +0 -30
  313. data/decidim-admin/spec/forms/newsletter_form_spec.rb +0 -47
  314. data/decidim-admin/spec/forms/organization_form_spec.rb +0 -96
  315. data/decidim-admin/spec/forms/scope_form_spec.rb +0 -65
  316. data/decidim-admin/spec/forms/static_page_form_spec.rb +0 -104
  317. data/decidim-admin/spec/helpers/aria_selected_link_to_helper_spec.rb +0 -48
  318. data/decidim-admin/spec/helpers/exports_helper_spec.rb +0 -27
  319. data/decidim-admin/spec/helpers/menu_helper_spec.rb +0 -40
  320. data/decidim-admin/spec/helpers/settings_helper_spec.rb +0 -58
  321. data/decidim-admin/spec/jobs/expire_impersonation_job_spec.rb +0 -29
  322. data/decidim-admin/spec/jobs/export_job_spec.rb +0 -57
  323. data/decidim-admin/spec/jobs/newsletter_delivery_job_spec.rb +0 -26
  324. data/decidim-admin/spec/jobs/newsletter_job_spec.rb +0 -35
  325. data/decidim-admin/spec/models/abilities/admin_ability_spec.rb +0 -86
  326. data/decidim-admin/spec/models/abilities/participatory_process_admin_ability_spec.rb +0 -49
  327. data/decidim-admin/spec/models/abilities/participatory_process_collaborator_ability_spec.rb +0 -18
  328. data/decidim-admin/spec/models/abilities/user_manager_ability_spec.rb +0 -67
  329. data/decidim-admin/spec/organization_dashboard_constraint_spec.rb +0 -56
  330. data/decidim-admin/spec/queries/user_group_evaluation_spec.rb +0 -94
  331. data/decidim-admin/spec/shared/manage_managed_users_examples.rb +0 -173
  332. data/decidim-admin/spec/spec_helper.rb +0 -9
  333. data/decidim-admin/spec/views/decidim/static_pages/_form.html.erb_spec.rb +0 -37
  334. data/decidim-admin/vendor/assets/javascripts/html.sortable.js +0 -691
  335. data/decidim-admin/vendor/assets/javascripts/moment.min.js +0 -7
  336. data/decidim-api/README.md +0 -29
  337. data/decidim-api/Rakefile +0 -3
  338. data/decidim-api/app/assets/config/decidim_api_manifest.js +0 -1
  339. data/decidim-api/app/assets/javascripts/decidim/api/docs.js.es6 +0 -25
  340. data/decidim-api/app/controllers/decidim/api/application_controller.rb +0 -19
  341. data/decidim-api/app/controllers/decidim/api/documentation_controller.rb +0 -13
  342. data/decidim-api/app/controllers/decidim/api/queries_controller.rb +0 -37
  343. data/decidim-api/app/views/decidim/api/documentation/show.html.erb +0 -10
  344. data/decidim-api/app/views/layouts/decidim/api/documentation.html.erb +0 -9
  345. data/decidim-api/bin/rails +0 -15
  346. data/decidim-api/config/routes.rb +0 -8
  347. data/decidim-api/decidim-api.gemspec +0 -28
  348. data/decidim-api/lib/decidim/api.rb +0 -13
  349. data/decidim-api/lib/decidim/api/engine.rb +0 -37
  350. data/decidim-api/lib/decidim/api/graphiql-initial-query.txt +0 -11
  351. data/decidim-api/lib/decidim/api/mutation_type.rb +0 -11
  352. data/decidim-api/lib/decidim/api/query_type.rb +0 -11
  353. data/decidim-api/lib/decidim/api/schema.rb +0 -16
  354. data/decidim-api/lib/decidim/api/test/type_context.rb +0 -43
  355. data/decidim-api/spec/controllers/queries_controller_spec.rb +0 -25
  356. data/decidim-api/spec/factories.rb +0 -5
  357. data/decidim-api/spec/features/documentation_spec.rb +0 -23
  358. data/decidim-api/spec/features/graphiql_spec.rb +0 -23
  359. data/decidim-api/spec/spec_helper.rb +0 -9
  360. data/decidim-api/spec/types/query_type_spec.rb +0 -26
  361. data/decidim-api/vendor/assets/javascripts/decidim/api/graphql-docs.js +0 -3518
  362. data/decidim-api/vendor/assets/javascripts/decidim/api/react-dom.js +0 -42
  363. data/decidim-api/vendor/assets/javascripts/decidim/api/react.js +0 -20595
  364. data/decidim-assemblies/.gitignore +0 -3
  365. data/decidim-assemblies/README.md +0 -34
  366. data/decidim-assemblies/Rakefile +0 -3
  367. data/decidim-assemblies/app/assets/config/admin/decidim_assemblies_manifest.js +0 -1
  368. data/decidim-assemblies/app/assets/config/decidim_assemblies_manifest.js +0 -1
  369. data/decidim-assemblies/app/assets/images/decidim/assemblies/assembly.svg +0 -6
  370. data/decidim-assemblies/app/assets/javascripts/decidim/assemblies/admin/assemblies.js.es6 +0 -12
  371. data/decidim-assemblies/app/commands/decidim/assemblies/admin/copy_assembly.rb +0 -88
  372. data/decidim-assemblies/app/commands/decidim/assemblies/admin/create_assembly.rb +0 -68
  373. data/decidim-assemblies/app/commands/decidim/assemblies/admin/publish_assembly.rb +0 -34
  374. data/decidim-assemblies/app/commands/decidim/assemblies/admin/unpublish_assembly.rb +0 -34
  375. data/decidim-assemblies/app/commands/decidim/assemblies/admin/update_assembly.rb +0 -73
  376. data/decidim-assemblies/app/constraints/decidim/assemblies/current_assembly.rb +0 -37
  377. data/decidim-assemblies/app/constraints/decidim/assemblies/current_feature.rb +0 -28
  378. data/decidim-assemblies/app/controllers/concerns/decidim/assemblies/admin/assembly_context.rb +0 -21
  379. data/decidim-assemblies/app/controllers/concerns/decidim/assemblies/assembly_context.rb +0 -25
  380. data/decidim-assemblies/app/controllers/concerns/decidim/assemblies/needs_assembly.rb +0 -50
  381. data/decidim-assemblies/app/controllers/decidim/assemblies/admin/application_controller.rb +0 -11
  382. data/decidim-assemblies/app/controllers/decidim/assemblies/admin/assemblies_controller.rb +0 -100
  383. data/decidim-assemblies/app/controllers/decidim/assemblies/admin/assembly_attachments_controller.rb +0 -27
  384. data/decidim-assemblies/app/controllers/decidim/assemblies/admin/assembly_copies_controller.rb +0 -35
  385. data/decidim-assemblies/app/controllers/decidim/assemblies/admin/assembly_publications_controller.rb +0 -45
  386. data/decidim-assemblies/app/controllers/decidim/assemblies/admin/categories_controller.rb +0 -13
  387. data/decidim-assemblies/app/controllers/decidim/assemblies/admin/concerns/assembly_admin.rb +0 -26
  388. data/decidim-assemblies/app/controllers/decidim/assemblies/admin/exports_controller.rb +0 -14
  389. data/decidim-assemblies/app/controllers/decidim/assemblies/admin/feature_permissions_controller.rb +0 -14
  390. data/decidim-assemblies/app/controllers/decidim/assemblies/admin/features_controller.rb +0 -14
  391. data/decidim-assemblies/app/controllers/decidim/assemblies/admin/moderations_controller.rb +0 -12
  392. data/decidim-assemblies/app/controllers/decidim/assemblies/assemblies_controller.rb +0 -43
  393. data/decidim-assemblies/app/controllers/decidim/assemblies/assembly_widgets_controller.rb +0 -21
  394. data/decidim-assemblies/app/controllers/decidim/assemblies/categories_controller.rb +0 -13
  395. data/decidim-assemblies/app/forms/decidim/assemblies/admin/assembly_copy_form.rb +0 -34
  396. data/decidim-assemblies/app/forms/decidim/assemblies/admin/assembly_form.rb +0 -63
  397. data/decidim-assemblies/app/models/decidim/assemblies/abilities/admin/admin_ability.rb +0 -18
  398. data/decidim-assemblies/app/models/decidim/assemblies/abilities/admin_ability.rb +0 -16
  399. data/decidim-assemblies/app/models/decidim/assemblies/abilities/everyone_ability.rb +0 -17
  400. data/decidim-assemblies/app/models/decidim/assembly.rb +0 -45
  401. data/decidim-assemblies/app/presenters/decidim/assemblies/assembly_stats_presenter.rb +0 -52
  402. data/decidim-assemblies/app/queries/decidim/assemblies/admin/admin_users.rb +0 -39
  403. data/decidim-assemblies/app/queries/decidim/assemblies/organization_assemblies.rb +0 -16
  404. data/decidim-assemblies/app/queries/decidim/assemblies/organization_prioritized_assemblies.rb +0 -20
  405. data/decidim-assemblies/app/queries/decidim/assemblies/organization_published_assemblies.rb +0 -19
  406. data/decidim-assemblies/app/queries/decidim/assemblies/prioritized_assemblies.rb +0 -13
  407. data/decidim-assemblies/app/queries/decidim/assemblies/promoted_assemblies.rb +0 -12
  408. data/decidim-assemblies/app/queries/decidim/assemblies/published_assemblies.rb +0 -12
  409. data/decidim-assemblies/app/views/decidim/assemblies/_assembly.html.erb +0 -22
  410. data/decidim-assemblies/app/views/decidim/assemblies/_order_by_assemblies.html.erb +0 -3
  411. data/decidim-assemblies/app/views/decidim/assemblies/admin/assemblies/_form.html.erb +0 -89
  412. data/decidim-assemblies/app/views/decidim/assemblies/admin/assemblies/edit.html.erb +0 -19
  413. data/decidim-assemblies/app/views/decidim/assemblies/admin/assemblies/index.html.erb +0 -66
  414. data/decidim-assemblies/app/views/decidim/assemblies/admin/assemblies/new.html.erb +0 -11
  415. data/decidim-assemblies/app/views/decidim/assemblies/admin/assembly_copies/_form.html.erb +0 -34
  416. data/decidim-assemblies/app/views/decidim/assemblies/admin/assembly_copies/new.html.erb +0 -7
  417. data/decidim-assemblies/app/views/decidim/assemblies/assemblies/_no_assemblies_yet.html.erb +0 -3
  418. data/decidim-assemblies/app/views/decidim/assemblies/assemblies/_promoted_assembly.html.erb +0 -27
  419. data/decidim-assemblies/app/views/decidim/assemblies/assemblies/_statistics.html.erb +0 -10
  420. data/decidim-assemblies/app/views/decidim/assemblies/assemblies/index.html.erb +0 -17
  421. data/decidim-assemblies/app/views/decidim/assemblies/assemblies/show.html.erb +0 -74
  422. data/decidim-assemblies/app/views/decidim/assemblies/assembly_widgets/show.html.erb +0 -11
  423. data/decidim-assemblies/app/views/layouts/decidim/_assembly_header.html.erb +0 -64
  424. data/decidim-assemblies/app/views/layouts/decidim/admin/assemblies.html.erb +0 -14
  425. data/decidim-assemblies/app/views/layouts/decidim/admin/assembly.html.erb +0 -54
  426. data/decidim-assemblies/app/views/layouts/decidim/assembly.html.erb +0 -30
  427. data/decidim-assemblies/bin/rails +0 -15
  428. data/decidim-assemblies/config/locales/ca.yml +0 -128
  429. data/decidim-assemblies/config/locales/en.yml +0 -128
  430. data/decidim-assemblies/config/locales/es.yml +0 -128
  431. data/decidim-assemblies/config/locales/eu.yml +0 -127
  432. data/decidim-assemblies/config/locales/fi.yml +0 -127
  433. data/decidim-assemblies/config/locales/fr.yml +0 -127
  434. data/decidim-assemblies/config/locales/it.yml +0 -127
  435. data/decidim-assemblies/config/locales/nl.yml +0 -127
  436. data/decidim-assemblies/config/locales/pl.yml +0 -128
  437. data/decidim-assemblies/config/locales/uk.yml +0 -129
  438. data/decidim-assemblies/db/migrate/20170727190859_add_assemblies.rb +0 -37
  439. data/decidim-assemblies/db/migrate/20170822153055_add_scopes_enabled_to_assemblies.rb +0 -7
  440. data/decidim-assemblies/db/seeds/Exampledocument.pdf +0 -0
  441. data/decidim-assemblies/db/seeds/city.jpeg +0 -0
  442. data/decidim-assemblies/db/seeds/city2.jpeg +0 -0
  443. data/decidim-assemblies/db/seeds/homepage_image.jpg +0 -0
  444. data/decidim-assemblies/decidim-assemblies.gemspec +0 -21
  445. data/decidim-assemblies/lib/decidim/assemblies.rb +0 -12
  446. data/decidim-assemblies/lib/decidim/assemblies/admin.rb +0 -10
  447. data/decidim-assemblies/lib/decidim/assemblies/admin_engine.rb +0 -79
  448. data/decidim-assemblies/lib/decidim/assemblies/engine.rb +0 -53
  449. data/decidim-assemblies/lib/decidim/assemblies/participatory_space.rb +0 -70
  450. data/decidim-assemblies/lib/decidim/assemblies/test/factories.rb +0 -41
  451. data/decidim-assemblies/spec/commands/copy_assembly_spec.rb +0 -106
  452. data/decidim-assemblies/spec/commands/create_assembly_spec.rb +0 -83
  453. data/decidim-assemblies/spec/commands/create_category_spec.rb +0 -10
  454. data/decidim-assemblies/spec/commands/destroy_category_spec.rb +0 -10
  455. data/decidim-assemblies/spec/commands/publish_assembly_spec.rb +0 -37
  456. data/decidim-assemblies/spec/commands/unpublish_assembly_spec.rb +0 -37
  457. data/decidim-assemblies/spec/commands/update_assembly_spec.rb +0 -120
  458. data/decidim-assemblies/spec/commands/update_category_spec.rb +0 -10
  459. data/decidim-assemblies/spec/controllers/assemblies_controller_spec.rb +0 -64
  460. data/decidim-assemblies/spec/controllers/exports_controller_spec.rb +0 -53
  461. data/decidim-assemblies/spec/factories.rb +0 -6
  462. data/decidim-assemblies/spec/features/admin/admin_copy_assembly_spec.rb +0 -93
  463. data/decidim-assemblies/spec/features/admin/admin_manages_assemblies_spec.rb +0 -251
  464. data/decidim-assemblies/spec/features/admin/admin_manages_assembly_attachments_spec.rb +0 -19
  465. data/decidim-assemblies/spec/features/admin/admin_manages_assembly_categories_spec.rb +0 -141
  466. data/decidim-assemblies/spec/features/admin/admin_manages_assembly_feature_permissions_spec.rb +0 -14
  467. data/decidim-assemblies/spec/features/admin/admin_manages_assembly_features_spec.rb +0 -207
  468. data/decidim-assemblies/spec/features/assemblies_spec.rb +0 -130
  469. data/decidim-assemblies/spec/features/assembly_embeds_spec.rb +0 -20
  470. data/decidim-assemblies/spec/forms/assembly_form_spec.rb +0 -170
  471. data/decidim-assemblies/spec/forms/category_form_spec.rb +0 -16
  472. data/decidim-assemblies/spec/helpers/decidim/scopes_helper_spec.rb +0 -16
  473. data/decidim-assemblies/spec/lib/features/assemblies/current_feature_spec.rb +0 -87
  474. data/decidim-assemblies/spec/models/abilities/admin/admin_ability_spec.rb +0 -11
  475. data/decidim-assemblies/spec/models/abilities/admin_ability_spec.rb +0 -12
  476. data/decidim-assemblies/spec/models/abilities/everyone_ability_spec.rb +0 -13
  477. data/decidim-assemblies/spec/models/decidim/assembly_spec.rb +0 -29
  478. data/decidim-assemblies/spec/presenters/decidim/assemblies/assembly_stats_presenter.spec.rb +0 -44
  479. data/decidim-assemblies/spec/queries/admin/assembly_admins_spec.rb +0 -18
  480. data/decidim-assemblies/spec/queries/organization_assemblies_spec.rb +0 -26
  481. data/decidim-assemblies/spec/queries/organization_prioritized_assemblies_spec.rb +0 -31
  482. data/decidim-assemblies/spec/queries/organization_published_assemblies_spec.rb +0 -35
  483. data/decidim-assemblies/spec/shared/assembly_administration_shared_context.rb +0 -15
  484. data/decidim-assemblies/spec/spec_helper.rb +0 -9
  485. data/decidim-budgets/README.md +0 -23
  486. data/decidim-budgets/Rakefile +0 -3
  487. data/decidim-budgets/app/assets/config/decidim_budgets_manifest.js +0 -1
  488. data/decidim-budgets/app/assets/images/decidim/budgets/icon.svg +0 -11
  489. data/decidim-budgets/app/assets/javascripts/decidim/budgets/progressFixed.js.es6 +0 -23
  490. data/decidim-budgets/app/assets/javascripts/decidim/budgets/projects.js.es6 +0 -29
  491. data/decidim-budgets/app/assets/stylesheets/decidim/budgets/_budgets.scss +0 -1
  492. data/decidim-budgets/app/assets/stylesheets/decidim/budgets/budget/_budget-list.scss +0 -32
  493. data/decidim-budgets/app/assets/stylesheets/decidim/budgets/budget/_budget-meter.scss +0 -78
  494. data/decidim-budgets/app/assets/stylesheets/decidim/budgets/budget/_progress.scss +0 -17
  495. data/decidim-budgets/app/commands/decidim/budgets/add_line_item.rb +0 -54
  496. data/decidim-budgets/app/commands/decidim/budgets/admin/create_project.rb +0 -52
  497. data/decidim-budgets/app/commands/decidim/budgets/admin/update_project.rb +0 -56
  498. data/decidim-budgets/app/commands/decidim/budgets/cancel_order.rb +0 -37
  499. data/decidim-budgets/app/commands/decidim/budgets/checkout.rb +0 -39
  500. data/decidim-budgets/app/commands/decidim/budgets/remove_line_item.rb +0 -36
  501. data/decidim-budgets/app/controllers/concerns/decidim/budgets/needs_current_order.rb +0 -27
  502. data/decidim-budgets/app/controllers/decidim/budgets/admin/application_controller.rb +0 -24
  503. data/decidim-budgets/app/controllers/decidim/budgets/admin/attachments_controller.rb +0 -30
  504. data/decidim-budgets/app/controllers/decidim/budgets/admin/projects_controller.rb +0 -82
  505. data/decidim-budgets/app/controllers/decidim/budgets/application_controller.rb +0 -13
  506. data/decidim-budgets/app/controllers/decidim/budgets/line_items_controller.rb +0 -51
  507. data/decidim-budgets/app/controllers/decidim/budgets/orders_controller.rb +0 -40
  508. data/decidim-budgets/app/controllers/decidim/budgets/projects_controller.rb +0 -44
  509. data/decidim-budgets/app/forms/decidim/budgets/admin/project_form.rb +0 -52
  510. data/decidim-budgets/app/helpers/decidim/budgets/application_helper.rb +0 -13
  511. data/decidim-budgets/app/helpers/decidim/budgets/projects_helper.rb +0 -30
  512. data/decidim-budgets/app/models/decidim/budgets/application_record.rb +0 -10
  513. data/decidim-budgets/app/models/decidim/budgets/line_item.rb +0 -20
  514. data/decidim-budgets/app/models/decidim/budgets/order.rb +0 -71
  515. data/decidim-budgets/app/models/decidim/budgets/project.rb +0 -47
  516. data/decidim-budgets/app/queries/decidim/budgets/filtered_projects.rb +0 -37
  517. data/decidim-budgets/app/services/decidim/budgets/project_search.rb +0 -53
  518. data/decidim-budgets/app/views/decidim/budgets/admin/projects/_form.html.erb +0 -39
  519. data/decidim-budgets/app/views/decidim/budgets/admin/projects/edit.html.erb +0 -7
  520. data/decidim-budgets/app/views/decidim/budgets/admin/projects/index.html.erb +0 -55
  521. data/decidim-budgets/app/views/decidim/budgets/admin/projects/new.html.erb +0 -8
  522. data/decidim-budgets/app/views/decidim/budgets/line_items/update_budget.js.erb +0 -24
  523. data/decidim-budgets/app/views/decidim/budgets/projects/_budget_confirm.html.erb +0 -32
  524. data/decidim-budgets/app/views/decidim/budgets/projects/_budget_excess.html.erb +0 -14
  525. data/decidim-budgets/app/views/decidim/budgets/projects/_budget_summary.html.erb +0 -37
  526. data/decidim-budgets/app/views/decidim/budgets/projects/_count.html.erb +0 -1
  527. data/decidim-budgets/app/views/decidim/budgets/projects/_filters.html.erb +0 -24
  528. data/decidim-budgets/app/views/decidim/budgets/projects/_filters_small_view.html.erb +0 -18
  529. data/decidim-budgets/app/views/decidim/budgets/projects/_linked_projects.html.erb +0 -12
  530. data/decidim-budgets/app/views/decidim/budgets/projects/_order_progress.html.erb +0 -36
  531. data/decidim-budgets/app/views/decidim/budgets/projects/_order_selected_projects.html.erb +0 -27
  532. data/decidim-budgets/app/views/decidim/budgets/projects/_order_total_budget.html.erb +0 -3
  533. data/decidim-budgets/app/views/decidim/budgets/projects/_project.html.erb +0 -57
  534. data/decidim-budgets/app/views/decidim/budgets/projects/_project_budget_button.html.erb +0 -9
  535. data/decidim-budgets/app/views/decidim/budgets/projects/_projects.html.erb +0 -6
  536. data/decidim-budgets/app/views/decidim/budgets/projects/index.html.erb +0 -26
  537. data/decidim-budgets/app/views/decidim/budgets/projects/index.js.erb +0 -2
  538. data/decidim-budgets/app/views/decidim/budgets/projects/show.html.erb +0 -50
  539. data/decidim-budgets/bin/rails +0 -15
  540. data/decidim-budgets/config/locales/ca.yml +0 -133
  541. data/decidim-budgets/config/locales/en.yml +0 -133
  542. data/decidim-budgets/config/locales/es.yml +0 -133
  543. data/decidim-budgets/config/locales/eu.yml +0 -132
  544. data/decidim-budgets/config/locales/fi.yml +0 -132
  545. data/decidim-budgets/config/locales/fr.yml +0 -132
  546. data/decidim-budgets/config/locales/it.yml +0 -132
  547. data/decidim-budgets/config/locales/nl.yml +0 -132
  548. data/decidim-budgets/config/locales/pl.yml +0 -135
  549. data/decidim-budgets/config/locales/uk.yml +0 -138
  550. data/decidim-budgets/db/migrate/20170127114122_create_projects.rb +0 -17
  551. data/decidim-budgets/db/migrate/20170130095615_create_orders.rb +0 -15
  552. data/decidim-budgets/db/migrate/20170130101825_create_line_items.rb +0 -12
  553. data/decidim-budgets/db/migrate/20170207101750_remove_short_description_from_decidim_projects.rb +0 -7
  554. data/decidim-budgets/db/migrate/20170215132708_add_reference_to_projects.rb +0 -9
  555. data/decidim-budgets/db/migrate/20170410074214_remove_not_null_reference_budgets.rb +0 -7
  556. data/decidim-budgets/db/migrate/20170612101846_migrate_projects_category.rb +0 -15
  557. data/decidim-budgets/decidim-budgets.gemspec +0 -27
  558. data/decidim-budgets/lib/decidim/budgets.rb +0 -12
  559. data/decidim-budgets/lib/decidim/budgets/admin.rb +0 -10
  560. data/decidim-budgets/lib/decidim/budgets/admin_engine.rb +0 -26
  561. data/decidim-budgets/lib/decidim/budgets/engine.rb +0 -31
  562. data/decidim-budgets/lib/decidim/budgets/feature.rb +0 -86
  563. data/decidim-budgets/lib/decidim/budgets/seeds/Exampledocument.pdf +0 -0
  564. data/decidim-budgets/lib/decidim/budgets/seeds/city.jpeg +0 -0
  565. data/decidim-budgets/lib/decidim/budgets/test/factories.rb +0 -63
  566. data/decidim-budgets/spec/commands/add_line_item_spec.rb +0 -68
  567. data/decidim-budgets/spec/commands/cancel_order_spec.rb +0 -51
  568. data/decidim-budgets/spec/commands/checkout_spec.rb +0 -55
  569. data/decidim-budgets/spec/commands/create_project_spec.rb +0 -73
  570. data/decidim-budgets/spec/commands/remove_line_item_spec.rb +0 -46
  571. data/decidim-budgets/spec/commands/update_project_spec.rb +0 -66
  572. data/decidim-budgets/spec/factories.rb +0 -8
  573. data/decidim-budgets/spec/features/admin_manages_project_attachments_spec.rb +0 -12
  574. data/decidim-budgets/spec/features/admin_manages_projects_spec.rb +0 -13
  575. data/decidim-budgets/spec/features/comments_spec.rb +0 -11
  576. data/decidim-budgets/spec/features/follow_projects_spec.rb +0 -13
  577. data/decidim-budgets/spec/features/orders_spec.rb +0 -255
  578. data/decidim-budgets/spec/features/process_admin_manages_project_attachments_spec.rb +0 -12
  579. data/decidim-budgets/spec/features/process_admin_manages_projects_spec.rb +0 -13
  580. data/decidim-budgets/spec/forms/project_form_spec.rb +0 -113
  581. data/decidim-budgets/spec/models/line_item_spec.rb +0 -35
  582. data/decidim-budgets/spec/models/order_spec.rb +0 -74
  583. data/decidim-budgets/spec/models/project_spec.rb +0 -53
  584. data/decidim-budgets/spec/queries/decidim/budgets/filtered_projects_spec.rb +0 -22
  585. data/decidim-budgets/spec/services/project_search_spec.rb +0 -108
  586. data/decidim-budgets/spec/shared/manage_attachments_examples.rb +0 -15
  587. data/decidim-budgets/spec/shared/manage_projects_examples.rb +0 -121
  588. data/decidim-budgets/spec/spec_helper.rb +0 -9
  589. data/decidim-comments/.gitignore +0 -1
  590. data/decidim-comments/README.md +0 -75
  591. data/decidim-comments/Rakefile +0 -3
  592. data/decidim-comments/app/assets/config/decidim_comments_manifest.js +0 -1
  593. data/decidim-comments/app/assets/javascripts/decidim/comments/bundle.js +0 -0
  594. data/decidim-comments/app/assets/javascripts/decidim/comments/comments.js.erb +0 -10
  595. data/decidim-comments/app/commands/decidim/comments/create_comment.rb +0 -64
  596. data/decidim-comments/app/commands/decidim/comments/vote_comment.rb +0 -39
  597. data/decidim-comments/app/events/decidim/comments/comment_created_event.rb +0 -56
  598. data/decidim-comments/app/forms/decidim/comments/comment_form.rb +0 -18
  599. data/decidim-comments/app/frontend/application/apollo_client.ts +0 -16
  600. data/decidim-comments/app/frontend/application/application.component.test.tsx +0 -36
  601. data/decidim-comments/app/frontend/application/application.component.tsx +0 -37
  602. data/decidim-comments/app/frontend/application/icon.component.test.tsx +0 -49
  603. data/decidim-comments/app/frontend/application/icon.component.tsx +0 -35
  604. data/decidim-comments/app/frontend/comments/add_comment_form.component.test.tsx +0 -260
  605. data/decidim-comments/app/frontend/comments/add_comment_form.component.tsx +0 -449
  606. data/decidim-comments/app/frontend/comments/comment.component.test.tsx +0 -197
  607. data/decidim-comments/app/frontend/comments/comment.component.tsx +0 -395
  608. data/decidim-comments/app/frontend/comments/comment_order_selector.component.test.tsx +0 -21
  609. data/decidim-comments/app/frontend/comments/comment_order_selector.component.tsx +0 -87
  610. data/decidim-comments/app/frontend/comments/comment_thread.component.test.tsx +0 -81
  611. data/decidim-comments/app/frontend/comments/comment_thread.component.tsx +0 -79
  612. data/decidim-comments/app/frontend/comments/comments.component.test.tsx +0 -128
  613. data/decidim-comments/app/frontend/comments/comments.component.tsx +0 -185
  614. data/decidim-comments/app/frontend/comments/down_vote_button.component.test.tsx +0 -59
  615. data/decidim-comments/app/frontend/comments/down_vote_button.component.tsx +0 -117
  616. data/decidim-comments/app/frontend/comments/up_vote_button.component.test.tsx +0 -59
  617. data/decidim-comments/app/frontend/comments/up_vote_button.component.tsx +0 -113
  618. data/decidim-comments/app/frontend/comments/vote_button.component.tsx +0 -46
  619. data/decidim-comments/app/frontend/comments/vote_button_component.test.tsx +0 -58
  620. data/decidim-comments/app/frontend/entry.ts +0 -19
  621. data/decidim-comments/app/frontend/fragments/add_comment_form_commentable.fragment.graphql +0 -4
  622. data/decidim-comments/app/frontend/fragments/add_comment_form_session.fragment.graphql +0 -6
  623. data/decidim-comments/app/frontend/fragments/comment.fragment.graphql +0 -14
  624. data/decidim-comments/app/frontend/fragments/comment_data.fragment.graphql +0 -23
  625. data/decidim-comments/app/frontend/fragments/comment_thread.fragment.graphql +0 -6
  626. data/decidim-comments/app/frontend/fragments/down_vote_button.fragment.graphql +0 -6
  627. data/decidim-comments/app/frontend/fragments/up_vote_button.fragment.graphql +0 -6
  628. data/decidim-comments/app/frontend/mutations/add_comment.mutation.graphql +0 -9
  629. data/decidim-comments/app/frontend/mutations/down_vote.mutation.graphql +0 -9
  630. data/decidim-comments/app/frontend/mutations/up_vote.mutation.graphql +0 -9
  631. data/decidim-comments/app/frontend/queries/comments.query.graphql +0 -23
  632. data/decidim-comments/app/frontend/support/asset_url.ts +0 -11
  633. data/decidim-comments/app/frontend/support/generate_comments_data.ts +0 -42
  634. data/decidim-comments/app/frontend/support/generate_user_data.ts +0 -13
  635. data/decidim-comments/app/frontend/support/generate_user_group_data.ts +0 -14
  636. data/decidim-comments/app/frontend/support/graphql_transformer.js +0 -32
  637. data/decidim-comments/app/frontend/support/load_translations.ts +0 -44
  638. data/decidim-comments/app/frontend/support/require_all.ts +0 -10
  639. data/decidim-comments/app/frontend/support/resolve_graphql_query.ts +0 -37
  640. data/decidim-comments/app/frontend/support/schema.ts +0 -1445
  641. data/decidim-comments/app/models/decidim/comments/abilities/admin_ability.rb +0 -19
  642. data/decidim-comments/app/models/decidim/comments/abilities/current_user_ability.rb +0 -24
  643. data/decidim-comments/app/models/decidim/comments/abilities/participatory_process_admin_ability.rb +0 -19
  644. data/decidim-comments/app/models/decidim/comments/abilities/participatory_process_moderator_ability.rb +0 -19
  645. data/decidim-comments/app/models/decidim/comments/application_record.rb +0 -10
  646. data/decidim-comments/app/models/decidim/comments/comment.rb +0 -81
  647. data/decidim-comments/app/models/decidim/comments/comment_vote.rb +0 -24
  648. data/decidim-comments/app/models/decidim/comments/seed.rb +0 -32
  649. data/decidim-comments/app/queries/decidim/comments/sorted_comments.rb +0 -85
  650. data/decidim-comments/app/resolvers/decidim/comments/vote_comment_resolver.rb +0 -24
  651. data/decidim-comments/app/types/decidim/comments/commentable_interface.rb +0 -45
  652. data/decidim-comments/app/types/decidim/comments/commentable_mutation_type.rb +0 -30
  653. data/decidim-comments/app/types/decidim/comments/commentable_type.rb +0 -15
  654. data/decidim-comments/bin/rails +0 -15
  655. data/decidim-comments/config/locales/ca.yml +0 -71
  656. data/decidim-comments/config/locales/en.yml +0 -71
  657. data/decidim-comments/config/locales/es.yml +0 -71
  658. data/decidim-comments/config/locales/eu.yml +0 -70
  659. data/decidim-comments/config/locales/fi.yml +0 -70
  660. data/decidim-comments/config/locales/fr.yml +0 -70
  661. data/decidim-comments/config/locales/it.yml +0 -70
  662. data/decidim-comments/config/locales/nl.yml +0 -70
  663. data/decidim-comments/config/locales/pl.yml +0 -70
  664. data/decidim-comments/config/locales/uk.yml +0 -70
  665. data/decidim-comments/db/migrate/20161130143508_create_comments.rb +0 -15
  666. data/decidim-comments/db/migrate/20161214082645_add_depth_to_comments.rb +0 -7
  667. data/decidim-comments/db/migrate/20161216102820_add_alignment_to_comments.rb +0 -7
  668. data/decidim-comments/db/migrate/20161219150806_create_comment_votes.rb +0 -15
  669. data/decidim-comments/db/migrate/20170123102043_add_user_group_id_to_comments.rb +0 -7
  670. data/decidim-comments/db/migrate/20170504085413_add_root_commentable_to_comments.rb +0 -9
  671. data/decidim-comments/db/migrate/20170510091348_update_root_commentable_for_comments.rb +0 -23
  672. data/decidim-comments/db/migrate/20170510091409_set_root_commentable_null_constraints.rb +0 -8
  673. data/decidim-comments/db/seeds.rb +0 -13
  674. data/decidim-comments/decidim-comments.gemspec +0 -23
  675. data/decidim-comments/lib/decidim/comments.rb +0 -20
  676. data/decidim-comments/lib/decidim/comments/admin.rb +0 -10
  677. data/decidim-comments/lib/decidim/comments/admin_engine.rb +0 -26
  678. data/decidim-comments/lib/decidim/comments/api/add_comment_type.rb +0 -13
  679. data/decidim-comments/lib/decidim/comments/api/comment_mutation_type.rb +0 -20
  680. data/decidim-comments/lib/decidim/comments/api/comment_type.rb +0 -75
  681. data/decidim-comments/lib/decidim/comments/comment_serializer.rb +0 -37
  682. data/decidim-comments/lib/decidim/comments/commentable.rb +0 -51
  683. data/decidim-comments/lib/decidim/comments/comments_helper.rb +0 -52
  684. data/decidim-comments/lib/decidim/comments/engine.rb +0 -49
  685. data/decidim-comments/lib/decidim/comments/export.rb +0 -22
  686. data/decidim-comments/lib/decidim/comments/mutation_extensions.rb +0 -39
  687. data/decidim-comments/lib/decidim/comments/query_extensions.rb +0 -29
  688. data/decidim-comments/lib/decidim/comments/test/factories.rb +0 -24
  689. data/decidim-comments/spec/commands/create_comment_spec.rb +0 -102
  690. data/decidim-comments/spec/commands/vote_comment_spec.rb +0 -121
  691. data/decidim-comments/spec/events/decidim/comments/comment_created_event_spec.rb +0 -17
  692. data/decidim-comments/spec/factories.rb +0 -6
  693. data/decidim-comments/spec/features/admin_manages_comments_spec.rb +0 -18
  694. data/decidim-comments/spec/features/comments_spec.rb +0 -12
  695. data/decidim-comments/spec/features/process_admin_manages_comments_spec.rb +0 -18
  696. data/decidim-comments/spec/features/report_comment_spec.rb +0 -23
  697. data/decidim-comments/spec/forms/comment_form_spec.rb +0 -58
  698. data/decidim-comments/spec/helpers/comments_helper_spec.rb +0 -26
  699. data/decidim-comments/spec/lib/comment_serializer_spec.rb +0 -44
  700. data/decidim-comments/spec/lib/export_spec.rb +0 -27
  701. data/decidim-comments/spec/models/abilities/admin_ability_spec.rb +0 -21
  702. data/decidim-comments/spec/models/abilities/participatory_process_admin_ability_spec.rb +0 -23
  703. data/decidim-comments/spec/models/comment_spec.rb +0 -101
  704. data/decidim-comments/spec/models/comment_vote_spec.rb +0 -47
  705. data/decidim-comments/spec/models/seed_spec.rb +0 -19
  706. data/decidim-comments/spec/queries/sorted_comments_spec.rb +0 -81
  707. data/decidim-comments/spec/spec_helper.rb +0 -9
  708. data/decidim-comments/spec/types/comment_mutation_type_spec.rb +0 -39
  709. data/decidim-comments/spec/types/comment_type_spec.rb +0 -130
  710. data/decidim-comments/spec/types/commentable_mutation_type_spec.rb +0 -35
  711. data/decidim-comments/spec/types/commentable_type_spec.rb +0 -49
  712. data/decidim-comments/spec/types/mutation_type_spec.rb +0 -32
  713. data/decidim-comments/spec/types/query_type_spec.rb +0 -26
  714. data/decidim-core/README.md +0 -28
  715. data/decidim-core/Rakefile +0 -3
  716. data/decidim-core/app/assets/config/decidim_core_manifest.js +0 -11
  717. data/decidim-core/app/assets/fonts/decidim/Source_Sans_Pro_400.eot +0 -0
  718. data/decidim-core/app/assets/fonts/decidim/Source_Sans_Pro_400.svg +0 -345
  719. data/decidim-core/app/assets/fonts/decidim/Source_Sans_Pro_400.ttf +0 -0
  720. data/decidim-core/app/assets/fonts/decidim/Source_Sans_Pro_400.woff +0 -0
  721. data/decidim-core/app/assets/fonts/decidim/Source_Sans_Pro_400.woff2 +0 -0
  722. data/decidim-core/app/assets/fonts/decidim/Source_Sans_Pro_600.eot +0 -0
  723. data/decidim-core/app/assets/fonts/decidim/Source_Sans_Pro_600.svg +0 -339
  724. data/decidim-core/app/assets/fonts/decidim/Source_Sans_Pro_600.ttf +0 -0
  725. data/decidim-core/app/assets/fonts/decidim/Source_Sans_Pro_600.woff +0 -0
  726. data/decidim-core/app/assets/fonts/decidim/Source_Sans_Pro_600.woff2 +0 -0
  727. data/decidim-core/app/assets/fonts/decidim/Source_Sans_Pro_900.eot +0 -0
  728. data/decidim-core/app/assets/fonts/decidim/Source_Sans_Pro_900.svg +0 -342
  729. data/decidim-core/app/assets/fonts/decidim/Source_Sans_Pro_900.ttf +0 -0
  730. data/decidim-core/app/assets/fonts/decidim/Source_Sans_Pro_900.woff +0 -0
  731. data/decidim-core/app/assets/fonts/decidim/Source_Sans_Pro_900.woff2 +0 -0
  732. data/decidim-core/app/assets/images/decidim/.keep +0 -0
  733. data/decidim-core/app/assets/images/decidim/cc-badge.png +0 -0
  734. data/decidim-core/app/assets/images/decidim/default-avatar.svg +0 -14
  735. data/decidim-core/app/assets/images/decidim/icons.svg +0 -1
  736. data/decidim-core/app/assets/javascripts/decidim.js.es6 +0 -27
  737. data/decidim-core/app/assets/javascripts/decidim/account_form.js.es6 +0 -27
  738. data/decidim-core/app/assets/javascripts/decidim/append_elements.js.es6 +0 -8
  739. data/decidim-core/app/assets/javascripts/decidim/editor.js.es6 +0 -51
  740. data/decidim-core/app/assets/javascripts/decidim/filters.js.es6 +0 -16
  741. data/decidim-core/app/assets/javascripts/decidim/form_filter.component.js.es6 +0 -237
  742. data/decidim-core/app/assets/javascripts/decidim/form_filter.component.test.js +0 -112
  743. data/decidim-core/app/assets/javascripts/decidim/foundation.js.es6 +0 -18
  744. data/decidim-core/app/assets/javascripts/decidim/history.js.es6 +0 -38
  745. data/decidim-core/app/assets/javascripts/decidim/impersonation.js.es6 +0 -16
  746. data/decidim-core/app/assets/javascripts/decidim/map.js.es6.erb +0 -95
  747. data/decidim-core/app/assets/javascripts/decidim/notifications.js.es6 +0 -33
  748. data/decidim-core/app/assets/javascripts/decidim/orders.js.es6 +0 -28
  749. data/decidim-core/app/assets/javascripts/decidim/select2.field.js.es6 +0 -47
  750. data/decidim-core/app/assets/javascripts/decidim/select2.js.es6 +0 -8
  751. data/decidim-core/app/assets/javascripts/decidim/user_registrations.js.es6 +0 -21
  752. data/decidim-core/app/assets/javascripts/decidim/widget.js.es6 +0 -14
  753. data/decidim-core/app/assets/stylesheets/decidim/_decidim.scss +0 -12
  754. data/decidim-core/app/assets/stylesheets/decidim/_variables.scss +0 -16
  755. data/decidim-core/app/assets/stylesheets/decidim/application.scss.erb +0 -6
  756. data/decidim-core/app/assets/stylesheets/decidim/editor.sass +0 -4
  757. data/decidim-core/app/assets/stylesheets/decidim/email.css +0 -1395
  758. data/decidim-core/app/assets/stylesheets/decidim/extras/_add_comments.scss +0 -9
  759. data/decidim-core/app/assets/stylesheets/decidim/extras/_announcement.scss +0 -3
  760. data/decidim-core/app/assets/stylesheets/decidim/extras/_callout.scss +0 -5
  761. data/decidim-core/app/assets/stylesheets/decidim/extras/_collection-sort-controls.scss +0 -5
  762. data/decidim-core/app/assets/stylesheets/decidim/extras/_embed.scss +0 -32
  763. data/decidim-core/app/assets/stylesheets/decidim/extras/_impersonation-bar.scss +0 -22
  764. data/decidim-core/app/assets/stylesheets/decidim/extras/_label-required.scss +0 -3
  765. data/decidim-core/app/assets/stylesheets/decidim/extras/_leaflet.scss +0 -15
  766. data/decidim-core/app/assets/stylesheets/decidim/extras/_meeting-registrations.scss +0 -11
  767. data/decidim-core/app/assets/stylesheets/decidim/extras/_process_stats.scss +0 -38
  768. data/decidim-core/app/assets/stylesheets/decidim/extras/_proposal_form.scss +0 -7
  769. data/decidim-core/app/assets/stylesheets/decidim/extras/_quill.scss +0 -8
  770. data/decidim-core/app/assets/stylesheets/decidim/extras/_reference.scss +0 -3
  771. data/decidim-core/app/assets/stylesheets/decidim/extras/_register_form.scss +0 -9
  772. data/decidim-core/app/assets/stylesheets/decidim/extras/_results-per-page.scss +0 -66
  773. data/decidim-core/app/assets/stylesheets/decidim/extras/_social_icons_mini.scss +0 -10
  774. data/decidim-core/app/assets/stylesheets/decidim/extras/_status-labels.scss +0 -3
  775. data/decidim-core/app/assets/stylesheets/decidim/layouts/_home.scss +0 -244
  776. data/decidim-core/app/assets/stylesheets/decidim/layouts/_user.scss +0 -24
  777. data/decidim-core/app/assets/stylesheets/decidim/layouts/_view.scss +0 -22
  778. data/decidim-core/app/assets/stylesheets/decidim/map.css +0 -3
  779. data/decidim-core/app/assets/stylesheets/decidim/modules/_address.scss +0 -26
  780. data/decidim-core/app/assets/stylesheets/decidim/modules/_author-avatar.scss +0 -119
  781. data/decidim-core/app/assets/stylesheets/decidim/modules/_buttons.scss +0 -142
  782. data/decidim-core/app/assets/stylesheets/decidim/modules/_callout.scss +0 -25
  783. data/decidim-core/app/assets/stylesheets/decidim/modules/_card-grid.scss +0 -25
  784. data/decidim-core/app/assets/stylesheets/decidim/modules/_cards.scss +0 -504
  785. data/decidim-core/app/assets/stylesheets/decidim/modules/_comments.scss +0 -141
  786. data/decidim-core/app/assets/stylesheets/decidim/modules/_cookie-bar.scss +0 -22
  787. data/decidim-core/app/assets/stylesheets/decidim/modules/_datepicker.scss +0 -224
  788. data/decidim-core/app/assets/stylesheets/decidim/modules/_definition-data.scss +0 -54
  789. data/decidim-core/app/assets/stylesheets/decidim/modules/_extra.scss +0 -47
  790. data/decidim-core/app/assets/stylesheets/decidim/modules/_filter-tags.scss +0 -24
  791. data/decidim-core/app/assets/stylesheets/decidim/modules/_filters.scss +0 -96
  792. data/decidim-core/app/assets/stylesheets/decidim/modules/_flag.scss +0 -9
  793. data/decidim-core/app/assets/stylesheets/decidim/modules/_footer.scss +0 -90
  794. data/decidim-core/app/assets/stylesheets/decidim/modules/_forms.scss +0 -30
  795. data/decidim-core/app/assets/stylesheets/decidim/modules/_help.scss +0 -14
  796. data/decidim-core/app/assets/stylesheets/decidim/modules/_icons.scss +0 -32
  797. data/decidim-core/app/assets/stylesheets/decidim/modules/_layout.scss +0 -56
  798. data/decidim-core/app/assets/stylesheets/decidim/modules/_list-docs.scss +0 -30
  799. data/decidim-core/app/assets/stylesheets/decidim/modules/_main-container.scss +0 -66
  800. data/decidim-core/app/assets/stylesheets/decidim/modules/_map.scss +0 -72
  801. data/decidim-core/app/assets/stylesheets/decidim/modules/_margins.scss +0 -16
  802. data/decidim-core/app/assets/stylesheets/decidim/modules/_modules.scss +0 -58
  803. data/decidim-core/app/assets/stylesheets/decidim/modules/_navbar.scss +0 -270
  804. data/decidim-core/app/assets/stylesheets/decidim/modules/_opinion-toggle.scss +0 -50
  805. data/decidim-core/app/assets/stylesheets/decidim/modules/_order-by.scss +0 -66
  806. data/decidim-core/app/assets/stylesheets/decidim/modules/_pagination.scss +0 -5
  807. data/decidim-core/app/assets/stylesheets/decidim/modules/_process-header.scss +0 -88
  808. data/decidim-core/app/assets/stylesheets/decidim/modules/_process-info.scss +0 -44
  809. data/decidim-core/app/assets/stylesheets/decidim/modules/_process-nav.scss +0 -111
  810. data/decidim-core/app/assets/stylesheets/decidim/modules/_process-phase.scss +0 -83
  811. data/decidim-core/app/assets/stylesheets/decidim/modules/_reference.scss +0 -6
  812. data/decidim-core/app/assets/stylesheets/decidim/modules/_reveal.scss +0 -20
  813. data/decidim-core/app/assets/stylesheets/decidim/modules/_share.scss +0 -28
  814. data/decidim-core/app/assets/stylesheets/decidim/modules/_signup.scss +0 -39
  815. data/decidim-core/app/assets/stylesheets/decidim/modules/_static-pages.scss +0 -46
  816. data/decidim-core/app/assets/stylesheets/decidim/modules/_status-labels.scss +0 -20
  817. data/decidim-core/app/assets/stylesheets/decidim/modules/_tags.scss +0 -29
  818. data/decidim-core/app/assets/stylesheets/decidim/modules/_timeline.scss +0 -171
  819. data/decidim-core/app/assets/stylesheets/decidim/modules/_title-action.scss +0 -28
  820. data/decidim-core/app/assets/stylesheets/decidim/modules/_typography.scss +0 -122
  821. data/decidim-core/app/assets/stylesheets/decidim/modules/_user-form.scss +0 -14
  822. data/decidim-core/app/assets/stylesheets/decidim/modules/_video.scss +0 -18
  823. data/decidim-core/app/assets/stylesheets/decidim/plugins/_select2.scss +0 -63
  824. data/decidim-core/app/assets/stylesheets/decidim/utils/_fontface.scss +0 -27
  825. data/decidim-core/app/assets/stylesheets/decidim/utils/_helpers.scss +0 -25
  826. data/decidim-core/app/assets/stylesheets/decidim/utils/_keyframes.scss +0 -21
  827. data/decidim-core/app/assets/stylesheets/decidim/utils/_mixins.scss +0 -41
  828. data/decidim-core/app/assets/stylesheets/decidim/utils/_settings.scss +0 -575
  829. data/decidim-core/app/assets/stylesheets/decidim/utils/_toggle-expand.scss +0 -8
  830. data/decidim-core/app/commands/decidim/authorize_user.rb +0 -59
  831. data/decidim-core/app/commands/decidim/create_follow.rb +0 -40
  832. data/decidim-core/app/commands/decidim/create_omniauth_registration.rb +0 -94
  833. data/decidim-core/app/commands/decidim/create_registration.rb +0 -53
  834. data/decidim-core/app/commands/decidim/create_report.rb +0 -91
  835. data/decidim-core/app/commands/decidim/delete_follow.rb +0 -37
  836. data/decidim-core/app/commands/decidim/destroy_account.rb +0 -47
  837. data/decidim-core/app/commands/decidim/invite_user.rb +0 -54
  838. data/decidim-core/app/commands/decidim/invite_user_again.rb +0 -26
  839. data/decidim-core/app/commands/decidim/remove_admin.rb +0 -25
  840. data/decidim-core/app/commands/decidim/update_account.rb +0 -52
  841. data/decidim-core/app/commands/decidim/update_notifications_settings.rb +0 -31
  842. data/decidim-core/app/constraints/decidim/current_feature.rb +0 -41
  843. data/decidim-core/app/controllers/concerns/decidim/action_authorization.rb +0 -74
  844. data/decidim-core/app/controllers/concerns/decidim/devise_controllers.rb +0 -36
  845. data/decidim-core/app/controllers/concerns/decidim/filter_resource.rb +0 -71
  846. data/decidim-core/app/controllers/concerns/decidim/form_factory.rb +0 -83
  847. data/decidim-core/app/controllers/concerns/decidim/impersonate_users.rb +0 -67
  848. data/decidim-core/app/controllers/concerns/decidim/locale_switcher.rb +0 -60
  849. data/decidim-core/app/controllers/concerns/decidim/needs_authorization.rb +0 -46
  850. data/decidim-core/app/controllers/concerns/decidim/needs_organization.rb +0 -42
  851. data/decidim-core/app/controllers/concerns/decidim/paginable.rb +0 -24
  852. data/decidim-core/app/controllers/concerns/decidim/payload_info.rb +0 -23
  853. data/decidim-core/app/controllers/concerns/decidim/settings.rb +0 -23
  854. data/decidim-core/app/controllers/concerns/decidim/user_profile.rb +0 -33
  855. data/decidim-core/app/controllers/decidim/account_controller.rb +0 -70
  856. data/decidim-core/app/controllers/decidim/application_controller.rb +0 -56
  857. data/decidim-core/app/controllers/decidim/authorizations_controller.rb +0 -90
  858. data/decidim-core/app/controllers/decidim/cookie_policy_controller.rb +0 -19
  859. data/decidim-core/app/controllers/decidim/devise/confirmations_controller.rb +0 -10
  860. data/decidim-core/app/controllers/decidim/devise/invitations_controller.rb +0 -30
  861. data/decidim-core/app/controllers/decidim/devise/omniauth_registrations_controller.rb +0 -95
  862. data/decidim-core/app/controllers/decidim/devise/passwords_controller.rb +0 -25
  863. data/decidim-core/app/controllers/decidim/devise/registrations_controller.rb +0 -67
  864. data/decidim-core/app/controllers/decidim/devise/sessions_controller.rb +0 -32
  865. data/decidim-core/app/controllers/decidim/errors_controller.rb +0 -15
  866. data/decidim-core/app/controllers/decidim/features/base_controller.rb +0 -55
  867. data/decidim-core/app/controllers/decidim/follows_controller.rb +0 -45
  868. data/decidim-core/app/controllers/decidim/locales_controller.rb +0 -27
  869. data/decidim-core/app/controllers/decidim/notifications_controller.rb +0 -39
  870. data/decidim-core/app/controllers/decidim/notifications_settings_controller.rb +0 -30
  871. data/decidim-core/app/controllers/decidim/own_user_groups_controller.rb +0 -13
  872. data/decidim-core/app/controllers/decidim/pages_controller.rb +0 -42
  873. data/decidim-core/app/controllers/decidim/reports_controller.rb +0 -33
  874. data/decidim-core/app/controllers/decidim/scopes_controller.rb +0 -31
  875. data/decidim-core/app/controllers/decidim/static_map_controller.rb +0 -17
  876. data/decidim-core/app/controllers/decidim/widgets_controller.rb +0 -35
  877. data/decidim-core/app/forms/decidim/account_form.rb +0 -42
  878. data/decidim-core/app/forms/decidim/attachment_form.rb +0 -14
  879. data/decidim-core/app/forms/decidim/delete_account_form.rb +0 -8
  880. data/decidim-core/app/forms/decidim/follow_form.rb +0 -20
  881. data/decidim-core/app/forms/decidim/form.rb +0 -16
  882. data/decidim-core/app/forms/decidim/invite_user_form.rb +0 -48
  883. data/decidim-core/app/forms/decidim/notifications_settings_form.rb +0 -15
  884. data/decidim-core/app/forms/decidim/omniauth_registration_form.rb +0 -24
  885. data/decidim-core/app/forms/decidim/registration_form.rb +0 -55
  886. data/decidim-core/app/forms/decidim/report_form.rb +0 -13
  887. data/decidim-core/app/forms/translatable_presence_validator.rb +0 -31
  888. data/decidim-core/app/helpers/decidim/action_authorization_helper.rb +0 -89
  889. data/decidim-core/app/helpers/decidim/application_helper.rb +0 -28
  890. data/decidim-core/app/helpers/decidim/aria_selected_link_to_helper.rb +0 -27
  891. data/decidim-core/app/helpers/decidim/attachments_helper.rb +0 -27
  892. data/decidim-core/app/helpers/decidim/authorization_form_helper.rb +0 -26
  893. data/decidim-core/app/helpers/decidim/cookies_helper.rb +0 -11
  894. data/decidim-core/app/helpers/decidim/decidim_form_helper.rb +0 -128
  895. data/decidim-core/app/helpers/decidim/feature_path_helper.rb +0 -24
  896. data/decidim-core/app/helpers/decidim/feature_reference_helper.rb +0 -25
  897. data/decidim-core/app/helpers/decidim/filters_helper.rb +0 -21
  898. data/decidim-core/app/helpers/decidim/humanize_booleans_helper.rb +0 -15
  899. data/decidim-core/app/helpers/decidim/icon_helper.rb +0 -48
  900. data/decidim-core/app/helpers/decidim/language_chooser_helper.rb +0 -19
  901. data/decidim-core/app/helpers/decidim/layout_helper.rb +0 -78
  902. data/decidim-core/app/helpers/decidim/localized_locales_helper.rb +0 -44
  903. data/decidim-core/app/helpers/decidim/map_helper.rb +0 -42
  904. data/decidim-core/app/helpers/decidim/menu_helper.rb +0 -16
  905. data/decidim-core/app/helpers/decidim/meta_tags_helper.rb +0 -105
  906. data/decidim-core/app/helpers/decidim/omniauth_helper.rb +0 -24
  907. data/decidim-core/app/helpers/decidim/orders_helper.rb +0 -29
  908. data/decidim-core/app/helpers/decidim/paginate_helper.rb +0 -22
  909. data/decidim-core/app/helpers/decidim/replace_buttons_helper.rb +0 -43
  910. data/decidim-core/app/helpers/decidim/resource_helper.rb +0 -73
  911. data/decidim-core/app/helpers/decidim/scopes_helper.rb +0 -15
  912. data/decidim-core/app/helpers/decidim/translations_helper.rb +0 -34
  913. data/decidim-core/app/helpers/decidim/user_profile_helper.rb +0 -24
  914. data/decidim-core/app/helpers/decidim/widget_urls_helper.rb +0 -11
  915. data/decidim-core/app/jobs/decidim/application_job.rb +0 -6
  916. data/decidim-core/app/jobs/decidim/email_notification_generator_job.rb +0 -12
  917. data/decidim-core/app/jobs/decidim/export_job.rb +0 -20
  918. data/decidim-core/app/jobs/decidim/notification_generator_for_recipient_job.rb +0 -14
  919. data/decidim-core/app/jobs/decidim/notification_generator_job.rb +0 -12
  920. data/decidim-core/app/mailers/concerns/decidim/localised_mailer.rb +0 -30
  921. data/decidim-core/app/mailers/decidim/application_mailer.rb +0 -12
  922. data/decidim-core/app/mailers/decidim/decidim_devise_mailer.rb +0 -39
  923. data/decidim-core/app/mailers/decidim/export_mailer.rb +0 -29
  924. data/decidim-core/app/mailers/decidim/newsletter_mailer.rb +0 -25
  925. data/decidim-core/app/mailers/decidim/notification_mailer.rb +0 -20
  926. data/decidim-core/app/mailers/decidim/reported_mailer.rb +0 -42
  927. data/decidim-core/app/middleware/decidim/current_organization.rb +0 -55
  928. data/decidim-core/app/models/decidim/abilities/admin_ability.rb +0 -29
  929. data/decidim-core/app/models/decidim/abilities/base_ability.rb +0 -42
  930. data/decidim-core/app/models/decidim/abilities/everyone_ability.rb +0 -24
  931. data/decidim-core/app/models/decidim/abilities/participatory_process_admin_ability.rb +0 -28
  932. data/decidim-core/app/models/decidim/abilities/participatory_process_collaborator_ability.rb +0 -28
  933. data/decidim-core/app/models/decidim/abilities/participatory_process_moderator_ability.rb +0 -15
  934. data/decidim-core/app/models/decidim/abilities/user_manager_ability.rb +0 -35
  935. data/decidim-core/app/models/decidim/application_record.rb +0 -8
  936. data/decidim-core/app/models/decidim/attachment.rb +0 -57
  937. data/decidim-core/app/models/decidim/authorization.rb +0 -26
  938. data/decidim-core/app/models/decidim/categorization.rb +0 -8
  939. data/decidim-core/app/models/decidim/category.rb +0 -41
  940. data/decidim-core/app/models/decidim/feature.rb +0 -64
  941. data/decidim-core/app/models/decidim/follow.rb +0 -10
  942. data/decidim-core/app/models/decidim/identity.rb +0 -21
  943. data/decidim-core/app/models/decidim/impersonation_log.rb +0 -35
  944. data/decidim-core/app/models/decidim/moderation.rb +0 -12
  945. data/decidim-core/app/models/decidim/newsletter.rb +0 -26
  946. data/decidim-core/app/models/decidim/notification.rb +0 -12
  947. data/decidim-core/app/models/decidim/organization.rb +0 -38
  948. data/decidim-core/app/models/decidim/participatory_process_user_role.rb +0 -22
  949. data/decidim-core/app/models/decidim/report.rb +0 -24
  950. data/decidim-core/app/models/decidim/resource_link.rb +0 -28
  951. data/decidim-core/app/models/decidim/scope.rb +0 -79
  952. data/decidim-core/app/models/decidim/scope_type.rb +0 -16
  953. data/decidim-core/app/models/decidim/static_page.rb +0 -57
  954. data/decidim-core/app/models/decidim/user.rb +0 -116
  955. data/decidim-core/app/models/decidim/user_group.rb +0 -45
  956. data/decidim-core/app/models/decidim/user_group_membership.rb +0 -9
  957. data/decidim-core/app/presenters/decidim/home_stats_presenter.rb +0 -81
  958. data/decidim-core/app/presenters/decidim/menu_item_presenter.rb +0 -57
  959. data/decidim-core/app/presenters/decidim/menu_presenter.rb +0 -47
  960. data/decidim-core/app/presenters/decidim/resource_locator_presenter.rb +0 -78
  961. data/decidim-core/app/queries/decidim/freetext_scopes.rb +0 -39
  962. data/decidim-core/app/queries/decidim/participatory_processes_with_user_role.rb +0 -46
  963. data/decidim-core/app/queries/decidim/stats_users_count.rb +0 -25
  964. data/decidim-core/app/services/decidim/action_authorizer.rb +0 -103
  965. data/decidim-core/app/services/decidim/authorization_handler.rb +0 -92
  966. data/decidim-core/app/services/decidim/email_notification_generator.rb +0 -63
  967. data/decidim-core/app/services/decidim/events_manager.rb +0 -41
  968. data/decidim-core/app/services/decidim/notification_generator.rb +0 -51
  969. data/decidim-core/app/services/decidim/notification_generator_for_recipient.rb +0 -50
  970. data/decidim-core/app/services/decidim/resource_search.rb +0 -79
  971. data/decidim-core/app/services/decidim/static_map_generator.rb +0 -48
  972. data/decidim-core/app/uploaders/decidim/application_uploader.rb +0 -17
  973. data/decidim-core/app/uploaders/decidim/attachment_uploader.rb +0 -73
  974. data/decidim-core/app/uploaders/decidim/avatar_uploader.rb +0 -22
  975. data/decidim-core/app/uploaders/decidim/banner_image_uploader.rb +0 -8
  976. data/decidim-core/app/uploaders/decidim/hero_image_uploader.rb +0 -8
  977. data/decidim-core/app/uploaders/decidim/homepage_image_uploader.rb +0 -16
  978. data/decidim-core/app/uploaders/decidim/image_uploader.rb +0 -47
  979. data/decidim-core/app/uploaders/decidim/official_image_footer_uploader.rb +0 -9
  980. data/decidim-core/app/uploaders/decidim/official_image_header_uploader.rb +0 -9
  981. data/decidim-core/app/uploaders/decidim/organization_favicon_uploader.rb +0 -18
  982. data/decidim-core/app/uploaders/decidim/organization_logo_uploader.rb +0 -10
  983. data/decidim-core/app/validators/etiquette_validator.rb +0 -42
  984. data/decidim-core/app/validators/geocoding_validator.rb +0 -22
  985. data/decidim-core/app/views/decidim/account/_password_fields.html.erb +0 -2
  986. data/decidim-core/app/views/decidim/account/_user_groups.html.erb +0 -0
  987. data/decidim-core/app/views/decidim/account/delete.html.erb +0 -30
  988. data/decidim-core/app/views/decidim/account/show.html.erb +0 -25
  989. data/decidim-core/app/views/decidim/application/_attachments.html.erb +0 -8
  990. data/decidim-core/app/views/decidim/application/_documents.html.erb +0 -28
  991. data/decidim-core/app/views/decidim/application/_photos.html.erb +0 -16
  992. data/decidim-core/app/views/decidim/authorizations/first_login.html.erb +0 -22
  993. data/decidim-core/app/views/decidim/authorizations/index.html.erb +0 -49
  994. data/decidim-core/app/views/decidim/authorizations/new.html.erb +0 -31
  995. data/decidim-core/app/views/decidim/cookie_policy/accept.js.erb +0 -3
  996. data/decidim-core/app/views/decidim/devise/confirmations/new.html.erb +0 -33
  997. data/decidim-core/app/views/decidim/devise/invitations/edit.html.erb +0 -29
  998. data/decidim-core/app/views/decidim/devise/omniauth_registrations/new.html.erb +0 -40
  999. data/decidim-core/app/views/decidim/devise/passwords/edit.html.erb +0 -35
  1000. data/decidim-core/app/views/decidim/devise/passwords/new.html.erb +0 -31
  1001. data/decidim-core/app/views/decidim/devise/registrations/edit.html.erb +0 -40
  1002. data/decidim-core/app/views/decidim/devise/registrations/new.html.erb +0 -87
  1003. data/decidim-core/app/views/decidim/devise/sessions/new.html.erb +0 -45
  1004. data/decidim-core/app/views/decidim/devise/shared/_links.html.erb +0 -29
  1005. data/decidim-core/app/views/decidim/devise/shared/_omniauth_buttons.html.erb +0 -21
  1006. data/decidim-core/app/views/decidim/devise/shared/_omniauth_buttons_mini.html.erb +0 -20
  1007. data/decidim-core/app/views/decidim/errors/internal_server_error.html.erb +0 -10
  1008. data/decidim-core/app/views/decidim/errors/not_found.html.erb +0 -13
  1009. data/decidim-core/app/views/decidim/export_mailer/export.html.erb +0 -1
  1010. data/decidim-core/app/views/decidim/follows/update_button.js.erb +0 -3
  1011. data/decidim-core/app/views/decidim/newsletter_mailer/newsletter.html.erb +0 -5
  1012. data/decidim-core/app/views/decidim/notification_mailer/event_received.html.erb +0 -9
  1013. data/decidim-core/app/views/decidim/notifications/_notification.html.erb +0 -18
  1014. data/decidim-core/app/views/decidim/notifications/index.html.erb +0 -32
  1015. data/decidim-core/app/views/decidim/notifications_settings/show.html.erb +0 -19
  1016. data/decidim-core/app/views/decidim/own_user_groups/index.html.erb +0 -26
  1017. data/decidim-core/app/views/decidim/pages/index.html.erb +0 -34
  1018. data/decidim-core/app/views/decidim/reported_mailer/hide.html.erb +0 -9
  1019. data/decidim-core/app/views/decidim/reported_mailer/report.html.erb +0 -9
  1020. data/decidim-core/app/views/decidim/shared/_action_authorization_modal.html.erb +0 -55
  1021. data/decidim-core/app/views/decidim/shared/_address_details.html.erb +0 -9
  1022. data/decidim-core/app/views/decidim/shared/_announcement.html.erb +0 -5
  1023. data/decidim-core/app/views/decidim/shared/_comments.html.erb +0 -0
  1024. data/decidim-core/app/views/decidim/shared/_embed_modal.html.erb +0 -19
  1025. data/decidim-core/app/views/decidim/shared/_feature_announcement.html.erb +0 -5
  1026. data/decidim-core/app/views/decidim/shared/_flag_modal.html.erb +0 -20
  1027. data/decidim-core/app/views/decidim/shared/_follow_button.html.erb +0 -19
  1028. data/decidim-core/app/views/decidim/shared/_login_modal.html.erb +0 -33
  1029. data/decidim-core/app/views/decidim/shared/_orders.html.erb +0 -16
  1030. data/decidim-core/app/views/decidim/shared/_results_per_page.html.erb +0 -18
  1031. data/decidim-core/app/views/decidim/shared/_share_modal.html.erb +0 -33
  1032. data/decidim-core/app/views/decidim/shared/_static_map.html.erb +0 -17
  1033. data/decidim-core/app/views/decidim/shared/_tags.html.erb +0 -10
  1034. data/decidim-core/app/views/decidim/widgets/show.js.erb +0 -32
  1035. data/decidim-core/app/views/devise/mailer/confirmation_instructions.html.erb +0 -4
  1036. data/decidim-core/app/views/devise/mailer/invitation_instructions.html.erb +0 -13
  1037. data/decidim-core/app/views/devise/mailer/invitation_instructions.text.erb +0 -11
  1038. data/decidim-core/app/views/devise/mailer/invite_admin.html.erb +0 -17
  1039. data/decidim-core/app/views/devise/mailer/invite_admin.text.erb +0 -15
  1040. data/decidim-core/app/views/devise/mailer/invite_collaborator.html.erb +0 -17
  1041. data/decidim-core/app/views/devise/mailer/invite_collaborator.text.erb +0 -15
  1042. data/decidim-core/app/views/devise/mailer/organization_admin_invitation_instructions.html.erb +0 -10
  1043. data/decidim-core/app/views/devise/mailer/organization_admin_invitation_instructions.text.erb +0 -11
  1044. data/decidim-core/app/views/devise/mailer/password_change.html.erb +0 -3
  1045. data/decidim-core/app/views/devise/mailer/reset_password_instructions.html.erb +0 -8
  1046. data/decidim-core/app/views/kaminari/decidim/_first_page.html.erb +0 -11
  1047. data/decidim-core/app/views/kaminari/decidim/_gap.html.erb +0 -8
  1048. data/decidim-core/app/views/kaminari/decidim/_last_page.html.erb +0 -11
  1049. data/decidim-core/app/views/kaminari/decidim/_next_page.html.erb +0 -11
  1050. data/decidim-core/app/views/kaminari/decidim/_page.html.erb +0 -12
  1051. data/decidim-core/app/views/kaminari/decidim/_paginator.html.erb +0 -25
  1052. data/decidim-core/app/views/kaminari/decidim/_prev_page.html.erb +0 -11
  1053. data/decidim-core/app/views/layouts/decidim/_application.html.erb +0 -26
  1054. data/decidim-core/app/views/layouts/decidim/_cookie_warning.html.erb +0 -8
  1055. data/decidim-core/app/views/layouts/decidim/_head.html.erb +0 -25
  1056. data/decidim-core/app/views/layouts/decidim/_head_extra.html.erb +0 -14
  1057. data/decidim-core/app/views/layouts/decidim/_impersonation_warning.html.erb +0 -10
  1058. data/decidim-core/app/views/layouts/decidim/_language_chooser.html.erb +0 -14
  1059. data/decidim-core/app/views/layouts/decidim/_logo.html.erb +0 -31
  1060. data/decidim-core/app/views/layouts/decidim/_mailer_logo.html.erb +0 -31
  1061. data/decidim-core/app/views/layouts/decidim/_social_media_links.html.erb +0 -39
  1062. data/decidim-core/app/views/layouts/decidim/_user_menu.html.erb +0 -6
  1063. data/decidim-core/app/views/layouts/decidim/_wrapper.html.erb +0 -113
  1064. data/decidim-core/app/views/layouts/decidim/application.html.erb +0 -3
  1065. data/decidim-core/app/views/layouts/decidim/mailer.html.erb +0 -119
  1066. data/decidim-core/app/views/layouts/decidim/user_profile.html.erb +0 -37
  1067. data/decidim-core/app/views/layouts/decidim/widget.html.erb +0 -69
  1068. data/decidim-core/app/views/pages/decidim_page.html.erb +0 -17
  1069. data/decidim-core/app/views/pages/home.html.erb +0 -17
  1070. data/decidim-core/app/views/pages/home/_extended.html.erb +0 -48
  1071. data/decidim-core/app/views/pages/home/_footer_sub_hero.html.erb +0 -12
  1072. data/decidim-core/app/views/pages/home/_hero.html.erb +0 -20
  1073. data/decidim-core/app/views/pages/home/_highlighted_processes.html.erb +0 -37
  1074. data/decidim-core/app/views/pages/home/_statistics.html.erb +0 -14
  1075. data/decidim-core/app/views/pages/home/_sub_hero.html.erb +0 -11
  1076. data/decidim-core/bin/rails +0 -15
  1077. data/decidim-core/config/initializers/devise.rb +0 -342
  1078. data/decidim-core/config/initializers/foundation_rails_helper.rb +0 -3
  1079. data/decidim-core/config/initializers/invisible_captcha.rb +0 -11
  1080. data/decidim-core/config/initializers/mail_previews.rb +0 -5
  1081. data/decidim-core/config/locales/ca.yml +0 -404
  1082. data/decidim-core/config/locales/en.yml +0 -402
  1083. data/decidim-core/config/locales/es.yml +0 -402
  1084. data/decidim-core/config/locales/eu.yml +0 -400
  1085. data/decidim-core/config/locales/fi.yml +0 -401
  1086. data/decidim-core/config/locales/fr.yml +0 -400
  1087. data/decidim-core/config/locales/it.yml +0 -400
  1088. data/decidim-core/config/locales/nl.yml +0 -400
  1089. data/decidim-core/config/locales/pl.yml +0 -400
  1090. data/decidim-core/config/locales/uk.yml +0 -400
  1091. data/decidim-core/config/routes.rb +0 -63
  1092. data/decidim-core/config/secrets.yml +0 -36
  1093. data/decidim-core/db/migrate/20160817115213_devise_create_decidim_users.rb +0 -43
  1094. data/decidim-core/db/migrate/20160919104837_create_decidim_organizations.rb +0 -19
  1095. data/decidim-core/db/migrate/20160920140207_devise_invitable_add_to_decidim_users.rb +0 -25
  1096. data/decidim-core/db/migrate/20160920141039_user_belongs_to_organization.rb +0 -7
  1097. data/decidim-core/db/migrate/20160920141151_user_has_roles.rb +0 -7
  1098. data/decidim-core/db/migrate/20161005153007_add_description_to_organizations.rb +0 -9
  1099. data/decidim-core/db/migrate/20161006085629_add_confirmable_to_devise.rb +0 -16
  1100. data/decidim-core/db/migrate/20161010085443_add_name_to_users.rb +0 -7
  1101. data/decidim-core/db/migrate/20161010131544_add_locale_to_users.rb +0 -7
  1102. data/decidim-core/db/migrate/20161018091013_create_decidim_authorizations.rb +0 -15
  1103. data/decidim-core/db/migrate/20161108093802_create_decidim_static_pages.rb +0 -13
  1104. data/decidim-core/db/migrate/20161110105712_create_decidim_features.rb +0 -11
  1105. data/decidim-core/db/migrate/20161123085134_add_categories.rb +0 -12
  1106. data/decidim-core/db/migrate/20161130105257_create_decidim_scopes.rb +0 -11
  1107. data/decidim-core/db/migrate/20161209134715_make_organization_description_optional.rb +0 -7
  1108. data/decidim-core/db/migrate/20161213094244_add_avatar_to_users.rb +0 -7
  1109. data/decidim-core/db/migrate/20161214152811_add_logo_to_organizations.rb +0 -7
  1110. data/decidim-core/db/migrate/20170110133113_add_configuration_to_features.rb +0 -9
  1111. data/decidim-core/db/migrate/20170110153807_add_handler_to_organization.rb +0 -7
  1112. data/decidim-core/db/migrate/20170113150627_create_resource_links.rb +0 -12
  1113. data/decidim-core/db/migrate/20170116110851_create_identities.rb +0 -13
  1114. data/decidim-core/db/migrate/20170117142904_add_uniqueness_field_to_authorizations.rb +0 -9
  1115. data/decidim-core/db/migrate/20170119145359_create_user_groups.rb +0 -13
  1116. data/decidim-core/db/migrate/20170119150255_create_user_group_memberships.rb +0 -14
  1117. data/decidim-core/db/migrate/20170119150649_add_show_statistics_to_organization.rb +0 -7
  1118. data/decidim-core/db/migrate/20170120120733_add_user_groups_verified.rb +0 -7
  1119. data/decidim-core/db/migrate/20170123140857_add_avatar_to_user_groups.rb +0 -7
  1120. data/decidim-core/db/migrate/20170125152026_add_weight_to_features.rb +0 -7
  1121. data/decidim-core/db/migrate/20170128140553_add_timestamps_to_identities.rb +0 -7
  1122. data/decidim-core/db/migrate/20170130132833_add_favicon_to_decidim_organizations.rb +0 -7
  1123. data/decidim-core/db/migrate/20170131134349_add_action_permissions_to_decidim_features.rb +0 -7
  1124. data/decidim-core/db/migrate/20170202084913_add_comments_and_replies_notifications_to_users.rb +0 -8
  1125. data/decidim-core/db/migrate/20170203150545_add_newsletter_notifications_to_users.rb +0 -7
  1126. data/decidim-core/db/migrate/20170206142116_add_published_at_to_decidim_features.rb +0 -8
  1127. data/decidim-core/db/migrate/20170207091021_add_social_media_handlers_to_organization.rb +0 -10
  1128. data/decidim-core/db/migrate/20170207093048_add_organization_logo_and_url.rb +0 -9
  1129. data/decidim-core/db/migrate/20170213081133_create_decidim_newsletters.rb +0 -17
  1130. data/decidim-core/db/migrate/20170215115407_add_organization_custom_reference.rb +0 -13
  1131. data/decidim-core/db/migrate/20170306144354_add_secondary_hosts_to_organizations.rb +0 -7
  1132. data/decidim-core/db/migrate/20170307084957_create_reports.rb +0 -17
  1133. data/decidim-core/db/migrate/20170308091316_create_moderations.rb +0 -14
  1134. data/decidim-core/db/migrate/20170313095436_add_available_authorizations_to_organization.rb +0 -12
  1135. data/decidim-core/db/migrate/20170405091801_change_decidim_user_email_index_uniqueness.rb +0 -8
  1136. data/decidim-core/db/migrate/20170405094028_add_organization_to_identities.rb +0 -7
  1137. data/decidim-core/db/migrate/20170405094258_change_decidim_identities_provider_uid_index_uniqueness.rb +0 -14
  1138. data/decidim-core/db/migrate/20170529150743_add_rejected_at_to_user_groups.rb +0 -7
  1139. data/decidim-core/db/migrate/20170605140421_add_deleted_fields_to_users.rb +0 -8
  1140. data/decidim-core/db/migrate/20170605162500_add_hierarchy_to_scopes.rb +0 -70
  1141. data/decidim-core/db/migrate/20170606102659_set_email_unique_in_organization_conditional.rb +0 -8
  1142. data/decidim-core/db/migrate/20170608142521_add_organization_to_user_groups.rb +0 -27
  1143. data/decidim-core/db/migrate/20170612070905_add_uniqueness_to_name_and_document_number_to_user_groups.rb +0 -8
  1144. data/decidim-core/db/migrate/20170612100253_create_decidim_categorizations.rb +0 -12
  1145. data/decidim-core/db/migrate/20170713131206_add_admin_to_users.rb +0 -13
  1146. data/decidim-core/db/migrate/20170713131308_migrate_user_roles_to_participatory_process_roles.rb +0 -32
  1147. data/decidim-core/db/migrate/20170720120231_make_moderations_polymorphic.rb +0 -29
  1148. data/decidim-core/db/migrate/20170720135441_add_managed_to_users.rb +0 -7
  1149. data/decidim-core/db/migrate/20170720140610_set_email_unique_in_organization_condition_for_managed_users.rb +0 -12
  1150. data/decidim-core/db/migrate/20170724130558_create_impersonation_logs.rb +0 -15
  1151. data/decidim-core/db/migrate/20170726145242_make_categories_polymorphic.rb +0 -27
  1152. data/decidim-core/db/migrate/20170727125445_add_roles_to_users.rb +0 -7
  1153. data/decidim-core/db/migrate/20170807123535_create_decidim_follows.rb +0 -20
  1154. data/decidim-core/db/migrate/20170808071019_create_decidim_notifications.rb +0 -13
  1155. data/decidim-core/db/migrate/20170906091718_add_extra_to_notifications.rb +0 -7
  1156. data/decidim-core/db/migrate/20170912082054_add_emails_on_notifications_flag_to_user.rb +0 -7
  1157. data/decidim-core/db/migrate/20170913092351_add_header_snippets_to_organizations.rb +0 -7
  1158. data/decidim-core/db/migrate/20170914075721_remove_followable_index_from_follows.rb +0 -7
  1159. data/decidim-core/db/migrate/20170914092116_remove_comment_and_replies_notifications_from_users.rb +0 -8
  1160. data/decidim-core/db/seeds.rb +0 -94
  1161. data/decidim-core/db/seeds/homepage_image.jpg +0 -0
  1162. data/decidim-core/decidim-core.gemspec +0 -61
  1163. data/decidim-core/lib/decidim/abilities.rb +0 -7
  1164. data/decidim-core/lib/decidim/abilities/participatory_process_role_ability.rb +0 -62
  1165. data/decidim-core/lib/decidim/attributes.rb +0 -7
  1166. data/decidim-core/lib/decidim/attributes/time_with_zone.rb +0 -14
  1167. data/decidim-core/lib/decidim/authorable.rb +0 -33
  1168. data/decidim-core/lib/decidim/authorization_form_builder.rb +0 -71
  1169. data/decidim-core/lib/decidim/core.rb +0 -242
  1170. data/decidim-core/lib/decidim/core/api.rb +0 -13
  1171. data/decidim-core/lib/decidim/core/api/author_interface.rb +0 -18
  1172. data/decidim-core/lib/decidim/core/api/decidim_type.rb +0 -17
  1173. data/decidim-core/lib/decidim/core/api/localized_string_type.rb +0 -12
  1174. data/decidim-core/lib/decidim/core/api/process_step_type.rb +0 -19
  1175. data/decidim-core/lib/decidim/core/api/process_type.rb +0 -17
  1176. data/decidim-core/lib/decidim/core/api/session_type.rb +0 -17
  1177. data/decidim-core/lib/decidim/core/api/translated_field_type.rb +0 -43
  1178. data/decidim-core/lib/decidim/core/api/user_group_type.rb +0 -35
  1179. data/decidim-core/lib/decidim/core/api/user_type.rb +0 -33
  1180. data/decidim-core/lib/decidim/core/engine.rb +0 -175
  1181. data/decidim-core/lib/decidim/core/test.rb +0 -21
  1182. data/decidim-core/lib/decidim/core/test/factories.rb +0 -322
  1183. data/decidim-core/lib/decidim/core/test/shared_examples/announcements_examples.rb +0 -58
  1184. data/decidim-core/lib/decidim/core/test/shared_examples/authorable.rb +0 -32
  1185. data/decidim-core/lib/decidim/core/test/shared_examples/comments_examples.rb +0 -177
  1186. data/decidim-core/lib/decidim/core/test/shared_examples/errors.rb +0 -21
  1187. data/decidim-core/lib/decidim/core/test/shared_examples/follows_examples.rb +0 -37
  1188. data/decidim-core/lib/decidim/core/test/shared_examples/has_attachments.rb +0 -25
  1189. data/decidim-core/lib/decidim/core/test/shared_examples/has_category.rb +0 -11
  1190. data/decidim-core/lib/decidim/core/test/shared_examples/has_feature.rb +0 -21
  1191. data/decidim-core/lib/decidim/core/test/shared_examples/has_reference.rb +0 -43
  1192. data/decidim-core/lib/decidim/core/test/shared_examples/has_scope.rb +0 -11
  1193. data/decidim-core/lib/decidim/core/test/shared_examples/localised_email.rb +0 -25
  1194. data/decidim-core/lib/decidim/core/test/shared_examples/manage_moderations_examples.rb +0 -69
  1195. data/decidim-core/lib/decidim/core/test/shared_examples/paginated_resource_examples.rb +0 -26
  1196. data/decidim-core/lib/decidim/core/test/shared_examples/process_announcements_examples.rb +0 -33
  1197. data/decidim-core/lib/decidim/core/test/shared_examples/publicable.rb +0 -27
  1198. data/decidim-core/lib/decidim/core/test/shared_examples/reportable.rb +0 -45
  1199. data/decidim-core/lib/decidim/core/test/shared_examples/reports_examples.rb +0 -64
  1200. data/decidim-core/lib/decidim/core/test/shared_examples/scope_helper_examples.rb +0 -41
  1201. data/decidim-core/lib/decidim/core/test/shared_examples/user_localised_email_examples.rb +0 -25
  1202. data/decidim-core/lib/decidim/core/version.rb +0 -25
  1203. data/decidim-core/lib/decidim/devise_failure_app.rb +0 -36
  1204. data/decidim-core/lib/decidim/engine_router.rb +0 -54
  1205. data/decidim-core/lib/decidim/events.rb +0 -9
  1206. data/decidim-core/lib/decidim/events/base_event.rb +0 -70
  1207. data/decidim-core/lib/decidim/events/email_event.rb +0 -39
  1208. data/decidim-core/lib/decidim/events/notification_event.rb +0 -32
  1209. data/decidim-core/lib/decidim/exporters.rb +0 -18
  1210. data/decidim-core/lib/decidim/exporters/csv.rb +0 -55
  1211. data/decidim-core/lib/decidim/exporters/export_data.rb +0 -37
  1212. data/decidim-core/lib/decidim/exporters/exporter.rb +0 -29
  1213. data/decidim-core/lib/decidim/exporters/json.rb +0 -23
  1214. data/decidim-core/lib/decidim/exporters/serializer.rb +0 -30
  1215. data/decidim-core/lib/decidim/faker/localized.rb +0 -163
  1216. data/decidim-core/lib/decidim/feature_manifest.rb +0 -193
  1217. data/decidim-core/lib/decidim/feature_validator.rb +0 -22
  1218. data/decidim-core/lib/decidim/features.rb +0 -9
  1219. data/decidim-core/lib/decidim/features/export_manifest.rb +0 -52
  1220. data/decidim-core/lib/decidim/features/namer.rb +0 -35
  1221. data/decidim-core/lib/decidim/file_zipper.rb +0 -29
  1222. data/decidim-core/lib/decidim/filter_form_builder.rb +0 -64
  1223. data/decidim-core/lib/decidim/followable.rb +0 -13
  1224. data/decidim-core/lib/decidim/form_builder.rb +0 -500
  1225. data/decidim-core/lib/decidim/has_attachments.rb +0 -33
  1226. data/decidim-core/lib/decidim/has_category.rb +0 -24
  1227. data/decidim-core/lib/decidim/has_feature.rb +0 -22
  1228. data/decidim-core/lib/decidim/has_reference.rb +0 -40
  1229. data/decidim-core/lib/decidim/has_scope.rb +0 -25
  1230. data/decidim-core/lib/decidim/has_settings.rb +0 -70
  1231. data/decidim-core/lib/decidim/i18n_exceptions.rb +0 -17
  1232. data/decidim-core/lib/decidim/manifest_registry.rb +0 -43
  1233. data/decidim-core/lib/decidim/menu.rb +0 -61
  1234. data/decidim-core/lib/decidim/menu_item.rb +0 -31
  1235. data/decidim-core/lib/decidim/menu_registry.rb +0 -65
  1236. data/decidim-core/lib/decidim/page_finder.rb +0 -49
  1237. data/decidim-core/lib/decidim/participable.rb +0 -80
  1238. data/decidim-core/lib/decidim/participatory_space_manifest.rb +0 -54
  1239. data/decidim-core/lib/decidim/publicable.rb +0 -49
  1240. data/decidim-core/lib/decidim/query_extensions.rb +0 -38
  1241. data/decidim-core/lib/decidim/reportable.rb +0 -47
  1242. data/decidim-core/lib/decidim/resource_manifest.rb +0 -74
  1243. data/decidim-core/lib/decidim/resourceable.rb +0 -112
  1244. data/decidim-core/lib/decidim/scopable.rb +0 -33
  1245. data/decidim-core/lib/decidim/settings_manifest.rb +0 -100
  1246. data/decidim-core/lib/decidim/stats_registry.rb +0 -111
  1247. data/decidim-core/lib/decidim/translatable_attributes.rb +0 -64
  1248. data/decidim-core/lib/devise/models/decidim_validatable.rb +0 -68
  1249. data/decidim-core/lib/tasks/decidim_tasks.rake +0 -6
  1250. data/decidim-core/spec/assets/avatar.jpg +0 -0
  1251. data/decidim-core/spec/commands/decidim/authorize_user_spec.rb +0 -74
  1252. data/decidim-core/spec/commands/decidim/create_omniauth_registration_spec.rb +0 -131
  1253. data/decidim-core/spec/commands/decidim/create_registration_spec.rb +0 -129
  1254. data/decidim-core/spec/commands/decidim/create_report_spec.rb +0 -99
  1255. data/decidim-core/spec/commands/decidim/destroy_account_spec.rb +0 -74
  1256. data/decidim-core/spec/commands/decidim/invite_user_again_spec.rb +0 -43
  1257. data/decidim-core/spec/commands/decidim/invite_user_spec.rb +0 -100
  1258. data/decidim-core/spec/commands/decidim/remove_admin_spec.rb +0 -31
  1259. data/decidim-core/spec/commands/decidim/update_account_spec.rb +0 -122
  1260. data/decidim-core/spec/commands/decidim/update_notifications_settings_spec.rb +0 -45
  1261. data/decidim-core/spec/controllers/authorizations_controller_spec.rb +0 -36
  1262. data/decidim-core/spec/controllers/concerns/form_factory_spec.rb +0 -92
  1263. data/decidim-core/spec/controllers/concerns/settings_spec.rb +0 -53
  1264. data/decidim-core/spec/controllers/locales_controller_spec.rb +0 -74
  1265. data/decidim-core/spec/controllers/omniauth_registrations_controller_spec.rb +0 -44
  1266. data/decidim-core/spec/controllers/pages_controller_spec.rb +0 -39
  1267. data/decidim-core/spec/controllers/registrations_controller_spec.rb +0 -57
  1268. data/decidim-core/spec/controllers/scopes_controller_spec.rb +0 -101
  1269. data/decidim-core/spec/controllers/sessions_controller_spec.rb +0 -60
  1270. data/decidim-core/spec/controllers/static_map_controller_spec.rb +0 -37
  1271. data/decidim-core/spec/factories.rb +0 -8
  1272. data/decidim-core/spec/factory_lint_spec.rb +0 -9
  1273. data/decidim-core/spec/features/account_spec.rb +0 -151
  1274. data/decidim-core/spec/features/authentication_spec.rb +0 -433
  1275. data/decidim-core/spec/features/authorizations_spec.rb +0 -139
  1276. data/decidim-core/spec/features/components_spec.rb +0 -23
  1277. data/decidim-core/spec/features/cookies_spec.rb +0 -25
  1278. data/decidim-core/spec/features/homepage_spec.rb +0 -181
  1279. data/decidim-core/spec/features/locales_spec.rb +0 -53
  1280. data/decidim-core/spec/features/menu_spec.rb +0 -60
  1281. data/decidim-core/spec/features/notifications_spec.rb +0 -88
  1282. data/decidim-core/spec/features/user_groups_spec.rb +0 -65
  1283. data/decidim-core/spec/forms/account_form_spec.rb +0 -71
  1284. data/decidim-core/spec/forms/attachment_form_spec.rb +0 -43
  1285. data/decidim-core/spec/forms/invite_user_form_spec.rb +0 -64
  1286. data/decidim-core/spec/forms/notifications_settings_form_spec.rb +0 -43
  1287. data/decidim-core/spec/forms/omniauth_registration_form_spec.rb +0 -57
  1288. data/decidim-core/spec/forms/registration_form_spec.rb +0 -125
  1289. data/decidim-core/spec/forms/report_form_spec.rb +0 -29
  1290. data/decidim-core/spec/forms/translatable_presence_validator_spec.rb +0 -52
  1291. data/decidim-core/spec/helpers/decidim/action_authorization_helper_spec.rb +0 -151
  1292. data/decidim-core/spec/helpers/decidim/application_helper_spec.rb +0 -40
  1293. data/decidim-core/spec/helpers/decidim/authorization_form_helper_spec.rb +0 -44
  1294. data/decidim-core/spec/helpers/decidim/decidim_form_helper_spec.rb +0 -54
  1295. data/decidim-core/spec/helpers/decidim/feature_path_helper_spec.rb +0 -26
  1296. data/decidim-core/spec/helpers/decidim/filters_helper_spec.rb +0 -44
  1297. data/decidim-core/spec/helpers/decidim/icon_helper_spec.rb +0 -31
  1298. data/decidim-core/spec/helpers/decidim/omniauth_helper_spec.rb +0 -50
  1299. data/decidim-core/spec/helpers/decidim/replace_buttons_helper_spec.rb +0 -26
  1300. data/decidim-core/spec/helpers/decidim/resource_helper_spec.rb +0 -76
  1301. data/decidim-core/spec/helpers/decidim/translations_helper_spec.rb +0 -49
  1302. data/decidim-core/spec/helpers/decidim/widget_urls_helper_spec.rb +0 -14
  1303. data/decidim-core/spec/jobs/decidim/email_notification_generator_job_spec.rb +0 -34
  1304. data/decidim-core/spec/jobs/decidim/notification_generator_for_recipient_job_spec.rb +0 -34
  1305. data/decidim-core/spec/jobs/decidim/notification_generator_job_spec.rb +0 -34
  1306. data/decidim-core/spec/lib/attributes/time_with_timezone_spec.rb +0 -41
  1307. data/decidim-core/spec/lib/authorization_form_builder_spec.rb +0 -63
  1308. data/decidim-core/spec/lib/decidim_spec.rb +0 -9
  1309. data/decidim-core/spec/lib/events/base_event_spec.rb +0 -13
  1310. data/decidim-core/spec/lib/events/email_event_spec.rb +0 -17
  1311. data/decidim-core/spec/lib/events/notification_event_spec.rb +0 -17
  1312. data/decidim-core/spec/lib/exporters/csv_spec.rb +0 -39
  1313. data/decidim-core/spec/lib/exporters/json_spec.rb +0 -34
  1314. data/decidim-core/spec/lib/exporters/serializer_spec.rb +0 -14
  1315. data/decidim-core/spec/lib/faker_localized_spec.rb +0 -70
  1316. data/decidim-core/spec/lib/feature_manifest_spec.rb +0 -109
  1317. data/decidim-core/spec/lib/features/current_feature_spec.rb +0 -80
  1318. data/decidim-core/spec/lib/features/export_manifest_spec.rb +0 -42
  1319. data/decidim-core/spec/lib/file_zipper_spec.rb +0 -29
  1320. data/decidim-core/spec/lib/filter_form_builder_spec.rb +0 -68
  1321. data/decidim-core/spec/lib/form_builder_spec.rb +0 -479
  1322. data/decidim-core/spec/lib/page_finder_spec.rb +0 -58
  1323. data/decidim-core/spec/lib/resource_manifest_spec.rb +0 -58
  1324. data/decidim-core/spec/lib/resourceable_spec.rb +0 -105
  1325. data/decidim-core/spec/lib/seed_spec.rb +0 -38
  1326. data/decidim-core/spec/lib/settings_manifest_spec.rb +0 -79
  1327. data/decidim-core/spec/lib/stats_registry_spec.rb +0 -111
  1328. data/decidim-core/spec/lib/translatable_attributes_spec.rb +0 -58
  1329. data/decidim-core/spec/mailers/decidim_devise_mailer_spec.rb +0 -54
  1330. data/decidim-core/spec/mailers/export_mailer_spec.rb +0 -40
  1331. data/decidim-core/spec/mailers/newsletter_mailer_spec.rb +0 -37
  1332. data/decidim-core/spec/mailers/previews/devise_mailer_preview.rb +0 -13
  1333. data/decidim-core/spec/mailers/reported_mailer_spec.rb +0 -38
  1334. data/decidim-core/spec/middleware/decidim/current_organization_spec.rb +0 -42
  1335. data/decidim-core/spec/models/decidim/abilities/admin_ability_spec.rb +0 -22
  1336. data/decidim-core/spec/models/decidim/abilities/base_ability_spec.rb +0 -45
  1337. data/decidim-core/spec/models/decidim/abilities/everyone_ability_spec.rb +0 -17
  1338. data/decidim-core/spec/models/decidim/abilities/participatory_process_admin_ability_spec.rb +0 -18
  1339. data/decidim-core/spec/models/decidim/abilities/participatory_process_collaborator_ability_spec.rb +0 -20
  1340. data/decidim-core/spec/models/decidim/attachment_spec.rb +0 -89
  1341. data/decidim-core/spec/models/decidim/authorization_spec.rb +0 -13
  1342. data/decidim-core/spec/models/decidim/category_spec.rb +0 -40
  1343. data/decidim-core/spec/models/decidim/feature_spec.rb +0 -14
  1344. data/decidim-core/spec/models/decidim/follow_spec.rb +0 -33
  1345. data/decidim-core/spec/models/decidim/identity_spec.rb +0 -56
  1346. data/decidim-core/spec/models/decidim/impersonation_log_spec.rb +0 -28
  1347. data/decidim-core/spec/models/decidim/organization_spec.rb +0 -45
  1348. data/decidim-core/spec/models/decidim/participatory_process_user_role_spec.rb +0 -62
  1349. data/decidim-core/spec/models/decidim/resource_link_spec.rb +0 -56
  1350. data/decidim-core/spec/models/decidim/scope_spec.rb +0 -122
  1351. data/decidim-core/spec/models/decidim/scope_type_spec.rb +0 -28
  1352. data/decidim-core/spec/models/decidim/static_page_spec.rb +0 -104
  1353. data/decidim-core/spec/models/decidim/user_group_membership_spec.rb +0 -21
  1354. data/decidim-core/spec/models/decidim/user_group_spec.rb +0 -59
  1355. data/decidim-core/spec/models/decidim/user_spec.rb +0 -91
  1356. data/decidim-core/spec/models/notification_spec.rb +0 -24
  1357. data/decidim-core/spec/presenters/decidim/home_stats_presenter_spec.rb +0 -76
  1358. data/decidim-core/spec/presenters/decidim/menu_item_presenter_spec.rb +0 -19
  1359. data/decidim-core/spec/presenters/decidim/menu_presenter_spec.rb +0 -60
  1360. data/decidim-core/spec/presenters/decidim/resource_locator_presenter_spec.rb +0 -49
  1361. data/decidim-core/spec/queries/decidim/stats_users_count_spec.rb +0 -42
  1362. data/decidim-core/spec/routing/feature_routes_spec.rb +0 -15
  1363. data/decidim-core/spec/services/decidim/action_authorizer_spec.rb +0 -130
  1364. data/decidim-core/spec/services/decidim/authorization_handler_spec.rb +0 -72
  1365. data/decidim-core/spec/services/decidim/dummy_authorization_handler_spec.rb +0 -43
  1366. data/decidim-core/spec/services/decidim/email_notification_generator_spec.rb +0 -63
  1367. data/decidim-core/spec/services/decidim/events_manager_spec.rb +0 -40
  1368. data/decidim-core/spec/services/decidim/notification_generator_for_recipient_spec.rb +0 -26
  1369. data/decidim-core/spec/services/decidim/notification_generator_spec.rb +0 -44
  1370. data/decidim-core/spec/services/decidim/static_map_generator_spec.rb +0 -28
  1371. data/decidim-core/spec/spec_helper.rb +0 -9
  1372. data/decidim-core/spec/types/decidim_type_spec.rb +0 -30
  1373. data/decidim-core/spec/types/localized_string_type_spec.rb +0 -30
  1374. data/decidim-core/spec/types/process_step_type_spec.rb +0 -42
  1375. data/decidim-core/spec/types/process_type_spec.rb +0 -39
  1376. data/decidim-core/spec/types/translated_field_type_spec.rb +0 -68
  1377. data/decidim-core/spec/types/user_group_type_spec.rb +0 -56
  1378. data/decidim-core/spec/types/user_type_spec.rb +0 -44
  1379. data/decidim-core/spec/validators/etiquette_validator_spec.rb +0 -63
  1380. data/decidim-core/spec/validators/geocoding_validator_spec.rb +0 -57
  1381. data/decidim-core/spec/views/decidim/authorizations/new.html.erb_spec.rb +0 -37
  1382. data/decidim-core/vendor/assets/javascripts/appendAround.js +0 -41
  1383. data/decidim-core/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.ca.js +0 -17
  1384. data/decidim-core/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.es.js +0 -14
  1385. data/decidim-core/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.eu.js +0 -15
  1386. data/decidim-core/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.fi.js +0 -14
  1387. data/decidim-core/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.fr.js +0 -14
  1388. data/decidim-core/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.it.js +0 -14
  1389. data/decidim-core/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.nl.js +0 -14
  1390. data/decidim-core/vendor/assets/javascripts/datepicker-locales/foundation-datepicker.uk.js +0 -14
  1391. data/decidim-core/vendor/assets/javascripts/form_datepicker.js.es6 +0 -32
  1392. data/decidim-core/vendor/assets/javascripts/foundation-datepicker.js +0 -1417
  1393. data/decidim-core/vendor/assets/javascripts/leaflet-svg-icon.js +0 -179
  1394. data/decidim-core/vendor/assets/javascripts/leaflet-tilelayer-here.js +0 -166
  1395. data/decidim-core/vendor/assets/javascripts/leaflet.js +0 -9
  1396. data/decidim-core/vendor/assets/javascripts/leaflet.markercluster.js +0 -7
  1397. data/decidim-core/vendor/assets/javascripts/modernizr.js +0 -3
  1398. data/decidim-core/vendor/assets/javascripts/morphdom.js +0 -688
  1399. data/decidim-core/vendor/assets/javascripts/quill.min.js +0 -8
  1400. data/decidim-core/vendor/assets/javascripts/quill.min.js.map +0 -1
  1401. data/decidim-core/vendor/assets/javascripts/svg4everybody.min.js +0 -2
  1402. data/decidim-core/vendor/assets/stylesheets/MarkerCluster.Default.css +0 -60
  1403. data/decidim-core/vendor/assets/stylesheets/MarkerCluster.css +0 -14
  1404. data/decidim-core/vendor/assets/stylesheets/leaflet.css +0 -624
  1405. data/decidim-core/vendor/assets/stylesheets/quill.bubble.css +0 -938
  1406. data/decidim-core/vendor/assets/stylesheets/quill.core.css +0 -387
  1407. data/decidim-core/vendor/assets/stylesheets/quill.snow.css +0 -931
  1408. data/decidim-dev/README.md +0 -24
  1409. data/decidim-dev/Rakefile +0 -3
  1410. data/decidim-dev/app/assets/images/decidim/dummy.svg +0 -4
  1411. data/decidim-dev/app/views/decidim/dummy_resource/_linked_dummys.html.erb +0 -5
  1412. data/decidim-dev/config/locales/ca.yml +0 -10
  1413. data/decidim-dev/config/locales/en.yml +0 -10
  1414. data/decidim-dev/config/locales/es.yml +0 -10
  1415. data/decidim-dev/config/locales/eu.yml +0 -9
  1416. data/decidim-dev/config/locales/fi.yml +0 -9
  1417. data/decidim-dev/config/locales/fr.yml +0 -9
  1418. data/decidim-dev/config/locales/it.yml +0 -9
  1419. data/decidim-dev/config/locales/nl.yml +0 -9
  1420. data/decidim-dev/config/locales/pl.yml +0 -9
  1421. data/decidim-dev/config/locales/uk.yml +0 -9
  1422. data/decidim-dev/decidim-dev.gemspec +0 -40
  1423. data/decidim-dev/lib/decidim/dev.rb +0 -45
  1424. data/decidim-dev/lib/decidim/dev/assets/Exampledocument.pdf +0 -0
  1425. data/decidim-dev/lib/decidim/dev/assets/avatar.jpg +0 -0
  1426. data/decidim-dev/lib/decidim/dev/assets/city.jpeg +0 -0
  1427. data/decidim-dev/lib/decidim/dev/assets/city2.jpeg +0 -0
  1428. data/decidim-dev/lib/decidim/dev/assets/city3.jpeg +0 -0
  1429. data/decidim-dev/lib/decidim/dev/assets/icon.png +0 -0
  1430. data/decidim-dev/lib/decidim/dev/assets/malicious.jpg +0 -0
  1431. data/decidim-dev/lib/decidim/dev/common_rake.rb +0 -10
  1432. data/decidim-dev/lib/decidim/dev/railtie.rb +0 -15
  1433. data/decidim-dev/lib/decidim/dev/test/authorization_shared_examples.rb +0 -18
  1434. data/decidim-dev/lib/decidim/dev/test/base_spec_helper.rb +0 -30
  1435. data/decidim-dev/lib/decidim/dev/test/promoted_participatory_processes_shared_examples.rb +0 -58
  1436. data/decidim-dev/lib/decidim/dev/test/rspec_support/action_mailer.rb +0 -73
  1437. data/decidim-dev/lib/decidim/dev/test/rspec_support/active_job.rb +0 -11
  1438. data/decidim-dev/lib/decidim/dev/test/rspec_support/attachments.rb +0 -13
  1439. data/decidim-dev/lib/decidim/dev/test/rspec_support/authenticated_controller_context.rb +0 -10
  1440. data/decidim-dev/lib/decidim/dev/test/rspec_support/authorization_handlers.rb +0 -8
  1441. data/decidim-dev/lib/decidim/dev/test/rspec_support/capybara.rb +0 -67
  1442. data/decidim-dev/lib/decidim/dev/test/rspec_support/capybara_select2.rb +0 -35
  1443. data/decidim-dev/lib/decidim/dev/test/rspec_support/comments.rb +0 -19
  1444. data/decidim-dev/lib/decidim/dev/test/rspec_support/database_cleaner.rb +0 -14
  1445. data/decidim-dev/lib/decidim/dev/test/rspec_support/factory_girl.rb +0 -5
  1446. data/decidim-dev/lib/decidim/dev/test/rspec_support/feature.rb +0 -132
  1447. data/decidim-dev/lib/decidim/dev/test/rspec_support/feature_context.rb +0 -76
  1448. data/decidim-dev/lib/decidim/dev/test/rspec_support/geocoder.rb +0 -18
  1449. data/decidim-dev/lib/decidim/dev/test/rspec_support/helpers.rb +0 -42
  1450. data/decidim-dev/lib/decidim/dev/test/rspec_support/html_matchers.rb +0 -7
  1451. data/decidim-dev/lib/decidim/dev/test/rspec_support/phantomjs_polyfills/phantomjs-getOwnPropertyNames.js +0 -16
  1452. data/decidim-dev/lib/decidim/dev/test/rspec_support/phantomjs_polyfills/phantomjs-shim.js +0 -225
  1453. data/decidim-dev/lib/decidim/dev/test/rspec_support/phantomjs_polyfills/promise.js +0 -233
  1454. data/decidim-dev/lib/decidim/dev/test/rspec_support/route_helpers.rb +0 -6
  1455. data/decidim-dev/lib/decidim/dev/test/rspec_support/translation_helpers.rb +0 -97
  1456. data/decidim-dev/lib/decidim/dev/test/rspec_support/warden.rb +0 -26
  1457. data/decidim-dev/lib/decidim/dev/test/rspec_support/webmock.rb +0 -4
  1458. data/decidim-dev/lib/decidim/dev/test/rspec_support/wisper.rb +0 -7
  1459. data/decidim-dev/lib/decidim/dev/test/spec_helper.rb +0 -40
  1460. data/decidim-dev/lib/generators/decidim/dummy_generator.rb +0 -88
  1461. data/decidim-dev/lib/generators/decidim/templates/autoprefixer.yml +0 -8
  1462. data/decidim-dev/lib/generators/decidim/templates/autoprefixer_initializer.rb +0 -18
  1463. data/decidim-dev/lib/generators/decidim/templates/no_animations.rb +0 -54
  1464. data/decidim-dev/lib/tasks/locale_checker.rake +0 -21
  1465. data/decidim-dev/lib/tasks/test_app.rake +0 -30
  1466. data/decidim-meetings/README.md +0 -23
  1467. data/decidim-meetings/Rakefile +0 -3
  1468. data/decidim-meetings/app/assets/config/admin/decidim_meetings_manifest.js +0 -1
  1469. data/decidim-meetings/app/assets/images/decidim/meetings/icon.svg +0 -5
  1470. data/decidim-meetings/app/assets/javascripts/decidim/meetings/admin/registrations_form.js.es6 +0 -21
  1471. data/decidim-meetings/app/commands/decidim/meetings/admin/close_meeting.rb +0 -62
  1472. data/decidim-meetings/app/commands/decidim/meetings/admin/create_meeting.rb +0 -56
  1473. data/decidim-meetings/app/commands/decidim/meetings/admin/update_meeting.rb +0 -84
  1474. data/decidim-meetings/app/commands/decidim/meetings/admin/update_registrations.rb +0 -60
  1475. data/decidim-meetings/app/commands/decidim/meetings/join_meeting.rb +0 -73
  1476. data/decidim-meetings/app/commands/decidim/meetings/leave_meeting.rb +0 -39
  1477. data/decidim-meetings/app/controllers/decidim/meetings/admin/application_controller.rb +0 -24
  1478. data/decidim-meetings/app/controllers/decidim/meetings/admin/attachments_controller.rb +0 -30
  1479. data/decidim-meetings/app/controllers/decidim/meetings/admin/meeting_closes_controller.rb +0 -38
  1480. data/decidim-meetings/app/controllers/decidim/meetings/admin/meetings_controller.rb +0 -58
  1481. data/decidim-meetings/app/controllers/decidim/meetings/admin/registrations_controller.rb +0 -43
  1482. data/decidim-meetings/app/controllers/decidim/meetings/application_controller.rb +0 -14
  1483. data/decidim-meetings/app/controllers/decidim/meetings/meeting_widgets_controller.rb +0 -19
  1484. data/decidim-meetings/app/controllers/decidim/meetings/meetings_controller.rb +0 -57
  1485. data/decidim-meetings/app/controllers/decidim/meetings/registrations_controller.rb +0 -46
  1486. data/decidim-meetings/app/events/decidim/meetings/close_meeting_event.rb +0 -30
  1487. data/decidim-meetings/app/events/decidim/meetings/meeting_registrations_enabled_event.rb +0 -39
  1488. data/decidim-meetings/app/events/decidim/meetings/meeting_registrations_over_percentage_event.rb +0 -43
  1489. data/decidim-meetings/app/events/decidim/meetings/upcoming_meeting_event.rb +0 -30
  1490. data/decidim-meetings/app/events/decidim/meetings/update_meeting_event.rb +0 -30
  1491. data/decidim-meetings/app/forms/decidim/meetings/admin/close_meeting_form.rb +0 -33
  1492. data/decidim-meetings/app/forms/decidim/meetings/admin/meeting_form.rb +0 -58
  1493. data/decidim-meetings/app/forms/decidim/meetings/admin/meeting_registrations_form.rb +0 -32
  1494. data/decidim-meetings/app/helpers/decidim/meetings/admin/application_helper.rb +0 -13
  1495. data/decidim-meetings/app/helpers/decidim/meetings/application_helper.rb +0 -15
  1496. data/decidim-meetings/app/helpers/decidim/meetings/map_helper.rb +0 -26
  1497. data/decidim-meetings/app/helpers/decidim/meetings/meetings_helper.rb +0 -25
  1498. data/decidim-meetings/app/jobs/decidim/meetings/upcoming_meeting_notification_job.rb +0 -33
  1499. data/decidim-meetings/app/mailers/decidim/meetings/registration_mailer.rb +0 -46
  1500. data/decidim-meetings/app/models/decidim/meetings/abilities/current_user_ability.rb +0 -43
  1501. data/decidim-meetings/app/models/decidim/meetings/application_record.rb +0 -10
  1502. data/decidim-meetings/app/models/decidim/meetings/meeting.rb +0 -68
  1503. data/decidim-meetings/app/models/decidim/meetings/registration.rb +0 -13
  1504. data/decidim-meetings/app/serializers/decidim/meetings/registration_serializer.rb +0 -18
  1505. data/decidim-meetings/app/services/decidim/meetings/meeting_search.rb +0 -47
  1506. data/decidim-meetings/app/views/decidim/meetings/admin/meeting_closes/_form.html.erb +0 -34
  1507. data/decidim-meetings/app/views/decidim/meetings/admin/meeting_closes/edit.html.erb +0 -7
  1508. data/decidim-meetings/app/views/decidim/meetings/admin/meetings/_form.html.erb +0 -48
  1509. data/decidim-meetings/app/views/decidim/meetings/admin/meetings/edit.html.erb +0 -8
  1510. data/decidim-meetings/app/views/decidim/meetings/admin/meetings/index.html.erb +0 -75
  1511. data/decidim-meetings/app/views/decidim/meetings/admin/meetings/new.html.erb +0 -7
  1512. data/decidim-meetings/app/views/decidim/meetings/admin/registrations/_form.html.erb +0 -33
  1513. data/decidim-meetings/app/views/decidim/meetings/admin/registrations/edit.html.erb +0 -8
  1514. data/decidim-meetings/app/views/decidim/meetings/meeting_widgets/show.html.erb +0 -9
  1515. data/decidim-meetings/app/views/decidim/meetings/meetings/_datetime.html.erb +0 -8
  1516. data/decidim-meetings/app/views/decidim/meetings/meetings/_filters.html.erb +0 -26
  1517. data/decidim-meetings/app/views/decidim/meetings/meetings/_filters_small_view.html.erb +0 -18
  1518. data/decidim-meetings/app/views/decidim/meetings/meetings/_linked_meetings.html.erb +0 -22
  1519. data/decidim-meetings/app/views/decidim/meetings/meetings/_meetings.html.erb +0 -35
  1520. data/decidim-meetings/app/views/decidim/meetings/meetings/_registration_confirm.html.erb +0 -15
  1521. data/decidim-meetings/app/views/decidim/meetings/meetings/index.html.erb +0 -49
  1522. data/decidim-meetings/app/views/decidim/meetings/meetings/index.js.erb +0 -12
  1523. data/decidim-meetings/app/views/decidim/meetings/meetings/show.html.erb +0 -85
  1524. data/decidim-meetings/app/views/decidim/meetings/registration_mailer/confirmation.html.erb +0 -3
  1525. data/decidim-meetings/bin/rails +0 -15
  1526. data/decidim-meetings/config/locales/ca.yml +0 -175
  1527. data/decidim-meetings/config/locales/en.yml +0 -177
  1528. data/decidim-meetings/config/locales/es.yml +0 -175
  1529. data/decidim-meetings/config/locales/eu.yml +0 -174
  1530. data/decidim-meetings/config/locales/fi.yml +0 -174
  1531. data/decidim-meetings/config/locales/fr.yml +0 -174
  1532. data/decidim-meetings/config/locales/it.yml +0 -174
  1533. data/decidim-meetings/config/locales/nl.yml +0 -174
  1534. data/decidim-meetings/config/locales/pl.yml +0 -176
  1535. data/decidim-meetings/config/locales/uk.yml +0 -178
  1536. data/decidim-meetings/db/migrate/20161130121354_create_meetings.rb +0 -22
  1537. data/decidim-meetings/db/migrate/20170110142105_close_a_meeting.rb +0 -11
  1538. data/decidim-meetings/db/migrate/20170123151650_add_latitude_and_longitude_to_meetings.rb +0 -8
  1539. data/decidim-meetings/db/migrate/20170129153716_remove_short_description_from_meetings.rb +0 -7
  1540. data/decidim-meetings/db/migrate/20170215132546_add_reference_to_meetings.rb +0 -13
  1541. data/decidim-meetings/db/migrate/20170410074252_remove_not_null_reference_meetings.rb +0 -7
  1542. data/decidim-meetings/db/migrate/20170612101925_migrate_meetings_category.rb +0 -15
  1543. data/decidim-meetings/db/migrate/20170810120836_add_registration_attributes_to_meetings.rb +0 -9
  1544. data/decidim-meetings/db/migrate/20170810131100_create_registrations.rb +0 -14
  1545. data/decidim-meetings/decidim-meetings.gemspec +0 -33
  1546. data/decidim-meetings/lib/decidim/meetings.rb +0 -12
  1547. data/decidim-meetings/lib/decidim/meetings/admin.rb +0 -10
  1548. data/decidim-meetings/lib/decidim/meetings/admin_engine.rb +0 -35
  1549. data/decidim-meetings/lib/decidim/meetings/engine.rb +0 -31
  1550. data/decidim-meetings/lib/decidim/meetings/feature.rb +0 -111
  1551. data/decidim-meetings/lib/decidim/meetings/seeds/Exampledocument.pdf +0 -0
  1552. data/decidim-meetings/lib/decidim/meetings/seeds/city.jpeg +0 -0
  1553. data/decidim-meetings/lib/decidim/meetings/test/factories.rb +0 -35
  1554. data/decidim-meetings/spec/commands/close_meeting_spec.rb +0 -99
  1555. data/decidim-meetings/spec/commands/create_meeting_spec.rb +0 -87
  1556. data/decidim-meetings/spec/commands/join_meeting_spec.rb +0 -152
  1557. data/decidim-meetings/spec/commands/leave_meeting_spec.rb +0 -34
  1558. data/decidim-meetings/spec/commands/update_meeting_spec.rb +0 -183
  1559. data/decidim-meetings/spec/commands/update_registrations_spec.rb +0 -79
  1560. data/decidim-meetings/spec/events/decidim/meetings/close_meeting_event_spec.rb +0 -17
  1561. data/decidim-meetings/spec/events/decidim/meetings/meeting_registrations_enabled_event_spec.rb +0 -17
  1562. data/decidim-meetings/spec/events/decidim/meetings/meeting_registrations_over_percentage_event_spec.rb +0 -17
  1563. data/decidim-meetings/spec/events/decidim/meetings/upcoming_meeting_event_spec.rb +0 -17
  1564. data/decidim-meetings/spec/events/decidim/meetings/update_meeting_event_spec.rb +0 -17
  1565. data/decidim-meetings/spec/factories.rb +0 -10
  1566. data/decidim-meetings/spec/features/admin_manages_meetings_attachments_spec.rb +0 -12
  1567. data/decidim-meetings/spec/features/admin_manages_meetings_spec.rb +0 -14
  1568. data/decidim-meetings/spec/features/comments_spec.rb +0 -22
  1569. data/decidim-meetings/spec/features/explore_meetings_spec.rb +0 -275
  1570. data/decidim-meetings/spec/features/follow_meetings_spec.rb +0 -13
  1571. data/decidim-meetings/spec/features/meeting_embeds_spec.rb +0 -39
  1572. data/decidim-meetings/spec/features/meeting_registrations_spec.rb +0 -131
  1573. data/decidim-meetings/spec/features/process_admin_manages_meetings_attachments_spec.rb +0 -12
  1574. data/decidim-meetings/spec/features/process_admin_manages_meetings_spec.rb +0 -14
  1575. data/decidim-meetings/spec/forms/close_meeting_form_spec.rb +0 -89
  1576. data/decidim-meetings/spec/forms/meeting_form_spec.rb +0 -150
  1577. data/decidim-meetings/spec/forms/meeting_registrations_form_spec.rb +0 -78
  1578. data/decidim-meetings/spec/helpers/meetings_helper_spec.rb +0 -16
  1579. data/decidim-meetings/spec/jobs/decidim/meetings/upcoming_meeting_notification_job_spec.rb +0 -41
  1580. data/decidim-meetings/spec/mailers/registration_mailer_spec.rb +0 -38
  1581. data/decidim-meetings/spec/models/meeting_spec.rb +0 -57
  1582. data/decidim-meetings/spec/models/registration_spec.rb +0 -21
  1583. data/decidim-meetings/spec/serializers/registration_serializer_spec.rb +0 -23
  1584. data/decidim-meetings/spec/services/meeting_search_spec.rb +0 -144
  1585. data/decidim-meetings/spec/shared/manage_attachments_examples.rb +0 -15
  1586. data/decidim-meetings/spec/shared/manage_meetings_examples.rb +0 -285
  1587. data/decidim-meetings/spec/shared/manage_registrations_examples.rb +0 -71
  1588. data/decidim-meetings/spec/spec_helper.rb +0 -9
  1589. data/decidim-pages/README.md +0 -24
  1590. data/decidim-pages/Rakefile +0 -3
  1591. data/decidim-pages/app/assets/images/decidim/pages/icon.svg +0 -8
  1592. data/decidim-pages/app/commands/decidim/pages/admin/update_page.rb +0 -36
  1593. data/decidim-pages/app/commands/decidim/pages/copy_page.rb +0 -26
  1594. data/decidim-pages/app/commands/decidim/pages/create_page.rb +0 -19
  1595. data/decidim-pages/app/commands/decidim/pages/destroy_page.rb +0 -18
  1596. data/decidim-pages/app/controllers/decidim/pages/admin/application_controller.rb +0 -13
  1597. data/decidim-pages/app/controllers/decidim/pages/admin/pages_controller.rb +0 -36
  1598. data/decidim-pages/app/controllers/decidim/pages/application_controller.rb +0 -16
  1599. data/decidim-pages/app/forms/decidim/pages/admin/page_form.rb +0 -14
  1600. data/decidim-pages/app/helpers/decidim/pages/application_helper.rb +0 -10
  1601. data/decidim-pages/app/models/decidim/pages/application_record.rb +0 -10
  1602. data/decidim-pages/app/models/decidim/pages/page.rb +0 -19
  1603. data/decidim-pages/app/views/decidim/pages/admin/pages/_form.html.erb +0 -10
  1604. data/decidim-pages/app/views/decidim/pages/admin/pages/edit.html.erb +0 -7
  1605. data/decidim-pages/app/views/decidim/pages/application/show.html.erb +0 -15
  1606. data/decidim-pages/bin/rails +0 -15
  1607. data/decidim-pages/config/locales/ca.yml +0 -23
  1608. data/decidim-pages/config/locales/en.yml +0 -23
  1609. data/decidim-pages/config/locales/es.yml +0 -23
  1610. data/decidim-pages/config/locales/eu.yml +0 -22
  1611. data/decidim-pages/config/locales/fi.yml +0 -22
  1612. data/decidim-pages/config/locales/fr.yml +0 -22
  1613. data/decidim-pages/config/locales/it.yml +0 -22
  1614. data/decidim-pages/config/locales/nl.yml +0 -22
  1615. data/decidim-pages/config/locales/pl.yml +0 -22
  1616. data/decidim-pages/config/locales/uk.yml +0 -22
  1617. data/decidim-pages/db/migrate/20161116121353_create_decidim_pages.rb +0 -13
  1618. data/decidim-pages/db/migrate/20161214150429_add_commentable_to_pages.rb +0 -7
  1619. data/decidim-pages/db/migrate/20170110145040_remove_commentable_flag_from_pages.rb +0 -7
  1620. data/decidim-pages/db/migrate/20170220091402_remove_page_feature_titles.rb +0 -7
  1621. data/decidim-pages/decidim-pages.gemspec +0 -23
  1622. data/decidim-pages/lib/decidim/pages.rb +0 -13
  1623. data/decidim-pages/lib/decidim/pages/admin.rb +0 -10
  1624. data/decidim-pages/lib/decidim/pages/admin_engine.rb +0 -22
  1625. data/decidim-pages/lib/decidim/pages/engine.rb +0 -17
  1626. data/decidim-pages/lib/decidim/pages/feature.rb +0 -62
  1627. data/decidim-pages/spec/commands/copy_page_spec.rb +0 -47
  1628. data/decidim-pages/spec/commands/create_page_spec.rb +0 -44
  1629. data/decidim-pages/spec/commands/destroy_page_spec.rb +0 -25
  1630. data/decidim-pages/spec/commands/update_page_spec.rb +0 -58
  1631. data/decidim-pages/spec/factories.rb +0 -17
  1632. data/decidim-pages/spec/features/admin_spec.rb +0 -53
  1633. data/decidim-pages/spec/features/page_show_spec.rb +0 -28
  1634. data/decidim-pages/spec/forms/page_form_spec.rb +0 -42
  1635. data/decidim-pages/spec/models/page_spec.rb +0 -32
  1636. data/decidim-pages/spec/spec_helper.rb +0 -9
  1637. data/decidim-participatory_processes/.gitignore +0 -3
  1638. data/decidim-participatory_processes/README.md +0 -36
  1639. data/decidim-participatory_processes/Rakefile +0 -3
  1640. data/decidim-participatory_processes/app/assets/config/admin/decidim_participatory_processes_manifest.js +0 -1
  1641. data/decidim-participatory_processes/app/assets/config/decidim_participatory_processes_manifest.js +0 -2
  1642. data/decidim-participatory_processes/app/assets/images/decidim/participatory_processes/process.svg +0 -10
  1643. data/decidim-participatory_processes/app/assets/javascripts/decidim/participatory_processes/admin/participatory_processes.js.es6 +0 -12
  1644. data/decidim-participatory_processes/app/assets/javascripts/decidim/participatory_processes/filters.js.es6 +0 -25
  1645. data/decidim-participatory_processes/app/commands/decidim/participatory_processes/admin/activate_participatory_process_step.rb +0 -46
  1646. data/decidim-participatory_processes/app/commands/decidim/participatory_processes/admin/copy_participatory_process.rb +0 -116
  1647. data/decidim-participatory_processes/app/commands/decidim/participatory_processes/admin/create_participatory_process.rb +0 -82
  1648. data/decidim-participatory_processes/app/commands/decidim/participatory_processes/admin/create_participatory_process_admin.rb +0 -95
  1649. data/decidim-participatory_processes/app/commands/decidim/participatory_processes/admin/create_participatory_process_group.rb +0 -57
  1650. data/decidim-participatory_processes/app/commands/decidim/participatory_processes/admin/create_participatory_process_step.rb +0 -49
  1651. data/decidim-participatory_processes/app/commands/decidim/participatory_processes/admin/deactivate_participatory_process_step.rb +0 -38
  1652. data/decidim-participatory_processes/app/commands/decidim/participatory_processes/admin/destroy_participatory_process_step.rb +0 -46
  1653. data/decidim-participatory_processes/app/commands/decidim/participatory_processes/admin/publish_participatory_process.rb +0 -34
  1654. data/decidim-participatory_processes/app/commands/decidim/participatory_processes/admin/reorder_participatory_process_steps.rb +0 -54
  1655. data/decidim-participatory_processes/app/commands/decidim/participatory_processes/admin/unpublish_participatory_process.rb +0 -34
  1656. data/decidim-participatory_processes/app/commands/decidim/participatory_processes/admin/update_participatory_process.rb +0 -77
  1657. data/decidim-participatory_processes/app/commands/decidim/participatory_processes/admin/update_participatory_process_admin.rb +0 -43
  1658. data/decidim-participatory_processes/app/commands/decidim/participatory_processes/admin/update_participatory_process_group.rb +0 -60
  1659. data/decidim-participatory_processes/app/commands/decidim/participatory_processes/admin/update_participatory_process_step.rb +0 -51
  1660. data/decidim-participatory_processes/app/constraints/decidim/participatory_processes/current_feature.rb +0 -28
  1661. data/decidim-participatory_processes/app/constraints/decidim/participatory_processes/current_participatory_process.rb +0 -37
  1662. data/decidim-participatory_processes/app/controllers/concerns/decidim/participatory_processes/admin/participatory_process_context.rb +0 -21
  1663. data/decidim-participatory_processes/app/controllers/concerns/decidim/participatory_processes/needs_participatory_process.rb +0 -50
  1664. data/decidim-participatory_processes/app/controllers/concerns/decidim/participatory_processes/participatory_process_context.rb +0 -27
  1665. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/admin/application_controller.rb +0 -11
  1666. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/admin/categories_controller.rb +0 -13
  1667. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/admin/concerns/participatory_process_admin.rb +0 -26
  1668. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/admin/exports_controller.rb +0 -14
  1669. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/admin/feature_permissions_controller.rb +0 -14
  1670. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/admin/features_controller.rb +0 -14
  1671. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/admin/moderations_controller.rb +0 -12
  1672. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/admin/participatory_process_attachments_controller.rb +0 -27
  1673. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/admin/participatory_process_copies_controller.rb +0 -35
  1674. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/admin/participatory_process_groups_controller.rb +0 -90
  1675. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/admin/participatory_process_publications_controller.rb +0 -45
  1676. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/admin/participatory_process_step_activations_controller.rb +0 -39
  1677. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/admin/participatory_process_step_ordering_controller.rb +0 -29
  1678. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/admin/participatory_process_steps_controller.rb +0 -91
  1679. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/admin/participatory_process_user_roles_controller.rb +0 -99
  1680. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/admin/participatory_processes_controller.rb +0 -102
  1681. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/participatory_process_groups_controller.rb +0 -28
  1682. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/participatory_process_steps_controller.rb +0 -20
  1683. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/participatory_process_widgets_controller.rb +0 -21
  1684. data/decidim-participatory_processes/app/controllers/decidim/participatory_processes/participatory_processes_controller.rb +0 -64
  1685. data/decidim-participatory_processes/app/forms/decidim/participatory_processes/admin/participatory_process_copy_form.rb +0 -35
  1686. data/decidim-participatory_processes/app/forms/decidim/participatory_processes/admin/participatory_process_form.rb +0 -72
  1687. data/decidim-participatory_processes/app/forms/decidim/participatory_processes/admin/participatory_process_group_form.rb +0 -26
  1688. data/decidim-participatory_processes/app/forms/decidim/participatory_processes/admin/participatory_process_step_form.rb +0 -37
  1689. data/decidim-participatory_processes/app/forms/decidim/participatory_processes/admin/participatory_process_user_role_form.rb +0 -31
  1690. data/decidim-participatory_processes/app/helpers/decidim/participatory_processes/admin/process_groups_for_select_helper.rb +0 -23
  1691. data/decidim-participatory_processes/app/helpers/decidim/participatory_processes/admin/processes_for_select_helper.rb +0 -25
  1692. data/decidim-participatory_processes/app/helpers/decidim/participatory_processes/participatory_process_helper.rb +0 -19
  1693. data/decidim-participatory_processes/app/helpers/decidim/participatory_processes/participatory_process_steps_helper.rb +0 -20
  1694. data/decidim-participatory_processes/app/models/decidim/participatory_process.rb +0 -62
  1695. data/decidim-participatory_processes/app/models/decidim/participatory_process_group.rb +0 -15
  1696. data/decidim-participatory_processes/app/models/decidim/participatory_process_step.rb +0 -39
  1697. data/decidim-participatory_processes/app/models/decidim/participatory_processes/abilities/admin/admin_ability.rb +0 -21
  1698. data/decidim-participatory_processes/app/models/decidim/participatory_processes/abilities/admin_ability.rb +0 -16
  1699. data/decidim-participatory_processes/app/models/decidim/participatory_processes/abilities/everyone_ability.rb +0 -19
  1700. data/decidim-participatory_processes/app/presenters/decidim/participatory_processes/participatory_process_stats_presenter.rb +0 -52
  1701. data/decidim-participatory_processes/app/queries/decidim/participatory_processes/admin/admin_users.rb +0 -46
  1702. data/decidim-participatory_processes/app/queries/decidim/participatory_processes/filtered_participatory_process_groups.rb +0 -29
  1703. data/decidim-participatory_processes/app/queries/decidim/participatory_processes/filtered_participatory_processes.rb +0 -26
  1704. data/decidim-participatory_processes/app/queries/decidim/participatory_processes/highlighted_participatory_processes.rb +0 -12
  1705. data/decidim-participatory_processes/app/queries/decidim/participatory_processes/organization_participatory_process_groups.rb +0 -16
  1706. data/decidim-participatory_processes/app/queries/decidim/participatory_processes/organization_participatory_processes.rb +0 -16
  1707. data/decidim-participatory_processes/app/queries/decidim/participatory_processes/organization_prioritized_participatory_process_groups.rb +0 -20
  1708. data/decidim-participatory_processes/app/queries/decidim/participatory_processes/organization_prioritized_participatory_processes.rb +0 -22
  1709. data/decidim-participatory_processes/app/queries/decidim/participatory_processes/organization_published_participatory_processes.rb +0 -19
  1710. data/decidim-participatory_processes/app/queries/decidim/participatory_processes/prioritized_participatory_processes.rb +0 -13
  1711. data/decidim-participatory_processes/app/queries/decidim/participatory_processes/promoted_participatory_processes.rb +0 -12
  1712. data/decidim-participatory_processes/app/queries/decidim/participatory_processes/published_participatory_processes.rb +0 -12
  1713. data/decidim-participatory_processes/app/views/decidim/participatory_process_groups/_participatory_process_group.html.erb +0 -22
  1714. data/decidim-participatory_processes/app/views/decidim/participatory_process_steps/_participatory_process_step.html.erb +0 -16
  1715. data/decidim-participatory_processes/app/views/decidim/participatory_processes/_order_by_processes.html.erb +0 -12
  1716. data/decidim-participatory_processes/app/views/decidim/participatory_processes/_participatory_process.html.erb +0 -28
  1717. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_process_copies/_form.html.erb +0 -38
  1718. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_process_copies/new.html.erb +0 -7
  1719. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_process_groups/_form.html.erb +0 -17
  1720. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_process_groups/edit.html.erb +0 -19
  1721. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_process_groups/index.html.erb +0 -44
  1722. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_process_groups/new.html.erb +0 -13
  1723. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_process_groups/show.html.erb +0 -23
  1724. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_process_steps/_form.html.erb +0 -25
  1725. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_process_steps/edit.html.erb +0 -8
  1726. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_process_steps/index.html.erb +0 -63
  1727. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_process_steps/new.html.erb +0 -7
  1728. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_process_steps/show.html.erb +0 -18
  1729. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_process_user_roles/_form.html.erb +0 -22
  1730. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_process_user_roles/edit.html.erb +0 -7
  1731. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_process_user_roles/index.html.erb +0 -65
  1732. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_process_user_roles/new.html.erb +0 -7
  1733. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_processes/_form.html.erb +0 -107
  1734. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_processes/edit.html.erb +0 -19
  1735. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_processes/index.html.erb +0 -66
  1736. data/decidim-participatory_processes/app/views/decidim/participatory_processes/admin/participatory_processes/new.html.erb +0 -11
  1737. data/decidim-participatory_processes/app/views/decidim/participatory_processes/participatory_process_groups/show.html.erb +0 -11
  1738. data/decidim-participatory_processes/app/views/decidim/participatory_processes/participatory_process_steps/_timeline.html.erb +0 -7
  1739. data/decidim-participatory_processes/app/views/decidim/participatory_processes/participatory_process_steps/index.html.erb +0 -14
  1740. data/decidim-participatory_processes/app/views/decidim/participatory_processes/participatory_process_widgets/show.html.erb +0 -17
  1741. data/decidim-participatory_processes/app/views/decidim/participatory_processes/participatory_processes/_no_processes_yet.html.erb +0 -3
  1742. data/decidim-participatory_processes/app/views/decidim/participatory_processes/participatory_processes/_promoted_process.html.erb +0 -32
  1743. data/decidim-participatory_processes/app/views/decidim/participatory_processes/participatory_processes/_statistics.html.erb +0 -10
  1744. data/decidim-participatory_processes/app/views/decidim/participatory_processes/participatory_processes/index.html.erb +0 -22
  1745. data/decidim-participatory_processes/app/views/decidim/participatory_processes/participatory_processes/index.js.erb +0 -6
  1746. data/decidim-participatory_processes/app/views/decidim/participatory_processes/participatory_processes/show.html.erb +0 -92
  1747. data/decidim-participatory_processes/app/views/layouts/decidim/_process_header.html.erb +0 -65
  1748. data/decidim-participatory_processes/app/views/layouts/decidim/_process_header_steps.html.erb +0 -27
  1749. data/decidim-participatory_processes/app/views/layouts/decidim/admin/participatory_process.html.erb +0 -64
  1750. data/decidim-participatory_processes/app/views/layouts/decidim/admin/participatory_process_groups.html.erb +0 -14
  1751. data/decidim-participatory_processes/app/views/layouts/decidim/admin/participatory_processes.html.erb +0 -14
  1752. data/decidim-participatory_processes/app/views/layouts/decidim/participatory_process.html.erb +0 -30
  1753. data/decidim-participatory_processes/bin/rails +0 -15
  1754. data/decidim-participatory_processes/config/locales/ca.yml +0 -281
  1755. data/decidim-participatory_processes/config/locales/en.yml +0 -281
  1756. data/decidim-participatory_processes/config/locales/es.yml +0 -281
  1757. data/decidim-participatory_processes/config/locales/eu.yml +0 -280
  1758. data/decidim-participatory_processes/config/locales/fi.yml +0 -280
  1759. data/decidim-participatory_processes/config/locales/fr.yml +0 -280
  1760. data/decidim-participatory_processes/config/locales/it.yml +0 -280
  1761. data/decidim-participatory_processes/config/locales/nl.yml +0 -280
  1762. data/decidim-participatory_processes/config/locales/pl.yml +0 -281
  1763. data/decidim-participatory_processes/config/locales/uk.yml +0 -282
  1764. data/decidim-participatory_processes/db/migrate/20161005130108_add_participatory_processes.rb +0 -19
  1765. data/decidim-participatory_processes/db/migrate/20161010102356_translate_processes.rb +0 -17
  1766. data/decidim-participatory_processes/db/migrate/20161011125616_add_hero_image_to_processes.rb +0 -7
  1767. data/decidim-participatory_processes/db/migrate/20161011141033_add_banner_image_to_processes.rb +0 -7
  1768. data/decidim-participatory_processes/db/migrate/20161013134732_add_promoted_flag_to_processes.rb +0 -7
  1769. data/decidim-participatory_processes/db/migrate/20161017085822_add_participatory_process_steps.rb +0 -18
  1770. data/decidim-participatory_processes/db/migrate/20161019072016_add_active_flag_to_step.rb +0 -13
  1771. data/decidim-participatory_processes/db/migrate/20161020080756_add_position_to_steps.rb +0 -9
  1772. data/decidim-participatory_processes/db/migrate/20161025125300_add_published_at_to_processes.rb +0 -7
  1773. data/decidim-participatory_processes/db/migrate/20161107152228_remove_not_null_on_step_position.rb +0 -7
  1774. data/decidim-participatory_processes/db/migrate/20161110092735_add_index_for_process_slug_organization.rb +0 -10
  1775. data/decidim-participatory_processes/db/migrate/20161116115156_create_attachments.rb +0 -18
  1776. data/decidim-participatory_processes/db/migrate/20170116135237_loosen_step_requirements.rb +0 -8
  1777. data/decidim-participatory_processes/db/migrate/20170123134023_make_attachments_polymorphic.rb +0 -19
  1778. data/decidim-participatory_processes/db/migrate/20170125135937_rename_attachable_to_attached_to.rb +0 -13
  1779. data/decidim-participatory_processes/db/migrate/20170126151123_add_extra_info_to_processes.rb +0 -10
  1780. data/decidim-participatory_processes/db/migrate/20170206083118_rename_extra_info_on_processes.rb +0 -14
  1781. data/decidim-participatory_processes/db/migrate/20170220110740_remove_steps_short_description.rb +0 -27
  1782. data/decidim-participatory_processes/db/migrate/20170221094835_add_scopes_to_processes.rb +0 -8
  1783. data/decidim-participatory_processes/db/migrate/20170228142440_add_participatory_process_groups.rb +0 -17
  1784. data/decidim-participatory_processes/db/migrate/20170404132616_change_steps_end_and_start_date_to_date.rb +0 -8
  1785. data/decidim-participatory_processes/db/migrate/20170720120135_make_features_polymorphic.rb +0 -27
  1786. data/decidim-participatory_processes/db/migrate/20170725085104_add_show_statistics_to_participatory_processes.rb +0 -7
  1787. data/decidim-participatory_processes/db/migrate/20170804125402_attachment_description_nullable.rb +0 -7
  1788. data/decidim-participatory_processes/db/migrate/20170808080905_add_announcement_to_participatory_processes.rb +0 -7
  1789. data/decidim-participatory_processes/db/migrate/20170809084005_add_scopes_enabled_to_participatory_processes.rb +0 -7
  1790. data/decidim-participatory_processes/db/migrate/20170830081725_add_start_date_to_processes.rb +0 -8
  1791. data/decidim-participatory_processes/db/seeds/Exampledocument.pdf +0 -0
  1792. data/decidim-participatory_processes/db/seeds/city.jpeg +0 -0
  1793. data/decidim-participatory_processes/db/seeds/city2.jpeg +0 -0
  1794. data/decidim-participatory_processes/db/seeds/homepage_image.jpg +0 -0
  1795. data/decidim-participatory_processes/decidim-participatory_processes.gemspec +0 -21
  1796. data/decidim-participatory_processes/lib/decidim/participatory_processes.rb +0 -12
  1797. data/decidim-participatory_processes/lib/decidim/participatory_processes/admin.rb +0 -10
  1798. data/decidim-participatory_processes/lib/decidim/participatory_processes/admin_engine.rb +0 -98
  1799. data/decidim-participatory_processes/lib/decidim/participatory_processes/engine.rb +0 -55
  1800. data/decidim-participatory_processes/lib/decidim/participatory_processes/participatory_space.rb +0 -119
  1801. data/decidim-participatory_processes/lib/decidim/participatory_processes/test/factories.rb +0 -97
  1802. data/decidim-participatory_processes/spec/commands/activate_participatory_process_step_spec.rb +0 -46
  1803. data/decidim-participatory_processes/spec/commands/copy_participatory_process_spec.rb +0 -128
  1804. data/decidim-participatory_processes/spec/commands/create_category_spec.rb +0 -10
  1805. data/decidim-participatory_processes/spec/commands/create_participatory_process_admin_spec.rb +0 -85
  1806. data/decidim-participatory_processes/spec/commands/create_participatory_process_spec.rb +0 -96
  1807. data/decidim-participatory_processes/spec/commands/create_participatory_process_step_spec.rb +0 -56
  1808. data/decidim-participatory_processes/spec/commands/deactivate_participatory_process_step_spec.rb +0 -37
  1809. data/decidim-participatory_processes/spec/commands/destroy_category_spec.rb +0 -10
  1810. data/decidim-participatory_processes/spec/commands/destroy_participatory_process_step_spec.rb +0 -59
  1811. data/decidim-participatory_processes/spec/commands/publish_participatory_process_spec.rb +0 -37
  1812. data/decidim-participatory_processes/spec/commands/reorder_participatory_process_steps_spec.rb +0 -55
  1813. data/decidim-participatory_processes/spec/commands/unpublish_participatory_process_spec.rb +0 -37
  1814. data/decidim-participatory_processes/spec/commands/update_category_spec.rb +0 -10
  1815. data/decidim-participatory_processes/spec/commands/update_participatory_process_spec.rb +0 -121
  1816. data/decidim-participatory_processes/spec/controllers/exports_controller_spec.rb +0 -53
  1817. data/decidim-participatory_processes/spec/controllers/participatory_processes_controller_spec.rb +0 -122
  1818. data/decidim-participatory_processes/spec/factories.rb +0 -6
  1819. data/decidim-participatory_processes/spec/features/admin/admin_copy_participatory_process_spec.rb +0 -109
  1820. data/decidim-participatory_processes/spec/features/admin/admin_manages_participatory_process_admins_spec.rb +0 -9
  1821. data/decidim-participatory_processes/spec/features/admin/admin_manages_participatory_process_attachments_spec.rb +0 -9
  1822. data/decidim-participatory_processes/spec/features/admin/admin_manages_participatory_process_categories_spec.rb +0 -16
  1823. data/decidim-participatory_processes/spec/features/admin/admin_manages_participatory_process_feature_permissions_spec.rb +0 -14
  1824. data/decidim-participatory_processes/spec/features/admin/admin_manages_participatory_process_features_spec.rb +0 -311
  1825. data/decidim-participatory_processes/spec/features/admin/admin_manages_participatory_process_groups_spec.rb +0 -106
  1826. data/decidim-participatory_processes/spec/features/admin/admin_manages_participatory_process_steps_spec.rb +0 -9
  1827. data/decidim-participatory_processes/spec/features/admin/admin_manages_participatory_processes_spec.rb +0 -119
  1828. data/decidim-participatory_processes/spec/features/admin/admin_manages_user_groups_spec.rb +0 -43
  1829. data/decidim-participatory_processes/spec/features/admin/participatory_process_admin_manages_participatory_process_admins_spec.rb +0 -24
  1830. data/decidim-participatory_processes/spec/features/admin/participatory_process_admin_manages_participatory_process_attachments_spec.rb +0 -9
  1831. data/decidim-participatory_processes/spec/features/admin/participatory_process_admin_manages_participatory_process_categories_spec.rb +0 -16
  1832. data/decidim-participatory_processes/spec/features/admin/participatory_process_admin_manages_participatory_process_steps_spec.rb +0 -9
  1833. data/decidim-participatory_processes/spec/features/admin/participatory_process_admin_manages_participatory_processes_spec.rb +0 -35
  1834. data/decidim-participatory_processes/spec/features/participatory_process_groups_spec.rb +0 -79
  1835. data/decidim-participatory_processes/spec/features/participatory_process_steps_spec.rb +0 -34
  1836. data/decidim-participatory_processes/spec/features/participatory_processes_spec.rb +0 -193
  1837. data/decidim-participatory_processes/spec/features/process_embeds_spec.rb +0 -20
  1838. data/decidim-participatory_processes/spec/forms/category_form_spec.rb +0 -16
  1839. data/decidim-participatory_processes/spec/forms/participatory_process_form_spec.rb +0 -167
  1840. data/decidim-participatory_processes/spec/forms/participatory_process_group_form_spec.rb +0 -84
  1841. data/decidim-participatory_processes/spec/forms/participatory_process_step_form_spec.rb +0 -106
  1842. data/decidim-participatory_processes/spec/forms/participatory_process_user_role_form_spec.rb +0 -36
  1843. data/decidim-participatory_processes/spec/helpers/decidim/participatory_processes/participatory_process_helper_spec.rb +0 -43
  1844. data/decidim-participatory_processes/spec/helpers/decidim/scopes_helper_spec.rb +0 -16
  1845. data/decidim-participatory_processes/spec/lib/features/participatory_processes/current_feature_spec.rb +0 -90
  1846. data/decidim-participatory_processes/spec/models/abilities/admin/admin_ability_spec.rb +0 -12
  1847. data/decidim-participatory_processes/spec/models/abilities/admin_ability_spec.rb +0 -12
  1848. data/decidim-participatory_processes/spec/models/abilities/everyone_ability_spec.rb +0 -13
  1849. data/decidim-participatory_processes/spec/models/decidim/participatory_process_spec.rb +0 -29
  1850. data/decidim-participatory_processes/spec/models/decidim/participatory_process_step_spec.rb +0 -120
  1851. data/decidim-participatory_processes/spec/presenters/decidim/participatory_processes/participatory_process_stats_presenter.spec.rb +0 -44
  1852. data/decidim-participatory_processes/spec/queries/admin/process_admins_spec.rb +0 -24
  1853. data/decidim-participatory_processes/spec/queries/organization_participatory_process_groups_spec.rb +0 -27
  1854. data/decidim-participatory_processes/spec/queries/organization_participatory_processes_spec.rb +0 -26
  1855. data/decidim-participatory_processes/spec/queries/organization_prioritized_participatory_processes_spec.rb +0 -48
  1856. data/decidim-participatory_processes/spec/queries/organization_published_participatory_processes_spec.rb +0 -40
  1857. data/decidim-participatory_processes/spec/queries/participatory_processes_with_user_role_spec.rb +0 -31
  1858. data/decidim-participatory_processes/spec/shared/manage_process_admins_examples.rb +0 -120
  1859. data/decidim-participatory_processes/spec/shared/manage_process_attachments_examples.rb +0 -16
  1860. data/decidim-participatory_processes/spec/shared/manage_process_categories_examples.rb +0 -130
  1861. data/decidim-participatory_processes/spec/shared/manage_process_steps_examples.rb +0 -120
  1862. data/decidim-participatory_processes/spec/shared/manage_processes_examples.rb +0 -145
  1863. data/decidim-participatory_processes/spec/shared/participatory_process_administration_by_admin_shared_context.rb +0 -9
  1864. data/decidim-participatory_processes/spec/shared/participatory_process_administration_by_process_admin_shared_context.rb +0 -13
  1865. data/decidim-participatory_processes/spec/shared/participatory_process_administration_shared_context.rb +0 -14
  1866. data/decidim-participatory_processes/spec/spec_helper.rb +0 -9
  1867. data/decidim-proposals/README.md +0 -24
  1868. data/decidim-proposals/Rakefile +0 -3
  1869. data/decidim-proposals/app/assets/config/decidim_proposals_manifest.css +0 -1
  1870. data/decidim-proposals/app/assets/config/decidim_proposals_manifest.js +0 -2
  1871. data/decidim-proposals/app/assets/images/decidim/proposals/icon.svg +0 -3
  1872. data/decidim-proposals/app/assets/javascripts/decidim/proposals/add_proposal.js.es6 +0 -25
  1873. data/decidim-proposals/app/assets/javascripts/decidim/proposals/social_share.js +0 -2
  1874. data/decidim-proposals/app/assets/stylesheets/decidim/proposals/social_share.css.scss +0 -19
  1875. data/decidim-proposals/app/commands/decidim/proposals/admin/answer_proposal.rb +0 -44
  1876. data/decidim-proposals/app/commands/decidim/proposals/admin/create_proposal.rb +0 -88
  1877. data/decidim-proposals/app/commands/decidim/proposals/create_proposal.rb +0 -90
  1878. data/decidim-proposals/app/commands/decidim/proposals/create_proposal_export.rb +0 -37
  1879. data/decidim-proposals/app/commands/decidim/proposals/unvote_proposal.rb +0 -34
  1880. data/decidim-proposals/app/commands/decidim/proposals/vote_proposal.rb +0 -39
  1881. data/decidim-proposals/app/controllers/concerns/decidim/proposals/orderable.rb +0 -68
  1882. data/decidim-proposals/app/controllers/decidim/proposals/admin/application_controller.rb +0 -15
  1883. data/decidim-proposals/app/controllers/decidim/proposals/admin/proposal_answers_controller.rb +0 -40
  1884. data/decidim-proposals/app/controllers/decidim/proposals/admin/proposals_controller.rb +0 -47
  1885. data/decidim-proposals/app/controllers/decidim/proposals/application_controller.rb +0 -13
  1886. data/decidim-proposals/app/controllers/decidim/proposals/proposal_votes_controller.rb +0 -48
  1887. data/decidim-proposals/app/controllers/decidim/proposals/proposal_widgets_controller.rb +0 -19
  1888. data/decidim-proposals/app/controllers/decidim/proposals/proposals_controller.rb +0 -92
  1889. data/decidim-proposals/app/forms/decidim/proposals/admin/proposal_answer_form.rb +0 -19
  1890. data/decidim-proposals/app/forms/decidim/proposals/admin/proposal_form.rb +0 -58
  1891. data/decidim-proposals/app/forms/decidim/proposals/proposal_form.rb +0 -65
  1892. data/decidim-proposals/app/helpers/decidim/proposals/application_helper.rb +0 -59
  1893. data/decidim-proposals/app/helpers/decidim/proposals/map_helper.rb +0 -20
  1894. data/decidim-proposals/app/helpers/decidim/proposals/proposal_votes_helper.rb +0 -47
  1895. data/decidim-proposals/app/models/decidim/proposals/abilities/admin_ability.rb +0 -41
  1896. data/decidim-proposals/app/models/decidim/proposals/abilities/current_user_ability.rb +0 -80
  1897. data/decidim-proposals/app/models/decidim/proposals/abilities/participatory_process_admin_ability.rb +0 -47
  1898. data/decidim-proposals/app/models/decidim/proposals/abilities/participatory_process_moderator_ability.rb +0 -19
  1899. data/decidim-proposals/app/models/decidim/proposals/application_record.rb +0 -10
  1900. data/decidim-proposals/app/models/decidim/proposals/proposal.rb +0 -118
  1901. data/decidim-proposals/app/models/decidim/proposals/proposal_vote.rb +0 -28
  1902. data/decidim-proposals/app/queries/decidim/proposals/filtered_proposals.rb +0 -37
  1903. data/decidim-proposals/app/services/decidim/proposals/proposal_search.rb +0 -86
  1904. data/decidim-proposals/app/views/decidim/proposals/admin/proposal_answers/edit.html.erb +0 -21
  1905. data/decidim-proposals/app/views/decidim/proposals/admin/proposals/_form.html.erb +0 -50
  1906. data/decidim-proposals/app/views/decidim/proposals/admin/proposals/index.html.erb +0 -73
  1907. data/decidim-proposals/app/views/decidim/proposals/admin/proposals/new.html.erb +0 -7
  1908. data/decidim-proposals/app/views/decidim/proposals/proposal_votes/update_buttons_and_counters.js.erb +0 -20
  1909. data/decidim-proposals/app/views/decidim/proposals/proposal_widgets/show.html.erb +0 -4
  1910. data/decidim-proposals/app/views/decidim/proposals/proposals/_author.html.erb +0 -23
  1911. data/decidim-proposals/app/views/decidim/proposals/proposals/_count.html.erb +0 -1
  1912. data/decidim-proposals/app/views/decidim/proposals/proposals/_filters.html.erb +0 -40
  1913. data/decidim-proposals/app/views/decidim/proposals/proposals/_filters_small_view.html.erb +0 -18
  1914. data/decidim-proposals/app/views/decidim/proposals/proposals/_linked_proposals.html.erb +0 -27
  1915. data/decidim-proposals/app/views/decidim/proposals/proposals/_proposal.html.erb +0 -29
  1916. data/decidim-proposals/app/views/decidim/proposals/proposals/_proposal_badge.html.erb +0 -3
  1917. data/decidim-proposals/app/views/decidim/proposals/proposals/_proposals.html.erb +0 -14
  1918. data/decidim-proposals/app/views/decidim/proposals/proposals/_remaining_votes_count.html.erb +0 -3
  1919. data/decidim-proposals/app/views/decidim/proposals/proposals/_vote_button.html.erb +0 -25
  1920. data/decidim-proposals/app/views/decidim/proposals/proposals/_votes_count.html.erb +0 -10
  1921. data/decidim-proposals/app/views/decidim/proposals/proposals/_votes_limit.html.erb +0 -21
  1922. data/decidim-proposals/app/views/decidim/proposals/proposals/index.html.erb +0 -62
  1923. data/decidim-proposals/app/views/decidim/proposals/proposals/index.js.erb +0 -10
  1924. data/decidim-proposals/app/views/decidim/proposals/proposals/new.html.erb +0 -77
  1925. data/decidim-proposals/app/views/decidim/proposals/proposals/show.html.erb +0 -82
  1926. data/decidim-proposals/bin/rails +0 -15
  1927. data/decidim-proposals/config/initializers/social_share_button.rb +0 -5
  1928. data/decidim-proposals/config/locales/ca.yml +0 -166
  1929. data/decidim-proposals/config/locales/en.yml +0 -166
  1930. data/decidim-proposals/config/locales/es.yml +0 -166
  1931. data/decidim-proposals/config/locales/eu.yml +0 -165
  1932. data/decidim-proposals/config/locales/fi.yml +0 -165
  1933. data/decidim-proposals/config/locales/fr.yml +0 -165
  1934. data/decidim-proposals/config/locales/it.yml +0 -165
  1935. data/decidim-proposals/config/locales/nl.yml +0 -165
  1936. data/decidim-proposals/config/locales/pl.yml +0 -168
  1937. data/decidim-proposals/config/locales/uk.yml +0 -171
  1938. data/decidim-proposals/db/migrate/20161212110850_create_decidim_proposals.rb +0 -16
  1939. data/decidim-proposals/db/migrate/20170112115253_create_proposal_votes.rb +0 -14
  1940. data/decidim-proposals/db/migrate/20170113114245_add_text_search_indexes.rb +0 -8
  1941. data/decidim-proposals/db/migrate/20170118120151_add_counter_cache_votes_to_proposals.rb +0 -7
  1942. data/decidim-proposals/db/migrate/20170120151202_add_user_group_id_to_proposals.rb +0 -7
  1943. data/decidim-proposals/db/migrate/20170131092413_add_answers_to_proposals.rb +0 -9
  1944. data/decidim-proposals/db/migrate/20170205082832_add_index_to_decidim_proposals_proposals_proposal_votes_count.rb +0 -9
  1945. data/decidim-proposals/db/migrate/20170215113152_create_proposal_reports.rb +0 -16
  1946. data/decidim-proposals/db/migrate/20170215131720_add_report_count_to_proposals.rb +0 -7
  1947. data/decidim-proposals/db/migrate/20170215132030_add_reference_to_proposals.rb +0 -9
  1948. data/decidim-proposals/db/migrate/20170220152416_add_hidden_at_to_proposals.rb +0 -7
  1949. data/decidim-proposals/db/migrate/20170228105156_add_geolocalization_fields_to_proposals.rb +0 -9
  1950. data/decidim-proposals/db/migrate/20170307085300_migrate_proposal_reports_data_to_reports.rb +0 -24
  1951. data/decidim-proposals/db/migrate/20170410073742_remove_not_null_reference_proposals.rb +0 -7
  1952. data/decidim-proposals/db/migrate/20170612101809_migrate_proposals_category.rb +0 -15
  1953. data/decidim-proposals/decidim-proposals.gemspec +0 -31
  1954. data/decidim-proposals/lib/decidim/proposals.rb +0 -14
  1955. data/decidim-proposals/lib/decidim/proposals/admin.rb +0 -10
  1956. data/decidim-proposals/lib/decidim/proposals/admin_engine.rb +0 -34
  1957. data/decidim-proposals/lib/decidim/proposals/engine.rb +0 -33
  1958. data/decidim-proposals/lib/decidim/proposals/feature.rb +0 -150
  1959. data/decidim-proposals/lib/decidim/proposals/proposal_serializer.rb +0 -57
  1960. data/decidim-proposals/lib/decidim/proposals/test/factories.rb +0 -101
  1961. data/decidim-proposals/spec/commands/decidim/proposals/admin_create_proposal_spec.rb +0 -14
  1962. data/decidim-proposals/spec/commands/decidim/proposals/answer_proposal_spec.rb +0 -54
  1963. data/decidim-proposals/spec/commands/decidim/proposals/create_proposal_spec.rb +0 -12
  1964. data/decidim-proposals/spec/commands/decidim/proposals/unvote_proposal_spec.rb +0 -26
  1965. data/decidim-proposals/spec/commands/decidim/proposals/vote_proposal_spec.rb +0 -47
  1966. data/decidim-proposals/spec/controllers/concerns/orderable_spec.rb +0 -47
  1967. data/decidim-proposals/spec/controllers/decidim/admin/proposal_answers_controller_spec.rb +0 -43
  1968. data/decidim-proposals/spec/controllers/decidim/proposal_votes_controller_spec.rb +0 -109
  1969. data/decidim-proposals/spec/controllers/decidim/proposals_controller_spec.rb +0 -51
  1970. data/decidim-proposals/spec/factories.rb +0 -11
  1971. data/decidim-proposals/spec/features/admin_manages_proposals_spec.rb +0 -17
  1972. data/decidim-proposals/spec/features/comments_spec.rb +0 -12
  1973. data/decidim-proposals/spec/features/follow_proposals_spec.rb +0 -13
  1974. data/decidim-proposals/spec/features/process_admin_manages_proposals_spec.rb +0 -17
  1975. data/decidim-proposals/spec/features/proposal_embeds_spec.rb +0 -39
  1976. data/decidim-proposals/spec/features/proposals_spec.rb +0 -829
  1977. data/decidim-proposals/spec/features/report_proposal_spec.rb +0 -20
  1978. data/decidim-proposals/spec/features/vote_proposal_spec.rb +0 -243
  1979. data/decidim-proposals/spec/forms/decidim/proposals/admin_proposal_form_spec.rb +0 -13
  1980. data/decidim-proposals/spec/forms/decidim/proposals/proposal_answer_form_spec.rb +0 -51
  1981. data/decidim-proposals/spec/forms/decidim/proposals/proposal_form_spec.rb +0 -17
  1982. data/decidim-proposals/spec/helpers/application_helper_spec.rb +0 -34
  1983. data/decidim-proposals/spec/helpers/proposal_votes_helper_spec.rb +0 -92
  1984. data/decidim-proposals/spec/lib/decidim/proposals/feature_spec.rb +0 -33
  1985. data/decidim-proposals/spec/models/decidim/proposals/abilities/admin_ability_spec.rb +0 -63
  1986. data/decidim-proposals/spec/models/decidim/proposals/abilities/participatory_process_admin_ability.rb +0 -72
  1987. data/decidim-proposals/spec/models/decidim/proposals/proposal_spec.rb +0 -82
  1988. data/decidim-proposals/spec/models/decidim/proposals/proposal_vote_spec.rb +0 -69
  1989. data/decidim-proposals/spec/queries/decidim/proposals/filtered_proposals_spec.rb +0 -22
  1990. data/decidim-proposals/spec/services/decidim/proposals/proposal_search_spec.rb +0 -203
  1991. data/decidim-proposals/spec/services/decidim/proposals/proposal_serializer_spec.rb +0 -79
  1992. data/decidim-proposals/spec/shared/create_proposal_examples.rb +0 -136
  1993. data/decidim-proposals/spec/shared/export_proposals_examples.rb +0 -37
  1994. data/decidim-proposals/spec/shared/manage_proposals_examples.rb +0 -382
  1995. data/decidim-proposals/spec/shared/proposal_form_examples.rb +0 -152
  1996. data/decidim-proposals/spec/shared/proposals_help_texts_examples.rb +0 -39
  1997. data/decidim-proposals/spec/spec_helper.rb +0 -9
  1998. data/decidim-results/README.md +0 -23
  1999. data/decidim-results/Rakefile +0 -3
  2000. data/decidim-results/app/assets/images/decidim/results/icon.svg +0 -3
  2001. data/decidim-results/app/commands/decidim/results/admin/create_result.rb +0 -66
  2002. data/decidim-results/app/commands/decidim/results/admin/update_result.rb +0 -70
  2003. data/decidim-results/app/controllers/decidim/results/admin/application_controller.rb +0 -15
  2004. data/decidim-results/app/controllers/decidim/results/admin/results_controller.rb +0 -70
  2005. data/decidim-results/app/controllers/decidim/results/application_controller.rb +0 -13
  2006. data/decidim-results/app/controllers/decidim/results/result_widgets_controller.rb +0 -17
  2007. data/decidim-results/app/controllers/decidim/results/results_controller.rb +0 -44
  2008. data/decidim-results/app/forms/decidim/results/admin/result_form.rb +0 -53
  2009. data/decidim-results/app/helpers/decidim/results/application_helper.rb +0 -12
  2010. data/decidim-results/app/models/decidim/results/application_record.rb +0 -10
  2011. data/decidim-results/app/models/decidim/results/result.rb +0 -44
  2012. data/decidim-results/app/queries/decidim/results/filtered_results.rb +0 -37
  2013. data/decidim-results/app/services/decidim/results/result_search.rb +0 -40
  2014. data/decidim-results/app/services/decidim/results/result_stats_calculator.rb +0 -52
  2015. data/decidim-results/app/views/decidim/results/admin/results/_form.html.erb +0 -34
  2016. data/decidim-results/app/views/decidim/results/admin/results/edit.html.erb +0 -8
  2017. data/decidim-results/app/views/decidim/results/admin/results/index.html.erb +0 -42
  2018. data/decidim-results/app/views/decidim/results/admin/results/new.html.erb +0 -8
  2019. data/decidim-results/app/views/decidim/results/result_widgets/show.html.erb +0 -2
  2020. data/decidim-results/app/views/decidim/results/results/_count.html.erb +0 -1
  2021. data/decidim-results/app/views/decidim/results/results/_filters.html.erb +0 -22
  2022. data/decidim-results/app/views/decidim/results/results/_filters_small_view.html.erb +0 -18
  2023. data/decidim-results/app/views/decidim/results/results/_linked_results.html.erb +0 -12
  2024. data/decidim-results/app/views/decidim/results/results/_results.html.erb +0 -18
  2025. data/decidim-results/app/views/decidim/results/results/index.html.erb +0 -23
  2026. data/decidim-results/app/views/decidim/results/results/index.js.erb +0 -5
  2027. data/decidim-results/app/views/decidim/results/results/show.html.erb +0 -59
  2028. data/decidim-results/bin/rails +0 -15
  2029. data/decidim-results/config/locales/ca.yml +0 -81
  2030. data/decidim-results/config/locales/en.yml +0 -81
  2031. data/decidim-results/config/locales/es.yml +0 -81
  2032. data/decidim-results/config/locales/eu.yml +0 -80
  2033. data/decidim-results/config/locales/fi.yml +0 -80
  2034. data/decidim-results/config/locales/fr.yml +0 -80
  2035. data/decidim-results/config/locales/it.yml +0 -80
  2036. data/decidim-results/config/locales/nl.yml +0 -80
  2037. data/decidim-results/config/locales/pl.yml +0 -81
  2038. data/decidim-results/config/locales/uk.yml +0 -82
  2039. data/decidim-results/db/migrate/20170116104125_create_results.rb +0 -16
  2040. data/decidim-results/db/migrate/20170129164553_remove_short_description_from_results.rb +0 -7
  2041. data/decidim-results/db/migrate/20170215132624_add_reference_to_results.rb +0 -9
  2042. data/decidim-results/db/migrate/20170410074358_remove_not_null_reference_results.rb +0 -7
  2043. data/decidim-results/db/migrate/20170612101951_migrate_results_category.rb +0 -15
  2044. data/decidim-results/decidim-results.gemspec +0 -31
  2045. data/decidim-results/lib/decidim/results.rb +0 -12
  2046. data/decidim-results/lib/decidim/results/admin.rb +0 -10
  2047. data/decidim-results/lib/decidim/results/admin_engine.rb +0 -23
  2048. data/decidim-results/lib/decidim/results/engine.rb +0 -22
  2049. data/decidim-results/lib/decidim/results/feature.rb +0 -60
  2050. data/decidim-results/lib/decidim/results/test/factories.rb +0 -18
  2051. data/decidim-results/spec/commands/create_result_spec.rb +0 -92
  2052. data/decidim-results/spec/commands/update_result_spec.rb +0 -85
  2053. data/decidim-results/spec/controllers/results_controller_spec.rb +0 -33
  2054. data/decidim-results/spec/factories.rb +0 -10
  2055. data/decidim-results/spec/features/admin_manages_results_spec.rb +0 -13
  2056. data/decidim-results/spec/features/comments_spec.rb +0 -21
  2057. data/decidim-results/spec/features/explore_results_spec.rb +0 -226
  2058. data/decidim-results/spec/features/follow_result_spec.rb +0 -13
  2059. data/decidim-results/spec/features/process_admin_manages_results_spec.rb +0 -13
  2060. data/decidim-results/spec/features/result_embeds_spec.rb +0 -39
  2061. data/decidim-results/spec/forms/result_form_spec.rb +0 -99
  2062. data/decidim-results/spec/models/result_spec.rb +0 -39
  2063. data/decidim-results/spec/queries/decidim/results/filtered_results_spec.rb +0 -22
  2064. data/decidim-results/spec/services/result_search_spec.rb +0 -108
  2065. data/decidim-results/spec/services/result_stats_calculator_spec.rb +0 -95
  2066. data/decidim-results/spec/shared/manage_results_examples.rb +0 -98
  2067. data/decidim-results/spec/spec_helper.rb +0 -9
  2068. data/decidim-surveys/README.md +0 -24
  2069. data/decidim-surveys/Rakefile +0 -3
  2070. data/decidim-surveys/app/assets/config/admin/decidim_surveys_manifest.js +0 -1
  2071. data/decidim-surveys/app/assets/images/decidim/surveys/icon.svg +0 -8
  2072. data/decidim-surveys/app/assets/javascripts/decidim/surveys/admin/auto_label_by_position.component.js.es6 +0 -33
  2073. data/decidim-surveys/app/assets/javascripts/decidim/surveys/admin/dynamic_fields.component.js.es6 +0 -95
  2074. data/decidim-surveys/app/assets/javascripts/decidim/surveys/admin/surveys.js.es6 +0 -85
  2075. data/decidim-surveys/app/assets/stylesheets/decidim/surveys/surveys.scss +0 -9
  2076. data/decidim-surveys/app/commands/decidim/surveys/admin/update_survey.rb +0 -65
  2077. data/decidim-surveys/app/commands/decidim/surveys/answer_survey.rb +0 -43
  2078. data/decidim-surveys/app/commands/decidim/surveys/create_survey.rb +0 -19
  2079. data/decidim-surveys/app/controllers/decidim/surveys/admin/application_controller.rb +0 -15
  2080. data/decidim-surveys/app/controllers/decidim/surveys/admin/surveys_controller.rb +0 -55
  2081. data/decidim-surveys/app/controllers/decidim/surveys/application_controller.rb +0 -13
  2082. data/decidim-surveys/app/controllers/decidim/surveys/surveys_controller.rb +0 -39
  2083. data/decidim-surveys/app/forms/decidim/surveys/admin/survey_form.rb +0 -21
  2084. data/decidim-surveys/app/forms/decidim/surveys/admin/survey_question_answer_option_form.rb +0 -15
  2085. data/decidim-surveys/app/forms/decidim/surveys/admin/survey_question_form.rb +0 -25
  2086. data/decidim-surveys/app/forms/decidim/surveys/survey_answer_form.rb +0 -36
  2087. data/decidim-surveys/app/forms/decidim/surveys/survey_form.rb +0 -22
  2088. data/decidim-surveys/app/helpers/decidim/surveys/admin/application_helper.rb +0 -35
  2089. data/decidim-surveys/app/models/decidim/surveys/abilities/admin_ability.rb +0 -17
  2090. data/decidim-surveys/app/models/decidim/surveys/abilities/current_user_ability.rb +0 -47
  2091. data/decidim-surveys/app/models/decidim/surveys/abilities/participatory_process_admin_ability.rb +0 -19
  2092. data/decidim-surveys/app/models/decidim/surveys/application_record.rb +0 -10
  2093. data/decidim-surveys/app/models/decidim/surveys/survey.rb +0 -25
  2094. data/decidim-surveys/app/models/decidim/surveys/survey_answer.rb +0 -27
  2095. data/decidim-surveys/app/models/decidim/surveys/survey_question.rb +0 -20
  2096. data/decidim-surveys/app/queries/decidim/surveys/survey_user_answers.rb +0 -28
  2097. data/decidim-surveys/app/views/decidim/surveys/admin/surveys/_answer_option.html.erb +0 -27
  2098. data/decidim-surveys/app/views/decidim/surveys/admin/surveys/_form.html.erb +0 -47
  2099. data/decidim-surveys/app/views/decidim/surveys/admin/surveys/_question.html.erb +0 -72
  2100. data/decidim-surveys/app/views/decidim/surveys/admin/surveys/edit.html.erb +0 -7
  2101. data/decidim-surveys/app/views/decidim/surveys/surveys/show.html.erb +0 -102
  2102. data/decidim-surveys/bin/rails +0 -15
  2103. data/decidim-surveys/config/locales/ca.yml +0 -70
  2104. data/decidim-surveys/config/locales/en.yml +0 -70
  2105. data/decidim-surveys/config/locales/es.yml +0 -70
  2106. data/decidim-surveys/config/locales/eu.yml +0 -69
  2107. data/decidim-surveys/config/locales/fi.yml +0 -69
  2108. data/decidim-surveys/config/locales/fr.yml +0 -69
  2109. data/decidim-surveys/config/locales/it.yml +0 -69
  2110. data/decidim-surveys/config/locales/nl.yml +0 -69
  2111. data/decidim-surveys/config/locales/pl.yml +0 -69
  2112. data/decidim-surveys/config/locales/uk.yml +0 -69
  2113. data/decidim-surveys/db/migrate/20170511092231_create_decidim_surveys.rb +0 -15
  2114. data/decidim-surveys/db/migrate/20170515090916_create_decidim_survey_questions.rb +0 -12
  2115. data/decidim-surveys/db/migrate/20170515144119_create_decidim_survey_answers.rb +0 -14
  2116. data/decidim-surveys/db/migrate/20170518085302_add_position_to_surveys_questions.rb +0 -7
  2117. data/decidim-surveys/db/migrate/20170522075938_add_mandatory_to_surveys_questions.rb +0 -7
  2118. data/decidim-surveys/db/migrate/20170524122229_add_question_type_to_surveys_questions.rb +0 -7
  2119. data/decidim-surveys/db/migrate/20170525132233_add_answer_options_to_surveys_questions.rb +0 -7
  2120. data/decidim-surveys/decidim-surveys.gemspec +0 -24
  2121. data/decidim-surveys/lib/decidim/surveys.rb +0 -14
  2122. data/decidim-surveys/lib/decidim/surveys/admin.rb +0 -10
  2123. data/decidim-surveys/lib/decidim/surveys/admin_engine.rb +0 -36
  2124. data/decidim-surveys/lib/decidim/surveys/engine.rb +0 -25
  2125. data/decidim-surveys/lib/decidim/surveys/feature.rb +0 -96
  2126. data/decidim-surveys/lib/decidim/surveys/survey_user_answers_serializer.rb +0 -23
  2127. data/decidim-surveys/lib/decidim/surveys/test/factories.rb +0 -36
  2128. data/decidim-surveys/spec/commands/decidim/surveys/admin/update_survey_spec.rb +0 -172
  2129. data/decidim-surveys/spec/commands/decidim/surveys/answer_survey_spec.rb +0 -71
  2130. data/decidim-surveys/spec/commands/decidim/surveys/create_survey_spec.rb +0 -44
  2131. data/decidim-surveys/spec/factories.rb +0 -6
  2132. data/decidim-surveys/spec/features/admin_manages_surveys_spec.rb +0 -14
  2133. data/decidim-surveys/spec/features/process_admin_manages_surveys_spec.rb +0 -14
  2134. data/decidim-surveys/spec/features/survey_spec.rb +0 -235
  2135. data/decidim-surveys/spec/forms/decidim/surveys/admin/survey_form_spec.rb +0 -97
  2136. data/decidim-surveys/spec/forms/decidim/surveys/admin/survey_question_form_spec.rb +0 -65
  2137. data/decidim-surveys/spec/forms/decidim/surveys/survey_answer_form_spec.rb +0 -36
  2138. data/decidim-surveys/spec/forms/decidim/surveys/survey_form_spec.rb +0 -32
  2139. data/decidim-surveys/spec/models/decidim/surveys/abilities/admin_ability_spec.rb +0 -22
  2140. data/decidim-surveys/spec/models/decidim/surveys/abilities/current_user_ability_spec.rb +0 -19
  2141. data/decidim-surveys/spec/models/decidim/surveys/abilities/participatory_process_admin_ability_spec.rb +0 -24
  2142. data/decidim-surveys/spec/models/decidim/surveys/survey_answer_spec.rb +0 -55
  2143. data/decidim-surveys/spec/models/decidim/surveys/survey_question_spec.rb +0 -25
  2144. data/decidim-surveys/spec/models/decidim/surveys/survey_spec.rb +0 -65
  2145. data/decidim-surveys/spec/queries/decidim/surveys/survey_user_answers_spec.rb +0 -21
  2146. data/decidim-surveys/spec/services/decidim/surveys/surveys/survey_user_answer_serializer_spec.rb +0 -34
  2147. data/decidim-surveys/spec/shared/edit_survey_examples.rb +0 -212
  2148. data/decidim-surveys/spec/shared/export_survey_user_answers_examples.rb +0 -46
  2149. data/decidim-surveys/spec/spec_helper.rb +0 -9
  2150. data/decidim-system/README.md +0 -65
  2151. data/decidim-system/Rakefile +0 -3
  2152. data/decidim-system/app/assets/config/decidim_system_manifest.js +0 -2
  2153. data/decidim-system/app/assets/images/decidim/system/.keep +0 -0
  2154. data/decidim-system/app/assets/javascripts/decidim/system/application.js.es6 +0 -9
  2155. data/decidim-system/app/assets/stylesheets/decidim/system/_actions.scss +0 -8
  2156. data/decidim-system/app/assets/stylesheets/decidim/system/_foundation_and_overrides.scss +0 -52
  2157. data/decidim-system/app/assets/stylesheets/decidim/system/_layout.scss +0 -16
  2158. data/decidim-system/app/assets/stylesheets/decidim/system/_login.scss +0 -36
  2159. data/decidim-system/app/assets/stylesheets/decidim/system/_settings.scss +0 -566
  2160. data/decidim-system/app/assets/stylesheets/decidim/system/_sidebar.scss +0 -80
  2161. data/decidim-system/app/assets/stylesheets/decidim/system/_tables.scss +0 -5
  2162. data/decidim-system/app/assets/stylesheets/decidim/system/application.scss +0 -13
  2163. data/decidim-system/app/commands/decidim/system/create_admin.rb +0 -41
  2164. data/decidim-system/app/commands/decidim/system/create_default_pages.rb +0 -44
  2165. data/decidim-system/app/commands/decidim/system/register_organization.rb +0 -67
  2166. data/decidim-system/app/commands/decidim/system/update_admin.rb +0 -53
  2167. data/decidim-system/app/commands/decidim/system/update_organization.rb +0 -53
  2168. data/decidim-system/app/controllers/decidim/system/admins_controller.rb +0 -66
  2169. data/decidim-system/app/controllers/decidim/system/application_controller.rb +0 -18
  2170. data/decidim-system/app/controllers/decidim/system/dashboard_controller.rb +0 -8
  2171. data/decidim-system/app/controllers/decidim/system/devise/passwords_controller.rb +0 -15
  2172. data/decidim-system/app/controllers/decidim/system/devise/sessions_controller.rb +0 -15
  2173. data/decidim-system/app/controllers/decidim/system/organizations_controller.rb +0 -58
  2174. data/decidim-system/app/forms/decidim/system/admin_form.rb +0 -34
  2175. data/decidim-system/app/forms/decidim/system/register_organization_form.rb +0 -24
  2176. data/decidim-system/app/forms/decidim/system/update_organization_form.rb +0 -45
  2177. data/decidim-system/app/helpers/decidim/system/application_helper.rb +0 -15
  2178. data/decidim-system/app/helpers/decidim/system/menu_helper.rb +0 -13
  2179. data/decidim-system/app/jobs/decidim/system/application_job.rb +0 -10
  2180. data/decidim-system/app/mailers/decidim/system/application_mailer.rb +0 -12
  2181. data/decidim-system/app/models/decidim/system/admin.rb +0 -19
  2182. data/decidim-system/app/models/decidim/system/application_record.rb +0 -11
  2183. data/decidim-system/app/views/decidim/system/admins/_form.html.erb +0 -11
  2184. data/decidim-system/app/views/decidim/system/admins/edit.html.erb +0 -11
  2185. data/decidim-system/app/views/decidim/system/admins/index.html.erb +0 -33
  2186. data/decidim-system/app/views/decidim/system/admins/new.html.erb +0 -11
  2187. data/decidim-system/app/views/decidim/system/admins/show.html.erb +0 -9
  2188. data/decidim-system/app/views/decidim/system/dashboard/show.html.erb +0 -3
  2189. data/decidim-system/app/views/decidim/system/devise/mailers/password_change.html.erb +0 -3
  2190. data/decidim-system/app/views/decidim/system/devise/mailers/reset_password_instructions.html.erb +0 -8
  2191. data/decidim-system/app/views/decidim/system/devise/passwords/edit.html.erb +0 -23
  2192. data/decidim-system/app/views/decidim/system/devise/passwords/new.html.erb +0 -15
  2193. data/decidim-system/app/views/decidim/system/devise/sessions/new.html.erb +0 -23
  2194. data/decidim-system/app/views/decidim/system/devise/shared/_links.html.erb +0 -25
  2195. data/decidim-system/app/views/decidim/system/organizations/edit.html.erb +0 -23
  2196. data/decidim-system/app/views/decidim/system/organizations/index.html.erb +0 -34
  2197. data/decidim-system/app/views/decidim/system/organizations/new.html.erb +0 -64
  2198. data/decidim-system/app/views/decidim/system/organizations/show.html.erb +0 -11
  2199. data/decidim-system/app/views/decidim/system/shared/_notices.html.erb +0 -11
  2200. data/decidim-system/app/views/layouts/decidim/system/_header.html.erb +0 -4
  2201. data/decidim-system/app/views/layouts/decidim/system/_login_items.html.erb +0 -8
  2202. data/decidim-system/app/views/layouts/decidim/system/_sidebar.html.erb +0 -11
  2203. data/decidim-system/app/views/layouts/decidim/system/application.html.erb +0 -40
  2204. data/decidim-system/app/views/layouts/decidim/system/login.html.erb +0 -19
  2205. data/decidim-system/bin/rails +0 -15
  2206. data/decidim-system/config/locales/ca.yml +0 -72
  2207. data/decidim-system/config/locales/en.yml +0 -72
  2208. data/decidim-system/config/locales/es.yml +0 -72
  2209. data/decidim-system/config/locales/eu.yml +0 -71
  2210. data/decidim-system/config/locales/fi.yml +0 -71
  2211. data/decidim-system/config/locales/fr.yml +0 -71
  2212. data/decidim-system/config/locales/it.yml +0 -71
  2213. data/decidim-system/config/locales/nl.yml +0 -71
  2214. data/decidim-system/config/locales/pl.yml +0 -71
  2215. data/decidim-system/config/locales/uk.yml +0 -71
  2216. data/decidim-system/config/routes.rb +0 -18
  2217. data/decidim-system/db/migrate/20160919105637_devise_create_decidim_admins.rb +0 -28
  2218. data/decidim-system/db/seeds.rb +0 -12
  2219. data/decidim-system/decidim-system.gemspec +0 -30
  2220. data/decidim-system/lib/decidim/system.rb +0 -13
  2221. data/decidim-system/lib/decidim/system/engine.rb +0 -52
  2222. data/decidim-system/spec/commands/decidim/system/create_admin_spec.rb +0 -49
  2223. data/decidim-system/spec/commands/decidim/system/create_default_pages_spec.rb +0 -31
  2224. data/decidim-system/spec/commands/decidim/system/register_organization_spec.rb +0 -79
  2225. data/decidim-system/spec/commands/decidim/system/update_organization_spec.rb +0 -54
  2226. data/decidim-system/spec/factories.rb +0 -11
  2227. data/decidim-system/spec/features/manage_admins_spec.rb +0 -67
  2228. data/decidim-system/spec/features/organizations_spec.rb +0 -68
  2229. data/decidim-system/spec/features/sessions_spec.rb +0 -39
  2230. data/decidim-system/spec/helpers/menu_helper_spec.rb +0 -28
  2231. data/decidim-system/spec/models/admin_spec.rb +0 -24
  2232. data/decidim-system/spec/spec_helper.rb +0 -9
  2233. data/lib/generators/decidim/demo_generator.rb +0 -27
@@ -1,19 +0,0 @@
1
- import * as React from "react";
2
- import * as ReactDOM from "react-dom";
3
-
4
- import Comments, { CommentsApplicationProps } from "./comments/comments.component";
5
- import loadTranslations from "./support/load_translations";
6
-
7
- window.DecidimComments = window.DecidimComments || {};
8
-
9
- window.DecidimComments.renderCommentsComponent = (nodeId: string, props: CommentsApplicationProps) => {
10
- const node = window.$(`#${nodeId}`)[0];
11
-
12
- ReactDOM.render(
13
- React.createElement(Comments, props),
14
- node,
15
- );
16
- };
17
-
18
- // Load component locales from yaml files
19
- loadTranslations();
@@ -1,4 +0,0 @@
1
- fragment AddCommentFormCommentable on Commentable {
2
- id
3
- type
4
- }
@@ -1,6 +0,0 @@
1
- fragment AddCommentFormSession on Session {
2
- verifiedUserGroups {
3
- id
4
- name
5
- }
6
- }
@@ -1,14 +0,0 @@
1
- #import "../fragments/comment_data.fragment.graphql"
2
-
3
- fragment Comment on Comment {
4
- ...CommentData
5
- comments {
6
- ...CommentData
7
- comments {
8
- ...CommentData
9
- comments {
10
- ...CommentData
11
- }
12
- }
13
- }
14
- }
@@ -1,23 +0,0 @@
1
- #import "../fragments/up_vote_button.fragment.graphql"
2
- #import "../fragments/down_vote_button.fragment.graphql"
3
-
4
- fragment CommentData on Comment {
5
- id
6
- sgid
7
- type
8
- body
9
- createdAt
10
- author {
11
- name
12
- avatarUrl
13
- isVerified
14
- isUser
15
- deleted
16
- }
17
- hasComments
18
- acceptsNewComments
19
- alignment
20
- alreadyReported
21
- ...UpVoteButton
22
- ...DownVoteButton
23
- }
@@ -1,6 +0,0 @@
1
- #import "../fragments/comment.fragment.graphql"
2
-
3
- fragment CommentThread on Comment {
4
- hasComments
5
- ...Comment
6
- }
@@ -1,6 +0,0 @@
1
- fragment DownVoteButton on Comment {
2
- id
3
- downVotes
4
- downVoted
5
- upVoted
6
- }
@@ -1,6 +0,0 @@
1
- fragment UpVoteButton on Comment {
2
- id
3
- upVotes
4
- upVoted
5
- downVoted
6
- }
@@ -1,9 +0,0 @@
1
- #import "../fragments/comment_thread.fragment.graphql"
2
-
3
- mutation addComment($commentableId: String!, $commentableType: String!, $body: String!, $alignment: Int, $userGroupId: ID) {
4
- commentable(id: $commentableId, type: $commentableType) {
5
- addComment(body: $body, alignment: $alignment, userGroupId: $userGroupId) {
6
- ...CommentThread
7
- }
8
- }
9
- }
@@ -1,9 +0,0 @@
1
- #import "../fragments/comment.fragment.graphql"
2
-
3
- mutation DownVote($id: ID!) {
4
- comment(id: $id) {
5
- downVote {
6
- ...Comment
7
- }
8
- }
9
- }
@@ -1,9 +0,0 @@
1
- #import "../fragments/comment.fragment.graphql"
2
-
3
- mutation UpVote($id: ID!) {
4
- comment(id: $id) {
5
- upVote {
6
- ...Comment
7
- }
8
- }
9
- }
@@ -1,23 +0,0 @@
1
- #import "../fragments/add_comment_form_session.fragment.graphql"
2
- #import "../fragments/comment_thread.fragment.graphql"
3
- #import "../fragments/add_comment_form_commentable.fragment.graphql"
4
- query GetComments($commentableId: String!, $commentableType: String!, $orderBy: String) {
5
- session {
6
- user {
7
- name
8
- avatarUrl
9
- organizationName
10
- }
11
- ...AddCommentFormSession
12
- }
13
- commentable(id: $commentableId, type: $commentableType) {
14
- acceptsNewComments
15
- commentsHaveAlignment
16
- commentsHaveVotes
17
- comments(orderBy: $orderBy) {
18
- id
19
- ...CommentThread
20
- }
21
- ...AddCommentFormCommentable
22
- }
23
- }
@@ -1,11 +0,0 @@
1
- const assetUrl = (name: string): string => {
2
- const url = window.DecidimComments.assets[name];
3
-
4
- if (!url) {
5
- throw new Error(`Asset "${name}" can't be found on decidim comments manifest.`);
6
- }
7
-
8
- return url;
9
- };
10
-
11
- export default assetUrl;
@@ -1,42 +0,0 @@
1
- import { date, image, lorem, name, random } from "faker/locale/en";
2
-
3
- import { CommentFragment } from "../support/schema";
4
-
5
- /**
6
- * Generate random comment data to emulate a database real content
7
- * @param {number} num - The number of comments to generate random data
8
- * @returns {Object[]} - An array of objects representing comments data
9
- */
10
- const generateCommentsData = (num = 1) => {
11
- const commentsData: CommentFragment[] = [];
12
-
13
- for (let idx = 0; idx < num; idx += 1) {
14
- commentsData.push({
15
- id: random.uuid(),
16
- type: "Decidim::Comments::Comment",
17
- body: lorem.words(),
18
- createdAt: date.past().toISOString(),
19
- author: {
20
- name: name.findName(),
21
- avatarUrl: image.imageUrl(),
22
- isVerified: Math.random() >= 0.5,
23
- isUser: Math.random() >= 0.5,
24
- deleted: false,
25
- },
26
- hasComments: false,
27
- comments: [],
28
- acceptsNewComments: true,
29
- alignment: 0,
30
- upVotes: random.number(),
31
- upVoted: false,
32
- downVotes: random.number(),
33
- downVoted: false,
34
- sgid: random.uuid(),
35
- alreadyReported: false,
36
- });
37
- }
38
-
39
- return commentsData;
40
- };
41
-
42
- export default generateCommentsData;
@@ -1,13 +0,0 @@
1
- import { name } from "faker/locale/en";
2
-
3
- /**
4
- * Generate random user data to emulate a database real content
5
- * @returns {Object} - An object representing user data
6
- */
7
- const generateUserData = () => {
8
- return {
9
- name: name.findName(),
10
- };
11
- };
12
-
13
- export default generateUserData;
@@ -1,14 +0,0 @@
1
- import { company, random } from "faker/locale/en";
2
-
3
- /**
4
- * Generate random user group data to emulate a database real content
5
- * @returns {Object} - An object representing user group data
6
- */
7
- const generateUserGrouprData = () => {
8
- return {
9
- id: random.uuid(),
10
- name: company.companyName(),
11
- };
12
- };
13
-
14
- export default generateUserGrouprData;
@@ -1,32 +0,0 @@
1
- /* eslint-env node */
2
- const gql = require('graphql-tag');
3
-
4
- // Takes `source` (the source GraphQL query string)
5
- // and `doc` (the parsed GraphQL document) and tacks on
6
- // the imported definitions.
7
- const expandImports = (source) => {
8
- const lines = source.split('\n');
9
- let outputCode = "";
10
-
11
- lines.some((line) => {
12
- if (line[0] === '#' && line.slice(1).split(' ')[0] === 'import') {
13
- const importFile = line.slice(1).split(' ')[1];
14
- const parseDocument = `require(${importFile})`;
15
- const appendDef = `doc.definitions = doc.definitions.concat(${parseDocument}.definitions);`;
16
- outputCode += `${appendDef}\n`;
17
- }
18
- return (line.length !== 0 && line[0] !== '#');
19
- });
20
-
21
- return outputCode;
22
- }
23
-
24
- module.exports = {
25
- process(src) {
26
- const doc = gql`${src}`;
27
- const outputCode = `var doc = ${JSON.stringify(doc)};`;
28
- const importOutputCode = expandImports(src, doc);
29
-
30
- return `${outputCode}\n${importOutputCode}\nmodule.exports = doc;`;
31
- }
32
- };
@@ -1,44 +0,0 @@
1
- /* eslint-disable no-param-reassign */
2
- import requireAll from "./require_all";
3
-
4
- const { I18n } = require("react-i18nify");
5
-
6
- /**
7
- * Load components translations from yaml files and import them into
8
- * react-i18ify system so they can be used via `I18n.t` method.
9
- * @returns {Void} - Nothing
10
- */
11
- const loadTranslations = () => {
12
- const translationsContext = (require as any).context("../../../config/locales/", true, /\.yml$/);
13
- const translationFiles = requireAll(translationsContext);
14
-
15
- const translations = translationsContext.keys().reduce((acc: any, key: string, index: number) => {
16
- const match = key.match(/\.\/(.*)\.yml/);
17
-
18
- if (match) {
19
- const locale = match[1];
20
- acc[locale] = translationFiles[index][locale].decidim;
21
- }
22
-
23
- return acc;
24
- }, {});
25
-
26
- I18n.setTranslations(translations);
27
- };
28
-
29
- /**
30
- * Load components translations from a locale files and import them into
31
- * react-i18ify system so they can be used via `I18n.t` method.
32
- * @returns {Void} - Nothing
33
- */
34
- export const loadLocaleTranslations = (locale: string) => {
35
- const translationFile = require(`./../../../config/locales/${locale}.yml`);
36
- const translations = Object.keys(translationFile).reduce((acc: any, key: string) => {
37
- acc[locale] = translationFile[locale].decidim;
38
- return acc;
39
- }, {});
40
-
41
- I18n.setTranslations(translations);
42
- };
43
-
44
- export default loadTranslations;
@@ -1,10 +0,0 @@
1
- /**
2
- * Given a webpack require context it require all the files
3
- * @param {Object} requireContext - A webpack require context
4
- * @returns {Object[]} - An array of webpack modules
5
- */
6
- const requireAll = (requireContext: any) => {
7
- return requireContext.keys().map(requireContext);
8
- };
9
-
10
- export default requireAll;
@@ -1,37 +0,0 @@
1
- import graphql, { filter } from "graphql-anywhere";
2
-
3
- /**
4
- * A simple resolver which returns object properties to easily
5
- * traverse a graphql response
6
- * @param {String} fieldName - An object property
7
- * @param {Object} root - An object
8
- * @returns {any} - An object's property value
9
- */
10
- const resolver = (fieldName: string, root: any) => root[fieldName];
11
-
12
- /**
13
- * A helper function to mock a graphql api request and return its
14
- * result. The result can be filtered by the same query so it just
15
- * returns a data subset.
16
- * @param {String} document - A graphql query document
17
- * @param {options} options - An object with optional options
18
- * @returns {Object} - The result of the query filtered or not
19
- */
20
- const resolveGraphQLQuery = (document: any, options: any = {}) => {
21
- const { filterResult, rootValue, context, variables } = options;
22
-
23
- const result = graphql(
24
- resolver,
25
- document,
26
- rootValue,
27
- context,
28
- variables,
29
- );
30
-
31
- if (filterResult) {
32
- return filter(document, result);
33
- }
34
- return result;
35
- };
36
-
37
- export default resolveGraphQLQuery;
@@ -1,1445 +0,0 @@
1
- /* tslint:disable */
2
- // This file was automatically generated and should not be edited.
3
-
4
- export type addCommentMutationVariables = {
5
- commentableId: string,
6
- commentableType: string,
7
- body: string,
8
- alignment?: number | null,
9
- userGroupId?: string | null,
10
- };
11
-
12
- export type addCommentMutation = {
13
- // A commentable
14
- commentable: {
15
- // Add a new comment to a commentable
16
- addComment: {
17
- // Check if the commentable has comments
18
- hasComments: boolean,
19
- // The Comment's unique ID
20
- id: string,
21
- // The Comment's signed global id
22
- sgid: string,
23
- // The commentable's class name. i.e. `Decidim::ParticipatoryProcess`
24
- type: string,
25
- // The comment message
26
- body: string,
27
- // The creation date of the comment
28
- createdAt: string,
29
- // The comment's author
30
- author: ( {
31
- // The author's name
32
- name: string,
33
- // The author's avatar url
34
- avatarUrl: string,
35
- // Whether the author is verified or not
36
- isVerified: boolean,
37
- // Whether the author is a user or another kind of author (User Group)
38
- isUser: boolean,
39
- // Whether the author's account has been deleted or not
40
- deleted: boolean,
41
- } | {
42
- // The author's name
43
- name: string,
44
- // The author's avatar url
45
- avatarUrl: string,
46
- // Whether the author is verified or not
47
- isVerified: boolean,
48
- // Whether the author is a user or another kind of author (User Group)
49
- isUser: boolean,
50
- // Whether the author's account has been deleted or not
51
- deleted: boolean,
52
- }
53
- ),
54
- // Whether the object can have new comments or not
55
- acceptsNewComments: boolean,
56
- // The comment's alignment. Can be 0 (neutral), 1 (in favor) or -1 (against)'
57
- alignment: number | null,
58
- // Check if the current user has reported the comment
59
- alreadyReported: boolean,
60
- // The number of comment's upVotes
61
- upVotes: number,
62
- // Check if the current user has upvoted the comment
63
- upVoted: boolean,
64
- // Check if the current user has downvoted the comment
65
- downVoted: boolean,
66
- // The number of comment's downVotes
67
- downVotes: number,
68
- comments: Array< {
69
- // The Comment's unique ID
70
- id: string,
71
- // The Comment's signed global id
72
- sgid: string,
73
- // The commentable's class name. i.e. `Decidim::ParticipatoryProcess`
74
- type: string,
75
- // The comment message
76
- body: string,
77
- // The creation date of the comment
78
- createdAt: string,
79
- // The comment's author
80
- author: ( {
81
- // The author's name
82
- name: string,
83
- // The author's avatar url
84
- avatarUrl: string,
85
- // Whether the author is verified or not
86
- isVerified: boolean,
87
- // Whether the author is a user or another kind of author (User Group)
88
- isUser: boolean,
89
- // Whether the author's account has been deleted or not
90
- deleted: boolean,
91
- } | {
92
- // The author's name
93
- name: string,
94
- // The author's avatar url
95
- avatarUrl: string,
96
- // Whether the author is verified or not
97
- isVerified: boolean,
98
- // Whether the author is a user or another kind of author (User Group)
99
- isUser: boolean,
100
- // Whether the author's account has been deleted or not
101
- deleted: boolean,
102
- }
103
- ),
104
- // Check if the commentable has comments
105
- hasComments: boolean,
106
- // Whether the object can have new comments or not
107
- acceptsNewComments: boolean,
108
- // The comment's alignment. Can be 0 (neutral), 1 (in favor) or -1 (against)'
109
- alignment: number | null,
110
- // Check if the current user has reported the comment
111
- alreadyReported: boolean,
112
- // The number of comment's upVotes
113
- upVotes: number,
114
- // Check if the current user has upvoted the comment
115
- upVoted: boolean,
116
- // Check if the current user has downvoted the comment
117
- downVoted: boolean,
118
- // The number of comment's downVotes
119
- downVotes: number,
120
- comments: Array< {
121
- // The Comment's unique ID
122
- id: string,
123
- // The Comment's signed global id
124
- sgid: string,
125
- // The commentable's class name. i.e. `Decidim::ParticipatoryProcess`
126
- type: string,
127
- // The comment message
128
- body: string,
129
- // The creation date of the comment
130
- createdAt: string,
131
- // The comment's author
132
- author: ( {
133
- // The author's name
134
- name: string,
135
- // The author's avatar url
136
- avatarUrl: string,
137
- // Whether the author is verified or not
138
- isVerified: boolean,
139
- // Whether the author is a user or another kind of author (User Group)
140
- isUser: boolean,
141
- // Whether the author's account has been deleted or not
142
- deleted: boolean,
143
- } | {
144
- // The author's name
145
- name: string,
146
- // The author's avatar url
147
- avatarUrl: string,
148
- // Whether the author is verified or not
149
- isVerified: boolean,
150
- // Whether the author is a user or another kind of author (User Group)
151
- isUser: boolean,
152
- // Whether the author's account has been deleted or not
153
- deleted: boolean,
154
- }
155
- ),
156
- // Check if the commentable has comments
157
- hasComments: boolean,
158
- // Whether the object can have new comments or not
159
- acceptsNewComments: boolean,
160
- // The comment's alignment. Can be 0 (neutral), 1 (in favor) or -1 (against)'
161
- alignment: number | null,
162
- // Check if the current user has reported the comment
163
- alreadyReported: boolean,
164
- // The number of comment's upVotes
165
- upVotes: number,
166
- // Check if the current user has upvoted the comment
167
- upVoted: boolean,
168
- // Check if the current user has downvoted the comment
169
- downVoted: boolean,
170
- // The number of comment's downVotes
171
- downVotes: number,
172
- comments: Array< {
173
- // The Comment's unique ID
174
- id: string,
175
- // The Comment's signed global id
176
- sgid: string,
177
- // The commentable's class name. i.e. `Decidim::ParticipatoryProcess`
178
- type: string,
179
- // The comment message
180
- body: string,
181
- // The creation date of the comment
182
- createdAt: string,
183
- // The comment's author
184
- author: ( {
185
- // The author's name
186
- name: string,
187
- // The author's avatar url
188
- avatarUrl: string,
189
- // Whether the author is verified or not
190
- isVerified: boolean,
191
- // Whether the author is a user or another kind of author (User Group)
192
- isUser: boolean,
193
- // Whether the author's account has been deleted or not
194
- deleted: boolean,
195
- } | {
196
- // The author's name
197
- name: string,
198
- // The author's avatar url
199
- avatarUrl: string,
200
- // Whether the author is verified or not
201
- isVerified: boolean,
202
- // Whether the author is a user or another kind of author (User Group)
203
- isUser: boolean,
204
- // Whether the author's account has been deleted or not
205
- deleted: boolean,
206
- }
207
- ),
208
- // Check if the commentable has comments
209
- hasComments: boolean,
210
- // Whether the object can have new comments or not
211
- acceptsNewComments: boolean,
212
- // The comment's alignment. Can be 0 (neutral), 1 (in favor) or -1 (against)'
213
- alignment: number | null,
214
- // Check if the current user has reported the comment
215
- alreadyReported: boolean,
216
- // The number of comment's upVotes
217
- upVotes: number,
218
- // Check if the current user has upvoted the comment
219
- upVoted: boolean,
220
- // Check if the current user has downvoted the comment
221
- downVoted: boolean,
222
- // The number of comment's downVotes
223
- downVotes: number,
224
- } >,
225
- } >,
226
- } >,
227
- } | null,
228
- } | null,
229
- };
230
-
231
- export type DownVoteMutationVariables = {
232
- id: string,
233
- };
234
-
235
- export type DownVoteMutation = {
236
- // A comment
237
- comment: {
238
- downVote: {
239
- // The Comment's unique ID
240
- id: string,
241
- // The Comment's signed global id
242
- sgid: string,
243
- // The commentable's class name. i.e. `Decidim::ParticipatoryProcess`
244
- type: string,
245
- // The comment message
246
- body: string,
247
- // The creation date of the comment
248
- createdAt: string,
249
- // The comment's author
250
- author: ( {
251
- // The author's name
252
- name: string,
253
- // The author's avatar url
254
- avatarUrl: string,
255
- // Whether the author is verified or not
256
- isVerified: boolean,
257
- // Whether the author is a user or another kind of author (User Group)
258
- isUser: boolean,
259
- // Whether the author's account has been deleted or not
260
- deleted: boolean,
261
- } | {
262
- // The author's name
263
- name: string,
264
- // The author's avatar url
265
- avatarUrl: string,
266
- // Whether the author is verified or not
267
- isVerified: boolean,
268
- // Whether the author is a user or another kind of author (User Group)
269
- isUser: boolean,
270
- // Whether the author's account has been deleted or not
271
- deleted: boolean,
272
- }
273
- ),
274
- // Check if the commentable has comments
275
- hasComments: boolean,
276
- // Whether the object can have new comments or not
277
- acceptsNewComments: boolean,
278
- // The comment's alignment. Can be 0 (neutral), 1 (in favor) or -1 (against)'
279
- alignment: number | null,
280
- // Check if the current user has reported the comment
281
- alreadyReported: boolean,
282
- // The number of comment's upVotes
283
- upVotes: number,
284
- // Check if the current user has upvoted the comment
285
- upVoted: boolean,
286
- // Check if the current user has downvoted the comment
287
- downVoted: boolean,
288
- // The number of comment's downVotes
289
- downVotes: number,
290
- comments: Array< {
291
- // The Comment's unique ID
292
- id: string,
293
- // The Comment's signed global id
294
- sgid: string,
295
- // The commentable's class name. i.e. `Decidim::ParticipatoryProcess`
296
- type: string,
297
- // The comment message
298
- body: string,
299
- // The creation date of the comment
300
- createdAt: string,
301
- // The comment's author
302
- author: ( {
303
- // The author's name
304
- name: string,
305
- // The author's avatar url
306
- avatarUrl: string,
307
- // Whether the author is verified or not
308
- isVerified: boolean,
309
- // Whether the author is a user or another kind of author (User Group)
310
- isUser: boolean,
311
- // Whether the author's account has been deleted or not
312
- deleted: boolean,
313
- } | {
314
- // The author's name
315
- name: string,
316
- // The author's avatar url
317
- avatarUrl: string,
318
- // Whether the author is verified or not
319
- isVerified: boolean,
320
- // Whether the author is a user or another kind of author (User Group)
321
- isUser: boolean,
322
- // Whether the author's account has been deleted or not
323
- deleted: boolean,
324
- }
325
- ),
326
- // Check if the commentable has comments
327
- hasComments: boolean,
328
- // Whether the object can have new comments or not
329
- acceptsNewComments: boolean,
330
- // The comment's alignment. Can be 0 (neutral), 1 (in favor) or -1 (against)'
331
- alignment: number | null,
332
- // Check if the current user has reported the comment
333
- alreadyReported: boolean,
334
- // The number of comment's upVotes
335
- upVotes: number,
336
- // Check if the current user has upvoted the comment
337
- upVoted: boolean,
338
- // Check if the current user has downvoted the comment
339
- downVoted: boolean,
340
- // The number of comment's downVotes
341
- downVotes: number,
342
- comments: Array< {
343
- // The Comment's unique ID
344
- id: string,
345
- // The Comment's signed global id
346
- sgid: string,
347
- // The commentable's class name. i.e. `Decidim::ParticipatoryProcess`
348
- type: string,
349
- // The comment message
350
- body: string,
351
- // The creation date of the comment
352
- createdAt: string,
353
- // The comment's author
354
- author: ( {
355
- // The author's name
356
- name: string,
357
- // The author's avatar url
358
- avatarUrl: string,
359
- // Whether the author is verified or not
360
- isVerified: boolean,
361
- // Whether the author is a user or another kind of author (User Group)
362
- isUser: boolean,
363
- // Whether the author's account has been deleted or not
364
- deleted: boolean,
365
- } | {
366
- // The author's name
367
- name: string,
368
- // The author's avatar url
369
- avatarUrl: string,
370
- // Whether the author is verified or not
371
- isVerified: boolean,
372
- // Whether the author is a user or another kind of author (User Group)
373
- isUser: boolean,
374
- // Whether the author's account has been deleted or not
375
- deleted: boolean,
376
- }
377
- ),
378
- // Check if the commentable has comments
379
- hasComments: boolean,
380
- // Whether the object can have new comments or not
381
- acceptsNewComments: boolean,
382
- // The comment's alignment. Can be 0 (neutral), 1 (in favor) or -1 (against)'
383
- alignment: number | null,
384
- // Check if the current user has reported the comment
385
- alreadyReported: boolean,
386
- // The number of comment's upVotes
387
- upVotes: number,
388
- // Check if the current user has upvoted the comment
389
- upVoted: boolean,
390
- // Check if the current user has downvoted the comment
391
- downVoted: boolean,
392
- // The number of comment's downVotes
393
- downVotes: number,
394
- comments: Array< {
395
- // The Comment's unique ID
396
- id: string,
397
- // The Comment's signed global id
398
- sgid: string,
399
- // The commentable's class name. i.e. `Decidim::ParticipatoryProcess`
400
- type: string,
401
- // The comment message
402
- body: string,
403
- // The creation date of the comment
404
- createdAt: string,
405
- // The comment's author
406
- author: ( {
407
- // The author's name
408
- name: string,
409
- // The author's avatar url
410
- avatarUrl: string,
411
- // Whether the author is verified or not
412
- isVerified: boolean,
413
- // Whether the author is a user or another kind of author (User Group)
414
- isUser: boolean,
415
- // Whether the author's account has been deleted or not
416
- deleted: boolean,
417
- } | {
418
- // The author's name
419
- name: string,
420
- // The author's avatar url
421
- avatarUrl: string,
422
- // Whether the author is verified or not
423
- isVerified: boolean,
424
- // Whether the author is a user or another kind of author (User Group)
425
- isUser: boolean,
426
- // Whether the author's account has been deleted or not
427
- deleted: boolean,
428
- }
429
- ),
430
- // Check if the commentable has comments
431
- hasComments: boolean,
432
- // Whether the object can have new comments or not
433
- acceptsNewComments: boolean,
434
- // The comment's alignment. Can be 0 (neutral), 1 (in favor) or -1 (against)'
435
- alignment: number | null,
436
- // Check if the current user has reported the comment
437
- alreadyReported: boolean,
438
- // The number of comment's upVotes
439
- upVotes: number,
440
- // Check if the current user has upvoted the comment
441
- upVoted: boolean,
442
- // Check if the current user has downvoted the comment
443
- downVoted: boolean,
444
- // The number of comment's downVotes
445
- downVotes: number,
446
- } >,
447
- } >,
448
- } >,
449
- },
450
- } | null,
451
- };
452
-
453
- export type UpVoteMutationVariables = {
454
- id: string,
455
- };
456
-
457
- export type UpVoteMutation = {
458
- // A comment
459
- comment: {
460
- upVote: {
461
- // The Comment's unique ID
462
- id: string,
463
- // The Comment's signed global id
464
- sgid: string,
465
- // The commentable's class name. i.e. `Decidim::ParticipatoryProcess`
466
- type: string,
467
- // The comment message
468
- body: string,
469
- // The creation date of the comment
470
- createdAt: string,
471
- // The comment's author
472
- author: ( {
473
- // The author's name
474
- name: string,
475
- // The author's avatar url
476
- avatarUrl: string,
477
- // Whether the author is verified or not
478
- isVerified: boolean,
479
- // Whether the author is a user or another kind of author (User Group)
480
- isUser: boolean,
481
- // Whether the author's account has been deleted or not
482
- deleted: boolean,
483
- } | {
484
- // The author's name
485
- name: string,
486
- // The author's avatar url
487
- avatarUrl: string,
488
- // Whether the author is verified or not
489
- isVerified: boolean,
490
- // Whether the author is a user or another kind of author (User Group)
491
- isUser: boolean,
492
- // Whether the author's account has been deleted or not
493
- deleted: boolean,
494
- }
495
- ),
496
- // Check if the commentable has comments
497
- hasComments: boolean,
498
- // Whether the object can have new comments or not
499
- acceptsNewComments: boolean,
500
- // The comment's alignment. Can be 0 (neutral), 1 (in favor) or -1 (against)'
501
- alignment: number | null,
502
- // Check if the current user has reported the comment
503
- alreadyReported: boolean,
504
- // The number of comment's upVotes
505
- upVotes: number,
506
- // Check if the current user has upvoted the comment
507
- upVoted: boolean,
508
- // Check if the current user has downvoted the comment
509
- downVoted: boolean,
510
- // The number of comment's downVotes
511
- downVotes: number,
512
- comments: Array< {
513
- // The Comment's unique ID
514
- id: string,
515
- // The Comment's signed global id
516
- sgid: string,
517
- // The commentable's class name. i.e. `Decidim::ParticipatoryProcess`
518
- type: string,
519
- // The comment message
520
- body: string,
521
- // The creation date of the comment
522
- createdAt: string,
523
- // The comment's author
524
- author: ( {
525
- // The author's name
526
- name: string,
527
- // The author's avatar url
528
- avatarUrl: string,
529
- // Whether the author is verified or not
530
- isVerified: boolean,
531
- // Whether the author is a user or another kind of author (User Group)
532
- isUser: boolean,
533
- // Whether the author's account has been deleted or not
534
- deleted: boolean,
535
- } | {
536
- // The author's name
537
- name: string,
538
- // The author's avatar url
539
- avatarUrl: string,
540
- // Whether the author is verified or not
541
- isVerified: boolean,
542
- // Whether the author is a user or another kind of author (User Group)
543
- isUser: boolean,
544
- // Whether the author's account has been deleted or not
545
- deleted: boolean,
546
- }
547
- ),
548
- // Check if the commentable has comments
549
- hasComments: boolean,
550
- // Whether the object can have new comments or not
551
- acceptsNewComments: boolean,
552
- // The comment's alignment. Can be 0 (neutral), 1 (in favor) or -1 (against)'
553
- alignment: number | null,
554
- // Check if the current user has reported the comment
555
- alreadyReported: boolean,
556
- // The number of comment's upVotes
557
- upVotes: number,
558
- // Check if the current user has upvoted the comment
559
- upVoted: boolean,
560
- // Check if the current user has downvoted the comment
561
- downVoted: boolean,
562
- // The number of comment's downVotes
563
- downVotes: number,
564
- comments: Array< {
565
- // The Comment's unique ID
566
- id: string,
567
- // The Comment's signed global id
568
- sgid: string,
569
- // The commentable's class name. i.e. `Decidim::ParticipatoryProcess`
570
- type: string,
571
- // The comment message
572
- body: string,
573
- // The creation date of the comment
574
- createdAt: string,
575
- // The comment's author
576
- author: ( {
577
- // The author's name
578
- name: string,
579
- // The author's avatar url
580
- avatarUrl: string,
581
- // Whether the author is verified or not
582
- isVerified: boolean,
583
- // Whether the author is a user or another kind of author (User Group)
584
- isUser: boolean,
585
- // Whether the author's account has been deleted or not
586
- deleted: boolean,
587
- } | {
588
- // The author's name
589
- name: string,
590
- // The author's avatar url
591
- avatarUrl: string,
592
- // Whether the author is verified or not
593
- isVerified: boolean,
594
- // Whether the author is a user or another kind of author (User Group)
595
- isUser: boolean,
596
- // Whether the author's account has been deleted or not
597
- deleted: boolean,
598
- }
599
- ),
600
- // Check if the commentable has comments
601
- hasComments: boolean,
602
- // Whether the object can have new comments or not
603
- acceptsNewComments: boolean,
604
- // The comment's alignment. Can be 0 (neutral), 1 (in favor) or -1 (against)'
605
- alignment: number | null,
606
- // Check if the current user has reported the comment
607
- alreadyReported: boolean,
608
- // The number of comment's upVotes
609
- upVotes: number,
610
- // Check if the current user has upvoted the comment
611
- upVoted: boolean,
612
- // Check if the current user has downvoted the comment
613
- downVoted: boolean,
614
- // The number of comment's downVotes
615
- downVotes: number,
616
- comments: Array< {
617
- // The Comment's unique ID
618
- id: string,
619
- // The Comment's signed global id
620
- sgid: string,
621
- // The commentable's class name. i.e. `Decidim::ParticipatoryProcess`
622
- type: string,
623
- // The comment message
624
- body: string,
625
- // The creation date of the comment
626
- createdAt: string,
627
- // The comment's author
628
- author: ( {
629
- // The author's name
630
- name: string,
631
- // The author's avatar url
632
- avatarUrl: string,
633
- // Whether the author is verified or not
634
- isVerified: boolean,
635
- // Whether the author is a user or another kind of author (User Group)
636
- isUser: boolean,
637
- // Whether the author's account has been deleted or not
638
- deleted: boolean,
639
- } | {
640
- // The author's name
641
- name: string,
642
- // The author's avatar url
643
- avatarUrl: string,
644
- // Whether the author is verified or not
645
- isVerified: boolean,
646
- // Whether the author is a user or another kind of author (User Group)
647
- isUser: boolean,
648
- // Whether the author's account has been deleted or not
649
- deleted: boolean,
650
- }
651
- ),
652
- // Check if the commentable has comments
653
- hasComments: boolean,
654
- // Whether the object can have new comments or not
655
- acceptsNewComments: boolean,
656
- // The comment's alignment. Can be 0 (neutral), 1 (in favor) or -1 (against)'
657
- alignment: number | null,
658
- // Check if the current user has reported the comment
659
- alreadyReported: boolean,
660
- // The number of comment's upVotes
661
- upVotes: number,
662
- // Check if the current user has upvoted the comment
663
- upVoted: boolean,
664
- // Check if the current user has downvoted the comment
665
- downVoted: boolean,
666
- // The number of comment's downVotes
667
- downVotes: number,
668
- } >,
669
- } >,
670
- } >,
671
- },
672
- } | null,
673
- };
674
-
675
- export type GetCommentsQueryVariables = {
676
- commentableId: string,
677
- commentableType: string,
678
- orderBy?: string | null,
679
- };
680
-
681
- export type GetCommentsQuery = {
682
- // Return's information about the logged in user
683
- session: {
684
- // The current user
685
- user: {
686
- // The user's name
687
- name: string,
688
- // The user's avatar url
689
- avatarUrl: string,
690
- // The user's organization name
691
- organizationName: string,
692
- } | null,
693
- // The current user verified user groups
694
- verifiedUserGroups: Array< {
695
- // The user group's id
696
- id: string,
697
- // The user group's name
698
- name: string,
699
- } >,
700
- } | null,
701
- commentable: {
702
- // Whether the object can have new comments or not
703
- acceptsNewComments: boolean,
704
- // Whether the object comments have alignment or not
705
- commentsHaveAlignment: boolean,
706
- // Whether the object comments have votes or not
707
- commentsHaveVotes: boolean,
708
- comments: Array< {
709
- // The Comment's unique ID
710
- id: string,
711
- // Check if the commentable has comments
712
- hasComments: boolean,
713
- // The Comment's signed global id
714
- sgid: string,
715
- // The commentable's class name. i.e. `Decidim::ParticipatoryProcess`
716
- type: string,
717
- // The comment message
718
- body: string,
719
- // The creation date of the comment
720
- createdAt: string,
721
- // The comment's author
722
- author: ( {
723
- // The author's name
724
- name: string,
725
- // The author's avatar url
726
- avatarUrl: string,
727
- // Whether the author is verified or not
728
- isVerified: boolean,
729
- // Whether the author is a user or another kind of author (User Group)
730
- isUser: boolean,
731
- // Whether the author's account has been deleted or not
732
- deleted: boolean,
733
- } | {
734
- // The author's name
735
- name: string,
736
- // The author's avatar url
737
- avatarUrl: string,
738
- // Whether the author is verified or not
739
- isVerified: boolean,
740
- // Whether the author is a user or another kind of author (User Group)
741
- isUser: boolean,
742
- // Whether the author's account has been deleted or not
743
- deleted: boolean,
744
- }
745
- ),
746
- // Whether the object can have new comments or not
747
- acceptsNewComments: boolean,
748
- // The comment's alignment. Can be 0 (neutral), 1 (in favor) or -1 (against)'
749
- alignment: number | null,
750
- // Check if the current user has reported the comment
751
- alreadyReported: boolean,
752
- // The number of comment's upVotes
753
- upVotes: number,
754
- // Check if the current user has upvoted the comment
755
- upVoted: boolean,
756
- // Check if the current user has downvoted the comment
757
- downVoted: boolean,
758
- // The number of comment's downVotes
759
- downVotes: number,
760
- comments: Array< {
761
- // The Comment's unique ID
762
- id: string,
763
- // The Comment's signed global id
764
- sgid: string,
765
- // The commentable's class name. i.e. `Decidim::ParticipatoryProcess`
766
- type: string,
767
- // The comment message
768
- body: string,
769
- // The creation date of the comment
770
- createdAt: string,
771
- // The comment's author
772
- author: ( {
773
- // The author's name
774
- name: string,
775
- // The author's avatar url
776
- avatarUrl: string,
777
- // Whether the author is verified or not
778
- isVerified: boolean,
779
- // Whether the author is a user or another kind of author (User Group)
780
- isUser: boolean,
781
- // Whether the author's account has been deleted or not
782
- deleted: boolean,
783
- } | {
784
- // The author's name
785
- name: string,
786
- // The author's avatar url
787
- avatarUrl: string,
788
- // Whether the author is verified or not
789
- isVerified: boolean,
790
- // Whether the author is a user or another kind of author (User Group)
791
- isUser: boolean,
792
- // Whether the author's account has been deleted or not
793
- deleted: boolean,
794
- }
795
- ),
796
- // Check if the commentable has comments
797
- hasComments: boolean,
798
- // Whether the object can have new comments or not
799
- acceptsNewComments: boolean,
800
- // The comment's alignment. Can be 0 (neutral), 1 (in favor) or -1 (against)'
801
- alignment: number | null,
802
- // Check if the current user has reported the comment
803
- alreadyReported: boolean,
804
- // The number of comment's upVotes
805
- upVotes: number,
806
- // Check if the current user has upvoted the comment
807
- upVoted: boolean,
808
- // Check if the current user has downvoted the comment
809
- downVoted: boolean,
810
- // The number of comment's downVotes
811
- downVotes: number,
812
- comments: Array< {
813
- // The Comment's unique ID
814
- id: string,
815
- // The Comment's signed global id
816
- sgid: string,
817
- // The commentable's class name. i.e. `Decidim::ParticipatoryProcess`
818
- type: string,
819
- // The comment message
820
- body: string,
821
- // The creation date of the comment
822
- createdAt: string,
823
- // The comment's author
824
- author: ( {
825
- // The author's name
826
- name: string,
827
- // The author's avatar url
828
- avatarUrl: string,
829
- // Whether the author is verified or not
830
- isVerified: boolean,
831
- // Whether the author is a user or another kind of author (User Group)
832
- isUser: boolean,
833
- // Whether the author's account has been deleted or not
834
- deleted: boolean,
835
- } | {
836
- // The author's name
837
- name: string,
838
- // The author's avatar url
839
- avatarUrl: string,
840
- // Whether the author is verified or not
841
- isVerified: boolean,
842
- // Whether the author is a user or another kind of author (User Group)
843
- isUser: boolean,
844
- // Whether the author's account has been deleted or not
845
- deleted: boolean,
846
- }
847
- ),
848
- // Check if the commentable has comments
849
- hasComments: boolean,
850
- // Whether the object can have new comments or not
851
- acceptsNewComments: boolean,
852
- // The comment's alignment. Can be 0 (neutral), 1 (in favor) or -1 (against)'
853
- alignment: number | null,
854
- // Check if the current user has reported the comment
855
- alreadyReported: boolean,
856
- // The number of comment's upVotes
857
- upVotes: number,
858
- // Check if the current user has upvoted the comment
859
- upVoted: boolean,
860
- // Check if the current user has downvoted the comment
861
- downVoted: boolean,
862
- // The number of comment's downVotes
863
- downVotes: number,
864
- comments: Array< {
865
- // The Comment's unique ID
866
- id: string,
867
- // The Comment's signed global id
868
- sgid: string,
869
- // The commentable's class name. i.e. `Decidim::ParticipatoryProcess`
870
- type: string,
871
- // The comment message
872
- body: string,
873
- // The creation date of the comment
874
- createdAt: string,
875
- // The comment's author
876
- author: ( {
877
- // The author's name
878
- name: string,
879
- // The author's avatar url
880
- avatarUrl: string,
881
- // Whether the author is verified or not
882
- isVerified: boolean,
883
- // Whether the author is a user or another kind of author (User Group)
884
- isUser: boolean,
885
- // Whether the author's account has been deleted or not
886
- deleted: boolean,
887
- } | {
888
- // The author's name
889
- name: string,
890
- // The author's avatar url
891
- avatarUrl: string,
892
- // Whether the author is verified or not
893
- isVerified: boolean,
894
- // Whether the author is a user or another kind of author (User Group)
895
- isUser: boolean,
896
- // Whether the author's account has been deleted or not
897
- deleted: boolean,
898
- }
899
- ),
900
- // Check if the commentable has comments
901
- hasComments: boolean,
902
- // Whether the object can have new comments or not
903
- acceptsNewComments: boolean,
904
- // The comment's alignment. Can be 0 (neutral), 1 (in favor) or -1 (against)'
905
- alignment: number | null,
906
- // Check if the current user has reported the comment
907
- alreadyReported: boolean,
908
- // The number of comment's upVotes
909
- upVotes: number,
910
- // Check if the current user has upvoted the comment
911
- upVoted: boolean,
912
- // Check if the current user has downvoted the comment
913
- downVoted: boolean,
914
- // The number of comment's downVotes
915
- downVotes: number,
916
- } >,
917
- } >,
918
- } >,
919
- } >,
920
- // The commentable's ID
921
- id: string,
922
- // The commentable's class name. i.e. `Decidim::ParticipatoryProcess`
923
- type: string,
924
- },
925
- };
926
-
927
- export type AddCommentFormCommentableFragment = {
928
- // The commentable's ID
929
- id: string,
930
- // The commentable's class name. i.e. `Decidim::ParticipatoryProcess`
931
- type: string,
932
- };
933
-
934
- export type AddCommentFormSessionFragment = {
935
- // The current user verified user groups
936
- verifiedUserGroups: Array< {
937
- // The user group's id
938
- id: string,
939
- // The user group's name
940
- name: string,
941
- } >,
942
- };
943
-
944
- export type CommentFragment = {
945
- // The Comment's unique ID
946
- id: string,
947
- // The Comment's signed global id
948
- sgid: string,
949
- // The commentable's class name. i.e. `Decidim::ParticipatoryProcess`
950
- type: string,
951
- // The comment message
952
- body: string,
953
- // The creation date of the comment
954
- createdAt: string,
955
- // The comment's author
956
- author: ( {
957
- // The author's name
958
- name: string,
959
- // The author's avatar url
960
- avatarUrl: string,
961
- // Whether the author is verified or not
962
- isVerified: boolean,
963
- // Whether the author is a user or another kind of author (User Group)
964
- isUser: boolean,
965
- // Whether the author's account has been deleted or not
966
- deleted: boolean,
967
- } | {
968
- // The author's name
969
- name: string,
970
- // The author's avatar url
971
- avatarUrl: string,
972
- // Whether the author is verified or not
973
- isVerified: boolean,
974
- // Whether the author is a user or another kind of author (User Group)
975
- isUser: boolean,
976
- // Whether the author's account has been deleted or not
977
- deleted: boolean,
978
- }
979
- ),
980
- // Check if the commentable has comments
981
- hasComments: boolean,
982
- // Whether the object can have new comments or not
983
- acceptsNewComments: boolean,
984
- // The comment's alignment. Can be 0 (neutral), 1 (in favor) or -1 (against)'
985
- alignment: number | null,
986
- // Check if the current user has reported the comment
987
- alreadyReported: boolean,
988
- // The number of comment's upVotes
989
- upVotes: number,
990
- // Check if the current user has upvoted the comment
991
- upVoted: boolean,
992
- // Check if the current user has downvoted the comment
993
- downVoted: boolean,
994
- // The number of comment's downVotes
995
- downVotes: number,
996
- comments: Array< {
997
- // The Comment's unique ID
998
- id: string,
999
- // The Comment's signed global id
1000
- sgid: string,
1001
- // The commentable's class name. i.e. `Decidim::ParticipatoryProcess`
1002
- type: string,
1003
- // The comment message
1004
- body: string,
1005
- // The creation date of the comment
1006
- createdAt: string,
1007
- // The comment's author
1008
- author: ( {
1009
- // The author's name
1010
- name: string,
1011
- // The author's avatar url
1012
- avatarUrl: string,
1013
- // Whether the author is verified or not
1014
- isVerified: boolean,
1015
- // Whether the author is a user or another kind of author (User Group)
1016
- isUser: boolean,
1017
- // Whether the author's account has been deleted or not
1018
- deleted: boolean,
1019
- } | {
1020
- // The author's name
1021
- name: string,
1022
- // The author's avatar url
1023
- avatarUrl: string,
1024
- // Whether the author is verified or not
1025
- isVerified: boolean,
1026
- // Whether the author is a user or another kind of author (User Group)
1027
- isUser: boolean,
1028
- // Whether the author's account has been deleted or not
1029
- deleted: boolean,
1030
- }
1031
- ),
1032
- // Check if the commentable has comments
1033
- hasComments: boolean,
1034
- // Whether the object can have new comments or not
1035
- acceptsNewComments: boolean,
1036
- // The comment's alignment. Can be 0 (neutral), 1 (in favor) or -1 (against)'
1037
- alignment: number | null,
1038
- // Check if the current user has reported the comment
1039
- alreadyReported: boolean,
1040
- // The number of comment's upVotes
1041
- upVotes: number,
1042
- // Check if the current user has upvoted the comment
1043
- upVoted: boolean,
1044
- // Check if the current user has downvoted the comment
1045
- downVoted: boolean,
1046
- // The number of comment's downVotes
1047
- downVotes: number,
1048
- comments: Array< {
1049
- // The Comment's unique ID
1050
- id: string,
1051
- // The Comment's signed global id
1052
- sgid: string,
1053
- // The commentable's class name. i.e. `Decidim::ParticipatoryProcess`
1054
- type: string,
1055
- // The comment message
1056
- body: string,
1057
- // The creation date of the comment
1058
- createdAt: string,
1059
- // The comment's author
1060
- author: ( {
1061
- // The author's name
1062
- name: string,
1063
- // The author's avatar url
1064
- avatarUrl: string,
1065
- // Whether the author is verified or not
1066
- isVerified: boolean,
1067
- // Whether the author is a user or another kind of author (User Group)
1068
- isUser: boolean,
1069
- // Whether the author's account has been deleted or not
1070
- deleted: boolean,
1071
- } | {
1072
- // The author's name
1073
- name: string,
1074
- // The author's avatar url
1075
- avatarUrl: string,
1076
- // Whether the author is verified or not
1077
- isVerified: boolean,
1078
- // Whether the author is a user or another kind of author (User Group)
1079
- isUser: boolean,
1080
- // Whether the author's account has been deleted or not
1081
- deleted: boolean,
1082
- }
1083
- ),
1084
- // Check if the commentable has comments
1085
- hasComments: boolean,
1086
- // Whether the object can have new comments or not
1087
- acceptsNewComments: boolean,
1088
- // The comment's alignment. Can be 0 (neutral), 1 (in favor) or -1 (against)'
1089
- alignment: number | null,
1090
- // Check if the current user has reported the comment
1091
- alreadyReported: boolean,
1092
- // The number of comment's upVotes
1093
- upVotes: number,
1094
- // Check if the current user has upvoted the comment
1095
- upVoted: boolean,
1096
- // Check if the current user has downvoted the comment
1097
- downVoted: boolean,
1098
- // The number of comment's downVotes
1099
- downVotes: number,
1100
- comments: Array< {
1101
- // The Comment's unique ID
1102
- id: string,
1103
- // The Comment's signed global id
1104
- sgid: string,
1105
- // The commentable's class name. i.e. `Decidim::ParticipatoryProcess`
1106
- type: string,
1107
- // The comment message
1108
- body: string,
1109
- // The creation date of the comment
1110
- createdAt: string,
1111
- // The comment's author
1112
- author: ( {
1113
- // The author's name
1114
- name: string,
1115
- // The author's avatar url
1116
- avatarUrl: string,
1117
- // Whether the author is verified or not
1118
- isVerified: boolean,
1119
- // Whether the author is a user or another kind of author (User Group)
1120
- isUser: boolean,
1121
- // Whether the author's account has been deleted or not
1122
- deleted: boolean,
1123
- } | {
1124
- // The author's name
1125
- name: string,
1126
- // The author's avatar url
1127
- avatarUrl: string,
1128
- // Whether the author is verified or not
1129
- isVerified: boolean,
1130
- // Whether the author is a user or another kind of author (User Group)
1131
- isUser: boolean,
1132
- // Whether the author's account has been deleted or not
1133
- deleted: boolean,
1134
- }
1135
- ),
1136
- // Check if the commentable has comments
1137
- hasComments: boolean,
1138
- // Whether the object can have new comments or not
1139
- acceptsNewComments: boolean,
1140
- // The comment's alignment. Can be 0 (neutral), 1 (in favor) or -1 (against)'
1141
- alignment: number | null,
1142
- // Check if the current user has reported the comment
1143
- alreadyReported: boolean,
1144
- // The number of comment's upVotes
1145
- upVotes: number,
1146
- // Check if the current user has upvoted the comment
1147
- upVoted: boolean,
1148
- // Check if the current user has downvoted the comment
1149
- downVoted: boolean,
1150
- // The number of comment's downVotes
1151
- downVotes: number,
1152
- } >,
1153
- } >,
1154
- } >,
1155
- };
1156
-
1157
- export type CommentDataFragment = {
1158
- // The Comment's unique ID
1159
- id: string,
1160
- // The Comment's signed global id
1161
- sgid: string,
1162
- // The commentable's class name. i.e. `Decidim::ParticipatoryProcess`
1163
- type: string,
1164
- // The comment message
1165
- body: string,
1166
- // The creation date of the comment
1167
- createdAt: string,
1168
- // The comment's author
1169
- author: ( {
1170
- // The author's name
1171
- name: string,
1172
- // The author's avatar url
1173
- avatarUrl: string,
1174
- // Whether the author is verified or not
1175
- isVerified: boolean,
1176
- // Whether the author is a user or another kind of author (User Group)
1177
- isUser: boolean,
1178
- // Whether the author's account has been deleted or not
1179
- deleted: boolean,
1180
- } | {
1181
- // The author's name
1182
- name: string,
1183
- // The author's avatar url
1184
- avatarUrl: string,
1185
- // Whether the author is verified or not
1186
- isVerified: boolean,
1187
- // Whether the author is a user or another kind of author (User Group)
1188
- isUser: boolean,
1189
- // Whether the author's account has been deleted or not
1190
- deleted: boolean,
1191
- }
1192
- ),
1193
- // Check if the commentable has comments
1194
- hasComments: boolean,
1195
- // Whether the object can have new comments or not
1196
- acceptsNewComments: boolean,
1197
- // The comment's alignment. Can be 0 (neutral), 1 (in favor) or -1 (against)'
1198
- alignment: number | null,
1199
- // Check if the current user has reported the comment
1200
- alreadyReported: boolean,
1201
- // The number of comment's upVotes
1202
- upVotes: number,
1203
- // Check if the current user has upvoted the comment
1204
- upVoted: boolean,
1205
- // Check if the current user has downvoted the comment
1206
- downVoted: boolean,
1207
- // The number of comment's downVotes
1208
- downVotes: number,
1209
- };
1210
-
1211
- export type CommentThreadFragment = {
1212
- // Check if the commentable has comments
1213
- hasComments: boolean,
1214
- // The Comment's unique ID
1215
- id: string,
1216
- // The Comment's signed global id
1217
- sgid: string,
1218
- // The commentable's class name. i.e. `Decidim::ParticipatoryProcess`
1219
- type: string,
1220
- // The comment message
1221
- body: string,
1222
- // The creation date of the comment
1223
- createdAt: string,
1224
- // The comment's author
1225
- author: ( {
1226
- // The author's name
1227
- name: string,
1228
- // The author's avatar url
1229
- avatarUrl: string,
1230
- // Whether the author is verified or not
1231
- isVerified: boolean,
1232
- // Whether the author is a user or another kind of author (User Group)
1233
- isUser: boolean,
1234
- // Whether the author's account has been deleted or not
1235
- deleted: boolean,
1236
- } | {
1237
- // The author's name
1238
- name: string,
1239
- // The author's avatar url
1240
- avatarUrl: string,
1241
- // Whether the author is verified or not
1242
- isVerified: boolean,
1243
- // Whether the author is a user or another kind of author (User Group)
1244
- isUser: boolean,
1245
- // Whether the author's account has been deleted or not
1246
- deleted: boolean,
1247
- }
1248
- ),
1249
- // Whether the object can have new comments or not
1250
- acceptsNewComments: boolean,
1251
- // The comment's alignment. Can be 0 (neutral), 1 (in favor) or -1 (against)'
1252
- alignment: number | null,
1253
- // Check if the current user has reported the comment
1254
- alreadyReported: boolean,
1255
- // The number of comment's upVotes
1256
- upVotes: number,
1257
- // Check if the current user has upvoted the comment
1258
- upVoted: boolean,
1259
- // Check if the current user has downvoted the comment
1260
- downVoted: boolean,
1261
- // The number of comment's downVotes
1262
- downVotes: number,
1263
- comments: Array< {
1264
- // The Comment's unique ID
1265
- id: string,
1266
- // The Comment's signed global id
1267
- sgid: string,
1268
- // The commentable's class name. i.e. `Decidim::ParticipatoryProcess`
1269
- type: string,
1270
- // The comment message
1271
- body: string,
1272
- // The creation date of the comment
1273
- createdAt: string,
1274
- // The comment's author
1275
- author: ( {
1276
- // The author's name
1277
- name: string,
1278
- // The author's avatar url
1279
- avatarUrl: string,
1280
- // Whether the author is verified or not
1281
- isVerified: boolean,
1282
- // Whether the author is a user or another kind of author (User Group)
1283
- isUser: boolean,
1284
- // Whether the author's account has been deleted or not
1285
- deleted: boolean,
1286
- } | {
1287
- // The author's name
1288
- name: string,
1289
- // The author's avatar url
1290
- avatarUrl: string,
1291
- // Whether the author is verified or not
1292
- isVerified: boolean,
1293
- // Whether the author is a user or another kind of author (User Group)
1294
- isUser: boolean,
1295
- // Whether the author's account has been deleted or not
1296
- deleted: boolean,
1297
- }
1298
- ),
1299
- // Check if the commentable has comments
1300
- hasComments: boolean,
1301
- // Whether the object can have new comments or not
1302
- acceptsNewComments: boolean,
1303
- // The comment's alignment. Can be 0 (neutral), 1 (in favor) or -1 (against)'
1304
- alignment: number | null,
1305
- // Check if the current user has reported the comment
1306
- alreadyReported: boolean,
1307
- // The number of comment's upVotes
1308
- upVotes: number,
1309
- // Check if the current user has upvoted the comment
1310
- upVoted: boolean,
1311
- // Check if the current user has downvoted the comment
1312
- downVoted: boolean,
1313
- // The number of comment's downVotes
1314
- downVotes: number,
1315
- comments: Array< {
1316
- // The Comment's unique ID
1317
- id: string,
1318
- // The Comment's signed global id
1319
- sgid: string,
1320
- // The commentable's class name. i.e. `Decidim::ParticipatoryProcess`
1321
- type: string,
1322
- // The comment message
1323
- body: string,
1324
- // The creation date of the comment
1325
- createdAt: string,
1326
- // The comment's author
1327
- author: ( {
1328
- // The author's name
1329
- name: string,
1330
- // The author's avatar url
1331
- avatarUrl: string,
1332
- // Whether the author is verified or not
1333
- isVerified: boolean,
1334
- // Whether the author is a user or another kind of author (User Group)
1335
- isUser: boolean,
1336
- // Whether the author's account has been deleted or not
1337
- deleted: boolean,
1338
- } | {
1339
- // The author's name
1340
- name: string,
1341
- // The author's avatar url
1342
- avatarUrl: string,
1343
- // Whether the author is verified or not
1344
- isVerified: boolean,
1345
- // Whether the author is a user or another kind of author (User Group)
1346
- isUser: boolean,
1347
- // Whether the author's account has been deleted or not
1348
- deleted: boolean,
1349
- }
1350
- ),
1351
- // Check if the commentable has comments
1352
- hasComments: boolean,
1353
- // Whether the object can have new comments or not
1354
- acceptsNewComments: boolean,
1355
- // The comment's alignment. Can be 0 (neutral), 1 (in favor) or -1 (against)'
1356
- alignment: number | null,
1357
- // Check if the current user has reported the comment
1358
- alreadyReported: boolean,
1359
- // The number of comment's upVotes
1360
- upVotes: number,
1361
- // Check if the current user has upvoted the comment
1362
- upVoted: boolean,
1363
- // Check if the current user has downvoted the comment
1364
- downVoted: boolean,
1365
- // The number of comment's downVotes
1366
- downVotes: number,
1367
- comments: Array< {
1368
- // The Comment's unique ID
1369
- id: string,
1370
- // The Comment's signed global id
1371
- sgid: string,
1372
- // The commentable's class name. i.e. `Decidim::ParticipatoryProcess`
1373
- type: string,
1374
- // The comment message
1375
- body: string,
1376
- // The creation date of the comment
1377
- createdAt: string,
1378
- // The comment's author
1379
- author: ( {
1380
- // The author's name
1381
- name: string,
1382
- // The author's avatar url
1383
- avatarUrl: string,
1384
- // Whether the author is verified or not
1385
- isVerified: boolean,
1386
- // Whether the author is a user or another kind of author (User Group)
1387
- isUser: boolean,
1388
- // Whether the author's account has been deleted or not
1389
- deleted: boolean,
1390
- } | {
1391
- // The author's name
1392
- name: string,
1393
- // The author's avatar url
1394
- avatarUrl: string,
1395
- // Whether the author is verified or not
1396
- isVerified: boolean,
1397
- // Whether the author is a user or another kind of author (User Group)
1398
- isUser: boolean,
1399
- // Whether the author's account has been deleted or not
1400
- deleted: boolean,
1401
- }
1402
- ),
1403
- // Check if the commentable has comments
1404
- hasComments: boolean,
1405
- // Whether the object can have new comments or not
1406
- acceptsNewComments: boolean,
1407
- // The comment's alignment. Can be 0 (neutral), 1 (in favor) or -1 (against)'
1408
- alignment: number | null,
1409
- // Check if the current user has reported the comment
1410
- alreadyReported: boolean,
1411
- // The number of comment's upVotes
1412
- upVotes: number,
1413
- // Check if the current user has upvoted the comment
1414
- upVoted: boolean,
1415
- // Check if the current user has downvoted the comment
1416
- downVoted: boolean,
1417
- // The number of comment's downVotes
1418
- downVotes: number,
1419
- } >,
1420
- } >,
1421
- } >,
1422
- };
1423
-
1424
- export type DownVoteButtonFragment = {
1425
- // The Comment's unique ID
1426
- id: string,
1427
- // The number of comment's downVotes
1428
- downVotes: number,
1429
- // Check if the current user has downvoted the comment
1430
- downVoted: boolean,
1431
- // Check if the current user has upvoted the comment
1432
- upVoted: boolean,
1433
- };
1434
-
1435
- export type UpVoteButtonFragment = {
1436
- // The Comment's unique ID
1437
- id: string,
1438
- // The number of comment's upVotes
1439
- upVotes: number,
1440
- // Check if the current user has upvoted the comment
1441
- upVoted: boolean,
1442
- // Check if the current user has downvoted the comment
1443
- downVoted: boolean,
1444
- };
1445
- /* tslint:enable */