From f5d8c30ff3f91bad4bd4a7ec9418c1a5b1f9a8ed Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Tue, 1 Apr 2025 00:55:41 +0200 Subject: [PATCH] Exposing stashes on scenes GraphQL object. --- components/user/api-keys.vue | 146 +++++++++++++++++------------------ src/web/alerts.js | 118 ++++++++++++++++++++++++++++ src/web/graphql.js | 14 +++- src/web/scenes.js | 1 + src/web/server.js | 20 +---- 5 files changed, 206 insertions(+), 93 deletions(-) diff --git a/components/user/api-keys.vue b/components/user/api-keys.vue index 9ca2f0a..76cd2fb 100644 --- a/components/user/api-keys.vue +++ b/components/user/api-keys.vue @@ -21,78 +21,80 @@ -
-

Successfully generated key with identifier {{ newKey.identifier }}:

- - +
+

Successfully generated key with identifier {{ newKey.identifier }}:

-

Please store this key securely, you will not be able to retrieve it later. If you lose it, you must generate a new key.

-
+ -
+ + + + -
-

HTTP headers

+ - - API-User: {{ user.id }}
- API-Key: YourSecurelyStoredApiKey12345678 -
+ + +
+ + + +
+

HTTP headers

+ + + API-User: {{ user.id }}
+ API-Key: YourSecurelyStoredApiKey12345678 +
+
@@ -151,18 +153,6 @@ function copyKey(event) {