这是indexloc提供的服务,不要输入任何密码
Skip to content

v0.6.6-beta

Choose a tag to compare

@gtsteffaniak gtsteffaniak released this 04 Apr 14:34
· 1 commit to e25d68577dc1de53fcc9b7a20a7483f6ab207eb8 since this release
bd40c82

What's Changed

Warning

A temp directory is now required for archive creation. By default, a tmp dir is created -- can be adjusted with server.cacheDir. If you are using an atypical user or running in an atypical environment, make sure the user that executes binary has access to create a tmp directory -- or mount/create a temp directory beforehand with the correct permissions.

New Feature:

  • limit tar size creation to limit server burden. For example, don't let customers try to download the entire filesystem as a zip. see server.maxArchiveSize on config wiki.

Notes:

  • disableUsedPercentage also hides text and source bar.
  • share errors show up in logs in more verbose way.
  • archive creation occurs on disk rather than in memory, use server.cacheDir to determine where temp files are stored.
  • automatically ensures leading slash for scope

BugFixes:

  • fix proxy user creation issue #478
  • externalUrl prefix issue fixed for shares. #465
  • fix File Opens Instead of Just Downloading #480
  • fix Download file name #481 Changelog**:

v0.6.5-beta...v0.6.6-beta