Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Releases: sharxhost/backend

v2.4.0

14 Jul 18:32
Compare
Choose a tag to compare

2.4.0 (2022-07-14)

Features

  • add errors and wrappers (and probably more idk) (d1c63ee)

v2.3.0

30 Jun 10:04
Compare
Choose a tag to compare

2.3.0 (2022-06-30)

Features

  • /auth/changepassword: add a way to change the password (4e65a18)

v2.2.0

30 Jun 09:49
Compare
Choose a tag to compare

2.2.0 (2022-06-30)

Features

  • /user/uploadkey: add deletion of upload keys (42b9d3d)

v2.1.0

30 Jun 09:34
Compare
Choose a tag to compare

2.1.0 (2022-06-30)

Features

  • /auth: add logout functionality (0d291b3)

Reverts

  • /service/info: removed message: from error (8913623)

v2.0.0

29 Jun 20:27
5f60db4
Compare
Choose a tag to compare

2.0.0 (2022-06-29)

Bug Fixes

Code Refactoring

  • jwt: added a type to the jwts (9a12239)

Features

  • /auth: add authentication and user system (bea35ad)
  • /image/upload: added an upload key requirement (b93ec96)
  • /user: add user apis (d1eb9e8)
  • authenticatejwt: add userObj to res.locals (7259431)
  • db: add User model (35787b2)
  • prisma: add UploadKey model (973cf4d)

BREAKING CHANGES

  • /image/upload: an upload key is required to upload anything
  • jwt: JWTs without "type": "auth" will now be rejected

v1.1.0

25 Jun 11:46
Compare
Choose a tag to compare

1.1.0 (2022-06-25)

Features

  • /service/info: add semver key (b01ad00)

v1.0.0

25 Jun 11:01
Compare
Choose a tag to compare

1.0.0 (2022-06-25)

first release