Skip to content

Commit

Permalink
Update integration to 1.31.5-1
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-illi committed Nov 15, 2023
1 parent e002713 commit 117c601
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hitobito
Submodule hitobito updated 50 files
+3 −1 Dockerfile
+1 −1 VERSION
+5 −3 app/controllers/concerns/two_factor.rb
+2 −2 app/controllers/crud_controller.rb
+8 −0 app/controllers/devise/hitobito/sessions_controller.rb
+24 −15 app/controllers/groups/self_inscription_controller.rb
+1 −0 app/controllers/invoice_lists_controller.rb
+6 −0 app/controllers/people_controller.rb
+12 −0 app/controllers/roles_controller.rb
+9 −0 app/decorators/group_decorator.rb
+1 −1 app/domain/feature_gate.rb
+2 −0 app/domain/mailing_lists/bulk_mail/retriever.rb
+1 −1 app/helpers/dropdown/invoice_new.rb
+10 −4 app/helpers/i18n_helper.rb
+7 −4 app/models/concerns/i18n_enums.rb
+21 −16 app/models/concerns/people/self_registration_reasons.rb
+3 −1 app/models/invoice_item.rb
+4 −0 app/models/invoice_list.rb
+11 −0 app/models/person.rb
+13 −0 app/models/person/devise_overrides.rb
+3 −3 app/views/devise/sessions/_form.html.haml
+3 −1 app/views/groups/self_inscription/_form.html.haml
+1 −1 app/views/invoice_lists/_invoice_items.html.haml
+1 −7 app/views/people/_roles_aside.html.haml
+1 −2 app/views/people/primary_group.js.haml
+1 −1 app/views/public_events/show.html.haml
+1 −1 bin/active_wagon.rb
+3 −3 config/initializers/devise.rb
+31 −0 config/locales/models.fr.yml
+31 −0 config/locales/models.it.yml
+1 −0 config/locales/views.de.yml
+18 −0 config/locales/views.fr.yml
+26 −0 config/locales/views.it.yml
+8 −0 doc/development/09_frontend.md
+21 −0 doc/modules/04_auth.md
+2 −1 lib/tasks/delayed_jobs.rake
+72 −5 spec/controllers/devise/hitobito/sessions_controller_spec.rb
+8 −8 spec/controllers/devise/tokens_controller_spec.rb
+10 −2 spec/controllers/invoice_lists_controller_spec.rb
+22 −1 spec/controllers/roles_controller_spec.rb
+12 −1 spec/decorators/group_decorator_spec.rb
+28 −4 spec/domain/mailing_lists/bulk_mail/retriever_spec.rb
+1 −1 spec/features/email_verification_spec.rb
+0 −1 spec/features/group/invoices_controller_spec.rb
+51 −0 spec/features/login_spec.rb
+1 −1 spec/features/quicksearch_spec.rb
+44 −0 spec/models/concerns/i18n_enums_spec.rb
+44 −0 spec/models/invoice_item_spec.rb
+9 −0 spec/spec_helper.rb
+17 −0 spec/support/i18n_helpers.rb

0 comments on commit 117c601

Please sign in to comment.