diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 2d85efa746371ea2f72d9a30056e98b4a5806ef3..583f30d929462ada3fa7483bca0b53476826cdc9 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -84,6 +84,18 @@ Visit https://dev.funkwhale.audio/funkwhale/funkwhale and clone the repository u git clone ssh://git@dev.funkwhale.audio/funkwhale/funkwhale.git cd funkwhale +.. note:: + + As of January 2020, the SSH fingerprints of our Gitlab server are the following:: + + $ ssh-keyscan dev.funkwhale.audio | ssh-keygen -lf - + # dev.funkwhale.audio:22 SSH-2.0-OpenSSH_7.4p1 Debian-10+deb9u6 + # dev.funkwhale.audio:22 SSH-2.0-OpenSSH_7.4p1 Debian-10+deb9u6 + # dev.funkwhale.audio:22 SSH-2.0-OpenSSH_7.4p1 Debian-10+deb9u6 + 2048 SHA256:WEZ546nkMhB9yV9lyDZZcEeN/IfriyhU8+mj7Cz/+sU dev.funkwhale.audio (RSA) + 256 SHA256:dEhAo+1ImjC98hSqVdnkwVleheCulV8xIsV1eKUcig0 dev.funkwhale.audio (ECDSA) + 256 SHA256:/AxZwOSP74hlNKCHzmu9Trlp9zVGTrsJOV+zet1hYyQ dev.funkwhale.audio (ED25519) + A note about branches ^^^^^^^^^^^^^^^^^^^^^ diff --git a/front/src/components/library/Albums.vue b/front/src/components/library/Albums.vue index 64104200052e7d56b4fcc50be9bac0e131d68f88..2687549940ce23bd55018141da583bef4ee5383b 100644 --- a/front/src/components/library/Albums.vue +++ b/front/src/components/library/Albums.vue @@ -12,6 +12,10 @@ </label> <input type="text" name="search" v-model="query" :placeholder="labels.searchPlaceholder"/> </div> + <div class="field"> + <label><translate translate-context="*/*/*/Noun">Tags</translate></label> + <tags-selector v-model="tags"></tags-selector> + </div> <div class="field"> <label><translate translate-context="Content/Search/Dropdown.Label/Noun">Ordering</translate></label> <select class="ui dropdown" v-model="ordering"> @@ -20,10 +24,6 @@ </option> </select> </div> - <div class="field"> - <label><translate translate-context="*/*/*/Noun">Tags</translate></label> - <tags-selector v-model="tags"></tags-selector> - </div> <div class="field"> <label><translate translate-context="Content/Search/Dropdown.Label/Noun">Ordering direction</translate></label> <select class="ui dropdown" v-model="orderingDirection">