Commit graph

618 commits

Author SHA1 Message Date
Georg Krause
8202c1879b
Version bump and changelog for 1.1.2 2021-05-19 15:31:26 +02:00
Blopware
0c8f4400b0
Sanitize remote tracks' saving locations with slashes on their names
For that case, the resulting saved file made use of these slashes to
store the tracks in subdirectories of federation_cache/xx/xx/xx, instead of
in the federation_cache/xx/xx/xx directory itself. As a consequence, the
tracks are downloaded in the wrong location, and upon any trial of
playing the tracks, funkwhale responds with the message
"The track cannot be loaded. You can have connectivity issues"

An example of a podcast with this kind of RSS items is located in
https://www.rtve.es/api/programas/2082/audios.rss

This commit overcomes this by a simple replacement of the offending
slashes to hyphens.
2021-05-09 17:51:45 +02:00
Ciarán Ainsworth
33f7993477 Add missing playable serializer 2021-05-09 05:38:55 +00:00
Ciarán Ainsworth
56b1358f0a Resolve "Fix loaders in dark theme" 2021-05-01 10:38:49 +00:00
Ciarán Ainsworth
9b3f90a7ba Resolve "Channel: clicking auf "Subscribe" when not logged in still updates the subscriber count" 2021-04-30 21:11:44 +00:00
Georg Krause
88de997603
Remove JWT related code 2021-04-28 10:44:28 +02:00
heyarne
f1f9f935cf
Make playing tracks in their playlist the default 2021-04-28 08:47:12 +02:00
Georg Krause
5d745fea6f Resolve "Remove Raven Sentry" 2021-04-25 15:13:17 +00:00
Georg Krause
31413fe631 Merge branch '1160-systemd-fix' into 'develop'
Resolve "funkwhale-worker.service error option --concurrency"

Closes #1160

See merge request funkwhale/funkwhale!1296
2021-04-24 13:10:55 +00:00
Georg Krause
4fed82a34b
Merge branch 'petitminion/funkwhale-change_start_radio_to_Play_radio' into develop 2021-04-21 14:02:28 +02:00
Virgile Robles
942d0d1485 Add changelog fragment 2021-04-13 22:35:08 +02:00
Georg Krause
381215af98
Version bump and changelog for 1.1.1 2021-04-13 10:27:07 +02:00
Petitminion
cb9a5cdf81 Changing Start Radio to Play Radio. #1400 2021-04-11 00:05:16 +02:00
heyarne
75a1d74962 Stop all other tracks when loading a new track 2021-04-08 07:55:23 +00:00
heyarne
39405bbc3e Make scripts more portable 2021-04-07 07:18:17 +00:00
Georg Krause
5fded7a701 Merge branch 'enhancement/artist-track-row-consistency' into 'develop'
Improve UI consistency in an artist's tracklist

See merge request funkwhale/funkwhale!1286
2021-04-07 06:21:45 +00:00
Georg Krause
423a5de11c Merge branch 'update_howler' into 'develop'
Update howler.js dependency

Closes #1324

See merge request funkwhale/funkwhale!1289
2021-04-07 05:33:10 +00:00
Georg Krause
acedf4ccc5 Merge branch '1303-failing-to-refetch-federated-tracks' into 'develop'
Resolve "Failing to refetch federated tracks"

Closes #1303

See merge request funkwhale/funkwhale!1288
2021-04-07 05:00:35 +00:00
Georg Krause
0f295d98db Merge branch 'fix_playback_icon' into 'develop'
Reset playback on queue end

Closes #1380

