Merge branch 'phnt/oban-web' into 'develop'

Add Oban Web and upgrade LiveView, plug

See merge request pleroma/pleroma!4422
This commit is contained in:
lain 2026-01-11 05:40:47 +00:00
commit 9fcf918e1c
9 changed files with 73 additions and 5 deletions

View file

@ -77,6 +77,10 @@ defmodule Pleroma.Web.FallbackTest do
assert redirected_to(get(conn, "/pleroma/admin")) =~ "/pleroma/admin/"
end
test "GET /phoenix/live_dashboard -> /pleroma/live_dashboard", %{conn: conn} do
assert redirected_to(get(conn, "/phoenix/live_dashboard")) =~ "/pleroma/live_dashboard"
end
test "OPTIONS /*path", %{conn: conn} do
assert conn
|> options("/foo")

View file

@ -106,7 +106,6 @@ defmodule Pleroma.Web.Plugs.FrontendStaticPlugTest do
"manifest.json",
"auth",
"proxy",
"phoenix",
"test",
"user_exists",
"check_password"