github AtalayaLabs/OxiCloud v0.3.4

latest releases: v0.6.0, v0.5.6, v0.5.5...
3 months ago

What's Changed

Bug Fixes

  • Share dialog not opening: Fixed showShareDialog crashing silently due to textContent destroying the header icon DOM, missing try-catch, and race condition with context menu target nullification. Connected share creation to the real backend POST /api/shares API instead of localStorage-only mock.
  • Share handler auth bug: Changed share_handler.rs to use OptionalAuthUser instead of mandatory AuthUser, preventing 401 errors when auth is disabled.
  • Delete not working: Added missing .confirm-dialog.active { display: flex; opacity: 1 } CSS rule — the confirmation dialog was invisible because no CSS rule changed its display from none when the .active class was added.
  • Delete race condition: Capture file/folder target before closeContextMenu() in delete handlers to prevent null reference.
  • Favorite star overlapping checkbox: Moved star indicator to top-right (right: 38px) to avoid overlapping with the selection checkbox at top-left.

Full Changelog: v0.3.3...v0.3.4

Full Changelog: v0.3.3...v0.3.4

Don't miss a new OxiCloud release

NewReleases is sending notifications on new releases.