See merge request funkwhale/funkwhale!1290
2021-04-07 04:59:42 +00:00
Georg Krause
5fd7889380
Merge branch 'devilcius/funkwhale-develop' into develop 2021-04-07 06:51:23 +02:00
Tony Wasserka
9efafffd9d Reset playback when reaching the queue end
Closes #1380.
2021-04-03 13:19:57 +02:00
Tony Wasserka
4f0adefdb0 Update howler.js dependency, fixes #1324 2021-04-03 11:31:02 +02:00
Georg Krause
1f80f30a12
Add changelog snippet 2021-04-02 11:29:59 +02:00
heyarne
188150b024 Improve UI consistency in an artist's tracklist 2021-03-30 08:26:49 +02:00
Fanyx
7bcb8d8c89 change struct to reflect subsonic api specs, fixes #1374 2021-03-28 19:21:01 +02:00
Marcos Peña
ed11735499 Adds Changelog-Fragment (#1366) 2021-03-21 16:14:46 +01:00
Georg Krause
51462200a2
Version bump and changelog for 1.1-rc2 2021-03-01 19:21:36 +01:00
Georg Krause
07677c6685 Ignore not supported activity pub tag types instead of discarding the request 2021-02-28 21:23:49 +01:00
Snack Capt
466b20bb28 fixes #1341; Update pleroma JSON-LD Schema 2021-02-25 19:17:35 +01:00
Georg Krause
f55cbcb506
Version bump and changelog for 1.1-rc1 2021-02-24 08:18:56 +01:00
Georg Krause
0edf32ed0e Merge branch '876-http-signature' into 'develop'
Fix #876: use proper http-signature release

Closes #876

See merge request funkwhale/funkwhale!1120
2021-02-22 13:07:35 +01:00
Georg Krause
b713d21a86 Merge branch 'playlist-detail-spacing' into 'develop'
Fix playlist header button spacing

See merge request funkwhale/funkwhale!1271
2021-02-21 22:00:14 +01:00
Erik Duxstad
22ca6e0175 Fix playlist header button spacing
Previously there was no spacing between the "Play all" and "Edit"
button in the playlist view. This fixes the issue by putting all
header buttons into their own "ui buttons" div similar to the
ArtistBase.vue component.
2021-02-20 17:58:15 -05:00
Georg Krause
b321ab8da2 Add number of tracks and discs of an album to API 2021-02-20 12:54:11 +01:00
Agate
7f80a86bc5
Fix #876: use proper http-signature release 2021-02-13 16:14:57 +01:00
interfect
7f42c1ad44 Autodetect format when transcoding files 2021-01-21 15:11:53 +01:00
Agate
7164248e22 Merge branch '1323-fix-faker' into 'develop'
Ban the broken faker version

Closes #1323

See merge request funkwhale/funkwhale!1263
2021-01-12 10:12:04 +01:00
Adam Novak
c3608e0eb2 Ban the broken faker version 2021-01-11 22:24:52 -08:00
Ciarán Ainsworth
d0b1b6e632 Resolve "Following channel with fediverse address not working" 2020-12-11 15:27:29 +01:00
Ciarán Ainsworth
70054661c7 Added album filter to AlbumDetail vue for channel entries 2020-12-04 10:35:01 +00:00
Ciarán Ainsworth
f477ba1b4f Podcast search capabilities 2020-12-04 09:33:17 +01:00
Ciarán Ainsworth
804f9a7d99 Add prop for default cover 2020-12-04 09:21:17 +01:00
Ciarán Ainsworth
0ce5068f14 Resolve "Albums are not displaying on Album categories" 2020-12-02 18:44:04 +01:00
Strom Lin
c0b06824a8 fix #1281: Add check for null covers 2020-11-25 00:40:29 +02:00
Ciarán Ainsworth
9650b6b1b0 Added padding to volume slider 2020-11-21 20:07:54 +00:00
Philipp Wolfer
872ad8633a Fix public shared remote library radio button being disabled
Fixes #1292
2020-11-21 18:14:36 +01:00
Philipp Wolfer
73b9cf8d71 Fix delete library modal closing immediately
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
2020-11-21 14:23:35 +01:00
Philipp Wolfer
9e5d168e8d Support AIFF file format
Fixes #1243
2020-11-21 12:13:09 +01:00
Agate
f91abcbfe9 Merge branch 'update-playback-progress-on-pause' into 'develop'
Update playback position slider also when track is paused

Closes #1266

See merge request funkwhale/funkwhale!1239
2020-11-21 11:18:46 +01:00
Philipp Wolfer
d67377afd4 Update playback position slider also when track is paused
Fixes the UI not updating when clicking the position slider while playback is paused.

Fixes #1266
2020-11-21 10:51:16 +01:00