Commit Graph

922 Commits

Author SHA1 Message Date
Agate 1cc5ed8871 Resolve "Ensure all buttons in the application are operable using only the keyboard" 2020-08-04 13:22:31 +02:00
Agate 9680222c25 Fix #1183: use p instead of space for play/pause 2020-08-04 11:35:24 +02:00
Agate 3533ba889f Fixed UI crash due to accessing wrong cover 2020-08-04 11:30:26 +02:00
Agate 7e5231c334 Fixed aria label on play button 2020-08-04 11:27:06 +02:00
Agate 179e940b58 Removed unused onpause 2020-08-04 10:48:20 +02:00
Agate e271851f67 See #1100: clean compat and XXX in the code 2020-08-03 15:47:14 +02:00
Agate b7f1c02c6f Merge branch '1105-scan-ui' into 'develop'
Fix #1105: Can now launch server import from the UI

Closes #1105

See merge request funkwhale/funkwhale!1192
2020-08-03 13:56:06 +02:00
Agate 788c12748f Fix #1105: Can now launch server import from the UI 2020-08-03 13:50:53 +02:00
Agate 36a6a0018e Merge branch '292-change-email' into 'develop'
Fix #292: Users can now update their email address

Closes #292

See merge request funkwhale/funkwhale!1191
2020-08-02 17:48:36 +02:00
Agate 3bec27ded3 Fix #292: Users can now update their email address 2020-08-02 16:55:23 +02:00
Ciarán Ainsworth 8c3c19796c Resolve "Add alt tags to existing images" 2020-08-01 19:07:06 +02:00
Ciarán Ainsworth 33ba92a0d6 Contrast and labelling fixes 2020-08-01 11:11:51 +02:00
Agate abcac3ffd0 Set paused state when using media keys 2020-07-31 17:24:45 +02:00
Agate 667d9d2ba6 Resolve "UX, UI : Search Page" 2020-07-31 15:10:16 +02:00
Agate 88b04886d1 Merge branch '1178-listenings-stats' into 'develop'
Fx #1178: Display channel and track downloads count

Closes #1178

See merge request funkwhale/funkwhale!1188
2020-07-31 11:51:57 +02:00
Agate e9186ca813 Fx #1178: Display channel and track downloads count 2020-07-31 11:46:25 +02:00
Agate c6e3ce1925 Fix #1180: Fix broken media support detection 2020-07-31 11:06:29 +02:00
Agate fd5bec9dfa Documented missing API endpoints 2020-07-28 11:26:39 +02:00
Ciarán Ainsworth 57e8b2e574 Fixed album play button 2020-07-28 00:57:24 +01:00
Agate f6458fd75a Updated playlist management API 2020-07-27 15:31:49 +02:00
Agate 9a0bcffaf1 Merge branch 'link-purpose-issues' into 'develop'
Link purpose issues

Closes #1129

See merge request funkwhale/funkwhale!1175
2020-07-27 11:05:35 +02:00
Ciarán Ainsworth dd592eb6d1 Link purpose issues 2020-07-27 11:05:34 +02:00
Agate b9b1ec04ae Merge branch 'fix-search-page-bug' into 'develop'
Fix issue with album and artist search page

See merge request funkwhale/funkwhale!1178
2020-07-27 11:03:48 +02:00
Ciarán Ainsworth 640f00f16d Fix issue with album and artist search page 2020-07-27 11:03:47 +02:00
Agate 36820ce701 Merge branch 'album-pagination' into 'develop'
Album pagination

Closes #1136

