diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ae55ec7b..00868e746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,10 @@ Also make sure to remove the `EnvironmentFile=` line from the systemd service an - Possibility to participate anonymously to an event - Possibility to participate to a remote event (being redirected by providing federated identity) +### Fixed +- Fixed URL search +- Fixed content accessed through URL search being public + ## [1.0.0-beta.2] - 2019-12-18 ### Special operations diff --git a/docs/administration/index.md b/docs/administration/index.md index 165b4c49a..1496ab13e 100644 --- a/docs/administration/index.md +++ b/docs/administration/index.md @@ -73,7 +73,7 @@ yarn install Finally, we can build the front-end (this can take a few seconds) ```bash -yarn run build +NODE_ENV=production yarn run build ``` Let's go back to the main directory diff --git a/js/src/views/Home.vue b/js/src/views/Home.vue index 7e64ffd10..df9e55bf7 100644 --- a/js/src/views/Home.vue +++ b/js/src/views/Home.vue @@ -37,10 +37,10 @@

{{ $t("Upcoming") }}

- +
- +

{{ $tc('You have one event today.', row[1].length, {count: row[1].length}) }} @@ -71,7 +71,7 @@

{{ $t("Last week") }}

- +