From 64f03ebdfb3de2a64a8d7b8c0be241ada8666547 Mon Sep 17 00:00:00 2001 From: Lunatech Ops Date: Wed, 20 Dec 2023 08:08:01 +0100 Subject: [PATCH 1/8] Update play-ahc-ws, play-ehcache, ... to 3.0.1 (#83) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a461d96..fa27ee7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.0") +addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.1") addSbtPlugin("io.github.irundaia" % "sbt-sassify" % "1.5.2") ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always From d2f424fae9fed5ab9e20ba6711786d3793e60159 Mon Sep 17 00:00:00 2001 From: Lunatech Ops Date: Fri, 22 Dec 2023 08:52:31 +0100 Subject: [PATCH 2/8] Update scalatestplus-play to 7.0.1 (#85) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e3c86a9..3843ade 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ scalaVersion := "2.13.12" libraryDependencies ++= Seq( guice, ws, ehcache, - "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.0" % Test, + "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % Test, "org.asciidoctor" % "asciidoctorj" % "2.5.10", "com.47deg" %% "github4s" % "0.21.0", ) From 8049821ec3539692c3c131557885555c454a099f Mon Sep 17 00:00:00 2001 From: Lunatech Ops Date: Wed, 27 Dec 2023 15:03:44 +0100 Subject: [PATCH 3/8] Update asciidoctorj to 2.5.11 (#84) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3843ade..864cab9 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ scalaVersion := "2.13.12" libraryDependencies ++= Seq( guice, ws, ehcache, "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % Test, - "org.asciidoctor" % "asciidoctorj" % "2.5.10", + "org.asciidoctor" % "asciidoctorj" % "2.5.11", "com.47deg" %% "github4s" % "0.21.0", ) From b8fcf407155c2d3be8d84feeaa83859c1513fe2a Mon Sep 17 00:00:00 2001 From: Lunatech Ops Date: Fri, 23 Feb 2024 09:09:09 +0100 Subject: [PATCH 4/8] Update sbt to 1.9.9 (#88) --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index abbbce5..04267b1 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.8 +sbt.version=1.9.9 From d9d3846136dcb3f24a8ae900d723a10c60274b1f Mon Sep 17 00:00:00 2001 From: Lunatech Ops Date: Tue, 27 Feb 2024 08:35:04 +0100 Subject: [PATCH 5/8] Update scala-library to 2.13.13 (#89) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 864cab9..4be3ccb 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ version := "1.0-SNAPSHOT" lazy val root = (project in file(".")).enablePlugins(PlayScala) -scalaVersion := "2.13.12" +scalaVersion := "2.13.13" libraryDependencies ++= Seq( guice, ws, ehcache, From 58ff8d367aecc8684e5c2c0e07d4089485f36bb1 Mon Sep 17 00:00:00 2001 From: Lunatech Ops Date: Mon, 4 Mar 2024 08:25:33 +0100 Subject: [PATCH 6/8] Update play-ahc-ws, play-ehcache, ... to 3.0.2 (#92) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index fa27ee7..58e233f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.1") +addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.2") addSbtPlugin("io.github.irundaia" % "sbt-sassify" % "1.5.2") ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always From 894612bf4829259a1787bc87f11fa5c8d33bfd3b Mon Sep 17 00:00:00 2001 From: Lunatech Ops Date: Tue, 12 Mar 2024 07:58:24 +0100 Subject: [PATCH 7/8] Update asciidoctorj to 2.5.12 (#93) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4be3ccb..147a680 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ scalaVersion := "2.13.13" libraryDependencies ++= Seq( guice, ws, ehcache, "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % Test, - "org.asciidoctor" % "asciidoctorj" % "2.5.11", + "org.asciidoctor" % "asciidoctorj" % "2.5.12", "com.47deg" %% "github4s" % "0.21.0", ) From f953e0196d7f481f588c428d6866d5d446086081 Mon Sep 17 00:00:00 2001 From: Lucas Leblanc <44496264+Dedelweiss@users.noreply.github.com> Date: Tue, 19 Mar 2024 18:01:18 +0100 Subject: [PATCH 8/8] fix: Correct the responsiveness of the iframe youtube (#94) --- app/assets/stylesheets/utils/components/_article.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/stylesheets/utils/components/_article.scss b/app/assets/stylesheets/utils/components/_article.scss index 0a18984..a619f82 100644 --- a/app/assets/stylesheets/utils/components/_article.scss +++ b/app/assets/stylesheets/utils/components/_article.scss @@ -125,4 +125,10 @@ article { color: #C21823; } } + @include phone { + .videoblock iframe { + width: 100%; + height: 240px; + } + } }