Skip to content

Releases: patrickhener/goshs

v0.3.2

29 May 08:29
33c8a14
Compare
Choose a tag to compare

Changelog

This release does introduce a security feature

Enhancements

  • In Linux/MacOS you can now drop the privileges of the process
  • Verbose mode now logs Authorization header if present

v0.3.1

08 May 07:13
Compare
Choose a tag to compare

Changelog

This release adds colored logging and merges 2 requests from aWZHY0yQH81uOYvH. Thanks again for contributing. Now empty username for basic auth is allowed and also some minor fixes will prevent from 404 errors with static content.

v0.3.0

28 Feb 15:03
6574dda
Compare
Choose a tag to compare

Changelog

This release does do a lot of things mainly for project structure. It also bumps some versions.

Bugfixes

Security

  • Mitigate slow loris attack

Enhancements

  • introduced ?json mode - also see README.md

v0.2.0

02 Dec 09:05
Compare
Choose a tag to compare

Changelog

  • fix issue #31
  • More verbose printing
  • Added silent mode #32

v0.1.9

13 Oct 13:55
Compare
Choose a tag to compare

Changelog

I did change a thing so big files should now download fine. Also added -V/--verbose which will add the user agent to the log statement on console.

v0.1.8

11 Mar 14:26
Compare
Choose a tag to compare

Update

Mainly bugfixing. Better support for running on Windows. Also fixed an issue with zip creation and relative paths using -d.

Changelog

v0.1.7

28 Feb 13:01
Compare
Choose a tag to compare

Update

Added 2 new "features" (see changelog) and fixed issues.

Issues fixed

Fixed issue #20 and issue #21

Changelog

  • 6e2ac78 added output of ip addresses when not -i and also introduced logrus with structured logging
  • b886ac2 changed handler so it will parse ; and & and also include parameters in logging info
  • b45ddef fixed bugs, increased version
  • 7d1630c increased version Readme

v0.1.6

09 Nov 13:16
Compare
Choose a tag to compare

Update

I fixed a bug when using goshs with older IE instances. Also started to use code analysis by github. An issues was fixed where encoding of clipboard content broke the actual content.

Changelog

cba8525 Create codeql-analysis.yml
b1d4f83 Merge branch 'main' of github.com:patrickhener/goshs
430a483 changed arrow functions to default function call to support Dropzone on older IE Intances
52cb396 fix issue #17
1bb4b44 general linting
e934035 new version 0.1.6
0a62fe0 remove unwanted file

v0.1.5

12 Oct 10:33
Compare
Choose a tag to compare

Update

This release introduces dropzone.js as Drag&Drop solution for the upload form.

Changelog

71cefd7 README and new version 0.1.5
079c0e4 swapped upload form for dropzone.js to support drag and drop uploads

v0.1.4

12 Oct 06:55
Compare
Choose a tag to compare

Update

This release adds the read only and upload only mode as well as the possibility to choose an own username when using basic auth. Also there are minor code fixes

Changelog

b28b7c2 added read only and upload only mode, also made basic auth so one can use custom user and password
05d2e11 fixed webdav logging
7be853c fixed webdav logging again
e4b566b modified fileserver package to provide webdav instead of duplicating it
1e4ebfc quick modification to omit logging basic auth 2 times