Releases: RoyalBoroughKingston/ck-api
Releases · RoyalBoroughKingston/ck-api
v1.19.2
Fixed
- Stale service notifications are no only scheduled on the 15th of each month.
- Stale service notifications between 6-12 months now exclude global admins and above.
v1.19.1
Fixed
- Redis configuration when using TLS with clusters.
v1.19.0
Added
- Information sideboxes now support up to 3 instead of only allowing 1.
- Added CMS endpoints for frontend webapp.
- Added stale service update prompt notifications.
Changed
- Global admins can now edit collections and taxonomies.
Fixed
- Offerings are now deleted along with the service they are associated with.
- Search history export now omits searches that didn’t make use of a query string.
- Cloud Foundry Redis configuration fixed to work with updated Laravel configuration.
v1.18.1
Fixed
- Updated dependencies to latest minor versions.
v1.18.0
Added
- Services now have a specified type.
- Added filters to search for users by associated organisations or services.
- When updating a service, you can now specify if you only want to preview the update request, instead of actually submitting one. This is used when users want to preview their changes before submitting.
- Added offerings to services.
- Locations can now have an associated image.
- Service locations can now have an associated image.
Changed
- All inputs now have quotes trimmed automatically.
v1.17.1
Fixed
- Request validation for storing an organisation now allows nullable
logo_file_id
v1.17.0
Added
- Services now have a gallery of images
- Services can now have their organisation updated
Changed
- Refactored image upload process
- Service useful info descriptions now support markdown
Fixed
- TravisCI config now installs Elasticsearch into an appropriate location
- Fixed issue where you couldn't update a filled service criterion to be
null
- Removed referral append for when it was last updated
v1.16.0
Added
- Can now delete referrals
- Endpoint to retrieve all OAuth clients
Changed
- Updated database ERD
- Services with external or internal referrals must have a referral URL or email respectively
- 2FA auth code input no longer masks characters
- Password requirements and allowed characters updated
- Audits now track the OAuth client used to make the request
- Global admins can now add organisation taxonomies
- Global admins can now delete services
v1.15.0
Added
- Added scheduled report generation commands to the scheduler
- Added alternate
POST
route for resource listings (to allow large request bodies) - Image resizing by
max_dimension
query string parameter - Updated to Laravel 5.8
Changed
- Removed two word rule for including service description in search
- Updating a service's referral method now requires you to be a super admin
- Update of user roles notification now only show highest roles added and removed
Fixed
- Prevented database from wiping when running tests with Docker
- Updated example environment file
v1.14.1
Fixed
- Updated dependencies