Updates 1

This commit is contained in:
Rory& 2025-10-15 16:50:22 +02:00
parent 1632642b0d
commit aad4a9c8c9
5 changed files with 43 additions and 46 deletions

75
.idea/workspace.xml generated
View File

@ -6,10 +6,6 @@
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="bf10e7c6-8c33-4385-b571-3e96ac86a389" name="Changes" comment=""> <list default="true" id="bf10e7c6-8c33-4385-b571-3e96ac86a389" name="Changes" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/extra/admin-api/Spacebar.AdminAPI/Program.cs" beforeDir="false" afterPath="$PROJECT_DIR$/extra/admin-api/Spacebar.AdminAPI/Program.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/extra/admin-api/Spacebar.AdminAPI/Services/AuthenticationService.cs" beforeDir="false" afterPath="$PROJECT_DIR$/extra/admin-api/Spacebar.AdminAPI/Services/AuthenticationService.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/extra/admin-api/Spacebar.AdminApi.Models/UserModel.cs" beforeDir="false" afterPath="$PROJECT_DIR$/extra/admin-api/Spacebar.AdminApi.Models/UserModel.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/extra/admin-api/Utilities/Spacebar.AdminAPI.TestClient/Layout/NavMenu.razor" beforeDir="false" afterPath="$PROJECT_DIR$/extra/admin-api/Utilities/Spacebar.AdminAPI.TestClient/Layout/NavMenu.razor" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -47,43 +43,43 @@
<option name="hideEmptyMiddlePackages" value="true" /> <option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" /> <option name="showLibraryContents" value="true" />
</component> </component>
<component name="PropertiesComponent"><![CDATA[{ <component name="PropertiesComponent">{
"keyToString": { &quot;keyToString&quot;: {
"NIXITCH_NIXPKGS_CONFIG": "/etc/nix/nixpkgs-config.nix", &quot;NIXITCH_NIXPKGS_CONFIG&quot;: &quot;/etc/nix/nixpkgs-config.nix&quot;,
"NIXITCH_NIX_CONF_DIR": "", &quot;NIXITCH_NIX_CONF_DIR&quot;: &quot;&quot;,
"NIXITCH_NIX_OTHER_STORES": "", &quot;NIXITCH_NIX_OTHER_STORES&quot;: &quot;&quot;,
"NIXITCH_NIX_PATH": "/home/Rory/.nix-defexpr/channels:nixpkgs=/nix/store/wb6agba4kfsxpbnb5hzlq58vkjzvbsk6-source", &quot;NIXITCH_NIX_PATH&quot;: &quot;/home/Rory/.nix-defexpr/channels:nixpkgs=/nix/store/wb6agba4kfsxpbnb5hzlq58vkjzvbsk6-source&quot;,
"NIXITCH_NIX_PROFILES": "/run/current-system/sw /nix/var/nix/profiles/default /etc/profiles/per-user/Rory /home/Rory/.local/state/nix/profile /nix/profile /home/Rory/.nix-profile", &quot;NIXITCH_NIX_PROFILES&quot;: &quot;/run/current-system/sw /nix/var/nix/profiles/default /etc/profiles/per-user/Rory /home/Rory/.local/state/nix/profile /nix/profile /home/Rory/.nix-profile&quot;,
"NIXITCH_NIX_REMOTE": "", &quot;NIXITCH_NIX_REMOTE&quot;: &quot;&quot;,
"NIXITCH_NIX_USER_PROFILE_DIR": "/nix/var/nix/profiles/per-user/Rory", &quot;NIXITCH_NIX_USER_PROFILE_DIR&quot;: &quot;/nix/var/nix/profiles/per-user/Rory&quot;,
"Node.js.Server.ts.executor": "Debug", &quot;Node.js.Server.ts.executor&quot;: &quot;Debug&quot;,
"RunOnceActivity.ShowReadmeOnStart": "true", &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
"RunOnceActivity.git.unshallow": "true", &quot;RunOnceActivity.git.unshallow&quot;: &quot;true&quot;,
"javascript.nodejs.core.library.configured.version": "24.8.0", &quot;javascript.nodejs.core.library.configured.version&quot;: &quot;24.8.0&quot;,
"javascript.nodejs.core.library.typings.version": "24.7.0", &quot;javascript.nodejs.core.library.typings.version&quot;: &quot;24.7.0&quot;,
"last_opened_file_path": "/home/Rory/git/spacebar/server-master/src/schemas/api/guilds", &quot;last_opened_file_path&quot;: &quot;/home/Rory/git/spacebar/server-master/src/schemas/api/guilds&quot;,
"node.js.detected.package.eslint": "true", &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
"node.js.selected.package.eslint": "(autodetect)", &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
"node.js.selected.package.tslint": "(autodetect)", &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
"nodejs_interpreter_path": "node", &quot;nodejs_interpreter_path&quot;: &quot;node&quot;,
"nodejs_package_manager_path": "npm", &quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
"npm.Start API.executor": "Run", &quot;npm.Start API.executor&quot;: &quot;Run&quot;,
"npm.Start CDN.executor": "Run", &quot;npm.Start CDN.executor&quot;: &quot;Run&quot;,
"npm.Start Gateway.executor": "Run", &quot;npm.Start Gateway.executor&quot;: &quot;Run&quot;,
"npm.build.executor": "Run", &quot;npm.build.executor&quot;: &quot;Run&quot;,
"npm.start.executor": "Debug", &quot;npm.start.executor&quot;: &quot;Debug&quot;,
"prettierjs.PrettierConfiguration.Package": "/home/Rory/git/spacebar/server-master/node_modules/prettier", &quot;prettierjs.PrettierConfiguration.Package&quot;: &quot;/home/Rory/git/spacebar/server-master/node_modules/prettier&quot;,
"settings.editor.selected.configurable": "preferences.pluginManager", &quot;settings.editor.selected.configurable&quot;: &quot;preferences.pluginManager&quot;,
"ts.external.directory.path": "/home/Rory/git/spacebar/server-master/node_modules/typescript/lib" &quot;ts.external.directory.path&quot;: &quot;/home/Rory/git/spacebar/server-master/node_modules/typescript/lib&quot;
}, },
"keyToStringList": { &quot;keyToStringList&quot;: {
"GitStage.ChangesTree.GroupingKeys": [ &quot;GitStage.ChangesTree.GroupingKeys&quot;: [
"directory", &quot;directory&quot;,
"module", &quot;module&quot;,
"repository" &quot;repository&quot;
] ]
} }
}]]></component> }</component>
<component name="RecentsManager"> <component name="RecentsManager">
<key name="CopyFile.RECENT_KEYS"> <key name="CopyFile.RECENT_KEYS">
<recent name="$PROJECT_DIR$/src/schemas/api/guilds" /> <recent name="$PROJECT_DIR$/src/schemas/api/guilds" />
@ -144,7 +140,8 @@
<workItem from="1735848116134" duration="80763000" /> <workItem from="1735848116134" duration="80763000" />
<workItem from="1759868659577" duration="8847000" /> <workItem from="1759868659577" duration="8847000" />
<workItem from="1760044946282" duration="43683000" /> <workItem from="1760044946282" duration="43683000" />
<workItem from="1760402350251" duration="46974000" /> <workItem from="1760402350251" duration="49898000" />
<workItem from="1760538864442" duration="681000" />
</task> </task>
<servers /> <servers />
</component> </component>

