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

0.11.0

Compare
Choose a tag to compare
@tommimanbytes tommimanbytes released this 31 Mar 12:20
· 153 commits to master since this release
5bf687c

Added

  • Added an option for units to disallow concurrent reservations in resources of the unit for a single user.
  • Added an environment variable option to enable token authentication for resource endpoint
  • Added an environment variable option to disable server side cursors
  • Added new permissions to ignore max_period and max_reservations_per_user restrictions of resources. Added these permissions to admins and managers.

Changed

  • min_price_per_hour and max_price_per_hour fields are renamed to min_price and max_price in Resource. Also a new field price_type was added to determine if pricing is hourly, daily, weekly or fixed.

Fixed

  • Fixed JS errors in resource form in Respa Admin which caused problems with correctly saving the form.
  • Respa version is now also shown on reservation endpoint page in API browser site.
  • Added billing fields of anonymized users reservations to be also anonymized.

Security

  • Updated dependencies.