Skip to content

Create new stable for V12

Joël Cuissinat requested to merge testing into master

1.10.0-testing.1 (2024-01-15)

Features

  • answer: show name and email fields as required when answering (d53731c)
  • events: add eventtype to schema (a9d8254)
  • faker: change outdated faker librairie to new faker lib (4077774)
  • lib: update outdated librairies to wanted version (6480e22)
  • meeting: adapt ui in edit mode (a8c5820)
  • meeting: authorize owner to add slots (da4ddda)
  • meetings: adapt poll edition to new meetingSlot structure (0d62895)
  • meetings: add contact information in event title/description (2ee9846)
  • meetings: allow user to choose several meeting slots (2437764)
  • meetings: display meeting slots per year in list mode (95c31ef)
  • meetings: remove agenda events and email creator when cancelling (028246c)
  • meteor: update meteor and packages to 2.13.3 (31735f6)
  • npm: update outdated libs to wanted version (010f42d)
  • poll: redirect public user when he respond to a poll (e0ecc39)
  • polls: add checkbox for hide participants (ce900db)
  • sass: change deprecated node sass lib to sass lib (0572fe1)
  • toast: update toast librairie (009e82d)

Bug Fixes

  • answers: fix answer count in table (dcf7064)
  • answer: update translation for required fields (ed473f9)
  • dockerfile: update process to generate docker image (a6401ab)
  • emails: error sending email does not prevent answer validation (bcf60bf)
  • meeting: remove not-allowed cursor for confirmed slots (5508341)
  • meetings: fix fetching meetingSlots for old format pollAnswers (5a95244)
  • meeting: show spinner on buttons during long operations (7a52b49)
  • meetings: take old format into account in MeetingAnswersList.svelte (2cd3264)
  • poll: fix app crash when create poll (71d77c2)
  • polls: fix publication and add test (a27266e)
  • polls: poll owner can always see participants list (abfd1f0)
  • style: add missing css class for slot unavailable (5e3616f)

Merge request reports