Skip to content

Releases: ThomasLeister/prosody-filer

v1.0.3

17 Feb 13:20
c4b6b83
Compare
Choose a tag to compare

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

Full Changelog: v1.0.2...v1.0.3

Version 1.0.2

20 Apr 19:30
07d0882
Compare
Choose a tag to compare
  • Adds return code 201 on successful upload
  • Adds version string to first log message after startup

Version 1.0.1

08 Jan 18:49
Compare
Choose a tag to compare

⚠️ This version contains an important security fix. In previous versions an attacker could list already uploaded files in subdirectories other than /upload/.

Version 1.0.0

01 Jan 18:03
Compare
Choose a tag to compare

Fixes: Random upload fails
Adds: CORS support

v1.0.0-rc3

08 Jul 09:34
45c8da4
Compare
Choose a tag to compare
v1.0.0-rc3 Pre-release
Pre-release
  • Fixes directory listing (#2 )

v1.0.0-rc2

28 Jun 16:59
Compare
Choose a tag to compare
v1.0.0-rc2 Pre-release
Pre-release

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

25 Jun 16:51
Compare
Choose a tag to compare
v1.0.0-rc1 Pre-release
Pre-release

This is the first finished version for the public. Please try and report any errors you find :)