Skip to content

1.22.0

Compare
Choose a tag to compare
@lmarini lmarini released this 27 Sep 00:41
· 1 commit to master since this release
ccb804e

1.22.0 - 2023-09-12

Added

  • Users can be marked as ReadOnly #405
  • Delete button to delete section #347
  • When parameter on API endpoints to enable pagination #266
  • Extractors can now specify an extractor_key and an owner (email address) when sending a
    registration or heartbeat to Clowder that will restrict use of that extractor to them.
  • Added a dropdown menu to space listing to select all spaces, your spaces and also the spaces you have access to. #374
  • Support for SMTP_FROM in docker-compose yml file. #417
  • Keycloak provider with secure social #419
  • Documentation on how to do easy testing of pull requests
  • citation.cff
  • New GET sections endpoint to file API and fix missing section routes in javascriptRoutes #410
  • Google's model viewer within viewer_three.js previewer

Fixed

  • Updated lastModifiesDate when updating file or metadata to a dataset, added lastModified to UI 386
  • Disabled button after creating new dataset #311
  • Changed default to 'Viewer' while inviting users to new spaces #375
  • Complex extracted JSON metadata objects using arrays are now being indexed properly for search.
  • Fixed positioning problems related to how the 3D models appear on the screen
  • Search results are checked to verify nothing has been put in trash before display #377
  • Previewer source URL in the documentation to point to the Clowder GitHub repo. #395