From ed9971cf7f8e595c18735641474c9420b4c0abde Mon Sep 17 00:00:00 2001 From: Eliot Berriot <contact@eliotberriot.com> Date: Thu, 17 May 2018 23:50:44 +0200 Subject: [PATCH] Fix #206: changelog --- changes/changelog.d/206.feature | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 changes/changelog.d/206.feature diff --git a/changes/changelog.d/206.feature b/changes/changelog.d/206.feature new file mode 100644 index 00000000..b334554f --- /dev/null +++ b/changes/changelog.d/206.feature @@ -0,0 +1,17 @@ +We now have a brand new instance settings interface in the front-end (#206) + + +Instance settings interface +^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Prior to this release, the only way to update instance settings (such as +instance description, signup policy, federation configuration, etc.) was using +the admin interface provided by Django (the back-end framework which power the API). + +This interface worked, but was not really-user friendly and intuitive. + +Starting from this release, we now offer a dedicated interface directly +in the front-end. You can view and edit all your instance settings from here, +assuming you have the required permissions. + +This interface is available at ``/manage/settings` and via link in the sidebar. -- GitLab