Eliot Berriot
|
08177b53c6
|
Improve display of search results by including artist and album data
|
2019-07-25 14:30:05 +02:00 |
Eliot Berriot
|
33a3d937a0
|
Fix #432: release notes and documentation for tags
|
2019-07-25 13:56:51 +02:00 |
Eliot Berriot
|
4a277c17bb
|
Added "refresh=true" API param to artist, track and album detail to retrieve up-to-date data if needed
|
2019-07-22 12:16:47 +02:00 |
Eliot Berriot
|
5b7fad0bef
|
Merge branch '880-header-security' into 'develop'
Resolve "Improve the security via HTTP headers"
Closes #880
See merge request funkwhale/funkwhale!826
|
2019-07-18 11:11:26 +02:00 |
Eliot Berriot
|
53782a5eb5
|
See #880: updated CSP, added X-Frame-Options on front-end files, ensure embeds work
|
2019-07-18 11:08:18 +02:00 |
Eliot Berriot
|
9c5f623d03
|
See #880: added CSP policy in deployment files
|
2019-07-18 10:21:55 +02:00 |
Eliot Berriot
|
2abcb0898f
|
Switched from Semantic-UI to Fomentic-UI
|
2019-07-15 16:21:01 +02:00 |
Eliot Berriot
|
d39cfab283
|
Increase the security of JWT token generation by using DJANGO_SECRET_KEY as well as user-specific salt for the signature
|
2019-07-13 16:02:10 +02:00 |
Eliot Berriot
|
1a205c0e02
|
Fix #875 Broken embed (develop)
|
2019-07-10 19:34:52 +02:00 |
Eliot Berriot
|
b95710bb3a
|
Merge branch 'master' into develop
|
2019-07-05 16:04:39 +02:00 |
Ciarán Ainsworth
|
9771858729
|
Resolve "Add a "Replace current playlist" option"
|
2019-07-05 09:47:37 +02:00 |
Eliot Berriot
|
0989df4795
|
Merge branch 'custom-css' into 'master'
Custom css
See merge request funkwhale/funkwhale!818
|
2019-07-04 10:36:07 +02:00 |
Eliot Berriot
|
38ab05195b
|
Fix #867: Fixed remaining transcoding issue with Subsonic API
|
2019-07-03 11:38:06 +02:00 |
Eliot Berriot
|
7897c8ac7f
|
Fix #879: Admins can now add custom CSS from their pod settings
|
2019-07-03 11:23:45 +02:00 |
Eliot Berriot
|
53b826c81a
|
Fix #877: Ensure API urls answer with and without a trailing slash
|
2019-07-02 14:31:47 +02:00 |
Ciarán Ainsworth
|
6dd9ad1320
|
Human readable stats
|
2019-07-02 09:26:00 +02:00 |
Eliot Berriot
|
0e652103a4
|
Merge branch 'master' into develop
|
2019-07-01 14:02:28 +02:00 |
Eliot Berriot
|
18f0ed46a7
|
Fix #871: broken URL to artist and album on album and track pages
|
2019-06-28 11:57:32 +02:00 |
Eliot Berriot
|
8f261f96e9
|
Merge branch 'master' into develop
|
2019-06-28 10:38:52 +02:00 |
Eliot Berriot
|
8f3a8243ea
|
Version bump and changelog for 0.19.1
|
2019-06-28 10:24:59 +02:00 |
Eliot Berriot
|
bfff79301d
|
Fix #867: Added a SUBSONIC_DEFAULT_TRANSCODING_FORMAT env var to support clients that don't provide the format parameter
|
2019-06-28 09:59:57 +02:00 |
Eliot Berriot
|
17996ca936
|
Merge branch 'master' into develop
|
2019-06-28 09:38:55 +02:00 |
Eliot Berriot
|
dc5db3a0c1
|
Fix #869: broken user admin for users with non-digit or letters in their username
|
2019-06-27 14:50:56 +02:00 |
Eliot Berriot
|
95cd64582c
|
Fix #868: Added opus to the list of supported mimetypes and extensions
|
2019-06-27 06:07:05 +02:00 |
Eliot Berriot
|
cdcba85f29
|
Resolve "Importing tracks without album fails"
|
2019-06-26 10:38:29 +02:00 |
Eliot Berriot
|
8863f4ae61
|
Fix #853: changelog and release notes
|
2019-06-26 10:27:09 +02:00 |
Ciarán Ainsworth
|
f4365f68c2
|
Resolve "Add new keyboard shortcuts"
|
2019-06-25 17:48:01 +02:00 |
Ciaran Ainsworth
|
fb855cd016
|
Added buttons to search for objects on Discogs
|
2019-06-25 11:03:45 +02:00 |
Eliot Berriot
|
8308bc6a4d
|
Fix #864: Redirect from / to /library when user is logged in
|
2019-06-25 11:03:44 +02:00 |
Ciarán Ainsworth
|
79ced9514a
|
Resolve "Clicking on playlist name from PlaylistModal does nothing if current page is that playlist's page"
|
2019-06-25 11:03:44 +02:00 |
Ciarán Ainsworth
|
a05106437c
|
Resolve "Align items vertically in search results"
|
2019-06-25 11:03:44 +02:00 |
Ciarán Ainsworth
|
3da6192ab3
|
Resolve "Hide favorites radios when user does not have any favorites"
|
2019-06-25 11:03:44 +02:00 |
Ciarán Ainsworth
|
69d10461d6
|
Resolve "Colorized 'play' button in front of the currently playing music"
|
2019-06-25 11:03:44 +02:00 |
Ciarán Ainsworth
|
2c34df6193
|
Resolve "Colorized 'play' button in front of the currently playing music"
|
2019-06-24 17:39:09 +02:00 |
Eliot Berriot
|
7dab07993b
|
Merge branch '864-redirection-logged-in' into 'develop'
Fix #864: Redirect from / to /library when user is logged in
Closes #864
See merge request funkwhale/funkwhale!792
|
2019-06-24 13:31:14 +02:00 |
Ciarán Ainsworth
|
bf32f74422
|
Resolve "Hide favorites radios when user does not have any favorites"
|
2019-06-24 13:30:56 +02:00 |
Ciarán Ainsworth
|
fbadf4c143
|
Resolve "Align items vertically in search results"
|
2019-06-24 11:32:20 +02:00 |
Ciarán Ainsworth
|
fd202df25c
|
Resolve "Clicking on playlist name from PlaylistModal does nothing if current page is that playlist's page"
|
2019-06-24 11:04:05 +02:00 |
Eliot Berriot
|
dd32ae4fa7
|
Merge branch '854-browser-support' into 'develop'
Resolve "Managing browsers support"
Closes #854
See merge request funkwhale/funkwhale!788
|
2019-06-24 11:02:09 +02:00 |
Eliot Berriot
|
5fd27250e2
|
Fix #864: Redirect from / to /library when user is logged in
|
2019-06-21 10:14:20 +02:00 |
Eliot Berriot
|
371dc01205
|
Merge branch 'master' into develop
|
2019-06-19 11:24:49 +02:00 |
Eliot Berriot
|
4de78995c0
|
Fix #862: replaced Daphne by Gunicorn/Uvicorn
|
2019-06-19 10:26:09 +02:00 |
Eliot Berriot
|
80816ec50d
|
Fix #854: Hardcoded list of supported browsers to avoid unexpected regressions
|
2019-06-17 09:48:56 +02:00 |
Eliot Berriot
|
ce093ccc19
|
Fix #756: Dark Theme
|
2019-06-17 08:45:31 +02:00 |
Eliot Berriot
|
d8dd76f199
|
Merge branch '833-translation-issue-homepage' into 'master'
Fix #833: broken translation on homepage
See merge request funkwhale/funkwhale!784
|
2019-06-17 08:25:46 +02:00 |
Ciaran Ainsworth
|
a28acb8353
|
Added buttons to search for objects on Discogs
|
2019-06-16 16:23:12 +01:00 |
Eliot Berriot
|
0a25243e25
|
Fix #857: Fix broken upload for specific files when using S3 storage
|
2019-06-13 11:10:48 +02:00 |
Eliot Berriot
|
d52e804a3c
|
Merge branch '814-subsonic-copy' into 'master'
Fix #814: Added copy-to-clipboard button with Subsonic password input
See merge request funkwhale/funkwhale!783
|
2019-06-12 10:41:32 +02:00 |
Eliot Berriot
|
3de249b54c
|
Fix #833: broken translation on home and track detail page
|
2019-06-11 15:30:21 +02:00 |
Eliot Berriot
|
05f2ca53b8
|
Fix #814: Added copy-to-clipboard button with Subsonic password input
|
2019-06-11 15:24:35 +02:00 |