What's Changed in v0.3.1
🐛 Bug Fixes
- Docker volume permissions: Fixed
Permission denied (os error 13)on startup when using named volumes. Addedentrypoint.shwithsu-execto 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_SECRETlog 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