github AtalayaLabs/OxiCloud v0.3.1

latest releases: v0.8.0, v0.7.0, v0.6.0...
4 months ago

What's Changed in v0.3.1

🐛 Bug Fixes

  • Docker volume permissions: Fixed Permission denied (os error 13) on startup when using named volumes. Added entrypoint.sh with su-exec to properly set ownership before running the app. (6ca1ac4)
  • File viewer authentication: Fixed file preview/download failing with auth errors. Images, text files, and PDFs now all load correctly using blob URLs with proper JWT auth headers. (3c03caa)
  • Text file viewing: Added support for viewing plain text files (.txt, .md, .json, .xml, .csv, etc.) directly in the inline and fallback viewers. (3c03caa)
  • Trash service compilation: Restored accidentally deleted match arms in trash_service::restore_item, fixing a compilation error. (59af223)
  • Compiler warnings: Removed unused imports and prefixed unused variables to eliminate all compiler warnings. (76d9038)
  • JWT secret log level: Downgraded the missing OXICLOUD_JWT_SECRET log from ERROR to WARN, since random secret generation is valid default behavior. (76d9038)

🌐 Internationalization

  • Translated all remaining Spanish comments and log messages to English across the entire codebase (~780+ occurrences in 58 files). (d31a413)

📝 Documentation

  • Added Star History chart to README. (bc169de)

Full Changelog: v0.3.0...v0.3.1

Don't miss a new OxiCloud release

NewReleases is sending notifications on new releases.