See merge request funkwhale/funkwhale!1177
2020-07-27 11:02:56 +02:00
Ciarán Ainsworth 83349700a9 Album pagination 2020-07-27 11:02:56 +02:00
Ciarán Ainsworth 7c031eb186 Resolve "Allow hiding compilation artists in the Artists tab" 2020-07-27 10:57:11 +02:00
Ciarán Ainsworth fc8f29d52e Improve naming of pages for accessibility audit 2020-07-22 12:10:07 +01:00
Ciarán Ainsworth 2e0d3d3e74 Add time ago fix 2020-07-21 14:33:41 +01:00
Agate 21f147c0c4 Merge branch 'master' into develop 2020-07-21 14:47:07 +02:00
Agate 4351331355 Fix #1175: Fix embedded player not working on channel serie/album 2020-07-21 11:19:35 +02:00
Agate 29ac918ca1 Merge branch 'develop' of dev.funkwhale.audio:funkwhale/funkwhale into develop 2020-07-18 17:07:13 +02:00
Agate 8f418cd5da Added login redirection if needed on oauth Authorize 2020-07-18 17:07:05 +02:00
Agate 4162ed65d9 Fix #1083: Play button now replace current queue instead of appending to it 2020-07-18 16:50:40 +02:00
Ciarán Ainsworth f3c522d520 Add support for unauthenticated users hitting the logout page 2020-07-16 21:03:30 +01:00
Agate 820b53c3b4 Fixed unplayable album card 2020-07-09 13:03:08 +02:00
Agate 90f3c67b01 Merge branch '1080-volume' into 'develop'
Fix #1080: broken artist and album pages

Closes #1080

See merge request funkwhale/funkwhale!1162
2020-07-07 19:22:45 +02:00
Agate e44a9c4363 Fix #1080: broken artist and album pages 2020-07-07 19:18:05 +02:00
Agate bc7a2fbb28 Merge branch '1131-autorefresh' into 'develop'
Fix #1131: More consistent search UX on /albums, /artists, /radios and /playlists

Closes #1131

See merge request funkwhale/funkwhale!1161
2020-07-06 13:26:36 +02:00
Agate da2229c441 Fix #1131: More consistent search UX on /albums, /artists, /radios and /playlists 2020-07-06 13:21:07 +02:00
Agate e4b0a6a457 Fixed some tabbing issues 2020-07-06 13:00:53 +02:00
Agate 8b0ce6ad33 Merge branch '1102-album-tracks' into 'develop'
Resolve "Remove tracks from /api/v1/albums API"

Closes #1102

See merge request funkwhale/funkwhale!1159
2020-07-06 10:22:51 +02:00
Agate 55f4fde0f4 Fix #1102: Do not include tracks in album API representation 2020-07-06 10:16:45 +02:00
Agate 929077594d Fixed modal focus trap 2020-07-06 09:57:47 +02:00
Agate 84d49754a7 Fix #996: Persist theme and language settings accross sessions 2020-07-05 11:22:31 +02:00
Agate acedbb6db4 Fixed not focusable link 2020-07-04 11:38:52 +02:00
Agate a3fa2793fc Fixed broken authorize screen 2020-07-04 11:33:03 +02:00
Agate 0094cbb7d1 Fix #1128: Lock focus in modals to improve accessibility 2020-07-03 16:07:44 +02:00
Agate 86b90ec716 Fix #1121: Use semantic headers for accessibility 2020-07-03 14:20:47 +02:00
Agate d4028450a9 Plugins infrastructure 2020-07-03 10:59:12 +02:00
Agate cf495360de
Replaced teal by accent color 2020-06-22 16:46:43 +02:00
Agate 082fc9869f
Fixed typo 2020-06-22 16:15:29 +02:00
Agate fc9c2b4a1d
Merge branch 'master' into develop 2020-06-19 21:42:12 +02:00
Agate cb3d12a34a
Fix #1134: Use role=alert on forms/toast message to improve accessibility 2020-06-19 21:30:07 +02:00
Agate 3843d0af36
Merge branch 'master' into develop 2020-06-19 15:48:25 +02:00
Agate 5de006b91c Merge branch '1138-art' into 'master'
Resolve "Cover art display does not update correctly when navigating from track to track"

