Changelog v1.6.1
- Fixed bug that prevented running setup with docker
Changelog v1.6.0
- Use chunked uploads instead of single upload #68
- Add end-to-end encryption #71
- Fixed hotlink not being generated for uploads through API with unlimited storage time
- Added arm64 to Docker latest image
- Added API call to duplicate existing files
- Fixed bug where encrypted files could not be downloaded after rerunning setup
- Port selection is now disabled when running setup with docker
- Added timeout for AWS if endpoint is invalid
- Added flag to disable CORS check on startup
- Service worker for insecure connections is now hosted on Github
- "Noaws" version is not included as binary build anymore, but can be generated manually
Breaking Changes
- API output for fileuploads are less verbose and have changed parameters, please see updated OpenApi documentation
- If you disabled authentication, the following endpoints need to be secured:
- /admin
- /apiDelete
- /apiKeys
- /apiNew
- /delete
- /e2eInfo
- /e2eSetup
- /uploadChunk
- /uploadComplete
Upgrading
- Minimum version for upgrading is 1.5
- Please make a backup before upgrading.
- Remove any custom templates or custom static files
- Optionally run the server with the parameter
--reconfigure
to try out the new features.
Please report any issues you have with this release!
Full Changelog: v1.5.2...v1.6.1