Introduce group basic federation, event new page and notifications

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-02-18 08:57:00 +01:00
parent 300ef8f245
commit 4144e9ffd0
416 changed files with 32220 additions and 16750 deletions

View File

@@ -28,9 +28,11 @@ defmodule Mobilizon.Web.Endpoint do
plug(
Plug.Static,
at: "/",
from: :mobilizon,
from: {:mobilizon, "priv/static"},
gzip: false,
only: ~w(css fonts images js favicon.ico robots.txt)
only:
~w(index.html manifest.json service-worker.js css fonts images js favicon.ico robots.txt),
only_matching: ["precache-manifest"]
)
# Code reloading can be explicitly enabled under the