~jan0sch/smederee

Showing 11 changes starting from 13c13648a7f259b52438a59bf255069df1610d78.
2024-02-29 (Thu), 3:49 PM - Jens Grassel - 13c13648a7f259b52438a59bf255069df1610d78

Update sbt-twirl to 2.0.4

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • project/plugins.sbt with 1 added and 1 removed lines
2024-02-29 (Thu), 3:48 PM - Jens Grassel - ef5b5096c631850965b4c4276d5eb1d842f44597

Update logback to 1.5.1

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
2024-02-23 (Fri), 3:53 PM - Jens Grassel - 82d48d741f54b82f714f52a4fccf3160f1ab7b62

Update flyway to 10.8.1

Summary of changes
1 files modified with 4 lines added and 1 lines removed
  • build.sbt with 4 added and 1 removed lines
2024-02-23 (Fri), 3:40 PM - Jens Grassel - 277e4e7f90022bf790ab8c5f9a0856c7c705ff86

Update logback to 1.5.0

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
2024-02-23 (Fri), 3:35 PM - Jens Grassel - 1365095186e02376c1e67320b8f0ac1a584bf361

Update postgresql to 42.7.2

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
2024-02-23 (Fri), 3:34 PM - Jens Grassel - b7fce1c50e350825a0d994a20287478b2afd8845

Update spring security to 6.2.2

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
2024-02-23 (Fri), 3:33 PM - Jens Grassel - 9c9a238a17399d93599fe429b630a8e74dd27654

Update pureconfig to 0.17.6

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
2024-02-23 (Fri), 3:33 PM - Jens Grassel - 8024711c4057a67f207822eb644d1fd2c3a7952f

Update Apache Mina SSHD to 2.12.1

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
2024-02-23 (Fri), 3:28 PM - Jens Grassel - 838c2e31a3cd1fbe0acb440b495a6aa843ec2eb3

Update sbt to 1.9.9

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • project/build.properties with 1 added and 1 removed lines
2024-02-15 (Thu), 8:07 PM - Jens Grassel - 6aea260657b4c5da5376f48047d18befd16ea353

VCS: Show edit link for organisation if feasible.

- show edit link for organisation owners
- only load repositories if really needed
Summary of changes
3 files modified with 31 lines added and 15 lines removed
  • modules/hub/src/main/resources/messages.properties with 2 added and 0 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryRoutes.scala with 13 added and 11 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/showRepositories.scala.html with 16 added and 4 removed lines
2024-02-15 (Thu), 8:03 PM - Jens Grassel - 4ee922c097b6893e93b6650503223d8c7d53ccd6

VCS: Better error message if user or organisation cannot be displayed.

Display a dedicated error page if a user or organisation can either not be
found or is private and the user has no permissions to view their repositories.

Until now the regular user page but without repositories was displayed while
using a 404 response code.
Summary of changes
1 files added
  • modules/hub/src/main/twirl/de/smederee/hub/views/errors/userOrOrganisationNotFound.scala.html
2 files modified with 5 lines added and 4 lines removed
  • modules/hub/src/main/resources/messages.properties with 2 added and 0 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryRoutes.scala with 3 added and 4 removed lines