Skip to content

1.2.1

Choose a tag to compare

@Lucas-C Lucas-C released this 13 Oct 13:42
· 25 commits to master since this release

Fixed

  • search by label is now correctly done by the backend - closed #37
  • Variable [pinUpdate] is not defined HTTP 500 error in ElasticSearchClient.updatePin
  • When visiting the profile URL of a non-existing user, UI loaded forever (#44)
  • per-author pin search (#9)
  • issue with Cognito auth & getSessionUser, that use to rely on the JSESSIONID cookie
    (it does not anymore)

Changed

  • renamed $VBOARD_WP_PUBLIC_HOST configuration environment variable into $VBOARD_BLOG_URL
  • requiring $KCK_ENABLED to be defined when using this auth mode
    (when the property was left undefined, the SpringBoot connector was misbehaving)
  • properly handling "user not found" situations with a 404
  • in anonymous (no-auth) mode, all users are admin
  • default HTTP error is now a 500

Added

  • permalink anchor link on pins (#8)
  • support for HTTPs to PinsController web crawler (#42)
  • link to Swagger in web UI menu
  • config option uploads.multiplePinsPerUrlAllowed, with corresponding environment variable $VBOARD_ALLOW_MULTIPLE_PINS_PER_URL
  • $ENABLE_WHITELABEL_ERRORS optional configuration environment variable for the backend
  • $VBOARD_SUPPORT_URL optional configuration environment variable for the frontend

Removed

  • roles Administrateur (redundant with User.isAdmin) & Utilisateur (useless, correspond to any authentified user)