Commit Graph

9 Commits

Author SHA1 Message Date
05a30d2227 Embed UI templates and static assets into binary; simplify deployment to single file; Update script files 2026-04-27 13:35:50 +08:00
02fa9d612c Docs update 2026-04-26 23:51:54 +08:00
6c5ccee8cb Fix peer-site edit 422; align IAM admin definition across runtime/UI/JS; auto-migrate legacy full-access policies (gated on iam:* to avoid promoting bucketadmin); reject empty endpoint on peer-site update; update docs 2026-04-26 23:02:38 +08:00
069049b146 Include peer_inbound_access_key in /ui/sites peers JSON
The sites.html edit modal reads peer_inbound_access_key from the row's
data attribute, but the peers JSON built by sites_dashboard omitted the
field, so every edit cleared an existing key. Add the field to the JSON
so the modal renders the stored value and preserves it on save.
2026-04-26 20:29:09 +08:00
6ba948bcc0 Add Cluster feature 2026-04-26 19:24:18 +08:00
3a590e6639 Make auto_heal real: peer-fetch corrupted_object with verified swap, poison-fallback on no peer 2026-04-25 17:14:38 +08:00
dd1e6d0409 Stop search auto-pagination from looping on failure; accept CSRF in JSON body; make replication pause/resume idempotent 2026-04-25 14:06:39 +08:00
7e32ac2a46 Add object search endpoint, hide internal metadata keys, fix toast/template bugs
- Implement missing /ui/buckets/{bucket}/objects/search route used by the
  Objects tab filter; previously returned 404 and showed 'Search failed'.
- Filter __checksum_*__ and __size__ sentinels from the object metadata
  panel so users no longer see internal keys in the UI.
- Include a body field in bucket-delete flash message so the toast shows
  distinct title and body.
- Replace Tera boolean 'or' operator with if/else fallback in
  replication_wizard.html, sites.html, iam.html.
2026-04-25 00:58:49 +08:00
217af6d1c6 Full migration and transition to Rust; Remove python artifacts 2026-04-22 17:19:19 +08:00