Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (25 loc) · 2.07 KB

2020-11-20-november-2020.md

File metadata and controls

34 lines (25 loc) · 2.07 KB
title description
November 2020
sensenet back-end updates of November 2020

Packages

This release contains new features and bug fixes to support the upcoming service infrastructure.

Features

  • Improved admin and group protection: it is not possible to lock out ourselves from the repository anymore by deleting the last admin, or disabling certain users.

OData improvements

Bug fixes

  • Unknown property error after adding a new field to the CTD.
  • Uploading an existing file threw error in some cases.
  • We handle well-known field name registration correctly to provide a more meaningful error message.
  • Auto-patch fix: an installer will run only once, even if there is a faulty patch in the db.
  • Removed default value from birthday field of users to prevent UI date value confusion.

sensenet as a service improvements

  • The ModifiedBy field became hidden by default to avoid UI clutter.
  • It is possible to configure the system to delete binaries immediately instead of relying on a background job.

This is a minor release containing a feature related to access tokens.

Features

  • From now on it is possible to provide the client id along the secret when requesting an auth token.