- Nov 21, 2020
-
-
Philipp Wolfer authored
The delete library button was not only opening the confirmation modal but also submitted the edit library form, causing the modal to close again. Fixes #1272
-
Agate authored
Support AIFF file format Closes #1243 See merge request funkwhale/funkwhale!1241
-
Agate authored
Typo in doc See merge request funkwhale/funkwhale!1242
-
jovuit authored
-
Philipp Wolfer authored
Fixes #1243
-
Agate authored
Update playback position slider also when track is paused Closes #1266 See merge request funkwhale/funkwhale!1239
-
Philipp Wolfer authored
Fixes the UI not updating when clicking the position slider while playback is paused. Fixes #1266
-
- Nov 20, 2020
-
-
Ciarán Ainsworth authored
Fix disabling plugins See merge request funkwhale/funkwhale!1240
-
Ciarán Ainsworth authored
-
Agate authored
Added a ListenBrainz plugin See merge request funkwhale/funkwhale!1238
-
Allows users to submit their listenings to ListenBrainz.org.
-
Agate authored
Update MediaSession metadata for initially loaded track Closes #1252 See merge request funkwhale/funkwhale!1237
-
Philipp Wolfer authored
The MediaSession metadata was only set on track change, but not for the track already set during load. Fixes #1252
-
- Nov 19, 2020
-
-
Agate authored
Skip importing files that cause index violations See merge request funkwhale/funkwhale!1236
-
-
Agate authored
Use logarithmic scale for volume slider. Closes #1222 See merge request funkwhale/funkwhale!1235
-
Agate authored
Remove manual entry of Import Reference on front-end import (#1284) Closes #1284 See merge request funkwhale/funkwhale!1233
-
Agate authored
Minimal wording enhancement Closes #1287 See merge request funkwhale/funkwhale!1234
-
Philipp Wolfer authored
Fixes #1222
-
jovuit authored
-
- Nov 15, 2020
-
-
Agate authored
Replaced token password with passphrase Closes #1269 See merge request funkwhale/funkwhale!1232
-
-
Agate authored
Remove API zip file after being extracted in non-docker upgrade doc (Fix #1236) Closes #1236 See merge request funkwhale/funkwhale!1231
-
jovuit authored
-
- Oct 31, 2020
- Oct 25, 2020
-
-
Agate authored
-
Feeds generated by Funkwhale do not pass validation with the [w3c validator](https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Fpodcast.midline.pl%2Fapi%2Fv1%2Fchannels%2FMidline%2Frss). This commit addresses the problems identified during validation: 1. The `isPermalink` is not recognized -> changed it to `isPermaLink` (capital "L") 2. `itunes:summary` and `itunes:subtitle` are 256 characters after truncating, but the maximum is 255. The truncating function trims the text to 255 chars, but then adds `…`, so the text is one character too long 3. The tags within `itunes:keywords` are now separated with commas instead of spaces (https://validator.w3.org/feed/docs/warning/InvalidKeywords.html)
-
-
Agate authored
Fixed requirements specifications See merge request funkwhale/funkwhale!1230
-
Agate authored
-
- Oct 22, 2020
-
-
Agate authored
Resolve "The feed does not pass w3c validation" Closes #1250 See merge request funkwhale/funkwhale!1229
-
Feeds generated by Funkwhale do not pass validation with the [w3c validator](https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Fpodcast.midline.pl%2Fapi%2Fv1%2Fchannels%2FMidline%2Frss). This commit addresses the problems identified during validation: 1. The `isPermalink` is not recognized -> changed it to `isPermaLink` (capital "L") 2. `itunes:summary` and `itunes:subtitle` are 256 characters after truncating, but the maximum is 255. The truncating function trims the text to 255 chars, but then adds `…`, so the text is one character too long 3. The tags within `itunes:keywords` are now separated with commas instead of spaces (https://validator.w3.org/feed/docs/warning/InvalidKeywords.html)
-
- Oct 11, 2020
-
-
Agate authored
Allow genre tags to be updated when rescanning files in-place See merge request funkwhale/funkwhale!1225
-
Cédric Schieli authored
-
- Oct 04, 2020
-
-
Agate authored
-