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

Latest commit

 

History

History
28 lines (20 loc) · 1.78 KB

2020-12-14-december-2020.md

File metadata and controls

28 lines (20 loc) · 1.78 KB
title description
December 2020
sensenet back-end updates of December 2020

Packages

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

Bug fixes

  • Fixed a datetime minvalue issue by using the built-in .Net datetime minvalue instead of the old SQL value, which was too restrictive.
  • From now on we save longtext values in unicode format to prevent loosing some characters.
  • When an OData post contained certain special characters (the '=' or '&' sign for example), the server parsed it incorrectly.
  • A protected group's initial import runs correctly, even if there are no real users in the group yet.

sensenet as a service improvements

  • We added a new public admin user to let customers create different types of clients that work with the repository.
  • When users register to SNaaS using their external accounts (Google or GitHub) and we already have the user in the system, we'll simply merge these accounts.

This is a minor release containing new tests and a consolidated token interface.

Features

  • We consolidated the token store and token provider interfaces to be more consistent.
  • We added more tests and logs related to authentication and url handling.