Binary file not shown.

Binary file not shown.

BIN
package-lock.json generated

Binary file not shown.

View File

@ -54,15 +54,15 @@
"@types/morgan": "^1.9.10", "@types/morgan": "^1.9.10",
"@types/multer": "^2.0.0", "@types/multer": "^2.0.0",
"@types/murmurhash-js": "^1.0.6", "@types/murmurhash-js": "^1.0.6",
"@types/node": "^24.7.0", "@types/node": "^24.7.2",
"@types/node-fetch": "^2.6.13", "@types/node-fetch": "^2.6.13",
"@types/node-os-utils": "^1.3.4", "@types/node-os-utils": "^1.3.4",
"@types/nodemailer": "^7.0.2", "@types/nodemailer": "^7.0.2",
"@types/probe-image-size": "^7.2.5", "@types/probe-image-size": "^7.2.5",
"@types/sharp": "^0.31.1", "@types/sharp": "^0.31.1",
"@types/ws": "^8.18.1", "@types/ws": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^8.46.0", "@typescript-eslint/eslint-plugin": "^8.46.1",
"@typescript-eslint/parser": "^8.46.0", "@typescript-eslint/parser": "^8.46.1",
"eslint": "^9.37.0", "eslint": "^9.37.0",
"globals": "^16.4.0", "globals": "^16.4.0",
"husky": "^9.1.7", "husky": "^9.1.7",
@ -72,7 +72,7 @@
"typescript": "^5.9.3" "typescript": "^5.9.3"
}, },
"dependencies": { "dependencies": {
"@aws-sdk/client-s3": "^3.901.0", "@aws-sdk/client-s3": "^3.910.0",
"ajv": "^8.17.1", "ajv": "^8.17.1",
"ajv-formats": "^3.0.1", "ajv-formats": "^3.0.1",
"amqplib": "^0.10.9", "amqplib": "^0.10.9",
@ -81,7 +81,7 @@
"chalk": "^5.6.2", "chalk": "^5.6.2",
"cheerio": "^1.1.2", "cheerio": "^1.1.2",
"cookie-parser": "^1.4.7", "cookie-parser": "^1.4.7",
"discord-protos": "^1.2.73", "discord-protos": "^1.2.77",
"dotenv": "^17.2.3", "dotenv": "^17.2.3",
"email-providers": "^2.16.0", "email-providers": "^2.16.0",
"exif-be-gone": "^1.5.1", "exif-be-gone": "^1.5.1",
@ -90,7 +90,7 @@
"fido2-lib": "^3.5.3", "fido2-lib": "^3.5.3",
"file-type": "^21.0.0", "file-type": "^21.0.0",
"form-data": "^4.0.4", "form-data": "^4.0.4",
"i18next": "^25.5.3", "i18next": "^25.6.0",
"i18next-fs-backend": "^2.6.0", "i18next-fs-backend": "^2.6.0",
"i18next-http-middleware": "^3.8.1", "i18next-http-middleware": "^3.8.1",
"image-size": "^2.0.2", "image-size": "^2.0.2",
@ -127,7 +127,7 @@
"@sendgrid/mail": "^8.1.6", "@sendgrid/mail": "^8.1.6",
"@yukikaze-bot/erlpack": "^1.0.1", "@yukikaze-bot/erlpack": "^1.0.1",
"jimp": "^1.6.0", "jimp": "^1.6.0",
"mailgun.js": "^12.1.0", "mailgun.js": "^12.1.1",
"node-mailjet": "^6.0.9", "node-mailjet": "^6.0.9",
"nodemailer": "^7.0.9", "nodemailer": "^7.0.9",
"pg": "^8.16.3", "pg": "^8.16.3",