This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
0.11.0
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
andmax_reservations_per_user
restrictions of resources. Added these permissions to admins and managers.
Changed
min_price_per_hour
andmax_price_per_hour
fields are renamed tomin_price
andmax_price
in Resource. Also a new fieldprice_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.