Skip to content

Releases: seatsurfing/backend

1.17.0

23 Mar 12:38
6cafb4e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.16.0...1.17.0

1.16.0

27 Jan 19:12
eca86ff
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.15.0...1.16.0

1.15.0

27 Dec 18:51
b3f93cc
Compare
Choose a tag to compare

What's Changed

  • Feature: Add user concurrency limit setting by @tpretz
  • Fix: Switch to summer / winter time not handled correctly (issue #193)
  • Fix: Incorrect date / time format (issue #173)
  • Removed obsolete code
  • Updated dependencies

New Contributors

Full Changelog: 1.14.4...1.15.0

1.14.4

29 Oct 13:07
100e85f
Compare
Choose a tag to compare

What's Changed

  • Feature: Added ability to set LISTEN_ADDR environment variable for the booking and admin UI Docker containers to operate in IPv6 only environments with multiple network interfaces (please refer to the Readme for further information)
  • Fix: Incorrect summer / winter time handling in presence report (issue #183)
  • Updated dependencies
  • Upgrade NextJS to v14

Full Changelog: 1.14.1...1.14.4

1.14.1

28 Jul 18:49
c91cff2
Compare
Choose a tag to compare

What's Changed

  • Fix for incorrect server-side redirects to localhost in Admin and Booking UI (issue #166)

Full Changelog: 1.14.0...1.14.1

Configuration required

This version adds the FRONTEND_URL environment variable known from the backend container to the Admin UI and Backend UI containers. If set, server-side redirects will refer to this URL. This fixes incorrect redirects to localhost as described in bug #166.

  - image: docker.io/seatsurfing/admin-ui
    name: adminui
    env:
    - name: FRONTEND_URL
      value: "https://seatsurfing.your-domain.com"
  - image: docker.io/seatsurfing/booking-ui
    name: bookingui
    env:
    - name: FRONTEND_URL
      value: "https://seatsurfing.your-domain.com"

1.14.0

21 Jul 18:34
b547630
Compare
Choose a tag to compare

What's Changed

  • Feature: Italian translation by @Gabrielev
  • Feature: Ability to change own password (issue #160)
  • Fix: Changing a super admin's properties in Admin UI resets super admin's role (issue #156)
  • Fix: Prevent logging in to Admin UI as a regular user (issue #159)
  • Updated dependencies

Full Changelog: 1.13.8...1.14.0

1.13.8

30 Jun 19:01
29b5398
Compare
Choose a tag to compare

What's Changed

  • Fix: Access /ui and /admin without trailing slash (issue #151)

Full Changelog: 1.13.7...1.13.8

1.13.7

24 Jun 19:31
df1ff2d
Compare
Choose a tag to compare

What's Changed

  • Fix: Downgraded Next.js to 13.4.4 due to ECONNREFUSED errors with 13.4.7

Full Changelog: 1.13.6...1.13.7

1.13.6

24 Jun 14:56
e655897
Compare
Choose a tag to compare

What's Changed

  • Fix: Fixed date picker not shown correctly in daily booking mode (issue #143) by @fashberg
  • Fix: Fixed broken Admin UI translations (issue #145) by @fashberg
  • Dependency updates

Full Changelog: 1.13.5...1.13.6

1.13.5

26 May 08:28
b9429e8
Compare
Choose a tag to compare

What's Changed

  • Fix: Incorrect redirects in admin and booking UI

Full Changelog: 1.13.4...1.13.5