Skip to content

Releases: SergeyMosin/Appointments

v2.3.4

28 Nov 17:16
Compare
Choose a tag to compare

Fixed

  • time range is ignored in 'fastQuery' - #565

Added

  • python script to generate .ics files for testing

v2.3.3

26 Nov 18:00
Compare
Choose a tag to compare

Added

  • add 'Get by Event UID' debugging option

v2.3.2

24 Nov 23:45
Compare
Choose a tag to compare

Fixed

  • Internal Server Error: skip non VEVENT objects in fastQuery - #564

v2.3.1

23 Nov 16:27
Compare
Choose a tag to compare

Fixed

  • Internal Server Error: fastQuery returns Postgresql blob as resource instead of string - #563

v2.3.0

23 Nov 01:28
Compare
Choose a tag to compare

Changed

  • performance improvement: use direct query(BCSabreImpl->fastQuery) instead of calendarQuery >>> getMultipleCalendarObjects

Fixed

  • fix undefined array key "zones_file" error when page is disabled
  • grid: fix editing one appointment causes changes in another - #559

v2.2.0a (fix: wrong version number bundled)

16 Nov 22:30
Compare
Choose a tag to compare
  • fix: wrong version number bundled

v2.2.0

16 Nov 22:16
Compare
Choose a tag to compare

Added

  • More 'lead time' options - #557
  • New security options: email block list and hCaptcha - #558 and #261
  • New option for adding text to the 'Form Submitted Page'
  • New Timezone picker(select dropdown) on the form - #370, #460, #511

Changed

  • Removed legacy v1 pref DB table
  • Updated NC vue dependencies
  • Updated zones.js file
  • Removed "Show Timezone" option because Timezone Picker is always shown now
  • Moved 'Private Page' setting into Security section

Fixed

  • Do not use screaming message - #552
  • Send confirmation email in user locale - #158
  • Fixed 'select' component styles
  • Simple mode: date/time picker style
  • Simple mode: getTimezone request

v2.1.12

08 Oct 03:15
Compare
Choose a tag to compare

Changed

  • Remove placeholder location when location is unset - #528

From v2.1.11 (unreleased)

Added

  • Add 'PAGE IS NOT ENABLED' indicator
  • Add 'Icon' (%I) and 'Event Preset Title' (%E) options to 'Title Template' - #539 and #548

Changed

  • Update Nextcloud dependencies
  • Bump max version NC to 30 + fix NC 30 talk integration - #543

Fixed

  • Increase per request events limit in 'External Mode' - #472

v2.1.10

21 Aug 21:41
Compare
Choose a tag to compare

Fixed

  • Crash on NC v28.0.9 and v29.0.5, rel: EMailTemplate::__construct(): Argument #4 ($logoWidth) must be of type ?int - #538

v2.1.9

12 Aug 03:38
Compare
Choose a tag to compare

Fixed

  • Background image stuck: remove legacy(pre NC v28) theming code

Added

Changed

  • Min Nextcloud version is 28 now