Skip to content

Releases: RoyalBoroughKingston/ck-api

v1.19.2

17 Jun 09:48
ec8693b
Compare
Choose a tag to compare

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

12 Jun 21:27
0226ebb
Compare
Choose a tag to compare

Fixed

  • Redis configuration when using TLS with clusters.

v1.19.0

12 Jun 20:48
0e0d9a2
Compare
Choose a tag to compare

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

13 May 12:22
4041752
Compare
Choose a tag to compare

Fixed

  • Updated dependencies to latest minor versions.

v1.18.0

08 May 05:15
d186fa0
Compare
Choose a tag to compare

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

30 Apr 12:50
a4537e6
Compare
Choose a tag to compare

Fixed

  • Request validation for storing an organisation now allows nullable logo_file_id

v1.17.0

17 Apr 15:19
87fcf35
Compare
Choose a tag to compare

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

25 Mar 09:50
Compare
Choose a tag to compare

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

28 Feb 15:36
9f7d61a
Compare
Choose a tag to compare

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

04 Feb 13:41
Compare
Choose a tag to compare

Fixed

  • Updated dependencies