Skip to content

Release 2.0 beta 4

Pre-release
Pre-release
Compare
Choose a tag to compare
@monkeyiq monkeyiq released this 13 Mar 23:46
· 321 commits to master since this release
a9b0e19

Release Version 2.0 beta 4

Release date: 14 March 2018.

Distribution

Source snapshots are attached to this announcement and the git tag filesender-2.0-beta4 contains the base that these snapshots were created from.

Installation

Documentation is available at http://docs.filesender.org/v2.0/install/

Upgrade Notes

Version 2.0 breaks compatibility with version 1.x. We recommend a fresh installation to version 2.x of FileSender.

Major changes since 2.0 beta 3

New cloud backends to allow storage of file data in Azure or S3. Explicit support for file shredding. Since good shredding can take time FileSender allows that to be done without the user needing to wait in order to continue to use the web interface. New scripts to import translations from poeditor. Update for resuming a failed upload with TeraSender. A new storage type was added to allow file names to be preserved if desired. Minor documentation updates were done on docs.filesender.org

A new config-passwords.php is passed if it exists along side config.php. This allows passwords and other sensitive information to be kept in a separate file to the main configuration for easier sharing of general configuration but not secret information. This is currently mentioned in https://docs.filesender.org/v2.0/cloud/ but may have it's documentation moved in the future.

Translations updated:

  • en_AU, cs_CZ

The following pull requests have been merged:

  • 196 containing multiple small fixes
  • 254 auth url sanitization
  • 266 SSP update for saml libraries

Configuration changes

Raw list of interesting config directives changed or added in this release

storage_filesystem_file_shred_command
storage_filesystem_shred_path
cloud_azure_connection_string
cloud_s3_region
cloud_s3_version
cloud_s3_endpoint
cloud_s3_use_path_style_endpoint
cloud_s3_key
cloud_s3_secret
sysadmin_setting_testcloud

The azure and s3 directives are described at https://docs.filesender.org/v2.0/cloud/
The shredding is at https://docs.filesender.org/v2.0/shredding/

Support and Feedback

See Support and Mailinglists and Feature requests.

A new label "release2.0beta4" has been created to specifically track issues relating to this release. Please attach that label when reporting issues that relate to this beta. Current known issues can be seen at https://github.com/filesender/filesender/labels/release2.0beta4