KingDownloads

sharry version history

10 releases tracked, newest first.

nightly

Pre-releaseJul 7, 2026
- Updated dependency @fortawesome/fontawesome-free to v7.3.0.

1 download

v1.16.0

Jun 4, 2026
## What’s Changed ## πŸš€ Features - Download all files as zip @aetasoul (#1814) ## πŸ› Bug Fixes - Fix redocly cmd in sbt @eikek (#1816) - Fix checkbox visibility in dark mode @aetasoul (#1813) - Fix invalid syntax in db healthcheck in docker-compose.yml @ojaha065 (#1692) ## πŸ’š Maintenance - Relocate EXPOSE and HEALTHCHECK @thecodygriffin (#1759) <details> <summary> ## 🧱 Dependencies </summary> - Update postgres Docker tag to v18.4 @[renovate[bot]](https://github.com/apps/renovate) (#1812) - Update actions/checkout action to v6.0.3 @[renovate[bot]](https://github.com/apps/renovate) (#1815) - Update release-drafter/release-drafter action to v7 @[renovate[bot]](https://github.com/apps/renovate) (#1800) - Update docker/setup-buildx-action action to v4 @[renovate[bot]](https://github.com/apps/renovate) (#1796) - Update dependency scalafmt to v3.11.1 @[renovate[bot]](https://github.com/apps/renovate) (#1811) - Update dependency scalafmt to v3.11.0 @[renovate[bot]](https://github.com/apps/renovate) (#1807) - Update softprops/action-gh-release action to v3 @[renovate[bot]](https://github.com/apps/renovate) (#1806) - Update postgres Docker tag to v18.

1 download

v1.15.0

Mar 15, 2025
## What’s Changed **NOTE** This release is broken for MariaDB and H2 users (see issue #1643). Please wait for an upcoming bugfix release. ## πŸš€ Features - add 24/23/100/1000 Months validity Time @sudo-bencho (#1614) - Added Italian language @aetasoul (#1576) - Added Spanish language @dazanestor (#1514) - docker/sharry.dockerfile: create user 10001 and set USER to this uid @kastl-ars (#1501) - Add a max-page-size config option and paging for search results @eikek (#1485) ## πŸ› Bug Fixes - Fix showing qr code in mobile view @eikek (#1633) - add a healthcheck for the db and change the depends_on to wait for condition service_healthy @kastl-ars (#1500) - Add a `meta.mainProgram` to fix `nix run` @eikek (#1495) ## πŸ’š Maintenance - Use gh action that can update existing releases @eikek (#1632) <details> <summary> ## 🧱 Dependencies </summary> - Update scalafmt-core to 3.9.4 @[eikek-scala-steward[bot]](https://github.com/apps/eikek-scala-steward) (#1631) - Update flyway-core, ... to 11.4.0 @[eikek-scala-steward[bot]](https://github.com/apps/eikek-scala-steward) (#1630) - Update cachix/install-nix-action action to v31 @[renovate[bot]](https://gith

1 download

v1.14.0

Jun 11, 2024
## What’s Changed This release includes Czech language and moves the code base from Scala 2 to Scala 3, including many dependency updates. **Note** updating to 1.14.0 requires to adopt the config file. There are two sections that changed from being an array of objects to a nested object. ``` backend { auth { oauth = [ { id = "x" … }] ``` to ``` backend { auth { oauth = { x = { … } } } } ``` So the `id` property inside the object is removed and put as an attribute key into the outer object. The same applies to `database-domain-checks`. If you don't use (have overriden) any of this, you don't need to do anything (here you can just use any unique id as there is no such property). You can have a look at the `reference.conf` file in this repository for details. ## πŸš€ Features - Add translation for Czech @CZaMOR (#1380) ## πŸ’š Maintenance - Move codebase to scala 3 (+allow env vars for configuration) @eikek (#1430) - Fix renamed elm package @eikek (#1359) ## 🧱 Dependencies - Update pureconfig to 0.17.7 @eikek-scala-steward (#1429) - Update scribe, scribe-slf4j2 to 3.15.0 @eikek-scala-steward (#1428)

1 download

v1.13.2

Mar 11, 2024
- Fix responses for range requests (#1328) - Update nix dev setup

1 download

v1.13.1

Jan 22, 2024
- Fix response headers to not contain `Content-Length` for chunked responses (#1296)

1 download

v1.13.0

Jan 6, 2024
- Japanese Translation (@dinoue) #1225 - Search in share descriptions (@Tolriq) #1293 - Require JDK17+ (@eikek) #1241 - Fix range response off-by-one error, #1163 - Authenticate via trusted request headers, #1168 - Fix documentation about Azure openid config, #1270

1 download

v1.12.1

May 1, 2023
A bug fix release addressing #1025 and #1039 (the latter is fixed by upgrading a library)

1 download

v1.12.0

Feb 28, 2023
πŸŽ‰ [Documentation](https://eikek.github.io/sharry/doc/) β€’ [Milestone](https://github.com/eikek/sharry/milestone/14?closed=1) πŸŽ‰ - Allow overriding the html head section (for the favicon) (#309) - Remove empty directories when using filesystem as storage (#975) - Fix counting views for password protected shares (#991) - Allow passwords to contain a `%` sign (#992)

1 download

v1.11.0

Jun 26, 2022
πŸŽ‰ [Documentation](https://eikek.github.io/sharry/doc/) β€’ [Milestone](https://github.com/eikek/sharry/milestone/13?closed=1) πŸŽ‰ 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](https://eikek.github.io/sharry/doc/configure#files)). - 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 ru

1 download