Commit 6cbd3d5
committed
Update integration to 2.8.18-2
1 parent f950cd1 commit 6cbd3d5
2 files changed
Lines changed: 2 additions & 2 deletions
- .github/workflows/notify-statuscope.yml+12-12
- CHANGELOG.md+3
- app/abilities/ability_dsl/constraints/event.rb+5
- app/abilities/ability_dsl/constraints/event/participation.rb+4
- app/abilities/event/participation_ability.rb+7-6
- app/controllers/event/application_market_controller.rb+9
- app/controllers/mails/imap_mails_controller.rb+4-6
- app/controllers/oauth/applications_controller.rb+1-1
- app/controllers/person/security_tools_controller.rb+5-4
- app/domain/app_status/mail.rb+1-1
- app/domain/person/event_queries.rb+5-4
- app/domain/table_displays/people/polymorphic_layer_group_label_column.rb+2-2
- app/helpers/dropdown/people_email_export.rb+23
- app/models/event/role.rb+2-1
- app/models/event/role/cook.rb+1-1
- app/models/event/role/helper.rb+1-1
- app/utils/imap/connector.rb+21-1
- app/utils/imap/mail.rb+5-1
- app/views/event/application_market/_prio_buttons.html.haml+2-1
- app/views/event/application_market/index.html.haml+5-1
- app/views/mails/imap_mails/index.html.haml+4
- app/views/oauth/applications/_attrs.html.haml+1-1
- app/views/oauth/applications/_form.html.haml+2
- app/views/person/security_tools/_groups_and_roles_that_see_me.html.haml+14-1
- config/locales/models.de.yml+1
- config/locales/models.en.yml+45-44
- config/locales/models.fr.yml+36-35
- config/locales/models.it.yml+21-20
- config/locales/views.de.yml+10-2
- config/locales/views.en.yml+49-41
- config/locales/views.fr.yml+53-45
- config/locales/views.it.yml+38-30
- db/migrate/20260314000000_add_description_to_oauth_applications.rb+12
- db/schema.rb+2-1
- spec/abilities/event_ability_spec.rb+146-1
- spec/controllers/healthz/mail_controller_spec.rb+2-2
- spec/controllers/mails/imap_mails_controller_spec.rb+14-9
- spec/controllers/oauth/applications_controller_spec.rb+38-1
- spec/controllers/person/security_tools_controller_spec.rb+17-2
- spec/decorators/person_decorator_spec.rb+4-1
- spec/domain/app_status/mail_spec.rb+3-3
- spec/features/event/participation_spec.rb+55
- spec/regressions/event/application_market_spec.rb+8-2
- spec/regressions/event/participations_controller_spec.rb+74
- spec/utils/imap/connector_spec.rb+65-24
0 commit comments