Skip to content

Releases: epoupon/fileshelter

v6.2.0

04 Mar 22:15
Compare
Choose a tag to compare

*Updates

  • Made enter key pressed unlock password forms #89
  • Hide Create New button on Download page #101

v6.1.0

20 Jul 21:31
Compare
Choose a tag to compare

Updates

  • Upload password needs to be provided once per session

Bugfixes

  • Fixed bad margins in password forms #85

v6.0.0

13 Jun 21:07
Compare
Choose a tag to compare

Updates

  • Merged command line tools to an unified fileshelter-cmd tool (and added ability to destroy shared)
  • Added edit/download URL as helper when deploy URL is provided in the command line tool #79
  • switched from custom code to libarchive (better compatibility for generated zip)
  • UI: Upgraded from bootstrap 3 to 5

v5.1.2

04 Feb 11:30
Compare
Choose a tag to compare

Bugfixes

  • Fixed regression on relative path that may erase temporary uploaded files

v5.1.1

28 Jan 14:31
Compare
Choose a tag to compare

Bugfixes

  • Various compilation fixes on arch, FreeBSD
  • Fixed bad suggested name #75

v5.1.0

07 Jan 11:15
Compare
Choose a tag to compare

Bugfixes:

  • Share download links now use the deploy path set in configuration file #54

v5.0.1

21 Nov 12:43
Compare
Choose a tag to compare

Bugfixes

  • Fixed regression: remove expired shares periodically, and not only during startup #55

v5.0.0

31 Aug 20:39
Compare
Choose a tag to compare

Updates

  • now implements a file drop (files can be added/removed while creating the share)
  • zip files are now created dynamically during download (this significantly reduces time to produce large shares)
  • removed upload download limit (please fill in an issue if you really need this back)
  • added two command line tools:
    • fileshelter-list: list all available shares
    • fileshelter-create: create shares using local file (files are served using the path provided, no copy/move is performed)

Notes about migration:

  • previous shares will be lost! You will have to manually delete the /var/fileshelter directory to run v5.0.0
  • configuration has some new options and some options are no longer used

Notes about dependencies:

  • removed dependency to libzip
  • switched from autotools to cmake

v4.2.0

22 Jan 22:05
Compare
Choose a tag to compare

Updates:

  • add multiple upload passwords support (#28)

Fixes:

  • Always report the mime type to be application/octet-stream (#30)

v4.0.1

21 Sep 18:07
Compare
Choose a tag to compare

Better compatibility with Debian Buster and Ubuntu Bionic
Added precompiled packages for Debian Buster for both amd64 and armhf architectures
Corrected minor display glitch on mobile devices