Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Releases: Invoices-Manager/Invoices-Manager-API

Vers 1.0.5.1

13 Feb 15:54
f76f43d

Choose a tag to compare

V1.0.5.1

  • Security Patch (Dependency System.IdentityModel.Tokens.Jwt(CVE-2024-21319))

Vers 1.0.5.0

10 Sep 08:27
107cd29

Choose a tag to compare

v1.0.5.0

  • add a function to allow or disallow the creation of new users (in appsettings.json)
  • add a dockerfile (for those who want to docker it)

Vers 1.0.4.0

07 Sep 16:43
2662915

Choose a tag to compare

v1.0.4.0

  • The money total is now a string instant of a double (for the encryption)

  • The Postman is updated belong to the new changes

  • The API Doc is updated belong to the new changes

      !!! THAT MEANS YOU HAVE TO DO STEP 13. and 14. FROM THE LIST ABOVE, IF YOU UPDATE UR API  !!!
      !!! name the migrations something with "version1032" but not "firstInit", because this migration already exists. !!!
    

Vers 1.0.3.2

13 Jul 20:43
ce01434

Choose a tag to compare

v1.0.3.2 (HOTFIX)

-Tokens are no longer hashed, because it broked the logic for "DeleteOldTokens"
-Hasher class was deleted, is no longer needed
-The table "logins" has changed (CreationDate is useless, is already in the token)

    !!! THAT MEANS YOU HAVE TO DO STEP 13. and 14. FROM THE LIST ABOVE, IF YOU UPDATE UR API  !!!
!!! name the migrations something with "version1032" but not "firstInit", because this migration already exists. !!!

Vers 1.0.3.1

13 Jul 16:46
41b463f

Choose a tag to compare

--> The Salt will be send at the WhoAmI query

Vers 1.0.3.0

12 Jul 14:10
1952866

Choose a tag to compare

--> Ram usage improved
--> Response time improved

Vers 1.0.2.1

25 Jun 07:49
6793d78

Choose a tag to compare

--> The Endpoint "GET /api/v01/User" (create user) now is an POST endpoint (C# does not allow a body in a get request)

Vers 1.0.2.0

12 Jun 15:52
8cefbdb

Choose a tag to compare

--> The API will now be started from the source code and not from the compiled version
--> FIX: The user controller tried to find a hashed token with an unhashed one when logging off

Vers 1.0.1.0

08 Jun 12:13
952899d

Choose a tag to compare

Vers 1.0.1.0 Pre-release
Pre-release

--> JWT are now saved hashed in the database

Vers 1.0.0.0

30 Apr 10:03
31e1246

Choose a tag to compare

Vers 1.0.0.0 Pre-release
Pre-release

--> Set Up the whole project
--> Add JWT Authentication
--> Add 3 Controllers (User, Invoice, Note)
--> Add 17 endpoints
--> Add Postman Collection