Skip to content

Commit

Permalink
Release 11.0.0 (#266)
Browse files Browse the repository at this point in the history
* format, update deps and fix underscores not being allowed in usernames

* format

* fix undefined toLowerCase for Emails, when updating users

* Fixed bug where `gvbot_` users were showing up in user list

* implement demo mode flag

* deprecate /users/all

* fixed config name

* update deps
  • Loading branch information
Alfagun74 authored Mar 31, 2024
1 parent 6d62653 commit fb73d37
Show file tree
Hide file tree
Showing 16 changed files with 191 additions and 120 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# GameVault Backend Server Changelog

## 11.0.0

### Breaking Changes & Migration

- Deprecated `/api/users/all`, Admins should just use `/api/users` to get a list of all users. (will be removed in v12)

### Changes

- Fixed a bug where updating a users email, which was set to null, would throw an error.
- Fixed bug where `gvbot_` users were showing up in user list
- Implement `SERVER_DEMO_MODE_ENABLED` to enable/disable demo mode. You wont need this but it will improve the functionality of our demo server.

## 10.3.2

### Changes
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gamevault-backend",
"version": "10.3.2",
"version": "10.3.3",
"description": "the self-hosted gaming platform for drm-free games",
"author": "Alkan Alper, Schäfer Philip GbR / Phalcode",
"private": true,
Expand Down Expand Up @@ -62,7 +62,7 @@
"node-7z": "3.0.0",
"passport": "0.7.0",
"passport-http": "0.3.0",
"pg": "8.11.3",
"pg": "8.11.4",
"reflect-metadata": "0.1.14",
"rimraf": "5.0.5",
"rxjs": "7.8.1",
Expand Down Expand Up @@ -90,7 +90,7 @@
"@types/mime": "3.0.4",
"@types/morgan": "1.9.9",
"@types/multer": "^1.4.11",
"@types/node": "20.11.30",
"@types/node": "20.12.2",
"@types/node-7z": "2.1.8",
"@types/passport-http": "0.3.11",
"@types/string-similarity": "4.0.2",
Expand Down
Loading

0 comments on commit fb73d37

Please sign in to comment.