Skip to content

Commit

Permalink
Merge branch 'master' into simply-replace
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGlorias authored Jan 12, 2025
2 parents bbde59f + 86a2451 commit 967567f
Show file tree
Hide file tree
Showing 572 changed files with 2,345 additions and 1,682 deletions.
2 changes: 1 addition & 1 deletion app/controllers/User.scala
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ final class User(
res <-
if HTTPRequest.isSynchronousHttp(ctx.req) then
for
info <- env.userInfo(u, nbs, withUblog = false)
info <- env.userInfo(u, nbs, withUblog = true)
_ <- env.team.cached.lightCache.preloadMany(info.teamIds)
social <- env.socialInfo(u)
searchForm = (filters.current == GameFilter.Search).option(
Expand Down
1 change: 1 addition & 0 deletions modules/game/src/main/GamesByUsersStream.scala
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ private object GameStream:
)
.add("provisional" -> p.provisional))
)
.add("winner" -> g.winnerColor.map(_.name))
.add("initialFen" -> initialFen)
.add("clock" -> g.clock.map: clock =>
Json.obj(
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object Dependencies {
val nettyTransport =
("io.netty" % s"netty-transport-native-$notifier" % "4.1.116.Final").classifier(s"$os-$arch")
val lilaSearch = "org.lichess.search" %% "client" % "3.1.0"
val munit = "org.scalameta" %% "munit" % "1.0.3" % Test
val munit = "org.scalameta" %% "munit" % "1.0.4" % Test
val uaparser = "org.uaparser" %% "uap-scala" % "0.18.0"
val apacheText = "org.apache.commons" % "commons-text" % "1.13.0"
val apacheMath = "org.apache.commons" % "commons-math3" % "3.6.1"
Expand All @@ -42,7 +42,7 @@ object Dependencies {
}

object chess {
val version = "17.1.1"
val version = "17.2.0"
val core = "org.lichess" %% "scalachess" % version
val testKit = "org.lichess" %% "scalachess-test-kit" % version % Test
val playJson = "org.lichess" %% "scalachess-play-json" % version
Expand Down
2 changes: 1 addition & 1 deletion public/images/globe.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/images/icons/brain.blue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 1 addition & 5 deletions public/images/icons/certification.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 967567f

Please sign in to comment.