From c59f289ea460b71be0cc31bfd7142b9916dca3a2 Mon Sep 17 00:00:00 2001 From: Eliot Berriot <contact@eliotberriot.com> Date: Tue, 29 May 2018 22:39:28 +0200 Subject: [PATCH] Fix #223: changelog --- changes/changelog.d/223.feature | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 changes/changelog.d/223.feature diff --git a/changes/changelog.d/223.feature b/changes/changelog.d/223.feature new file mode 100644 index 00000000..c2f104ba --- /dev/null +++ b/changes/changelog.d/223.feature @@ -0,0 +1,10 @@ +Files management interface for users with "library" permission (#223) + +Files management interface +^^^^^^^^^^^^^^^^^^^^^^^^^^ + +This is the first bit of an ongoing work that will span several releases, to +bring more powerful library management features to Funkwhale. This iteration +includes a basic file management interface where users with the "library" +permission can list and search available files, order them using +various criterias (size, bitrate, duration...) and delete them. -- GitLab