Skip to content

Latest commit

 

History

History
102 lines (65 loc) · 2.39 KB

CHANGELOG.rst

File metadata and controls

102 lines (65 loc) · 2.39 KB

0.1.0a16 (unreleased)

  • Nothing changed yet.

0.1.0a15 (2021-03-23)

  • fix config generator bug (dburi vs dburl)

0.1.0a14 (2021-03-23)

  • added settings.yml.tmpl with morpcc authnpolicy

0.1.0a13 (2021-03-23)

  • rename uri to url (dburl, ldap_url, blobstorage.url) (BREAKS COMPAT)

0.1.0a12 (2021-03-22)

  • Use dictConfig for migration logging config

0.1.0a11 (2021-03-19)

  • Fixed issue with dangling user session token after deleting user
  • Fixed implementation of api_secret hiding

0.1.0a10 (2021-03-19)

  • generating api key now only show api_secret once

0.1.0a9 (2021-01-31)

  • hide reference panel if no permission to view
  • excluding results from datatable search creates odd pagination, show item as restricted instead
  • display state column by default if statemachine exists
  • added transition guarding capability
  • site/+term-search is now using ViewHome permission

0.1.0a8 (2021-01-31)

  • Reference widget can now filter by selection from different field
  • relocate /api/v1/ to /api
  • improvement in permission rule resolution
  • fixed permission inheritance
  • utilize config based permission rule configuration from morpfw
  • added default permissions for notifications
  • added default permissions for site root
  • automatically activate user if no email verification needed

0.1.0a7 (2021-01-27)

  • removed Through-the-web development components
  • relicense to GPLv3 considering TTW components no longer in this package
  • notification system is functional with normally expected views now

0.1.0a6 (2021-01-14)

  • fix issue with apikey model have renamed 'label' field to 'name'

0.1.0a5 (2020-12-24)

  • improve documentation
  • reduce default database string column length
  • compare types when generating updates
  • fixed issue with deleting dictionary entity
  • show user source in user listing
  • validate reference data in display form
  • added AGPL license notification page
  • added AGPL exception agreement license enforcement hooks
  • added type referencing/backreferencing UI
  • added initial data visualization library
  • use ESCapableRequest by default
  • various UI fixes

0.1.0a4 (2020-11-23)

  • First release with changelog