Eliot Berriot
c2eeee5eb1
See #170 : fetching remote objects
2020-03-02 17:23:03 +01:00
Tony Wasserka
78c00bfa91
Drop redundant display of album artist in track lists
...
* The album artist is already printed at the top (`Album containing N tracks, by Album Artist`), so printing it in the track list is redundant
* For collaboration tracks (X feat. Y), the displayed Artist entry will contain the album artist twice (e.g. "X / X feat. Y")
* Printing only the track artists is consistent with the way songs are displayed in the playback queue
2020-02-26 16:08:28 +01:00
Eliot Berriot
be32a671fc
Fixed broken tag search when anonymous
2020-02-25 17:26:39 +01:00
Eliot Berriot
a63abca038
Fixed small play button glitch on playlists
2020-02-25 16:14:21 +01:00
Eliot Berriot
80f0cc12e9
Fixed uneeded error when activating en_US locale
2020-02-25 15:50:00 +01:00
Eliot Berriot
7819c60164
Updated front dependencies
2020-02-25 15:46:47 +01:00
Eliot Berriot
7adca7af33
Fix broken update message
2020-02-25 14:43:14 +01:00
Eliot Berriot
e59cc33378
First round of improvements to channel management:
...
- use modals
- less proeminent button
- field styling/labels
2020-02-23 15:31:03 +01:00
Ciarán Ainsworth
9a747d0cd6
Add kab dz locale
2020-02-17 23:23:14 +01:00
Eliot Berriot
4bc11cc5d1
Merge branch '170-api-stuff' into 'develop'
...
Max number of channels per user, duplicate username check
See merge request funkwhale/funkwhale!1030
2020-02-14 14:05:25 +01:00
Eliot Berriot
a3505d2099
See #170 : limit the amount of channels allowed per user
2020-02-14 12:43:57 +01:00
Eliot Berriot
c47a83e14f
Switch to fomantic's toast componant for service messages
2020-02-14 12:41:29 +01:00
Eliot Berriot
bdb80bb232
Minor UI enhancements to player queue (more visible progress on bottom player, easier to click buttons)
2020-02-14 10:45:32 +01:00
Ciaran Ainsworth
2f17f33a9d
Added files for Nynorsk translation
2020-02-10 23:52:29 +00:00
Eliot Berriot
7850ca3e1c
Fix #923 : Use same markdown widget for all content fields (rules, description, reports, notes, etc.)
2020-02-06 15:52:08 +01:00
Eliot Berriot
95497e76ac
See #170 : channels ui (listeners)
2020-02-05 15:06:07 +01:00
Eliot Berriot
b74517ff33
Fixed broken track table issue during upload
2020-02-05 14:53:20 +01:00
Eliot Berriot
7994ac497a
Fixed broken track moderation detail page
2020-02-05 14:47:14 +01:00
Eliot Berriot
a4faf44540
See #170 : added proper meta and support embed for channels
2020-01-30 15:47:45 +01:00
Eliot Berriot
a48cccc569
Fixed broken pagination in uploads table
2020-01-30 10:38:35 +01:00
Eliot Berriot
48178c4167
Fixed broken cover rendering
2020-01-29 18:19:11 +01:00
Eliot Berriot
18791e57f6
Fix #1018 : broken artist cards
2020-01-29 14:05:21 +01:00
Eliot Berriot
b48a4cd080
Merge branch 'small-fixes-eleos' into 'develop'
...
Small fixes
See merge request funkwhale/funkwhale!1005
2020-01-27 18:36:10 +01:00
Eliot Berriot
e6d66a92de
Fixed field ordering issue in /browse/albums
2020-01-27 16:10:43 +01:00
Eliot Berriot
8a0cf918da
Fix #1016 : fixed broken fallback to album cover on artist card/detail
2020-01-24 07:16:28 +01:00
Eliot Berriot
f107656586
Federation of avatars
2020-01-23 17:19:27 +01:00
Eliot Berriot
71b400a9b8
See #170 : cover on tracks and artists
2020-01-17 16:27:11 +01:00
Ciarán Ainsworth
2fa9523e05
Resolve "Sort by album release date"
2020-01-17 09:38:40 +01:00
Eliot Berriot
2bc71eecfd
See #170 : add a description field on tracks, albums, tracks
2020-01-14 14:00:08 +01:00
Ciarán Ainsworth
3b307e8383
Resolve "long instance name overlapping next column in footer"
2020-01-14 11:11:19 +01:00
Eliot Berriot
ef6219e8c4
Fixed issue with service worker scope
2020-01-09 15:23:37 +01:00
Eliot Berriot
a575f92ad1
Update service worker on load
2020-01-09 14:08:56 +01:00
Eliot Berriot
11376351df
Fixed service worker code in wrong hook
2020-01-09 13:52:52 +01:00
Eliot Berriot
5f0b8cab53
Better exclusion for non-critical assets caching in service worker
2020-01-09 13:22:16 +01:00
Eliot Berriot
9b98e8773d
Fixed API caching not triggered when loading app for first time
2020-01-09 12:33:24 +01:00
Eliot Berriot
a92cb445f0
Merge branch 'develop' of dev.funkwhale.audio:funkwhale/funkwhale into develop
2020-01-09 11:00:25 +01:00
Eliot Berriot
a621c4635b
Fixed overflowing text in cards
2020-01-09 10:58:11 +01:00
Eliot Berriot
04769b81c0
FIx unwanted redirection to album/playlist/artist when clicking on play button
2020-01-09 10:55:52 +01:00
Eliot Berriot
bd2c518993
Cache API/media files with service workers
2020-01-09 10:50:16 +01:00
Ciarán Ainsworth
2302dc0581
Set up initial configuration for installing
...
Set up player config for mobile control
2020-01-08 12:16:41 +01:00
Eliot Berriot
626675f233
Fixed broken default cover on playlist card
2020-01-06 10:59:39 +01:00
Eliot Berriot
6b479d1c1f
Merge branch '973-cards' into 'develop'
...
See #973 : playlists cards
See merge request funkwhale/funkwhale!988
2020-01-06 10:21:49 +01:00
Eliot Berriot
548f793824
See #973 : playlists cards
2020-01-06 10:16:05 +01:00
Ciarán Ainsworth
d251d31c57
Resolve "Adding album mixes up tracks if multiple discs present"
2020-01-06 10:11:26 +01:00
Eliot Berriot
82692f1170
Merge branch 'proxy-attachments' into 'develop'
...
Fixed broken attachment fetching with long filename
See merge request funkwhale/funkwhale!982
2020-01-02 14:27:38 +01:00
Eliot Berriot
9b23fb70fe
Merge branch '970-toggle-play' into 'develop'
...
Resolve "Player toggles play when tracks navigated in a pause state"
Closes #970
See merge request funkwhale/funkwhale!981
2019-12-27 10:29:05 +01:00
Eliot Berriot
0d3df8ab77
Fix #970 : short audio glitch when switching switching to another track with player paused
2019-12-27 10:24:22 +01:00
Eliot Berriot
f0b72c8204
WIP
2019-12-27 10:22:39 +01:00
Eliot Berriot
8024c4654f
See #973 : artist card
2019-12-26 17:30:47 +01:00
Eliot Berriot
1acd5a1f35
See #973 : Album card
2019-12-26 16:54:31 +01:00