Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

0.9.0

Compare
Choose a tag to compare
@petterill petterill released this 13 Feb 09:35
· 247 commits to develop since this release

Added

  • Unit viewer user role. See documentation for details.
  • Admins can now bypass the min_period parameter to make shorter reservations than normal users. Admins could already make longer reservations.
  • Anonymizing user data can now be done in the Django admin interface. This is useful for when a user requests their data to be removed.

Changed

  • Improved and simplified the permission system, see #671 #655 #677 #643
  • Updated the API documentation on how to use the include parameter properly
  • Updated the Kulkunen driver for the Siemens SiPass access control system due to changes in the SiPass API

Removed

  • The Hvara import script as that legacy Helsinki reservation system no longer exists

Fixed

  • Database query optimizations for resource and reservation endpoints. Authenticated queries should now be much faster.
  • Disabling a user now prevents the user from authenticating with the API. Previously disabling had no effect.
  • Cosmetic fixes to Respa Admin

Security

  • Updated dependencies