Browse Source

Post work PR #1333

maziggy 1 week ago
parent
commit
7d07b92bec

File diff suppressed because it is too large
+ 0 - 0
CHANGELOG.md


+ 2 - 1
backend/tests/integration/test_oidc_icon_api.py

@@ -300,9 +300,10 @@ class TestUpdateProviderIcon:
         all three cached-bytes columns. Distinct from "field absent" which
         all three cached-bytes columns. Distinct from "field absent" which
         leaves the icon untouched.
         leaves the icon untouched.
         """
         """
-        from backend.app.models.oidc_provider import OIDCProvider
         from sqlalchemy.orm import undefer
         from sqlalchemy.orm import undefer
 
 
+        from backend.app.models.oidc_provider import OIDCProvider
+
         pid = await self._create_with_icon(async_client, admin_token, name="ClearViaPutProv")
         pid = await self._create_with_icon(async_client, admin_token, name="ClearViaPutProv")
 
 
         # Sanity: icon is present before the clear.
         # Sanity: icon is present before the clear.

File diff suppressed because it is too large
+ 4 - 15
static/assets/index-C_iAF6FB.js


File diff suppressed because it is too large
+ 0 - 0
static/assets/index-DZ9zJnpR.js


+ 40 - 41
static/index.html

@@ -1,41 +1,40 @@
-<!doctype html>
-<html lang="en">
-  <head>
-    <meta charset="UTF-8" />
-    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
-    <!-- L-4: Restrict Referer header to origin-only on cross-origin navigation so
-         sensitive tokens in query parameters are not leaked to third-party servers. -->
-    <meta name="referrer" content="strict-origin-when-cross-origin" />
-    <title>Bambuddy</title>
-
-    <!-- PWA Meta Tags -->
-    <meta name="description" content="Monitor and manage your Bambu Lab 3D printers" />
-    <meta name="theme-color" content="#00ae42" />
-    <meta name="mobile-web-app-capable" content="yes" />
-    <meta name="apple-mobile-web-app-capable" content="yes" />
-    <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
-    <meta name="apple-mobile-web-app-title" content="Bambuddy" />
-
-    <!-- Manifest -->
-    <link rel="manifest" href="/manifest.json" />
-
-    <!-- Favicons -->
-    <link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png" />
-    <link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png" />
-    <link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png" />
-
-    <!-- Splash screens for iOS -->
-    <link rel="apple-touch-startup-image" href="/img/android-chrome-512x512.png" />
-    <script type="module" crossorigin src="/assets/index-DZ9zJnpR.js"></script>
-    <link rel="stylesheet" crossorigin href="/assets/index-BkYu3kLs.css">
-  </head>
-  <body>
-    <div id="root"></div>
-
-
-    <!-- Service Worker Registration (skip on SpoolBuddy kiosk).
-         Kept as an external file so the CSP `script-src 'self'` covers it
-         without needing 'unsafe-inline' or per-build hashes. -->
-    <script src="/sw-register.js"></script>
-  </body>
-</html>
+<!doctype html>
+<html lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
+    <!-- L-4: Restrict Referer header to origin-only on cross-origin navigation so
+         sensitive tokens in query parameters are not leaked to third-party servers. -->
+    <meta name="referrer" content="strict-origin-when-cross-origin" />
+    <title>Bambuddy</title>
+
+    <!-- PWA Meta Tags -->
+    <meta name="description" content="Monitor and manage your Bambu Lab 3D printers" />
+    <meta name="theme-color" content="#00ae42" />
+    <meta name="mobile-web-app-capable" content="yes" />
+    <meta name="apple-mobile-web-app-capable" content="yes" />
+    <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
+    <meta name="apple-mobile-web-app-title" content="Bambuddy" />
+
+    <!-- Manifest -->
+    <link rel="manifest" href="/manifest.json" />
+
+    <!-- Favicons -->
+    <link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png" />
+    <link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png" />
+    <link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png" />
+
+    <!-- Splash screens for iOS -->
+    <link rel="apple-touch-startup-image" href="/img/android-chrome-512x512.png" />
+    <script type="module" crossorigin src="/assets/index-C_iAF6FB.js"></script>
+    <link rel="stylesheet" crossorigin href="/assets/index-BkYu3kLs.css">
+  </head>
+  <body>
+    <div id="root"></div>
+
+    <!-- Service Worker Registration (skip on SpoolBuddy kiosk).
+         Kept as an external file so the CSP `script-src 'self'` covers it
+         without needing 'unsafe-inline' or per-build hashes. -->
+    <script src="/sw-register.js"></script>
+  </body>
+</html>

Some files were not shown because too many files changed in this diff