See merge request funkwhale/funkwhale!1144
2020-06-14 14:47:06 +02:00
Agate 81b9df235d
Fix #1138: Fixed wrong covert art displaying in some situations 2020-06-14 14:42:02 +02:00
Agate b637a94ebe
Fix #1157: player crash when using Funkwhale as a PWA 2020-06-11 17:54:01 +02:00
Agate 3a0c930dd5
Fix #1154: Support for specifying itunes:email and itunes:name in channels for compatibiliy with third-party platforms 2020-06-11 05:50:38 +02:00
Agate 0da1f1e3f1
Fix #1154: Support for specifying itunes:email and itunes:name in channels for compatibiliy with third-party platforms 2020-06-11 05:43:18 +02:00
Agate 50e392d8de
Fix #1153: post issue on some URLs due to missing CSRF token 2020-06-09 14:32:02 +02:00
Agate 88c6c2bdbc
Merge branch 'master' into develop 2020-06-05 11:29:31 +02:00
Agate 89aaf99d06 Merge branch '1113-home-channels' into 'master'
Resolve "Add "New channels" widget on landing page"

See merge request funkwhale/funkwhale!1131
2020-06-05 10:38:37 +02:00
Agate 15dfca1c55
Merge branch 'master' into develop 2020-06-05 06:33:33 +02:00
Agate 6d3ad11fd6
Ensure firefox password manager dont autofill username in search bar (#1090) 2020-06-05 06:18:47 +02:00
Agate 711ac732ed
Fix #1113: Added new channels widget on pod landing page 2020-06-05 05:45:35 +02:00
Agate 566da673da See #1108: support using OAuth instead of JWT in front when logging in to a different domain 2020-05-18 14:55:15 +02:00
Agate cd422832dd New theming system 2020-05-15 14:12:36 +02:00
Agate e331a87478
Use scoped tokens to load <audio> urls instead of JWT 2020-05-11 10:07:43 +02:00
Agate ec8dfdb740 Use scoped tokens to load <audio> urls instead of JWT 2020-05-11 10:06:35 +02:00
Agate 1a08d1a032
Fix #1112: removed unused masonry dependency 2020-05-07 18:33:58 +02:00
Agate 594dd8ceb3
Fixed a round of typo/invalid HTML 2020-05-07 18:26:57 +02:00
Agate 0f9a2ae2ef
Fix #1091: page not refreshing when switching between My Library and Explore sections 2020-05-06 00:42:47 +02:00
Agate be251ac37e
Fixed espacing issue in instance name in footer 2020-05-06 00:26:23 +02:00
Agate 5913baeb57
Fix #1079: fixed another z-index issue with dropdowns 2020-04-22 09:58:20 +02:00
Agate 32e7bc8a9c
Exclude external podcasts from library home 2020-04-22 09:17:05 +02:00
Agate fcd1e1b724
Better placeholders for channels 2020-04-22 08:41:39 +02:00
Agate 9c24802cd3
Fix #1075: z-index issue with dropdown and sidebar 2020-04-20 11:35:09 +02:00
Agate 6678c46d88 Merge branch 'patch-2' into 'develop'
Fix grammar in msg string in TrackBase.vue

See merge request funkwhale/funkwhale!1090
2020-04-14 19:19:01 +02:00
marzzzello d24b64c793 Fix grammar in msg string in TrackBase.vue 2020-04-14 17:21:39 +02:00
marzzzello 44e3250b4f Fix typo in SubscribeButton.vue 2020-04-14 14:54:47 +02:00
marzzzello b17e382a9e remove double spaces in ChannelForm 2020-04-12 13:13:32 +02:00
Eliot Berriot 9bc90bec7c Merge branch '170-copy' into 'develop'
See #170: copy and small UI issues

See merge request funkwhale/funkwhale!1082
2020-04-08 14:30:18 +02:00
Eliot Berriot 29080ba23b
See #170: more copy fixes 2020-04-08 14:19:20 +02:00
Eliot Berriot ddc88a2685
See #170: fixed unrelated layout issue 2020-04-08 14:19:01 +02:00
Eliot Berriot 7b442bfcbc Merge branch '170-channels-explore' into 'develop'
See #170: channels discovery in UI

See merge request funkwhale/funkwhale!1081
2020-04-08 14:06:42 +02:00
Eliot Berriot 873bc54d92
See #170: added recent channels to library home 2020-04-08 13:58:07 +02:00
Eliot Berriot 2c6c8b1258
See #170: wording 2020-04-08 13:53:08 +02:00
Eliot Berriot 2438642867
See #170: included channels in tags view 2020-04-08 13:52:03 +02:00
Eliot Berriot e7622729a9
See #170: fixed fetch of channel track not working 2020-04-08 13:38:22 +02:00
Eliot Berriot 9e447ab523 See #170: UI for albums / series 2020-04-07 17:19:17 +02:00
Eliot Berriot 93f2c9f83c
Fix #1039: setting to enforce email signup verification 2020-04-01 14:34:56 +02:00
Eliot Berriot 102c90d499 See #170: admin UI for channels, reporting channels 2020-03-31 10:45:41 +02:00
Eliot Berriot be73432277
Fix #1064: routing issue when browsing library 2020-03-30 11:40:22 +02:00
Eliot Berriot 5bb9112a09
Fixed truncation issue 2020-03-26 16:59:48 +01:00
Eliot Berriot 3e902bd89e
Fixed margin issue 2020-03-26 16:30:23 +01:00
Eliot Berriot 27801ce541
See #170: revamped track detail page 2020-03-26 16:18:37 +01:00
Eliot Berriot a8606a6895
Moved radio message at the bottom of the queue 2020-03-26 09:44:31 +01:00
Eliot Berriot 02d2e4e1c0
See #1060: moved radio button to a better spot, in activity tab 2020-03-26 09:43:02 +01:00
Eliot Berriot cd63646f39
Fix #1060: Added a new radio based on another user listenings 2020-03-25 22:40:07 +01:00
Eliot Berriot 056948a1ba
See #1060: register listening earlier, instead of at the end of the track 2020-03-25 19:19:29 +01:00
Eliot Berriot 9aa12db62e See #170: Funkwhale federation 2020-03-25 15:32:10 +01:00
Eliot Berriot be067b9ee3 See #170: subscriptions management UI 2020-03-23 10:44:09 +01:00
Eliot Berriot e313fcd033 Resolve "Screening for signups" 2020-03-18 11:57:33 +01:00
Eliot Berriot a119a5d90a
See #170: fixed several feed parsing issues 2020-03-13 15:26:11 +01:00
Eliot Berriot b43d0f7009
Fixed broken queue when album is missing 2020-03-13 13:52:24 +01:00
Eliot Berriot ab0167a62f
See #170: fixed ellipsis issue in channel entry card 2020-03-13 13:11:08 +01:00
Eliot Berriot deb1f35779 See #170: subscribe to 3d-party RSS feeds in Funkwhale 2020-03-13 12:16:51 +01:00
Eliot Berriot cc453edfec
Fix #1042: admin dropdown not showing after login 2020-03-11 13:28:45 +01:00
Eliot Berriot d9afed5067 Fix #1038: Federated reports 2020-03-11 11:39:55 +01:00
Eliot Berriot b166182762 Resolve "Support browsing a specific library content" 2020-03-04 22:18:28 +01:00
Eliot Berriot b687e6886c
Fixed broken pagination on favorites 2020-03-03 13:33:04 +01:00
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 a63abca038
Fixed small play button glitch on playlists 2020-02-25 16:14:21 +01:00
Eliot Berriot 7819c60164
Updated front dependencies 2020-02-25 15:46:47 +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
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
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 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 04769b81c0
FIx unwanted redirection to album/playlist/artist when clicking on play button 2020-01-09 10:55:52 +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 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
Eliot Berriot e15d806634 Resolve "Redesign the sidebar/navigation to simplify the UI" 2019-12-26 11:38:26 +01:00
Ciarán Ainsworth 8ef8db81b3 Resolve "Notifications: not possible to refuse a follow request" 2019-12-19 09:54:21 +01:00
Eliot Berriot 20311344d7 Resolve "Switch to proper full-text-search system" 2019-12-18 15:08:58 +01:00
Noe Gaumont aa62c5812c Update favorite count templates 2019-12-12 19:51:36 +01:00
Mélanie Chauvel 27538ccd34 Add field to filter existing playlists in “add to playlist…” dialog
Also fix the duplicate track add confirmation margins
Fix #974
2019-12-07 17:06:24 +01:00
Ciarán Ainsworth 7836b8a59d Resolve "Browser keyboard shortcuts do not work on some pages" 2019-12-04 09:49:55 +01:00
Eliot Berriot 2090806398 New radios: play your own content, or a given library 2019-11-27 15:28:21 +01:00
Eliot Berriot 11a533fa92 Resolve "Adding cover art to my albums" 2019-11-27 12:26:12 +01:00
Renon d94e5ab013 order playlists by modification date in browse tab 2019-11-14 15:40:47 +01:00
Renon 22240b9f94 unset padding from playlist card cover bg 2019-11-13 11:06:19 +01:00
Renon 82744bf193 Resolve "Option to remember our display settings " 2019-11-12 15:51:45 +01:00
Renon 8a37ac0f34 Resolve "No feedback when search does not raise any result" 2019-11-11 11:32:07 +01:00
Eliot Berriot 5b960ceab5
Merge branch 'master' into develop 2019-10-28 09:05:09 +01:00
Eliot Berriot 44ccf6ae6b
Ensure play button only include playable tracks in queue 2019-10-22 00:13:28 +02:00
Eliot Berriot 10cd60ef1d
Merge branch 'master' into develop 2019-10-18 13:43:57 +02:00
Eliot Berriot afbf7151c8 Merge branch '933-landing-page-layout' into 'master'
Resolve "Landing page displays improperly on 768p screen"

See merge request funkwhale/funkwhale!931
2019-10-18 09:38:21 +02:00
Eliot Berriot 8dfbaf946a Merge branch '945-escaping' into 'master'
Fix #945: Fixed escaped pod name displayed on home/about page

See merge request funkwhale/funkwhale!929
2019-10-18 09:38:15 +02:00
Eliot Berriot c58c74d653
Merge branch 'master' into develop 2019-10-17 15:22:32 +02:00
Ciarán Ainsworth e9e466bcb5
Added placeholders across the application 2019-10-17 15:22:16 +02:00
Eliot Berriot 02debeb98b Resolve "Library Upload: missing retry upload button" 2019-10-17 15:19:08 +02:00
Ciarán Ainsworth 11d6c7cf1d Added placeholders across the application 2019-10-17 14:15:33 +02:00
Ciarán Ainsworth 7253bba70c Resolve ""Recent" columns on front page no longer display any results" 2019-10-16 14:26:39 +02:00
Eliot Berriot caba333287
Fix #933: Ensure password input doesn't overflow outside of container 2019-10-16 11:53:56 +02:00
Eliot Berriot b53bf45cc5
Fix #945: Fixed escaped pod name displayed on home/about page 2019-10-16 10:34:52 +02:00
Eliot Berriot 184be7f2e6
Fix #943: Replaced PDF icon by List icon in playlist placeholder (#943) 2019-10-15 11:44:26 +02:00
Rodrigo Leite c8467faf8a Resolve "Placeholder on the homepage when there are no playlist" 2019-10-03 11:30:02 +02:00
Eliot Berriot 27b248df6e Fix #661: Support for M4A/AAC files 2019-10-03 09:09:00 +02:00
Eliot Berriot db2e006bd8 Merge branch '927-header-landing-page' into 'develop'
Fix #927: improved title contrast on landing page with clear background

Closes #927

See merge request funkwhale/funkwhale!911
2019-10-02 10:08:34 +02:00
Eliot Berriot 2cdc8fa63a Resolve "i18n fixes for 0.20" 2019-10-01 15:19:55 +02:00
Eliot Berriot 41dfcd6f17
Fixed some typos in source strings 2019-10-01 13:58:32 +02:00
Eliot Berriot fe8448e2a4
Use ellipsis instead of three dots in translations 2019-10-01 13:54:25 +02:00
Eliot Berriot 2ad0db9da9
Fixed invalid spacing in translation 2019-10-01 13:47:07 +02:00
Eliot Berriot b51dc7128f
Fix #927: improved title contrast on landing page with clear background 2019-10-01 12:31:15 +02:00
Eliot Berriot cb19ab287f
Fix #878: Added a info message on embed wizard when anonymous access to content is disabled 2019-09-23 13:54:41 +02:00
Eliot Berriot ca02ac33d5
Fixed error in translation 2019-09-23 11:57:09 +02:00
Eliot Berriot 01223afa80 Resolve "Add optional donation/contribution link in-app" 2019-09-23 11:30:25 +02:00
Eliot Berriot 297c8f2b67 Resolve "[Epic] New landing page" 2019-09-23 11:14:54 +02:00
Eliot Berriot 9f3182caf7 See #852: improved routing logic for federation messages (support multiple objects types for one route) 2019-09-21 16:20:49 +02:00
Eliot Berriot d28bf65d00 See #261: Added a rate-limiting (throttling system) to limit the number of requests handled per user/IP 2019-09-17 11:23:59 +02:00
Eliot Berriot 8666afc64f Merge branch '890-report-library' into 'develop'
See #890: UI for reporting libraries

See merge request funkwhale/funkwhale!882
2019-09-17 11:22:17 +02:00
Eliot Berriot ff566b79dc See #872: banner setting 2019-09-17 11:03:32 +02:00
Eliot Berriot 3a9f2cde37 Merge branch '904-breakpoint-sidebar' into 'develop'
Fix #904: Fixed a responsive display issues on 1024px wide screens

Closes #904

See merge request funkwhale/funkwhale!890
2019-09-16 10:01:06 +02:00
Eliot Berriot 19342c60a8
Fixed broken artist and album browse with empty tag= parameter 2019-09-15 20:17:49 +02:00
Eliot Berriot 3311a11506
Fix #902: search usability issue when browsing artists, albums, radios and playlists 2019-09-15 20:17:22 +02:00
Eliot Berriot 7e6b6663b0
Fix #904: Fixed a responsive display issues on 1024px wide screens 2019-09-15 19:34:09 +02:00
Eliot Berriot 08eeab4d99
See #890: UI for reporting libraries 2019-09-12 11:48:58 +02:00
Eliot Berriot e133130176 Playlist embed 2019-09-12 09:48:28 +02:00
Eliot Berriot 8e820f6ebc
QoL improvement when submitting report 2019-09-09 12:16:36 +02:00
Eliot Berriot 0df70340f8
QoL improvements for moderation UI 2019-09-09 12:16:36 +02:00
Eliot Berriot 33d1f879cf Report UI (end-user) 2019-09-09 11:10:25 +02:00
Ciarán Ainsworth 46b4bc68b1 Amend link to license in track detail page 2019-09-06 17:13:05 +01:00
Eliot Berriot bc39b18173 Merge branch '890-mods-workflow' into 'develop'
moderator interface for reports (#890)

See merge request funkwhale/funkwhale!866
2019-09-06 10:14:09 +02:00
Ciarán Ainsworth 20b7dd71d3 Resolve "Wrong title for track ellipsis" 2019-09-02 18:17:23 +02:00
Eliot Berriot 6c04975273
See #890: fixed minor display issues 2019-09-02 16:24:05 +02:00
Eliot Berriot b526c67e4f
See #890: added confirmation before deleting comment 2019-09-02 15:32:14 +02:00
Eliot Berriot d5b89f01d7
See #890: added shortcuts for setting moderation policies directly when handling reports 2019-09-02 15:21:26 +02:00
Eliot Berriot 77ef6d2510
See #890: wording 2019-09-02 13:58:03 +02:00
Eliot Berriot 24093a12f1
See #890: added feedback when updating user quota, permissions and report category 2019-09-02 13:57:30 +02:00