Commit 84d2689
committed
Update integration to 2.6.27-28
1 parent 935a0ef commit 84d2689
2 files changed
Lines changed: 2 additions & 2 deletions
- CHANGELOG.md+3-1
- Gemfile+2-2
- Gemfile.lock+90-101
- Rakefile+8-8
- VERSION+1-1
- app/abilities/mailing_list_ability.rb+1-1
- app/controllers/concerns/dry_crud/render_callbacks.rb+1-1
- app/controllers/mailing_lists_controller.rb+1-1
- app/controllers/oauth/profiles_controller.rb+1-1
- app/controllers/person/subscriptions_controller.rb+17-11
- app/domain/export/pdf/participation/section.rb+1-1
- app/domain/payments/collection.rb+1-3
- app/domain/person/subscriptions.rb+40-39
- app/domain/search_column_builder.rb+7-1
- app/helpers/mailing_lists_helper.rb+3-2
- app/javascript/javascripts/modules/element_toggler.js.coffee+2
- app/javascript/stylesheets/hitobito/_table.scss+4-5
- app/models/bounce.rb+1-3
- app/models/concerns/two_factor_authenticatable.rb+1-1
- app/models/event/attachment.rb+1-1
- app/models/hitobito_log_entry.rb+1-2
- app/models/mail_log.rb+1-1
- app/models/mailing_list.rb+8-5
- app/models/payment_provider_config.rb+5-3
- app/views/mailing_lists/_actions_show.html.haml+1-2
- app/views/mailing_lists/_form.html.haml+2-2
- app/views/person/subscriptions/index.html.haml+3-3
- config/application.rb+1-1
- config/environments/development.rb+26-13
- config/environments/production.rb+58-56
- config/environments/test.rb+10
- config/initializers/content_security_policy.rb+3-3
- config/initializers/filter_parameter_logging.rb+4-2
- config/initializers/permissions_policy.rb+2
- config/settings/development.yml+3
- db/migrate/20251017132141_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb+8
- db/schema.rb+3-3
- public/robots.txt+1-5
- spec/controllers/person/subscriptions_controller_spec.rb+168-13
- spec/domain/mailing_lists/subscribers_spec.rb+9-13
- spec/domain/person/subscriptions_spec.rb+48-88
- spec/features/mailing_lists_spec.rb+7-4
- spec/fixtures/mailing_lists.yml-3
- spec/models/bounce_spec.rb+1-1
- spec/models/mailing_list_spec.rb+4-3
- spec/models/payment_provider_config_spec.rb+8-3
- spec/regressions/mailing_lists_controller_spec.rb+1-1
- spec/regressions/person/log_controller_spec.rb+2-3
- spec/requests/generic_oauth_index_spec.rb+2-3
- spec/requests/generic_oauth_show_spec.rb+4-5
- spec/spec_helper.rb+7-2
- spec/support/mailer_macros.rb+6
- spec/views/mailing_lists/_form.html.haml_spec.rb+4-4
- spec/views/person/subscriptions/index.html.haml_spec.rb+2-2
Submodule hitobito_sac_cas updated 9 files
- app/abilities/sac_cas/ability.rb+1-3
- app/abilities/sac_cas/mailing_list_ability.rb+10-6
- app/controllers/sac_cas/person/subscriptions_controller.rb+4-7
- app/domain/events/annual_courses_duplicator.rb+1-1
- app/models/course_compensation_rate.rb+1-3
- lib/hitobito_sac_cas/wagon.rb+1-1
- spec/controllers/person/subscriptions_controller_spec.rb+25-10
- spec/features/memberships/switch_stammsektion_spec.rb+3-2
- spec/models/wizards/memberships/switch_stammsektion_spec.rb+2-2
0 commit comments