Support browsers without crypto randomUUID

This commit is contained in:
Mikei386
2026-06-15 12:03:17 +02:00
parent 3327f21881
commit 1cdacbcb67
7 changed files with 31 additions and 9 deletions
-1
View File
@@ -1 +0,0 @@
2cb10896997b03d476b52275aebe077114c77b14ac796c7ba6e608f85b324536 urbm-2026.06.15.r014-x86_64-1.txz
+1
View File
@@ -0,0 +1 @@
cdee29f4fd8fbd713fb78378f3c6531a46f3a1fb26c50e74f59fe6f1e437b76f urbm-2026.06.15.r015-x86_64-1.txz
+6 -2
View File
@@ -2,13 +2,17 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "urbm">
<!ENTITY author "Michael Roll">
<!ENTITY version "2026.06.15.r014">
<!ENTITY version "2026.06.15.r015">
<!ENTITY pluginURL "https://git.casaderoll.de/michael/URBM/raw/branch/main/dist/urbm.plg">
<!ENTITY packageURL "https://git.casaderoll.de/michael/URBM/raw/branch/main/dist/urbm-&version;-x86_64-1.txz">
<!ENTITY packageSHA256 "2cb10896997b03d476b52275aebe077114c77b14ac796c7ba6e608f85b324536">
<!ENTITY packageSHA256 "cdee29f4fd8fbd713fb78378f3c6531a46f3a1fb26c50e74f59fe6f1e437b76f">
]>
<PLUGIN name="&name;" author="&author;" version="&version;" pluginURL="&pluginURL;" min="7.0.0" support="https://git.casaderoll.de/michael/URBM/issues" icon="urbm.png">
<CHANGES>
### 2026.06.15.r015
- Generate compatible UUIDs on browsers and Unraid WebViews that do not provide `crypto.randomUUID()`.
- Prefer cryptographic random bytes when available and retain a schema-compatible last-resort fallback.
### 2026.06.15.r014
- Add a dedicated workflow for attaching and immediately testing an existing Restic repository without initialization.
- Detect a missing Restic config at local and mounted paths and suggest direct child directories that contain a repository.