Page snapshot browser data

This commit is contained in:
Mikei386
2026-07-10 13:49:29 +02:00
parent 091c5ff175
commit 6cbf170d65
8 changed files with 235 additions and 64 deletions
+5 -1
View File
@@ -2,13 +2,17 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "urbm">
<!ENTITY author "Michael Roll">
<!ENTITY version "2026.07.10.r006">
<!ENTITY version "2026.07.10.r007">
<!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 "REPLACE_DURING_RELEASE">
]>
<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.07.10.r007
- Serve snapshot browser folders as compact cached tree pages instead of sending the complete Restic file list to the browser.
- Prevent large snapshots with hundreds of thousands of entries from failing with generic 500 responses during snapshot browsing.
### 2026.07.10.r006
- Stop logging high-frequency health, log, and activity polling requests unless they are slow or fail.
- Log snapshot file-listing requests immediately when they start and show a larger daemon log tail in the Protokolle tab.