decidim-core 0.26.10 → 0.27.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of decidim-core might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/app/cells/decidim/amendable/announcement_cell.rb +4 -9
- data/app/cells/decidim/announcement_cell.rb +2 -2
- data/app/cells/decidim/author_cell.rb +1 -1
- data/app/cells/decidim/card_m_cell.rb +1 -1
- data/app/cells/decidim/collapsible_list/show.erb +1 -1
- data/app/cells/decidim/content_blocks/cta/show.erb +1 -1
- data/app/cells/decidim/content_blocks/cta_cell.rb +1 -1
- data/app/cells/decidim/content_blocks/footer_sub_hero/show.erb +1 -1
- data/app/cells/decidim/content_blocks/hero/show.erb +2 -2
- data/app/cells/decidim/content_blocks/highlighted_content_banner/show.erb +5 -5
- data/app/cells/decidim/content_blocks/highlighted_elements_cell.rb +1 -1
- data/app/cells/decidim/content_blocks/how_to_participate/show.erb +1 -1
- data/app/cells/decidim/content_blocks/last_activity/show.erb +1 -1
- data/app/cells/decidim/content_blocks/last_activity_cell.rb +3 -3
- data/app/cells/decidim/content_blocks/stats_cell.rb +4 -5
- data/app/cells/decidim/content_blocks/sub_hero/show.erb +1 -1
- data/app/cells/decidim/content_blocks/sub_hero_cell.rb +1 -1
- data/app/cells/decidim/data_consent/category.erb +64 -0
- data/app/cells/decidim/data_consent/dialog.erb +29 -0
- data/app/cells/decidim/data_consent/modal.erb +39 -0
- data/app/cells/decidim/data_consent/show.erb +3 -0
- data/app/cells/decidim/data_consent_cell.rb +21 -0
- data/app/cells/decidim/follow_button_cell.rb +5 -7
- data/app/cells/decidim/newsletter_templates/base_cell.rb +0 -8
- data/app/cells/decidim/newsletter_templates/basic_only_text/show.erb +4 -4
- data/app/cells/decidim/newsletter_templates/image_text_cta/show.erb +4 -4
- data/app/cells/decidim/profile_sidebar_cell.rb +1 -1
- data/app/cells/decidim/search_results_cell.rb +1 -1
- data/app/cells/decidim/tos_page/refuse_btn_modal.erb +1 -1
- data/app/cells/decidim/upload_modal/files.erb +52 -0
- data/app/cells/decidim/upload_modal/modal.erb +49 -0
- data/app/cells/decidim/upload_modal/show.erb +3 -0
- data/app/cells/decidim/upload_modal_cell.rb +205 -0
- data/app/cells/decidim/user_conversation/reply.erb +1 -1
- data/app/cells/decidim/user_conversations/add_conversation_users.erb +5 -3
- data/app/cells/decidim/version_cell.rb +3 -14
- data/app/cells/decidim/versions_list_cell.rb +3 -14
- data/app/cells/decidim/versions_list_item_cell.rb +2 -13
- data/app/commands/decidim/accept_group_invitation.rb +1 -1
- data/app/commands/decidim/accept_user_group_join_request.rb +1 -1
- data/app/commands/decidim/amendable/accept.rb +1 -1
- data/app/commands/decidim/amendable/create_draft.rb +1 -1
- data/app/commands/decidim/amendable/destroy_draft.rb +1 -1
- data/app/commands/decidim/amendable/promote.rb +1 -1
- data/app/commands/decidim/amendable/publish_draft.rb +1 -1
- data/app/commands/decidim/amendable/reject.rb +1 -1
- data/app/commands/decidim/amendable/update_draft.rb +1 -1
- data/app/commands/decidim/amendable/withdraw.rb +1 -1
- data/app/commands/decidim/attachment_methods.rb +3 -2
- data/app/commands/decidim/create_editor_image.rb +1 -1
- data/app/commands/decidim/create_follow.rb +1 -1
- data/app/commands/decidim/create_omniauth_registration.rb +2 -3
- data/app/commands/decidim/create_registration.rb +1 -2
- data/app/commands/decidim/create_report.rb +1 -1
- data/app/commands/decidim/create_user_group.rb +2 -2
- data/app/commands/decidim/create_user_report.rb +5 -3
- data/app/commands/decidim/delete_follow.rb +1 -1
- data/app/commands/decidim/demote_membership.rb +1 -1
- data/app/commands/decidim/destroy_account.rb +1 -1
- data/app/commands/decidim/endorse_resource.rb +1 -3
- data/app/commands/decidim/gallery_methods.rb +45 -10
- data/app/commands/decidim/invite_user.rb +1 -3
- data/app/commands/decidim/invite_user_again.rb +1 -1
- data/app/commands/decidim/invite_user_to_group.rb +1 -1
- data/app/commands/decidim/join_user_group.rb +1 -1
- data/app/commands/decidim/leave_user_group.rb +8 -2
- data/app/commands/decidim/messaging/reply_to_conversation.rb +2 -2
- data/app/commands/decidim/messaging/start_conversation.rb +2 -2
- data/app/commands/decidim/multiple_attachments_methods.rb +44 -5
- data/app/commands/decidim/promote_membership.rb +1 -1
- data/app/commands/decidim/reject_group_invitation.rb +1 -1
- data/app/commands/decidim/reject_user_group_join_request.rb +1 -1
- data/app/commands/decidim/remove_user_from_group.rb +1 -1
- data/app/commands/decidim/resend_confirmation_instructions.rb +18 -0
- data/app/commands/decidim/search.rb +10 -9
- data/app/commands/decidim/unendorse_resource.rb +2 -2
- data/app/commands/decidim/unsubscribe_settings.rb +1 -1
- data/app/commands/decidim/update_account.rb +2 -2
- data/app/commands/decidim/update_notifications_settings.rb +3 -2
- data/app/commands/decidim/update_password.rb +31 -0
- data/app/commands/decidim/update_user_group.rb +2 -2
- data/app/commands/decidim/update_user_interests.rb +1 -1
- data/app/commands/decidim/validate_upload.rb +15 -0
- data/app/controllers/concerns/decidim/devise_controllers.rb +0 -1
- data/app/controllers/concerns/decidim/filter_resource.rb +23 -24
- data/app/controllers/concerns/decidim/force_authentication.rb +1 -2
- data/app/controllers/concerns/decidim/http_caching_disabler.rb +1 -1
- data/app/controllers/concerns/decidim/needs_password_change.rb +43 -0
- data/app/controllers/concerns/decidim/needs_tos_accepted.rb +3 -3
- data/app/controllers/concerns/decidim/orderable.rb +1 -1
- data/app/controllers/concerns/decidim/participatory_space_context.rb +2 -2
- data/app/controllers/concerns/decidim/resource_versions_concern.rb +0 -4
- data/app/controllers/decidim/account_controller.rb +45 -0
- data/app/controllers/decidim/application_controller.rb +1 -1
- data/app/controllers/decidim/authorization_modals_controller.rb +1 -1
- data/app/controllers/decidim/devise/invitations_controller.rb +4 -9
- data/app/controllers/decidim/devise/passwords_controller.rb +33 -0
- data/app/controllers/decidim/devise/registrations_controller.rb +3 -5
- data/app/controllers/decidim/devise/sessions_controller.rb +2 -0
- data/app/controllers/decidim/{data_portability_controller.rb → download_your_data_controller.rb} +8 -8
- data/app/controllers/decidim/groups_controller.rb +5 -5
- data/app/controllers/decidim/last_activities_controller.rb +7 -9
- data/app/controllers/decidim/links_controller.rb +11 -10
- data/app/controllers/decidim/manifests_controller.rb +11 -0
- data/app/controllers/decidim/newsletters_controller.rb +1 -1
- data/app/controllers/decidim/notifications_subscriptions_controller.rb +16 -0
- data/app/controllers/decidim/offline_controller.rb +7 -0
- data/app/controllers/decidim/profiles_controller.rb +2 -2
- data/app/controllers/decidim/searches_controller.rb +4 -3
- data/app/controllers/decidim/short_links_controller.rb +35 -0
- data/app/controllers/decidim/upload_validations_controller.rb +44 -0
- data/app/controllers/decidim/user_activities_controller.rb +32 -16
- data/app/controllers/decidim/user_interests_controller.rb +0 -2
- data/app/controllers/decidim/user_timeline_controller.rb +7 -9
- data/app/events/decidim/change_nickname_event.rb +21 -0
- data/app/events/decidim/resource_endorsed_event.rb +1 -2
- data/app/forms/decidim/account_form.rb +4 -4
- data/app/forms/decidim/amendable/form.rb +1 -2
- data/app/forms/decidim/form.rb +1 -1
- data/app/forms/decidim/messaging/conversation_form.rb +1 -1
- data/app/forms/decidim/notifications_settings_form.rb +16 -2
- data/app/forms/decidim/password_form.rb +10 -0
- data/app/forms/decidim/registration_form.rb +3 -3
- data/app/forms/decidim/upload_validation_form.rb +54 -0
- data/app/forms/decidim/user_group_form.rb +1 -1
- data/app/forms/decidim/user_interest_scope_form.rb +1 -1
- data/app/forms/decidim/user_interests_form.rb +1 -1
- data/app/forms/translatable_presence_validator.rb +2 -2
- data/app/forms/url_validator.rb +1 -1
- data/app/helpers/decidim/application_helper.rb +2 -2
- data/app/helpers/decidim/attachments_helper.rb +1 -1
- data/app/helpers/decidim/cells_helper.rb +0 -1
- data/app/helpers/decidim/cells_paginate_helper.rb +1 -1
- data/app/helpers/decidim/datalist_select_helper.rb +40 -0
- data/app/helpers/decidim/decidim_form_helper.rb +1 -1
- data/app/helpers/decidim/external_domain_helper.rb +3 -14
- data/app/helpers/decidim/filters_helper.rb +1 -5
- data/app/helpers/decidim/followable_helper.rb +1 -1
- data/app/helpers/decidim/icon_helper.rb +4 -4
- data/app/helpers/decidim/layout_helper.rb +19 -16
- data/app/helpers/decidim/map_helper.rb +12 -8
- data/app/helpers/decidim/meta_tags_helper.rb +0 -2
- data/app/helpers/decidim/newsletters_helper.rb +0 -1
- data/app/helpers/decidim/notifications_settings_helper.rb +15 -0
- data/app/helpers/decidim/passwords_helper.rb +41 -0
- data/app/helpers/decidim/resource_helper.rb +0 -2
- data/app/helpers/decidim/sanitize_helper.rb +6 -15
- data/app/helpers/decidim/searches_helper.rb +6 -6
- data/app/helpers/decidim/short_link_helper.rb +28 -0
- data/app/helpers/decidim/translations_helper.rb +2 -2
- data/app/jobs/decidim/{data_portability_export_job.rb → download_your_data_export_job.rb} +5 -8
- data/app/jobs/decidim/email_notifications_digest_generator_job.rb +21 -0
- data/app/jobs/decidim/notification_generator_for_recipient_job.rb +5 -3
- data/app/jobs/decidim/open_data_job.rb +0 -2
- data/app/jobs/decidim/reminder_generator_job.rb +12 -0
- data/app/jobs/decidim/resend_confirmation_instructions_job.rb +11 -0
- data/app/jobs/decidim/user_report_job.rb +2 -2
- data/app/mailers/concerns/decidim/multitenant_asset_host.rb +11 -3
- data/app/mailers/decidim/application_mailer.rb +1 -1
- data/app/mailers/decidim/block_user_mailer.rb +8 -7
- data/app/mailers/decidim/export_mailer.rb +2 -2
- data/app/mailers/decidim/newsletter_mailer.rb +5 -12
- data/app/mailers/decidim/newsletters_opt_in_mailer.rb +7 -5
- data/app/mailers/decidim/notification_mailer.rb +0 -1
- data/app/mailers/decidim/notifications_digest_mailer.rb +23 -0
- data/app/mailers/decidim/user_report_mailer.rb +10 -11
- data/app/models/decidim/action_log.rb +95 -11
- data/app/models/decidim/amendment.rb +0 -1
- data/app/models/decidim/area.rb +1 -2
- data/app/models/decidim/area_type.rb +5 -0
- data/app/models/decidim/attachment.rb +6 -0
- data/app/models/decidim/attachment_collection.rb +5 -0
- data/app/models/decidim/category.rb +9 -4
- data/app/models/decidim/coauthorship.rb +0 -2
- data/app/models/decidim/contextual_help_section.rb +5 -1
- data/app/models/decidim/follow.rb +2 -2
- data/app/models/decidim/gamification/badge_score.rb +0 -1
- data/app/models/decidim/identity.rb +2 -2
- data/app/models/decidim/messaging/conversation.rb +4 -4
- data/app/models/decidim/messaging/message.rb +1 -2
- data/app/models/decidim/messaging/participation.rb +0 -2
- data/app/models/decidim/messaging/receipt.rb +0 -2
- data/app/models/decidim/newsletter.rb +0 -28
- data/app/models/decidim/notification.rb +5 -2
- data/app/models/decidim/oauth_application.rb +12 -1
- data/app/models/decidim/organization.rb +7 -13
- data/app/models/decidim/participatory_space_private_user.rb +4 -2
- data/app/models/decidim/permission_action.rb +1 -0
- data/app/models/decidim/reminder.rb +10 -0
- data/app/models/decidim/reminder_delivery.rb +7 -0
- data/app/models/decidim/reminder_record.rb +29 -0
- data/app/models/decidim/report.rb +2 -2
- data/app/models/decidim/scope.rb +3 -4
- data/app/models/decidim/scope_type.rb +1 -24
- data/app/models/decidim/share_token.rb +0 -2
- data/app/models/decidim/short_link.rb +162 -0
- data/app/models/decidim/user.rb +35 -13
- data/app/models/decidim/user_base_entity.rb +1 -4
- data/app/models/decidim/user_block.rb +2 -2
- data/app/models/decidim/user_group.rb +4 -4
- data/app/models/decidim/user_moderation.rb +0 -2
- data/app/models/decidim/user_report.rb +2 -2
- data/app/packs/entrypoints/decidim_core.js +2 -2
- data/app/packs/entrypoints/decidim_sw.js +1 -0
- data/app/packs/images/decidim/gamification/badges/decidim_gamification_badges_invitations.svg +1 -0
- data/app/packs/src/decidim/autocomplete.js +298 -0
- data/app/packs/src/decidim/cookie_consent/consent_manager.js +133 -0
- data/app/packs/src/decidim/cookie_consent/cookie_consent.js +103 -0
- data/app/packs/src/decidim/datalist_select.js +36 -0
- data/app/packs/src/decidim/direct_uploads/upload_field.js +117 -0
- data/app/packs/src/decidim/direct_uploads/upload_modal.js +264 -0
- data/app/packs/src/decidim/direct_uploads/upload_utility.js +49 -0
- data/app/packs/src/decidim/direct_uploads/uploader.js +89 -0
- data/app/packs/src/decidim/editor/linebreak_module.js +8 -0
- data/app/packs/src/decidim/editor.js +33 -70
- data/app/packs/src/decidim/external_domain_warning.js +1 -1
- data/app/packs/src/decidim/external_link.js +14 -3
- data/app/packs/src/decidim/external_link.test.js +64 -0
- data/app/packs/src/decidim/form_filter.component.test.js +5 -148
- data/app/packs/src/decidim/form_filter.js +4 -26
- data/app/packs/src/decidim/geocoding/attach_input.js +1 -4
- data/app/packs/src/decidim/geocoding/provider/here.js +21 -17
- data/app/packs/src/decidim/geocoding/provider/photon.js +1 -1
- data/app/packs/src/decidim/geocoding.js +10 -35
- data/app/packs/src/decidim/identity_selector_dialog.js +1 -1
- data/app/packs/src/decidim/impersonation.js +3 -3
- data/app/packs/src/decidim/input_character_counter.js +177 -7
- data/app/packs/src/decidim/input_multiple_mentions.js +87 -187
- data/app/packs/src/decidim/map/controller/drag_marker.js +2 -0
- data/app/packs/src/decidim/map/controller/markers.js +1 -0
- data/app/packs/src/decidim/map/controller/static.js +1 -0
- data/app/packs/src/decidim/map/controller.js +2 -0
- data/app/packs/src/decidim/map/factory.js +1 -4
- data/app/packs/src/decidim/map/icon.js +3 -1
- data/app/packs/src/decidim/map/legacy.js +1 -0
- data/app/packs/src/decidim/map/provider/default.js +0 -2
- data/app/packs/src/decidim/map/provider/here.js +1 -2
- data/app/packs/src/decidim/map/svg-icon.js +248 -0
- data/app/packs/src/decidim/security/selfxss_warning.js +5 -1
- data/app/packs/src/decidim/session_timeouter.js +15 -15
- data/app/packs/src/decidim/sw/a2hs.js +28 -0
- data/app/packs/src/decidim/sw/index.js +3 -0
- data/app/packs/src/decidim/sw/loader.js +18 -0
- data/app/packs/src/decidim/sw/push-permissions.js +87 -0
- data/app/packs/src/decidim/sw/sw.js +80 -0
- data/app/packs/src/decidim/vizzs/areachart.js +33 -28
- data/app/packs/src/decidim/vizzs/linechart.js +23 -18
- data/app/packs/src/decidim/vizzs/rowchart.js +15 -11
- data/app/packs/stylesheets/decidim/_editor.scss +0 -129
- data/app/packs/stylesheets/decidim/email.scss +66 -7
- data/app/packs/stylesheets/decidim/extras/_quill.scss +6 -0
- data/app/packs/stylesheets/decidim/layouts/_user.scss +8 -0
- data/app/packs/stylesheets/decidim/modules/_autocomplete.scss +99 -0
- data/app/packs/stylesheets/decidim/modules/_buttons.scss +6 -10
- data/app/packs/stylesheets/decidim/modules/_cards.scss +1 -3
- data/app/packs/stylesheets/decidim/modules/_comments.scss +0 -26
- data/app/packs/stylesheets/decidim/modules/_cookie-consent.scss +115 -0
- data/app/packs/stylesheets/decidim/modules/_footer.scss +4 -0
- data/app/packs/stylesheets/decidim/modules/_forms.scss +0 -5
- data/app/packs/stylesheets/decidim/modules/_input-multiple-mentions.scss +29 -2
- data/app/packs/stylesheets/decidim/modules/_modules.scss +3 -1
- data/app/packs/stylesheets/decidim/modules/_reveal.scss +15 -0
- data/app/packs/stylesheets/decidim/modules/_upload_modal.scss +143 -0
- data/app/packs/stylesheets/decidim/utils/_fontface.scss +3 -0
- data/app/packs/stylesheets/decidim/vizzs/_linechart.scss +2 -2
- data/app/packs/stylesheets/decidim/vizzs/_rowchart.scss +2 -2
- data/app/permissions/decidim/permissions.rb +4 -8
- data/app/presenters/decidim/admin_log/area_type_presenter.rb +34 -0
- data/app/presenters/decidim/admin_log/attachment_collection_presenter.rb +35 -0
- data/app/presenters/decidim/admin_log/attachment_presenter.rb +27 -0
- data/app/presenters/decidim/admin_log/category_presenter.rb +36 -0
- data/app/presenters/decidim/admin_log/component_presenter.rb +35 -3
- data/app/presenters/decidim/admin_log/contextual_help_section_presenter.rb +33 -0
- data/app/presenters/decidim/admin_log/organization_presenter.rb +9 -4
- data/app/presenters/decidim/admin_log/scope_type_presenter.rb +34 -0
- data/app/presenters/decidim/admin_log/user_group_presenter.rb +1 -1
- data/app/presenters/decidim/admin_log/user_moderation_presenter.rb +1 -1
- data/app/presenters/decidim/home_stats_presenter.rb +8 -13
- data/app/presenters/decidim/log/base_presenter.rb +1 -1
- data/app/presenters/decidim/menu_item_presenter.rb +1 -1
- data/app/presenters/decidim/metric_charts_presenter.rb +7 -1
- data/app/presenters/decidim/nil_presenter.rb +3 -1
- data/app/presenters/decidim/notification_presenter.rb +1 -1
- data/app/presenters/decidim/notification_to_mailer_presenter.rb +39 -0
- data/app/presenters/decidim/notifications_digest_presenter.rb +42 -0
- data/app/presenters/decidim/official_author_presenter.rb +4 -0
- data/app/presenters/decidim/organization_presenter.rb +22 -0
- data/app/presenters/decidim/push_notification_presenter.rb +24 -0
- data/app/presenters/decidim/stats_presenter.rb +9 -8
- data/app/presenters/decidim/user_group_presenter.rb +1 -1
- data/app/presenters/decidim/user_presenter.rb +5 -13
- data/app/presenters/decidim/validation_errors_presenter.rb +1 -1
- data/app/queries/decidim/messaging/user_conversations.rb +1 -1
- data/app/queries/decidim/metric_manage.rb +1 -1
- data/app/queries/decidim/metrics/users_metric_manage.rb +6 -6
- data/app/queries/decidim/own_activities.rb +11 -0
- data/app/queries/decidim/participatory_processes_with_user_role.rb +1 -1
- data/app/{services/decidim/activity_search.rb → queries/decidim/public_activities.rb} +35 -78
- data/app/queries/decidim/public_components.rb +1 -1
- data/app/queries/decidim/similar_emendations.rb +1 -1
- data/app/queries/decidim/stats_users_count.rb +1 -1
- data/app/queries/decidim/user_groups/accepted_memberships.rb +1 -1
- data/app/queries/decidim/user_groups/accepted_user_groups.rb +1 -1
- data/app/queries/decidim/user_groups/accepted_users.rb +1 -1
- data/app/queries/decidim/user_groups/admin_memberships.rb +1 -1
- data/app/queries/decidim/user_groups/invited_memberships.rb +1 -1
- data/app/queries/decidim/user_groups/manageable_user_groups.rb +1 -1
- data/app/queries/decidim/user_groups/member_memberships.rb +1 -1
- data/app/scrubbers/decidim/user_input_scrubber.rb +5 -32
- data/app/services/decidim/{data_portability_exporter.rb → download_your_data_exporter.rb} +6 -6
- data/app/services/decidim/email_notification_generator.rb +2 -2
- data/app/services/decidim/engine_resolver.rb +66 -0
- data/app/services/decidim/events_manager.rb +1 -1
- data/app/services/decidim/iframe_disabler.rb +31 -0
- data/app/services/decidim/notification_generator_for_recipient.rb +1 -1
- data/app/services/decidim/notifications_digest_sending_decider.rb +18 -0
- data/app/services/decidim/notifications_subscriptions_persistor.rb +37 -0
- data/app/services/decidim/open_data_exporter.rb +1 -1
- data/app/services/decidim/resource_search.rb +17 -164
- data/app/services/decidim/send_push_notification.rb +59 -0
- data/app/services/decidim/traceability.rb +1 -2
- data/app/uploaders/decidim/application_uploader.rb +2 -12
- data/app/uploaders/decidim/cw/attachment_uploader.rb +1 -1
- data/app/uploaders/decidim/cw/{data_portability_uploader.rb → download_your_data_uploader.rb} +3 -3
- data/app/uploaders/decidim/cw/image_uploader.rb +2 -2
- data/app/uploaders/decidim/organization_favicon_uploader.rb +3 -2
- data/app/validators/etiquette_validator.rb +3 -7
- data/app/validators/passthru_validator.rb +29 -21
- data/app/validators/password_validator.rb +25 -4
- data/app/validators/uploader_image_dimensions_validator.rb +1 -1
- data/app/views/decidim/account/_account_notification.js.erb +20 -0
- data/app/views/decidim/account/_password_fields.html.erb +2 -2
- data/app/views/decidim/account/cancel_email_change.js.erb +6 -0
- data/app/views/decidim/account/resend_confirmation_instructions.erb +1 -0
- data/app/views/decidim/account/show.html.erb +19 -6
- data/app/views/decidim/application/{_attachments.html.erb → _attachments.erb} +2 -2
- data/app/views/decidim/application/_collection.html.erb +1 -1
- data/app/views/decidim/application/{_documents.html.erb → _documents.erb} +2 -2
- data/app/views/decidim/devise/confirmations/new.html.erb +1 -1
- data/app/views/decidim/devise/invitations/edit.html.erb +3 -4
- data/app/views/decidim/devise/omniauth_registrations/new.html.erb +3 -3
- data/app/views/decidim/devise/passwords/edit.html.erb +7 -5
- data/app/views/decidim/devise/passwords/new.html.erb +1 -1
- data/app/views/decidim/devise/registrations/edit.html.erb +41 -0
- data/app/views/decidim/devise/registrations/new.html.erb +5 -5
- data/app/views/decidim/devise/sessions/new.html.erb +2 -2
- data/app/views/decidim/{data_portability → download_your_data}/show.html.erb +2 -2
- data/app/views/decidim/export_mailer/download_your_data_export.html.erb +7 -0
- data/app/views/decidim/last_activities/index.html.erb +1 -1
- data/app/views/decidim/links/_modal.html.erb +1 -1
- data/app/views/decidim/links/new.html.erb +1 -1
- data/app/views/decidim/manifests/show.json.erb +31 -0
- data/app/views/decidim/messaging/conversations/_add_conversation_users.html.erb +5 -3
- data/app/views/decidim/messaging/conversations/_conversation.html.erb +5 -1
- data/app/views/decidim/messaging/conversations/_reply.html.erb +1 -1
- data/app/views/decidim/messaging/conversations/_start.html.erb +1 -3
- data/app/views/decidim/messaging/conversations/create.js.erb +1 -0
- data/app/views/decidim/newsletter_mailer/newsletter.html.erb +3 -3
- data/app/views/decidim/newsletters/show.html.erb +1 -1
- data/app/views/decidim/notification_mailer/event_received.html.erb +1 -1
- data/app/views/decidim/notifications_digest_mailer/_email_content.html.erb +11 -0
- data/app/views/decidim/notifications_digest_mailer/digest_mail.erb +27 -0
- data/app/views/decidim/notifications_settings/show.html.erb +79 -52
- data/app/views/decidim/offline/show.html.erb +9 -0
- data/app/views/decidim/pages/_standalone.html.erb +1 -1
- data/app/views/decidim/pages/_tabbed.html.erb +1 -1
- data/app/views/decidim/reported_mailer/hide.html.erb +1 -1
- data/app/views/decidim/reported_mailer/report.html.erb +1 -1
- data/app/views/decidim/scopes/picker.html.erb +1 -1
- data/app/views/decidim/searches/_filters.html.erb +2 -2
- data/app/views/decidim/shared/participatory_space_filters/_filters.html.erb +3 -3
- data/app/views/decidim/user_interests/show.html.erb +13 -11
- data/app/views/decidim/user_report_mailer/notify.html.erb +10 -3
- data/app/views/devise/mailer/confirmation_instructions.html.erb +3 -1
- data/app/views/layouts/decidim/_application.html.erb +6 -3
- data/app/views/layouts/decidim/_cookie_warning.html.erb +8 -8
- data/app/views/layouts/decidim/_decidim_javascript.html.erb +12 -0
- data/app/views/layouts/decidim/_head.html.erb +4 -2
- data/app/views/layouts/decidim/_js_configuration.html.erb +5 -1
- data/app/views/layouts/decidim/_mailer_logo.html.erb +2 -2
- data/app/views/layouts/decidim/_main_footer.html.erb +1 -0
- data/app/views/layouts/decidim/_offline_banner.html.erb +11 -0
- data/app/views/layouts/decidim/newsletter_base.html.erb +2 -2
- data/app/views/layouts/decidim/widget.html.erb +2 -2
- data/config/assets.rb +1 -0
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +86 -461
- data/config/locales/bg.yml +57 -32
- data/config/locales/ca.yml +246 -85
- data/config/locales/cs.yml +256 -97
- data/config/locales/da.yml +1 -3
- data/config/locales/de.yml +93 -159
- data/config/locales/el.yml +53 -137
- data/config/locales/en.yml +220 -59
- data/config/locales/eo.yml +8 -13
- data/config/locales/es-MX.yml +234 -73
- data/config/locales/es-PY.yml +236 -75
- data/config/locales/es.yml +244 -83
- data/config/locales/et.yml +1 -3
- data/config/locales/eu.yml +416 -479
- data/config/locales/fi-plain.yml +222 -61
- data/config/locales/fi.yml +236 -75
- data/config/locales/fr-CA.yml +218 -71
- data/config/locales/fr.yml +224 -77
- data/config/locales/ga-IE.yml +15 -9
- data/config/locales/gl.yml +112 -35
- data/config/locales/hr.yml +1 -3
- data/config/locales/hu.yml +106 -266
- data/config/locales/id-ID.yml +61 -35
- data/config/locales/is-IS.yml +12 -23
- data/config/locales/it.yml +66 -41
- data/config/locales/ja.yml +235 -83
- data/config/locales/ko.yml +1 -0
- data/config/locales/lb.yml +57 -38
- data/config/locales/lt.yml +1 -1788
- data/config/locales/lv.yml +55 -28
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +81 -39
- data/config/locales/no.yml +84 -41
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +127 -46
- data/config/locales/pt-BR.yml +52 -80
- data/config/locales/pt.yml +54 -35
- data/config/locales/ro-RO.yml +55 -43
- data/config/locales/ru.yml +35 -29
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk.yml +62 -45
- data/config/locales/sl.yml +6 -1
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sr-CS.yml +1 -10
- data/config/locales/sv.yml +127 -55
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +55 -40
- data/config/locales/uk.yml +30 -30
- data/config/locales/val-ES.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +53 -33
- data/config/locales/zh-TW.yml +1 -1721
- data/config/routes.rb +19 -22
- data/db/migrate/20180508111710_add_accepted_tos_version_field_to_users.rb +1 -0
- data/db/migrate/20181030090144_destroy_deleted_users_follows.rb +2 -1
- data/db/migrate/20181204110723_remove_following_users_count_from_users.rb +2 -11
- data/db/migrate/20181214101250_add_notification_types_to_users.rb +1 -6
- data/db/migrate/20190412131728_fix_user_names.rb +2 -9
- data/db/migrate/20200211173227_add_direct_message_types_to_users.rb +1 -6
- data/db/migrate/20210302150803_invalidate_all_sessions_for_deleted_users.rb +3 -10
- data/db/migrate/20210310120640_add_followable_counter_cache_to_users.rb +3 -13
- data/db/migrate/20210831181634_add_service_name_to_active_storage_blobs.active_storage.rb +22 -0
- data/db/migrate/20210831181635_create_active_storage_variant_records.active_storage.rb +14 -0
- data/db/migrate/20211208155453_create_decidim_reminders.rb +11 -0
- data/db/migrate/20211209121025_create_decidim_reminder_records.rb +11 -0
- data/db/migrate/20211209121040_create_decidim_reminder_deliveries.rb +10 -0
- data/db/migrate/20220118121921_change_required_description_categories.rb +7 -0
- data/db/migrate/20220127113419_add_notification_settings_to_users.rb +7 -0
- data/db/migrate/20220203121137_add_notifications_sending_frequency_to_users.rb +7 -0
- data/db/migrate/20220215172439_add_digest_sent_at_to_users.rb +7 -0
- data/db/migrate/20220323195258_add_index_to_decidim_users_notifications_sending_frequency.rb +7 -0
- data/db/migrate/20220427142214_drop_emails_on_notifications_flag_from_user.rb +15 -0
- data/db/migrate/20220518094535_add_previous_passwords_to_users.rb +20 -0
- data/db/migrate/20220524195530_create_decidim_short_links.rb +23 -0
- data/db/seeds.rb +17 -19
- data/lib/decidim/acts_as_tree.rb +47 -0
- data/lib/decidim/api/input_sorts/component_input_sort.rb +2 -1
- data/lib/decidim/api/interfaces/authorable_interface.rb +6 -5
- data/lib/decidim/api/types/localized_string_type.rb +0 -9
- data/lib/decidim/api/types/translated_field_type.rb +5 -20
- data/lib/decidim/asset_router.rb +80 -0
- data/lib/decidim/attachment_attributes.rb +8 -8
- data/lib/decidim/attribute_object/form.rb +174 -0
- data/lib/decidim/attribute_object/model.rb +148 -0
- data/lib/decidim/attribute_object/nested_validator.rb +22 -0
- data/lib/decidim/attribute_object/type_map.rb +14 -0
- data/lib/decidim/attribute_object/type_resolver.rb +91 -0
- data/lib/decidim/attribute_object.rb +26 -0
- data/lib/decidim/attributes/array.rb +62 -0
- data/lib/decidim/attributes/blob.rb +20 -0
- data/lib/decidim/attributes/clean_string.rb +12 -6
- data/lib/decidim/attributes/hash.rb +36 -0
- data/lib/decidim/attributes/integer.rb +17 -0
- data/lib/decidim/attributes/localized_date.rb +8 -14
- data/lib/decidim/attributes/model.rb +24 -0
- data/lib/decidim/attributes/object.rb +28 -0
- data/lib/decidim/attributes/symbol.rb +23 -0
- data/lib/decidim/attributes/time_with_zone.rb +7 -17
- data/lib/decidim/attributes.rb +29 -0
- data/lib/decidim/authorable.rb +21 -6
- data/lib/decidim/authorization_form_builder.rb +9 -11
- data/lib/decidim/carrier_wave_migrator_service.rb +15 -15
- data/lib/decidim/coauthorable.rb +22 -4
- data/lib/decidim/command.rb +44 -0
- data/lib/decidim/common_passwords.rb +1 -1
- data/lib/decidim/component_manifest.rb +5 -5
- data/lib/decidim/component_validator.rb +2 -2
- data/lib/decidim/content_block_manifest.rb +1 -1
- data/lib/decidim/content_parsers/hashtag_parser.rb +2 -2
- data/lib/decidim/content_parsers/resource_parser.rb +1 -1
- data/lib/decidim/content_parsers/user_group_parser.rb +1 -1
- data/lib/decidim/content_parsers/user_parser.rb +4 -4
- data/lib/decidim/content_renderers/hashtag_renderer.rb +1 -1
- data/lib/decidim/content_renderers/link_renderer.rb +2 -2
- data/lib/decidim/content_renderers/user_group_renderer.rb +1 -1
- data/lib/decidim/content_renderers/user_renderer.rb +1 -1
- data/lib/decidim/controller_helpers.rb +41 -0
- data/lib/decidim/core/engine.rb +35 -19
- data/lib/decidim/core/test/factories.rb +54 -21
- data/lib/decidim/core/test/shared_examples/admin_resource_gallery_examples.rb +16 -4
- data/lib/decidim/core/test/shared_examples/amendable/amendment_form_examples.rb +1 -1
- data/lib/decidim/core/test/shared_examples/authorable_interface_examples.rb +15 -2
- data/lib/decidim/core/test/shared_examples/coauthorable_interface_examples.rb +2 -2
- data/lib/decidim/core/test/shared_examples/comments_examples.rb +203 -60
- data/lib/decidim/core/test/shared_examples/errors.rb +0 -2
- data/lib/decidim/core/test/shared_examples/localised_email.rb +1 -1
- data/lib/decidim/core/test/shared_examples/logo_email.rb +1 -1
- data/lib/decidim/core/test/shared_examples/map_examples.rb +3 -6
- data/lib/decidim/core/test/shared_examples/preview_component_with_share_token_examples.rb +0 -6
- data/lib/decidim/core/test/shared_examples/resource_search_examples.rb +120 -40
- data/lib/decidim/core/test/shared_examples/resourceable.rb +0 -6
- data/lib/decidim/core/test/shared_examples/rich_text_editor_examples.rb +3 -7
- data/lib/decidim/core/test/shared_examples/searchable_participatory_space_examples.rb +1 -1
- data/lib/decidim/core/test/shared_examples/searchable_resources_shared_context.rb +1 -1
- data/lib/decidim/core/test/shared_examples/system_endorse_resource_examples.rb +3 -3
- data/lib/decidim/core/test/shared_examples/translated_event_examples.rb +2 -2
- data/lib/decidim/core/test/shared_examples/with_endorsable_permissions_examples.rb +1 -1
- data/lib/decidim/core/test.rb +0 -4
- data/lib/decidim/core/version.rb +1 -1
- data/lib/decidim/core.rb +106 -55
- data/lib/decidim/{data_portability.rb → download_your_data.rb} +3 -3
- data/lib/decidim/{data_portability_serializers/data_portability_conversation_serializer.rb → download_your_data_serializers/download_your_data_conversation_serializer.rb} +2 -2
- data/lib/decidim/{data_portability_serializers/data_portability_follow_serializer.rb → download_your_data_serializers/download_your_data_follow_serializer.rb} +2 -2
- data/lib/decidim/{data_portability_serializers/data_portability_identity_serializer.rb → download_your_data_serializers/download_your_data_identity_serializer.rb} +2 -2
- data/lib/decidim/{data_portability_serializers/data_portability_notification_serializer.rb → download_your_data_serializers/download_your_data_notification_serializer.rb} +2 -2
- data/lib/decidim/{data_portability_serializers/data_portability_participatory_space_private_user_serializer.rb → download_your_data_serializers/download_your_data_participatory_space_private_user_serializer.rb} +2 -2
- data/lib/decidim/{data_portability_serializers/data_portability_report_serializer.rb → download_your_data_serializers/download_your_data_report_serializer.rb} +2 -2
- data/lib/decidim/{data_portability_serializers/data_portability_user_group_serializer.rb → download_your_data_serializers/download_your_data_user_group_serializer.rb} +2 -2
- data/lib/decidim/{data_portability_serializers/data_portability_user_serializer.rb → download_your_data_serializers/download_your_data_user_serializer.rb} +3 -3
- data/lib/decidim/download_your_data_serializers.rb +23 -0
- data/lib/decidim/endorsable.rb +1 -1
- data/lib/decidim/engine_router.rb +7 -1
- data/lib/decidim/env.rb +56 -0
- data/lib/decidim/event_recorder.rb +25 -0
- data/lib/decidim/events/base_event.rb +10 -14
- data/lib/decidim/events/simple_event.rb +6 -5
- data/lib/decidim/exporters/export_data.rb +1 -1
- data/lib/decidim/exporters/export_manifest.rb +2 -1
- data/lib/decidim/exporters.rb +1 -10
- data/lib/decidim/file_validator_humanizer.rb +24 -1
- data/lib/decidim/filterable_resource.rb +55 -0
- data/lib/decidim/fingerprint_calculator.rb +2 -4
- data/lib/decidim/form_builder.rb +174 -145
- data/lib/decidim/gamification/badge.rb +2 -3
- data/lib/decidim/gamification/badge_scorer.rb +1 -0
- data/lib/decidim/has_area.rb +27 -0
- data/lib/decidim/has_attachments.rb +2 -2
- data/lib/decidim/has_category.rb +36 -0
- data/lib/decidim/has_resource_permission.rb +2 -0
- data/lib/decidim/importers/import_manifest.rb +3 -21
- data/lib/decidim/jsonb_attributes.rb +6 -4
- data/lib/decidim/manifest_messages.rb +23 -0
- data/lib/decidim/map/autocomplete.rb +6 -4
- data/lib/decidim/map/frontend.rb +2 -2
- data/lib/decidim/map/provider/dynamic_map/here.rb +1 -46
- data/lib/decidim/map/provider/geocoding/here.rb +5 -5
- data/lib/decidim/map/provider/here.rb +3 -0
- data/lib/decidim/map/provider/osm.rb +3 -0
- data/lib/decidim/map.rb +4 -4
- data/lib/decidim/menu.rb +1 -1
- data/lib/decidim/metric_manifest.rb +2 -2
- data/lib/decidim/nicknamizable.rb +1 -1
- data/lib/decidim/notification_setting_manifest.rb +19 -0
- data/lib/decidim/organization_settings.rb +8 -7
- data/lib/decidim/participatory_space_context_manifest.rb +2 -2
- data/lib/decidim/participatory_space_manifest.rb +2 -2
- data/lib/decidim/participatory_space_resourceable.rb +1 -7
- data/lib/decidim/processes_file_locally.rb +31 -0
- data/lib/decidim/publicable.rb +0 -4
- data/lib/decidim/query.rb +84 -0
- data/lib/decidim/record_encryptor.rb +29 -8
- data/lib/decidim/reminder_manifest.rb +75 -0
- data/lib/decidim/reminder_registry.rb +67 -0
- data/lib/decidim/resource_manifest.rb +1 -1
- data/lib/decidim/resourceable.rb +15 -5
- data/lib/decidim/scopable.rb +15 -0
- data/lib/decidim/settings_manifest.rb +4 -4
- data/lib/decidim/spring.rb +16 -0
- data/lib/decidim/translatable_attributes.rb +13 -16
- data/lib/decidim/url_option_resolver.rb +50 -0
- data/lib/decidim/view_hooks.rb +1 -1
- data/lib/decidim/view_model.rb +5 -1
- data/lib/decidim/webpacker/thread_safe_compiler.rb +30 -0
- data/lib/decidim/webpacker/webpack/custom.js +15 -3
- data/lib/decidim/webpacker/webpacker.yml +1 -1
- data/lib/decidim/webpacker.rb +2 -0
- data/lib/devise/models/decidim_validatable.rb +1 -1
- data/lib/tasks/decidim_active_storage_migration_tasks.rake +1 -3
- data/lib/tasks/{decidim_data_portability_tasks.rake → decidim_download_your_data_tasks.rake} +9 -9
- data/lib/tasks/decidim_mailers_tasks.rake +23 -0
- data/lib/tasks/decidim_metrics_tasks.rake +1 -1
- data/lib/tasks/decidim_pwa_tasks.rake +18 -0
- data/lib/tasks/decidim_reminders_tasks.rake +17 -0
- data/lib/tasks/decidim_tasks.rake +6 -1
- data/lib/tasks/decidim_webpacker_tasks.rake +1 -1
- data/lib/tasks/upgrade/decidim_fix_nickname_uniqueness.rake +51 -0
- metadata +186 -105
- data/app/controllers/decidim/cookie_policy_controller.rb +0 -24
- data/app/helpers/decidim/cookies_helper.rb +0 -11
- data/app/packs/src/decidim/editor/clipboard_override.js +0 -147
- data/app/packs/src/decidim/editor/clipboard_utilities.js +0 -119
- data/app/packs/src/decidim/vizzs/renders.js +0 -9
- data/app/packs/src/decidim/vizzs.js +0 -1
- data/app/packs/stylesheets/decidim/modules/_cookie-bar.scss +0 -26
- data/app/scrubbers/decidim/admin_input_scrubber.rb +0 -27
- data/app/services/decidim/home_activity_search.rb +0 -80
- data/app/services/decidim/participatory_space_search.rb +0 -54
- data/app/views/decidim/cookie_policy/accept.js.erb +0 -3
- data/app/views/decidim/export_mailer/data_portability_export.html.erb +0 -7
- data/app/views/decidim/links/_invalid_url_modal.html.erb +0 -17
- data/app/views/decidim/links/invalid_url.js.erb +0 -24
- data/config/environment.rb +0 -3
- data/config/locales/fa-IR.yml +0 -1
- data/config/locales/gn-PY.yml +0 -4
- data/config/locales/ka-GE.yml +0 -4
- data/config/locales/kaa.yml +0 -5
- data/config/locales/lo-LA.yml +0 -1
- data/config/locales/oc-FR.yml +0 -3
- data/config/locales/sq-AL.yml +0 -1
- data/config/locales/th-TH.yml +0 -1
- data/db/migrate/20231027142329_change_default_value_for_decidim_endorsements.rb +0 -11
- data/lib/decidim/core/test/shared_examples/editor_shared_examples.rb +0 -10
- data/lib/decidim/core/test/shared_examples/mcell_examples.rb +0 -17
- data/lib/decidim/core/test/shared_examples/resource_endorsed_event_examples.rb +0 -60
- data/lib/decidim/core/test/shared_examples/versions_controller_examples.rb +0 -40
- data/lib/decidim/data_portability_serializers.rb +0 -23
- data/lib/decidim/dependency_resolver.rb +0 -278
- data/lib/decidim/middleware/rails_cookies.rb +0 -23
- data/lib/tasks/upgrade/decidim_deduplicate_endorsements.rake +0 -53
- data/lib/tasks/upgrade/decidim_user_moderation.rake +0 -14
- /data/app/packs/src/decidim/vizzs/{metrics.js → index.js} +0 -0
- /data/app/views/decidim/application/{_document.html.erb → _document.erb} +0 -0
- /data/app/views/decidim/application/{_photos.html.erb → _photos.erb} +0 -0
- /data/app/views/decidim/{data_portability → download_your_data}/export.html.erb +0 -0
@@ -35,14 +35,12 @@ module Decidim
|
|
35
35
|
# the `type` is `:hash`, method `decrypt_hash_values` would be called
|
36
36
|
# for decryption and `encrypt_hash_values` would be called for
|
37
37
|
# encryption.
|
38
|
-
method_suffix =
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
end
|
45
|
-
end
|
38
|
+
method_suffix = case type
|
39
|
+
when :hash
|
40
|
+
"hash_values"
|
41
|
+
else
|
42
|
+
"value"
|
43
|
+
end
|
46
44
|
|
47
45
|
# Dynamically defines the getter and setter for the encrypted attribute.
|
48
46
|
# E.g. when called as `encrypt_attribute :name, type: :string`, this
|
@@ -56,6 +54,19 @@ module Decidim
|
|
56
54
|
# super(encrypt_value(value))
|
57
55
|
# end
|
58
56
|
class_eval <<-RUBY, __FILE__, __LINE__ + 1
|
57
|
+
|
58
|
+
# def full_name
|
59
|
+
# return @full_name_decrypted if instance_variable_defined?(:@full_name_decrypted)
|
60
|
+
#
|
61
|
+
# encrypted_value = begin
|
62
|
+
# if defined?(super)
|
63
|
+
# super
|
64
|
+
# elsif instance_variable_defined?(:@full_name)
|
65
|
+
# @full_name
|
66
|
+
# end
|
67
|
+
# end
|
68
|
+
# @full_name_decrypted = decrypt_value(encrypted_value)
|
69
|
+
# end
|
59
70
|
def #{attribute}
|
60
71
|
return @#{attribute}_decrypted if instance_variable_defined?(:@#{attribute}_decrypted)
|
61
72
|
|
@@ -69,6 +80,16 @@ module Decidim
|
|
69
80
|
@#{attribute}_decrypted = decrypt_#{method_suffix}(encrypted_value)
|
70
81
|
end
|
71
82
|
|
83
|
+
# def full_name=(value)
|
84
|
+
# remove_instance_variable(:@full_name_decrypted) if instance_variable_defined?(:@full_name_decrypted)
|
85
|
+
# encrypted_value = encrypt_value(value)
|
86
|
+
#
|
87
|
+
# if defined?(super)
|
88
|
+
# super(encrypted_value)
|
89
|
+
# else
|
90
|
+
# @full_name = encrypted_value
|
91
|
+
# end
|
92
|
+
# end
|
72
93
|
def #{attribute}=(value)
|
73
94
|
remove_instance_variable(:@#{attribute}_decrypted) if instance_variable_defined?(:@#{attribute}_decrypted)
|
74
95
|
encrypted_value = encrypt_#{method_suffix}(value)
|
@@ -0,0 +1,75 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Decidim
|
4
|
+
# This class acts as a manifest for reminders.
|
5
|
+
#
|
6
|
+
# This manifest is a simple object that holds and stores reminder
|
7
|
+
# and it's generator class.
|
8
|
+
class ReminderManifest
|
9
|
+
include ActiveModel::Model
|
10
|
+
include Decidim::AttributeObject::Model
|
11
|
+
|
12
|
+
attribute :generator_class_name, String
|
13
|
+
attribute :form_class_name, String
|
14
|
+
attribute :command_class_name, String
|
15
|
+
|
16
|
+
validates :generator_class, presence: true
|
17
|
+
|
18
|
+
attr_reader :name
|
19
|
+
|
20
|
+
def initialize(name:)
|
21
|
+
super()
|
22
|
+
@name = name
|
23
|
+
@messages = ReminderManifestMessages.new
|
24
|
+
end
|
25
|
+
|
26
|
+
def generator_class
|
27
|
+
generator_class_name.constantize
|
28
|
+
end
|
29
|
+
|
30
|
+
def form_class
|
31
|
+
form_class_name.constantize
|
32
|
+
end
|
33
|
+
|
34
|
+
def command_class
|
35
|
+
command_class_name.constantize
|
36
|
+
end
|
37
|
+
|
38
|
+
def has_settings?
|
39
|
+
settings.attributes.any?
|
40
|
+
end
|
41
|
+
|
42
|
+
def settings(&block)
|
43
|
+
@settings ||= SettingsManifest.new
|
44
|
+
yield(@settings) if block
|
45
|
+
@settings
|
46
|
+
end
|
47
|
+
|
48
|
+
# Fetch the messages object or yield it for the block when a block is
|
49
|
+
# given.
|
50
|
+
def messages
|
51
|
+
if block_given?
|
52
|
+
yield @messages
|
53
|
+
else
|
54
|
+
@messages
|
55
|
+
end
|
56
|
+
end
|
57
|
+
|
58
|
+
def message(key, context = nil, **extra, &block)
|
59
|
+
extra = context if extra.empty? && context.is_a?(Hash)
|
60
|
+
|
61
|
+
if block_given?
|
62
|
+
messages.set(key, &block)
|
63
|
+
else
|
64
|
+
messages.render(key, context, **extra)
|
65
|
+
end
|
66
|
+
end
|
67
|
+
|
68
|
+
# Returns a boolean indicating whether the message exists with the given key.
|
69
|
+
def has_message?(key)
|
70
|
+
messages.has?(key)
|
71
|
+
end
|
72
|
+
|
73
|
+
class ReminderManifestMessages < Decidim::ManifestMessages; end
|
74
|
+
end
|
75
|
+
end
|
@@ -0,0 +1,67 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Decidim
|
4
|
+
# This class acts as a registry for reminders. Each reminder needs a name,
|
5
|
+
# and a generator class, that will be used for generating the actual sendable reminders.
|
6
|
+
# Reminder times could be used to define intervals between reminders, so that user
|
7
|
+
# isn't reminded too often. In addition, you can register form and command classes
|
8
|
+
# for additional features, such as order reminders can be sent manually from the admin panel.
|
9
|
+
# Notice that if you implement admin panel functionality, you should add 118n messages too.
|
10
|
+
#
|
11
|
+
# In order to register a reminder, you can follow this example:
|
12
|
+
#
|
13
|
+
# Decidim.reminders_registry.register(:orders) do |reminder_registry|
|
14
|
+
# reminder_registry.generator_class_name = "Decidim::Budgets::OrderReminderGenerator"
|
15
|
+
# reminder_registry.form_class_name = "Decidim::Budgets::Admin::OrderReminderForm"
|
16
|
+
# reminder_registry.command_class_name = "Decidim::Budgets::Admin::CreateOrderReminders"
|
17
|
+
#
|
18
|
+
# reminder_registry.settings do |settings|
|
19
|
+
# settings.attribute :reminder_times, type: :array, default: [2.hours, 1.week, 2.weeks]
|
20
|
+
# end
|
21
|
+
#
|
22
|
+
# reminder_registry.messages do |msg|
|
23
|
+
# msg.set(:title) { |count: 0| I18n.t("decidim.budgets.admin.reminders.orders.title", count: count) }
|
24
|
+
# msg.set(:description) { I18n.t("decidim.budgets.admin.reminders.orders.description") }
|
25
|
+
# end
|
26
|
+
# end
|
27
|
+
#
|
28
|
+
# Reminders need to be registered in the `engine.rb` file of each module.
|
29
|
+
class ReminderRegistry
|
30
|
+
def register(reminder_name)
|
31
|
+
reminder_name = reminder_name.to_s
|
32
|
+
if reminder_exists?(reminder_name)
|
33
|
+
raise(
|
34
|
+
ReminderAlreadyRegistered,
|
35
|
+
"There's a reminder already registered with the name `:#{reminder_name}`, must be unique"
|
36
|
+
)
|
37
|
+
end
|
38
|
+
|
39
|
+
reminder_manifest = ::Decidim::ReminderManifest.new(name: reminder_name)
|
40
|
+
yield(reminder_manifest)
|
41
|
+
reminder_manifest.validate!
|
42
|
+
|
43
|
+
reminder_manifests << reminder_manifest
|
44
|
+
end
|
45
|
+
|
46
|
+
def for(reminder_name, list = nil)
|
47
|
+
list ||= all
|
48
|
+
list.find { |manifest| manifest.name == reminder_name.to_s }
|
49
|
+
end
|
50
|
+
|
51
|
+
def all
|
52
|
+
reminder_manifests
|
53
|
+
end
|
54
|
+
|
55
|
+
class ReminderAlreadyRegistered < StandardError; end
|
56
|
+
|
57
|
+
private
|
58
|
+
|
59
|
+
def reminder_exists?(reminder_name)
|
60
|
+
self.for(reminder_name).present?
|
61
|
+
end
|
62
|
+
|
63
|
+
def reminder_manifests
|
64
|
+
@reminder_manifests ||= []
|
65
|
+
end
|
66
|
+
end
|
67
|
+
end
|
data/lib/decidim/resourceable.rb
CHANGED
@@ -18,6 +18,17 @@ module Decidim
|
|
18
18
|
# An association with the permissions settings for the resource
|
19
19
|
has_one :resource_permission, as: :resource, class_name: "Decidim::ResourcePermission"
|
20
20
|
|
21
|
+
scope :related_to, lambda { |related_to_key|
|
22
|
+
from = joins(:resource_links_from).where(
|
23
|
+
decidim_resource_links: { to_type: related_to_key.camelcase }
|
24
|
+
)
|
25
|
+
to = joins(:resource_links_to).where(
|
26
|
+
decidim_resource_links: { from_type: related_to_key.camelcase }
|
27
|
+
)
|
28
|
+
|
29
|
+
where(id: from).or(where(id: to))
|
30
|
+
}
|
31
|
+
|
21
32
|
# Finds all the linked resources to or from this model for a given resource
|
22
33
|
# name and link name.
|
23
34
|
#
|
@@ -25,8 +36,8 @@ module Decidim
|
|
25
36
|
# link_name - The String name of the link between this model and the target resource.
|
26
37
|
#
|
27
38
|
# Returns an ActiveRecord::Relation.
|
28
|
-
def linked_resources(resource_name, link_name
|
29
|
-
scope = sibling_scope(resource_name
|
39
|
+
def linked_resources(resource_name, link_name)
|
40
|
+
scope = sibling_scope(resource_name)
|
30
41
|
|
31
42
|
from = scope
|
32
43
|
.joins(:resource_links_from)
|
@@ -45,15 +56,14 @@ module Decidim
|
|
45
56
|
# resource_name - The String name of the resource manifest exposed by a component.
|
46
57
|
#
|
47
58
|
# Returns an ActiveRecord::Relation.
|
48
|
-
def sibling_scope(resource_name
|
59
|
+
def sibling_scope(resource_name)
|
49
60
|
manifest = Decidim.find_resource_manifest(resource_name)
|
50
61
|
return self.class.none unless manifest
|
51
62
|
|
52
63
|
scope = manifest.resource_scope(component)
|
53
64
|
scope = scope.where("#{self.class.table_name}.id != ?", id) if manifest.model_class == self.class
|
54
65
|
scope = scope.not_hidden if manifest.model_class.respond_to?(:not_hidden)
|
55
|
-
scope
|
56
|
-
scope
|
66
|
+
scope.includes(:component).where.not(decidim_components: { published_at: nil })
|
57
67
|
end
|
58
68
|
|
59
69
|
# Links the given resources to this model, replaces any previous links with the same name.
|
data/lib/decidim/scopable.rb
CHANGED
@@ -26,6 +26,21 @@ module Decidim
|
|
26
26
|
delegate :scopes, to: :organization
|
27
27
|
|
28
28
|
validate :scope_belongs_to_organization
|
29
|
+
|
30
|
+
scope :with_scope, ->(scope_id) { includes(:scope).references(:decidim_scopes).where("? = ANY(decidim_scopes.part_of)", scope_id) }
|
31
|
+
|
32
|
+
scope :with_any_scope, lambda { |*original_scope_ids|
|
33
|
+
scope_ids = original_scope_ids.flatten
|
34
|
+
return self if scope_ids.include?("all")
|
35
|
+
|
36
|
+
clean_scope_ids = scope_ids
|
37
|
+
|
38
|
+
conditions = []
|
39
|
+
conditions << "#{table_name}.decidim_scope_id IS NULL" if clean_scope_ids.delete("global")
|
40
|
+
conditions.concat(["? = ANY(decidim_scopes.part_of)"] * clean_scope_ids.count) if clean_scope_ids.any?
|
41
|
+
|
42
|
+
includes(:scope).references(:decidim_scopes).where(Arel.sql(conditions.join(" OR ")).to_s, *clean_scope_ids.map(&:to_i))
|
43
|
+
}
|
29
44
|
end
|
30
45
|
|
31
46
|
# Whether the resource has scopes enabled or not.
|
@@ -38,14 +38,14 @@ module Decidim
|
|
38
38
|
manifest = self
|
39
39
|
|
40
40
|
@schema = Class.new do
|
41
|
-
include
|
41
|
+
include Decidim::AttributeObject::Model
|
42
42
|
include ActiveModel::Validations
|
43
43
|
include TranslatableAttributes
|
44
44
|
|
45
45
|
cattr_accessor :manifest
|
46
46
|
attr_reader :default_locale
|
47
47
|
|
48
|
-
# Overwrites
|
48
|
+
# Overwrites Decidim::AttributeObject::Model#initialize to allow
|
49
49
|
# passing a default_locale needed to validate translatable attributes.
|
50
50
|
# See TranslatablePresenceValidator#default_locale_for(record).
|
51
51
|
def initialize(attributes = nil, default_locale = nil)
|
@@ -85,7 +85,7 @@ module Decidim
|
|
85
85
|
# to encapsulate behavior related to each individual settings field. Shouldn't
|
86
86
|
# be used from the outside.
|
87
87
|
class Attribute
|
88
|
-
include
|
88
|
+
include Decidim::AttributeObject::Model
|
89
89
|
include ActiveModel::Validations
|
90
90
|
|
91
91
|
TYPES = {
|
@@ -97,7 +97,7 @@ module Decidim
|
|
97
97
|
enum: { klass: String, default: nil },
|
98
98
|
select: { klass: String, default: nil },
|
99
99
|
scope: { klass: Integer, default: nil },
|
100
|
-
time: { klass:
|
100
|
+
time: { klass: DateTime, default: nil }
|
101
101
|
}.freeze
|
102
102
|
|
103
103
|
attribute :type, Symbol, default: :boolean
|
@@ -0,0 +1,16 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Decidim
|
4
|
+
# A special Spring watcher for Decidim to ignore specific paths from the
|
5
|
+
# watching causing excessive use of inodes, issues with CPU usage and with
|
6
|
+
# startup/stop. This should be loaded at the application's config/spring.rb
|
7
|
+
# file.
|
8
|
+
module SpringWatcher
|
9
|
+
def start
|
10
|
+
super
|
11
|
+
listener.ignore(/^(node_modules|storage|tmp)/)
|
12
|
+
end
|
13
|
+
end
|
14
|
+
end
|
15
|
+
|
16
|
+
Spring::Watcher::Listen.prepend Decidim::SpringWatcher
|
@@ -4,13 +4,13 @@ require "active_support/concern"
|
|
4
4
|
|
5
5
|
module Decidim
|
6
6
|
# A set of convenience methods to deal with I18n attributes and validations
|
7
|
-
# in a way that's compatible with
|
8
|
-
# to integrate into Rails' forms and similar workflows.
|
7
|
+
# in a way that's compatible with AttributeObject and ActiveModel, thus making
|
8
|
+
# it easy to integrate into Rails' forms and similar workflows.
|
9
9
|
module TranslatableAttributes
|
10
10
|
extend ActiveSupport::Concern
|
11
11
|
|
12
12
|
class_methods do
|
13
|
-
# Public: Mirrors
|
13
|
+
# Public: Mirrors the `attribute` interface to define attributes in
|
14
14
|
# multiple locales.
|
15
15
|
#
|
16
16
|
# name - The attribute's name
|
@@ -34,29 +34,26 @@ module Decidim
|
|
34
34
|
# end
|
35
35
|
#
|
36
36
|
# Returns nothing.
|
37
|
-
def translatable_attribute(name, type,
|
38
|
-
attribute
|
37
|
+
def translatable_attribute(name, type, **options)
|
38
|
+
attribute(name, { String => Object }, default: {})
|
39
39
|
|
40
40
|
locales.each do |locale|
|
41
41
|
attribute_name = "#{name}_#{locale}".gsub("-", "__")
|
42
|
-
attribute attribute_name, type,
|
42
|
+
attribute attribute_name, type, **options
|
43
43
|
|
44
44
|
define_method attribute_name do
|
45
45
|
field = public_send(name) || {}
|
46
|
-
value =
|
47
|
-
|
48
|
-
|
49
|
-
else
|
50
|
-
# The value may not be a hash in case the attribute type was
|
51
|
-
# changed and the old value is still stored against the record.
|
52
|
-
field
|
53
|
-
end
|
54
|
-
attribute_set[attribute_name].coerce(value)
|
46
|
+
value = field[locale.to_s] || field[locale.to_sym]
|
47
|
+
value_type = self.class.attribute_types[attribute_name.to_s]
|
48
|
+
value_type ? value_type.cast(value) : value
|
55
49
|
end
|
56
50
|
|
57
51
|
define_method "#{attribute_name}=" do |value|
|
58
52
|
field = public_send(name) || {}
|
59
|
-
|
53
|
+
final = super(value)
|
54
|
+
return unless final # Do not set the `nil` values for the parent hash
|
55
|
+
|
56
|
+
public_send("#{name}=", field.merge(locale => final))
|
60
57
|
end
|
61
58
|
|
62
59
|
yield(attribute_name, locale) if block_given?
|
@@ -0,0 +1,50 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Decidim
|
4
|
+
# A class for resolving the default URL options.
|
5
|
+
class UrlOptionResolver
|
6
|
+
def options
|
7
|
+
{}.tap do |opts|
|
8
|
+
opts[:host] = host if host
|
9
|
+
opts[:port] = port unless default_port?
|
10
|
+
opts[:protocol] = protocol if protocol == "https"
|
11
|
+
end
|
12
|
+
end
|
13
|
+
|
14
|
+
def protocol
|
15
|
+
return "https" if Rails.application.config.force_ssl || port == 443
|
16
|
+
|
17
|
+
"http"
|
18
|
+
end
|
19
|
+
|
20
|
+
def host
|
21
|
+
@host ||= begin
|
22
|
+
default_host = nil
|
23
|
+
default_host = "localhost" if Rails.env.development? || Rails.env.test?
|
24
|
+
|
25
|
+
ENV.fetch("HOSTNAME", default_host)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
|
29
|
+
def port
|
30
|
+
@port ||= begin
|
31
|
+
default_port =
|
32
|
+
if Rails.env.development?
|
33
|
+
3000
|
34
|
+
elsif Rails.env.test?
|
35
|
+
Capybara.server_port
|
36
|
+
elsif Rails.application.config.force_ssl
|
37
|
+
443
|
38
|
+
else
|
39
|
+
80
|
40
|
+
end
|
41
|
+
|
42
|
+
ENV.fetch("PORT", default_port).to_i
|
43
|
+
end
|
44
|
+
end
|
45
|
+
|
46
|
+
def default_port?
|
47
|
+
[443, 80].include?(port)
|
48
|
+
end
|
49
|
+
end
|
50
|
+
end
|
data/lib/decidim/view_hooks.rb
CHANGED
data/lib/decidim/view_model.rb
CHANGED
@@ -19,7 +19,7 @@ module Decidim
|
|
19
19
|
|
20
20
|
delegate :current_organization, to: :controller
|
21
21
|
|
22
|
-
cache :show, if: :perform_caching
|
22
|
+
cache :show, if: :perform_caching?, expires_in: :cache_expiry_time do
|
23
23
|
cache_hash
|
24
24
|
end
|
25
25
|
|
@@ -60,6 +60,10 @@ module Decidim
|
|
60
60
|
nil
|
61
61
|
end
|
62
62
|
|
63
|
+
def cache_expiry_time
|
64
|
+
nil
|
65
|
+
end
|
66
|
+
|
63
67
|
def decidim
|
64
68
|
Decidim::Core::Engine.routes.url_helpers
|
65
69
|
end
|
@@ -0,0 +1,30 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# This fixes a thread safety issue with the Webpacker compiler explained here:
|
4
|
+
# https://github.com/rails/webpacker/issues/2801
|
5
|
+
#
|
6
|
+
# The fix is partly from the issue and partly from this commit at Shakapacker:
|
7
|
+
# https://github.com/shakacode/shakapacker/commit/f2dc437ecd9914f394780d4c3150fc4a70d40f9d
|
8
|
+
|
9
|
+
require "webpacker/compiler"
|
10
|
+
|
11
|
+
module Decidim
|
12
|
+
module Webpacker
|
13
|
+
module ThreadSafeCompiler
|
14
|
+
private
|
15
|
+
|
16
|
+
def watched_files_digest
|
17
|
+
warn "Webpacker::Compiler.watched_paths has been deprecated. Set additional_paths in webpacker.yml instead." unless watched_paths.empty?
|
18
|
+
root_path = Pathname.new(File.expand_path(config.root_path))
|
19
|
+
expanded_paths = [*default_watched_paths, *watched_paths].map do |path|
|
20
|
+
root_path.join(path)
|
21
|
+
end
|
22
|
+
files = Dir[*expanded_paths].reject { |f| File.directory?(f) }
|
23
|
+
file_ids = files.sort.map { |f| "#{File.basename(f)}/#{Digest::SHA1.file(f).hexdigest}" }
|
24
|
+
Digest::SHA1.hexdigest(file_ids.join("/"))
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
29
|
+
|
30
|
+
Webpacker::Compiler.prepend(Decidim::Webpacker::ThreadSafeCompiler)
|
@@ -1,7 +1,6 @@
|
|
1
1
|
/* eslint-disable */
|
2
|
-
|
3
|
-
const path = require("path");
|
4
2
|
const { config } = require("@rails/webpacker");
|
3
|
+
const { InjectManifest } = require("workbox-webpack-plugin");
|
5
4
|
|
6
5
|
module.exports = {
|
7
6
|
module: {
|
@@ -93,5 +92,18 @@ module.exports = {
|
|
93
92
|
optimization: {
|
94
93
|
runtimeChunk: false
|
95
94
|
},
|
96
|
-
entry: config.entrypoints
|
95
|
+
entry: config.entrypoints,
|
96
|
+
plugins: [
|
97
|
+
new InjectManifest({
|
98
|
+
swSrc: "src/decidim/sw/sw.js",
|
99
|
+
|
100
|
+
/**
|
101
|
+
* NOTE:
|
102
|
+
* @rails/webpacker outputs to '/packs',
|
103
|
+
* in order to make the SW run properly
|
104
|
+
* they must be put at the project's root folder '/'
|
105
|
+
*/
|
106
|
+
swDest: "../sw.js"
|
107
|
+
})
|
108
|
+
]
|
97
109
|
}
|
data/lib/decidim/webpacker.rb
CHANGED
@@ -21,9 +21,7 @@ namespace :decidim do
|
|
21
21
|
path = Rails.root.join("tmp/attachment_mappings.csv")
|
22
22
|
dirname = File.dirname(path)
|
23
23
|
FileUtils.mkdir_p(dirname) unless File.directory?(dirname)
|
24
|
-
File.
|
25
|
-
file.write(Decidim::Exporters::CSV.new(routes_mappings).export.read)
|
26
|
-
end
|
24
|
+
File.binwrite(path, Decidim::Exporters::CSV.new(routes_mappings).export.read)
|
27
25
|
end
|
28
26
|
|
29
27
|
desc "Checks attachments migrated from Carrierwave to ActiveStorage"
|
data/lib/tasks/{decidim_data_portability_tasks.rake → decidim_download_your_data_tasks.rake}
RENAMED
@@ -55,7 +55,7 @@ namespace :decidim do
|
|
55
55
|
end
|
56
56
|
end
|
57
57
|
|
58
|
-
desc "Check and notify users to update
|
58
|
+
desc "Check and notify users to update their newsletter notifications settings"
|
59
59
|
task check_users_newsletter_opt_in: :environment do
|
60
60
|
print %(
|
61
61
|
> This will send an email to all the users that have marked the newsletter by default. This should only be run if you were using Decidim before v0.11
|
@@ -70,22 +70,22 @@ namespace :decidim do
|
|
70
70
|
end
|
71
71
|
end
|
72
72
|
|
73
|
-
desc "Deletes all data
|
74
|
-
task
|
75
|
-
puts "DELETE DATA
|
73
|
+
desc "Deletes all download your data files previous to `Decidim.download_your_data_expiry_time` from now."
|
74
|
+
task delete_download_your_data_files: :environment do
|
75
|
+
puts "DELETE DOWNLOAD YOUR DATA FILES: -------------- START"
|
76
76
|
attachments = ActiveStorage::Attachment.joins(:blob).where(
|
77
|
-
name: "
|
77
|
+
name: "download_your_data_file",
|
78
78
|
record_type: "Decidim::UserBaseEntity"
|
79
79
|
).where(
|
80
|
-
"active_storage_blobs.created_at < ?", Decidim.
|
80
|
+
"active_storage_blobs.created_at < ?", Decidim.download_your_data_expiry_time.ago
|
81
81
|
)
|
82
82
|
attachments.each do |attachment|
|
83
|
-
|
83
|
+
delete_download_your_data_file attachment
|
84
84
|
end
|
85
|
-
puts "DELETE DATA
|
85
|
+
puts "DELETE DOWNLOAD YOUR DATA FILES: --------------- END"
|
86
86
|
end
|
87
87
|
|
88
|
-
def
|
88
|
+
def delete_download_your_data_file(attachment)
|
89
89
|
puts "------"
|
90
90
|
puts "!! deleting: #{attachment.filename}"
|
91
91
|
attachment.purge
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
namespace :decidim do
|
4
|
+
namespace :mailers do
|
5
|
+
desc "Task to send the notification digest email with the daily report"
|
6
|
+
task notifications_digest_daily: :environment do
|
7
|
+
notifications_digest(:daily)
|
8
|
+
end
|
9
|
+
|
10
|
+
desc "Task to send the notification digest email with the weekly report"
|
11
|
+
task notifications_digest_weekly: :environment do
|
12
|
+
notifications_digest(:weekly)
|
13
|
+
end
|
14
|
+
end
|
15
|
+
|
16
|
+
def notifications_digest(frequency)
|
17
|
+
target_users = Decidim::User.where(notifications_sending_frequency: frequency)
|
18
|
+
time = Time.now.utc
|
19
|
+
target_users.find_each do |user|
|
20
|
+
Decidim::EmailNotificationsDigestGeneratorJob.perform_later(user.id, frequency, time: time)
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
@@ -4,7 +4,7 @@ namespace :decidim do
|
|
4
4
|
namespace :metrics do
|
5
5
|
# All ------
|
6
6
|
#
|
7
|
-
# Get all metrics entities and execute
|
7
|
+
# Get all metrics entities and execute its own rake task.
|
8
8
|
# It admits a date-string parameter, in a 'YYYY-MM-DD' format from
|
9
9
|
# today to all past dates
|
10
10
|
desc "Execute all metrics calculation methods"
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require "webpush"
|
4
|
+
|
5
|
+
namespace :decidim do
|
6
|
+
namespace :pwa do
|
7
|
+
desc "Generates VAPID keys for push notifications"
|
8
|
+
task :generate_vapid_keys do
|
9
|
+
vapid_key = Webpush.generate_key
|
10
|
+
|
11
|
+
puts("VAPID keys correctly generated.")
|
12
|
+
puts("*******************************")
|
13
|
+
puts("You have to set the following env vars:\n\n")
|
14
|
+
puts("VAPID_PUBLIC_KEY=#{vapid_key.public_key}")
|
15
|
+
puts("VAPID_PRIVATE_KEY=#{vapid_key.private_key}")
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|