- Apr 26, 2018
-
-
Hazmo authored
-
Eliot Berriot authored
Resolve "X-sendfile not working with in place import" Closes #182 See merge request funkwhale/funkwhale!163
-
- Apr 25, 2018
-
-
Eliot Berriot authored
-
Eliot Berriot authored
[DOCS] remove a quote See merge request funkwhale/funkwhale!162
-
- Apr 24, 2018
-
-
Jee authored
-
- Apr 23, 2018
-
-
Eliot Berriot authored
0.10 (2018-04-23) ----------------- Features: - Can now import files in-place from the CLI importer (#155) Enhancements: - Avoid downloading audio files multiple times from remote libraries (#163) - Better file import performance and error handling (#144) - Import job and batch API and front-end have been improved with better performance, pagination and additional filters (#171) - Increased max_length on TrackFile.source, this will help when importing files with a really long path (#142) - Player is back in Queue tab (#150) Bugfixes: - Fail graciously when AP representation includes a null_value for mediaType - Fix sidebar tabs not showing under small resolution under Chrome (#173) - Fixed broken login due to badly configured Axios (#172) - Fixed broken playlist modal after login (#155) - Fixed queue reorder or track deletion restarting currently playing track (#151) - Radio will now append new track if you delete the last track in queue (#145) - Reset all sensitive front-end data on logout (#124) - Typos/not showing text due to i18n work (#175) Documentation: - Better documentation for hardware requirements and memory usage (#165) In-place import ^^^^^^^^^^^^^^^ This release includes in-place imports for the CLI import. This means you can load gigabytes of music into funkwhale without worrying about about Funkwhale copying those music files in its internal storage and eating your disk space. `This new feature is documented here <https://docs.funkwhale.audio/importing-music.html#in-place-import>`_ and require additional configuration to ensure funkwhale and your webserver can serve those files properly. **Non-docker users:** Assuming your music is stored in ``/srv/funkwhale/data/music``, add the following block to your nginx configuration:: location /_protected/music { internal; alias /srv/funkwhale/data/music; } And the following to your .env file:: MUSIC_DIRECTORY_PATH=/srv/funkwhale/data/music **Docker users:** Assuming your music is stored in ``/srv/funkwhale/data/music``, add the following block to your nginx configuration:: location /_protected/music { internal; alias /srv/funkwhale/data/music; } Assuming you have the following volume directive in your ``docker-compose.yml`` (it's the default): ``/srv/funkwhale/data/music:/music:ro``, then add the following to your .env file:: # this is the path in the container MUSIC_DIRECTORY_PATH=/music # this is the path on the host MUSIC_DIRECTORY_SERVE_PATH=/srv/funkwhale/data/music
-
Eliot Berriot authored
-
Eliot Berriot authored
-
Eliot Berriot authored
Resolve "i18n typos" Closes #175 See merge request funkwhale/funkwhale!161
-
Eliot Berriot authored
-
Eliot Berriot authored
Resolve "Include player buttons on the queue tab" Closes #150 See merge request funkwhale/funkwhale!160
-
Eliot Berriot authored
-
Eliot Berriot authored
Resolve "Unexpected behavior with radios" Closes #145 See merge request funkwhale/funkwhale!159
-
Eliot Berriot authored
-
Eliot Berriot authored
Resolve "Reordering the queue do not honor currently playing track" Closes #151 See merge request funkwhale/funkwhale!158
-
Eliot Berriot authored
-
- Apr 22, 2018
-
-
Eliot Berriot authored
Ensure we return correct paths when using Apache as a reverse proxy See merge request funkwhale/funkwhale!157
-
Eliot Berriot authored
-
Eliot Berriot authored
Resolve "Dedicated API endpoint for import jobs" Closes #171 See merge request funkwhale/funkwhale!156
-
Eliot Berriot authored
Adapt Headers for serving audio files See merge request funkwhale/funkwhale!154
-
Eliot Berriot authored
-
-
R En authored
Update views.py to modify headers depending on Nginx or Apache Update common.py with future proof REVERSE_PROXY_TYPE setting Update views.py to adapt headers based on REVERSE_PROXY_TYPE Update views.py, typo on apache
-
R En authored
-
Eliot Berriot authored
Restrict sensitive build steps to only upstream repo See merge request funkwhale/funkwhale!155
-
Eliot Berriot authored
-
R En authored
-
R En authored
-
R En authored
-
R En authored
-
Eliot Berriot authored
Resolve "Sidebar not showing on small screen under Chrome" Closes #173 See merge request funkwhale/funkwhale!153
-
Eliot Berriot authored
-
Eliot Berriot authored
Bugfixes swarm Closes #172 See merge request funkwhale/funkwhale!152
-
Eliot Berriot authored
-
Eliot Berriot authored
-
Eliot Berriot authored
-
Eliot Berriot authored
-
Eliot Berriot authored
Added some documentation about nginx internal locations See merge request funkwhale/funkwhale!151
-
Eliot Berriot authored
-
Baptiste Gelez authored
Translate root components See merge request funkwhale/funkwhale!142
-