sharry

Sharry is a self-hosted file sharing web application.

GPL-3.0 License

Stars
744

Bot releases are visible (Hide)

sharry - Sharry Nightly Latest Release

Published by github-actions[bot] about 1 month ago

Commits

  • 4b7701a: Add a max-page-size config option and paging for search results (#1485) (eikek) #1485
sharry - Sharry Nightly

Published by github-actions[bot] 2 months ago

Commits

  • 7eab778: Update postgres Docker tag to v16.4 (renovate[bot]) #1454
sharry - 1.14.0

Published by github-actions[bot] 4 months ago

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)
  • Update flyway-core, ... to 10.14.0 @eikek-scala-steward (#1427)
  • Update scribe, scribe-slf4j2 to 3.14.0 @eikek-scala-steward (#1426)
  • Update swagger-ui to 5.17.14 @eikek-scala-steward (#1424)
  • Update dependency flag-icons to v7.2.3 @renovate (#1423)
  • Update swagger-ui to 5.17.11 @eikek-scala-steward (#1422)
  • Update munit, munit-scalacheck to 1.0.0 @eikek-scala-steward (#1420)
  • Update mariadb-java-client to 3.4.0 @eikek-scala-steward (#1419)
  • Update munit-cats-effect-3 to 2.0.0 @eikek-scala-steward (#1421)
  • Update sourcecode to 0.4.2 @eikek-scala-steward (#1417)
  • Update flyway-core, ... to 10.13.0 @eikek-scala-steward (#1418)
  • Update dependency flag-icons to v7.2.2 @renovate (#1413)
  • Update actions/checkout action to v4.1.6 @renovate (#1411)
  • Update cachix/install-nix-action action to v27 @renovate (#1410)
  • Update scribe, scribe-slf4j2 to 3.13.5 @eikek-scala-steward (#1408)
  • Update postgres Docker tag to v16.3 @renovate (#1407)
  • Update actions/checkout action to v4.1.5 @renovate (#1406)
  • Update sbt to 1.10.0 @eikek-scala-steward (#1402)
  • Update http4s-circe, http4s-dsl, ... to 0.23.27 @eikek-scala-steward (#1401)
  • Update sbt-scalafix to 0.12.1 @eikek-scala-steward (#1396)
  • Update scala-library to 2.13.14 @eikek-scala-steward (#1397)
  • Update flyway-core, ... to 10.12.0 @eikek-scala-steward (#1395)
  • Update circe-core, circe-generic, ... to 0.14.7 @eikek-scala-steward (#1394)
  • Update swagger-ui to 5.17.2 @eikek-scala-steward (#1393)
  • Update actions/checkout action to v4.1.4 @renovate (#1391)
  • Update scribe, scribe-slf4j2 to 3.13.4 @eikek-scala-steward (#1390)
  • Update swagger-ui to 5.17.0 @eikek-scala-steward (#1389)
  • Update actions/checkout action to v4.1.3 @renovate (#1387)
  • Update flyway-core, ... to 10.11.1 @eikek-scala-steward (#1386)
  • Update scribe, scribe-slf4j2 to 3.13.3 @eikek-scala-steward (#1385)
  • Update swagger-ui to 5.15.2-1 @eikek-scala-steward (#1384)
  • Update swagger-ui to 5.15.2 @eikek-scala-steward (#1383)
  • Update sourcecode to 0.4.1 @eikek-scala-steward (#1382)
  • Update sourcecode to 0.4.0 @eikek-scala-steward (#1381)
  • Update swagger-ui to 5.15.1 @eikek-scala-steward (#1379)
  • Update swagger-ui to 5.15.0 @eikek-scala-steward (#1378)
  • Update tika-core to 2.9.2 @eikek-scala-steward (#1374)
  • Update dependency @fortawesome/fontawesome-free to v6.5.2 @renovate (#1373)
  • Update swagger-ui to 5.13.0 @eikek-scala-steward (#1372)
  • Update scalafmt-core to 3.8.1 @eikek-scala-steward (#1371)
  • Update fs2-core, fs2-io to 3.10.2 @eikek-scala-steward (#1370)
  • Update swagger-ui to 5.12.2 @eikek-scala-steward (#1368)
  • Update dependency flag-icons to v7.2.1 @renovate (#1367)
  • Update fs2-core, fs2-io to 3.10.1 @eikek-scala-steward (#1366)
  • Update scribe, scribe-slf4j2 to 3.13.2 @eikek-scala-steward (#1365)
  • Update scribe, scribe-slf4j2 to 3.13.1 @eikek-scala-steward (#1364)
  • Update sbt-buildinfo to 0.12.0 @eikek-scala-steward (#1363)
  • Update fs2-core, fs2-io to 3.10.0 @eikek-scala-steward (#1361)
  • Update swagger-ui to 5.12.0 @eikek-scala-steward (#1362)
  • Update swagger-ui to 5.11.10 @eikek-scala-steward (#1354)
  • Update flyway-core, ... to 10.10.0 @eikek-scala-steward (#1357)
  • Update postgresql to 42.7.3 @eikek-scala-steward (#1358)
sharry - Sharry Nightly

Published by github-actions[bot] 5 months ago

Commits

  • 3bd0fcd: Update scribe, scribe-slf4j2 to 3.13.5 (eikek-scala-steward) #1408
sharry - Sharry Nightly

Published by github-actions[bot] 5 months ago

Commits

  • b26c331: Update postgres Docker tag to v16.3 (renovate[bot]) #1407
sharry - Sharry Nightly

Published by github-actions[bot] 6 months ago

Commits

  • a729b03: Update sourcecode to 0.4.0 (eikek-scala-steward) #1381
sharry - Sharry Nightly

Published by github-actions[bot] 6 months ago

Commits

  • 78065c1: Update swagger-ui to 5.15.1 (eikek-scala-steward) #1379
sharry - Sharry Nightly

Published by github-actions[bot] 6 months ago

Commits

  • dc9ac13: Update swagger-ui to 5.15.0 (eikek-scala-steward) #1378
sharry - Sharry Nightly

Published by github-actions[bot] 7 months ago

Commits

  • 6f55589: Update dependency @fortawesome/fontawesome-free to v6.5.2 (renovate[bot]) #1373
sharry - Sharry Nightly

Published by github-actions[bot] 7 months ago

Commits

  • 3e6418d: Update fs2-core, fs2-io to 3.10.2 (eikek-scala-steward) #1370
sharry - Sharry Nightly

Published by github-actions[bot] 7 months ago

Commits

  • 9a65ae0: Update dependency flag-icons to v7.2.1 (renovate[bot]) #1367
sharry - Sharry Nightly

Published by github-actions[bot] 7 months ago

Commits

  • f277102: Update fs2-core, fs2-io to 3.10.1 (eikek-scala-steward) #1366
sharry - Sharry Nightly

Published by github-actions[bot] 7 months ago

Commits

  • 685ba38: Update scribe, scribe-slf4j2 to 3.13.2 (eikek-scala-steward) #1365
sharry - Sharry Nightly

Published by github-actions[bot] 7 months ago

Commits

  • 33b3217: Update scribe, scribe-slf4j2 to 3.13.1 (eikek-scala-steward) #1364
sharry - Sharry Nightly

Published by github-actions[bot] 7 months ago

Commits

  • 4ad88e5: Fix renamed elm package (Eike Kettner) #1359
sharry - Sharry Nightly

Published by github-actions[bot] 7 months ago

Commits

  • 81da79f: Fix github action for creating website (eikek)
  • c0334b4: Remove wrong comment in docs (eikek)
  • 69e68e3: Merge branch 'current-docs' (eikek)
sharry - Sharry Nightly

Published by github-actions[bot] 7 months ago

Commits

  • 19cc585: Add file deletion diagram (tacheometry) #1320
  • 23c84a9: Set version to 1.13.2 (eikek)
  • 0a18eee: Merge branch 'current-docs' (eikek)
  • 9c66ddb: Update nix release (eikek)
  • 9dc1394: Set version to 1.14.0-SNAPSHOT (eikek)
sharry - Sharry 1.13.2

Published by eikek 7 months ago

  • Fix responses for range requests (#1328)
  • Update nix dev setup
sharry - Sharry Nightly

Published by github-actions[bot] 7 months ago

Commits

  • 16e0c4a: Update npm packages (eikek) #1352
sharry - Sharry Nightly

Published by github-actions[bot] 8 months ago

Commits

  • 888b7cf: Update flyway-core, ... to 10.9.0 (eikek-scala-steward) #1346