Eliot Berriot
f4a8d0f80b
Merge branch 'release/0.2.1'
2017-07-17 22:08:52 +02:00
Eliot Berriot
05ce2ba721
Changelog && version bump
2017-07-17 22:08:44 +02:00
Eliot Berriot
53e02cecb2
Added missing script
2017-07-17 22:01:57 +02:00
Eliot Berriot
abdafd68cd
Now also zip API code for easier release and installation
2017-07-17 22:01:02 +02:00
Eliot Berriot
da4c76ace8
Now return media files with absolute URL
2017-07-11 09:14:54 +02:00
Eliot Berriot
e8eaf6db94
Now display CLI instructions to download a set of tracks
2017-07-11 08:40:54 +02:00
Eliot Berriot
c34ea44687
Fixed media path mismatch in sample docker-compose.yml
2017-07-10 23:43:14 +02:00
Eliot Berriot
0786c58d3d
Fixed #33 : sort by track position in album in API vy default, also reuse that information on frontend side
2017-07-10 23:24:04 +02:00
Eliot Berriot
f1c05d4f42
More robust audio player and queue in various situations:
...
- Ensure clearing the queue also stop current radio
- Will also repopulate a track from radio on track deletion in queue
- Clearing the queue then appending tracks would play automatically instead of getting stuck
2017-07-10 23:04:32 +02:00
Eliot Berriot
6172c0beac
upgrade to latest dynamic_preferences and use redis as cache even locally
2017-07-09 13:27:15 +02:00
Eliot Berriot
897d417a6f
Merge tag '0.2' into develop
...
0.2
-------
2017-07-09
* [feature] can now import artist and releases from youtube and musicbrainz.
This requires a YouTube API key for the search
* [breaking] we now check for user permission before serving audio files, which requires
a specific configuration block in your reverse proxy configuration:
2017-07-09 11:38:06 +02:00
Eliot Berriot
30d6195e84
Merge branch 'release/0.2'
2017-07-09 11:37:52 +02:00
Eliot Berriot
0b01bf3038
Changelog && version bump
2017-07-09 11:37:47 +02:00
Eliot Berriot
a433d3c149
Merge branch 'feature/4' into 'develop'
...
Fix #4 : implement importing
Closes #4
See merge request !13
2017-07-09 09:35:48 +00:00
Eliot Berriot
aa80bd15fa
Fixed #4 : can now import artists and releases with a clean interface :party:
2017-07-09 11:33:33 +02:00
Eliot Berriot
3ccb70d0a8
Fixed #15 again, now check authorization also using query param
2017-06-29 02:27:35 +02:00
Eliot Berriot
795cd7beb9
Merge branch 'feature/15' into 'develop'
...
Fixed #15 : Ensure we check for authorization for serving audio files, meaning we…
Closes #15
See merge request !12
2017-06-28 21:33:04 +00:00
Eliot Berriot
bab3981d25
Fixed #15 : Ensure we check for authorization for serving audio files, meaning we don't leak the absolute URL anymore
2017-06-28 23:31:43 +02:00
Eliot Berriot
919e668978
Merge branch 'feature/28' into 'develop'
...
Fixed #28 : added project links in footer
Closes #28
See merge request !11
2017-06-28 20:13:57 +00:00
Eliot Berriot
bf12a6358a
Fixed #28 : added project links in footer
2017-06-28 22:12:37 +02:00
Eliot Berriot
e250759880
Missing volumes on sample docker compose
2017-06-28 20:41:25 +02:00
Eliot Berriot
cfacd9f770
Updated sample nginx, docker-compose.yml and documentation to match easier setup for front-end files
2017-06-28 20:30:52 +02:00
Eliot Berriot
38f22dab94
Should now copy the frontend files in a dedicated directory on container startup so they can be reached from outside
2017-06-28 20:21:55 +02:00
Eliot Berriot
0db752e0df
Missing -r flag on cp statement
2017-06-28 20:11:06 +02:00
Eliot Berriot
7af820b49c
Merge branch 'feature/27' into 'develop'
...
Fixed #27 : now include compiled frontend files in docker container
Closes #27
See merge request !10
2017-06-28 18:00:20 +00:00
Eliot Berriot
005e3291a2
Fixed #27 : now include compiled frontend files in docker container
2017-06-28 19:58:57 +02:00
Eliot Berriot
bc31413cf1
Merge branch 'feature/26' into 'develop'
...
Fixed #26 : can now reorder tracks in queue using drag and drop
Closes #26
See merge request !9
2017-06-28 17:36:02 +00:00
Eliot Berriot
33eecf55cb
Fixed #26 : can now reorder tracks in queue using drag and drop
2017-06-28 19:34:05 +02:00
Eliot Berriot
03bb740db3
Merge branch 'develop' of ssh://code.eliotberriot.com:2222/funkwhale/funkwhale into develop
2017-06-26 22:37:06 +02:00
Eliot Berriot
e45edadcfb
Bad gitlab ci conf for building image
2017-06-26 22:31:52 +02:00
Eliot Berriot
6d0755efcd
Bad gitlab ci conf for building image
2017-06-26 22:24:37 +02:00
Eliot Berriot
8cce4d1419
Merge tag '0.1' into develop
...
Initial release
2017-06-26 22:15:12 +02:00
Eliot Berriot
8335b1acc1
Merge branch 'release/0.1'
2017-06-26 22:15:05 +02:00
Eliot Berriot
73ee65af9b
Changelog
2017-06-26 22:14:56 +02:00
Eliot Berriot
57e685d783
Merge branch 'master' into develop
2017-06-26 22:14:41 +02:00
Eliot Berriot
e56e57e22c
Should now build and push latest docker image on master
2017-06-26 22:04:55 +02:00
Eliot Berriot
b73d681050
Merge branch 'feature/mp3-metadata' into 'develop'
...
Fixed #21 : can now import MP3 files via command line, also improved musicbrainz…
Closes #21
See merge request !8
2017-06-26 19:57:41 +00:00
Eliot Berriot
6e7d0ae243
Fixed #21 : can now import MP3 files via command line, also improved musicbrainz ID handling in import process
2017-06-26 21:56:24 +02:00
Eliot Berriot
d6db55e8c1
Merge branch 'feature/api-version' into 'develop'
...
Fixed #18 : added v1 namespace under API
Closes #18
See merge request !7
2017-06-26 18:20:58 +00:00
Eliot Berriot
70634048c6
Fixed #18 : added v1 namespace under API
2017-06-26 20:19:09 +02:00
Eliot Berriot
3c2a6914ce
Fixup for last commit: wrong stage
2017-06-26 20:07:19 +02:00
Eliot Berriot
ab4b6c3764
Fixed missing environment variable
2017-06-26 19:51:25 +02:00
Eliot Berriot
368937c422
Should now build funkwhale docker container and push it to docker hub
2017-06-26 19:48:09 +02:00
Eliot Berriot
f977f3a3b7
Merge branch 'develop' of ssh://code.eliotberriot.com:2222/funkwhale/funkwhale into develop
2017-06-26 19:18:36 +02:00
Eliot Berriot
80cfd7180a
Fixed #20 : added admin serving under /api/, minor tweaks to production nginx and env file
2017-06-26 19:18:31 +02:00
Eliot Berriot
2a8fb3797c
Merge branch 'feature/pytest' into 'develop'
...
Fixed #19 : now uses pytest as a testing framework
Closes #19
See merge request !6
2017-06-26 17:02:58 +00:00
Eliot Berriot
4f15d3d28d
Fixed #19 : now uses pytest as a testing framework
2017-06-26 19:01:15 +02:00
Eliot Berriot
e7c8cad613
Merge branch 'feature/17' into 'develop'
...
Fixed #17 : removed a few useless dependencies and files
Closes #17
See merge request !5
2017-06-26 16:49:38 +00:00
Eliot Berriot
edc8794a4f
Fixed #17 : removed a few useless dependencies and files
2017-06-26 18:46:19 +02:00
Eliot Berriot
3f6fc95dbc
Merge branch 'feature/django-111' into 'develop'
...
Fixed #11 : Upgraded to django 1.11
Closes #11
See merge request !4
2017-06-26 16:32:50 +00:00