github eikek/sharry v1.11.0
Sharry 1.11.0

latest releases: nightly, v1.13.2, v1.13.1...
22 months ago

🎉 DocumentationMilestone 🎉

This release finally brings the ability to use different backends for the files.

  • file backends (#800) Sharry now supports storing files in the filesystem or in a S3 compatible object storage in addition to the SQL database. Backends can be changed by instructing Sharry to copy files from one to the other (please see the configuration docs).
  • Sharry computes the sha256 checksum of each uploaded file. This is now done in the background to not block uploads of large files. It can also be disabled completely in the config file (#803, #800)
  • Improved logging config, to be able to override levels of specific loggers (#801)
  • Sharry can redirect immediately to the OAuth provider, if only one is configured (#780)
  • When creating accounts from OAuth providers, the email can be fetched as well (#571)
  • When publishing a share, the url can be amended with a parameter to select the initial view mode, being either "list view", "cards view" or "preview mode" (#778)
  • Fixes a bug that wouldn't run database migrations on MariaDB (#766)
  • Fixes a bug where extra scrollbars appeared (#572)

Don't miss a new sharry release

NewReleases is sending notifications on new releases.