Releases: seatsurfing/backend
Releases · seatsurfing/backend
1.17.0
What's Changed
- Feature: Hovering over desks shows a tooltip to see who is sitting there by @Niekvdplas
- Feature: See each buddy's next booking by @Niekvdplas
- Feature: Add buddy by email by @Niekvdplas
- Updated dependencies by @virtualzone
Full Changelog: 1.16.0...1.17.0
1.16.0
What's Changed
- Feature: Add your buddies and highlight their seats by @dorumd
- Feature: Added Dutch language to the translations by @WillemSpork
- Feature: Add support for desk coloring preferences by @Niekvdplas
- Feature: Added support for ghcr.io by @virtualzone
- Update Go to 1.21 by @virtualzone
- Update security policy by @virtualzone
New Contributors
- @dorumd made their first contribution in #212
- @WillemSpork made their first contribution in #219
- @Niekvdplas made their first contribution in #220
Full Changelog: 1.15.0...1.16.0
1.15.0
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
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
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
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
What's Changed
- Fix: Access /ui and /admin without trailing slash (issue #151)
Full Changelog: 1.13.7...1.13.8
1.13.7
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