Skip to content

vedph/cadmus_mqdq_api

Repository files navigation

Cadmus MQDQ API

Quick Docker image build:

docker build . -t vedph2020/cadmus_mqdq_api:3.0.4 -t vedph2020/cadmus_mqdq_api:latest

(replace with the current version).

This is a Cadmus API layer customized for the MQDQ (Musisque Deoque) project. Most of its code is derived from shared Cadmus libraries. See the documentation for more.

History

  • 2022-11-10: upgraded to NET 7.
  • 2022-10-10: updated packages and injection in Startup.cs for new IRepositoryProvider.

3.0.4

  • 2022-06-20: updated packages.

3.0.3

  • 2022-01-10: updated packages.
  • 2022-01-03: updated packages after moving parts out of core solution, and added metadata part to the available parts in configuration.

3.0.2

  • 2021-12-22: updated packages.
  • 2021-12-18: updated packages.
  • 2021-11-22: upgraded to refactored API endpoints.

2.0.0

  • 2021-11-21: minor updates.
  • 2021-11-11: upgraded to NET 6.
  • 2021-11-06: updated packages.
  • 2021-10-15 (v 1.1.0): minor breaking change for auth database by AspNetCore.Identity.Mongo 8.3.1 (used since Cadmus.Api.Controllers 1.3.0, Cadmus.Api.Services 1.2.0):
/*
Removed fields:
AuthenticatorKey = null
RecoveryCodes = []
*/
db.Users.updateMany({}, { $unset: {"AuthenticatorKey": 1, "RecoveryCodes": 1} });

About

Cadmus API for the MQDQ project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published