Releases: ThomasLeister/prosody-filer
Releases · ThomasLeister/prosody-filer
v1.0.3
What's Changed
- Return status code 200 on OPTIONS requests by @Lykos153 in #19
- Protect against shell-injection attacks by @kousu in #20
- Fix tests and make path handling more robust by @sysvinit in #23
- Misc fixes by @sysvinit in #24
- Use constants from net/http instead of setting HTTP methods manually by @sysvinit in #28
- Fix double slash when using / as handler by @cbix in #26
- Add Unix domain socket support. by @sysvinit in #25
- Added dockerfile by @shizzgar in #31
New Contributors
- @Lykos153 made their first contribution in #19
- @kousu made their first contribution in #20
- @sysvinit made their first contribution in #23
- @cbix made their first contribution in #26
- @shizzgar made their first contribution in #31
Full Changelog: v1.0.2...v1.0.3
Version 1.0.2
- Adds return code 201 on successful upload
- Adds version string to first log message after startup
Version 1.0.1
/upload/
.
Version 1.0.0
Fixes: Random upload fails
Adds: CORS support
v1.0.0-rc3
- Fixes directory listing (#2 )
v1.0.0-rc2
Second release candidate. Fixed compatibility with Gajim's url_image_preview by sending valid Content-Type HTTP headers even if a file is encrypted.
v1.0.0-rc1
This is the first finished version for the public. Please try and report any errors you find :)