Eliot Berriot
14c8073e26
Ensure we can serve images securely locally
2018-06-02 09:17:32 +02:00
Eliot Berriot
5ebaa884c1
Send proper activity when listening is created through subsonic API
2018-06-02 00:11:31 +02:00
Eliot Berriot
98c7cb6f05
Merge branch '260-subsonic-scrobble' into 'develop'
...
Resolve "Implement the scrobble API of subsonic"
Closes #260
See merge request funkwhale/funkwhale!221
2018-06-01 22:03:24 +00:00
Eliot Berriot
0f792bf75c
Fix #260 : Implemented scrobble endpoint of subsonic API
2018-06-01 23:59:08 +02:00
Eliot Berriot
9ee0f09ff4
Merge branch '258-subsonic-covers' into 'develop'
...
Resolve "Include album covers in subsonic API"
Closes #258
See merge request funkwhale/funkwhale!220
2018-06-01 20:55:46 +00:00
Eliot Berriot
8d50743b3b
Fix #258 : Implemented getCovertArt in Subsonic API to serve album covers
2018-06-01 08:42:05 +02:00
Eliot Berriot
218a92547e
Merge branch '223-management-interface' into 'develop'
...
Resolve "Add a management interface for artists/albums/tracks"
Closes #223 and #241
See merge request funkwhale/funkwhale!216
2018-05-29 21:28:32 +00:00
Eliot Berriot
6b821bdfe3
Merge branch '225-radios-count' into 'develop'
...
Resolve "Radio shows containing only 25 tracks, when actually containing more tracks"
Closes #225
See merge request funkwhale/funkwhale!219
2018-05-29 21:28:03 +00:00
Eliot Berriot
877feff329
Merge branch '240-pagination' into 'develop'
...
Resolve "50 results per page returns 25"
Closes #240
See merge request funkwhale/funkwhale!218
2018-05-29 21:25:16 +00:00
Eliot Berriot
7a8c336e0d
Fix #225 : Display proper total number of tracks on radio detail
2018-05-29 23:24:05 +02:00
Eliot Berriot
540c6fb583
Fixed #240 : ignored page_size paremeter on artist and favorites list
2018-05-29 23:21:03 +02:00
Eliot Berriot
fe91285155
Merge branch '251-doc-upgrade' into 'develop'
...
Resolve "Move upgrade TOC under installation"
Closes #251
See merge request funkwhale/funkwhale!217
2018-05-29 21:12:30 +00:00
Eliot Berriot
47126232d4
Fix #251 : Moved upgrade doc under install doc in TOC
2018-05-29 23:08:42 +02:00
Eliot Berriot
dcd150a1f1
See #223 : fixed failing test
2018-05-29 22:54:53 +02:00
Eliot Berriot
c59f289ea4
Fix #223 : changelog
2018-05-29 22:39:28 +02:00
Eliot Berriot
1737a75d4e
See #223 : reflect new possibilities of library permission in help text
2018-05-29 22:36:47 +02:00
Eliot Berriot
256d98b77d
See #223 : delete actions is now dangerous anc cannot be applied to all files
2018-05-29 22:22:51 +02:00
Eliot Berriot
7b84a988fd
See #223 : dangerous actions can now prevent executing an action on all objects
2018-05-29 21:55:00 +02:00
Eliot Berriot
92dbf52b3c
Merge branch '249-subsonic-nginx' into 'develop'
...
Resolve "Add missing configuration block in nginx conf for subsonic"
Closes #249
See merge request funkwhale/funkwhale!215
2018-05-29 16:18:30 +00:00
Eliot Berriot
62cd1df248
Fix #249 : Added missing subsonic configuration block in deployment vhost files
2018-05-29 18:12:46 +02:00
Eliot Berriot
7df9112d55
See #223 : front-end to browse/manage library files
2018-05-29 00:07:38 +02:00
Eliot Berriot
c7782693bc
See #223 : api for listing/managing library files
2018-05-29 00:07:20 +02:00
Eliot Berriot
2569f136b7
Fix #241 : autoremove media files on model instance deletion
2018-05-28 22:17:36 +02:00
Eliot Berriot
d2c99b9f5d
Merge branch '220-fix-mp3-track-numbers' into 'develop'
...
Resolve "Track numbers from mp3 don't get imported"
Closes #220
See merge request funkwhale/funkwhale!214
2018-05-26 11:40:25 +00:00
Eliot Berriot
9745b57f13
Merge branch '236-default-permission' into 'develop'
...
Resolve "Implement default permissions for logged in users"
Closes #236
See merge request funkwhale/funkwhale!213
2018-05-26 11:38:20 +00:00
David Magnus Henriques
8790631a65
Removed Typo which broke oggVorbis-import
2018-05-26 13:23:08 +02:00
David Magnus Henriques
737063946a
Added Changelog
2018-05-26 13:18:18 +02:00
David Magnus Henriques
e478bb923e
Improved Unit test
...
The tracknumber and the compilation number are now not identical
anymore
2018-05-26 13:16:20 +02:00
David Magnus Henriques
06a5ee939a
Changed ID3Tag for Track-Number to TRCK
...
Until now the ID3Tag for the Track-Number was read from TPOS.
The Problem is, that TPOS is the part of the set (eg disc number)
and not the track-number. TRCK is the correct tag for the track
number.
Fixes #220
2018-05-26 13:06:40 +02:00
Eliot Berriot
e9fc220e19
Fix #236 : changelog
2018-05-26 12:47:09 +02:00
Eliot Berriot
67aef15aca
See #236 : front-end to manage users default permissions
2018-05-26 12:46:28 +02:00
Eliot Berriot
7ad19a3fbb
Ensure 403 errors are probably handled on the front-end
2018-05-26 12:46:13 +02:00
Eliot Berriot
a9799e66d7
See #236 : backend for users default permissions
2018-05-26 12:45:55 +02:00
Eliot Berriot
2ef36928c6
See #236 : added a basic string list preference
2018-05-26 12:45:16 +02:00
Eliot Berriot
c6cd3abf9d
Merge branch '229-anonymous-access' into 'develop'
...
Resolve "Ensure anonymous users can listen to music if instance is configured accordingly"
Closes #229
See merge request funkwhale/funkwhale!211
2018-05-24 20:52:40 +00:00
Eliot Berriot
79844c6a7e
Merge branch '230-upload-permission' into 'develop'
...
Resolve "Split library management and upload permission"
Closes #230
See merge request funkwhale/funkwhale!212
2018-05-24 20:50:55 +00:00
Eliot Berriot
0314f786ea
Fix #230 : changelog
2018-05-24 22:47:01 +02:00
Eliot Berriot
8d55040e9e
See #230 : users with upload permission can now launch import and manage their own imports
2018-05-24 22:39:43 +02:00
Eliot Berriot
dfb4f5f62a
See #230 : can now use "or" operator to check permissions
2018-05-24 22:38:26 +02:00
Eliot Berriot
ed6c1a9a5b
See #230 : added an upload permission on user model
2018-05-24 22:37:41 +02:00
Eliot Berriot
2586444db2
Fix #229 : removed last hardcoded settings to protect audio files
2018-05-24 21:34:59 +02:00
Eliot Berriot
9c02954e46
Merge branch 'action-tables' into 'develop'
...
Action table component / implementation on federation library tracks
Closes #164 and #228
See merge request funkwhale/funkwhale!210
2018-05-24 19:11:33 +00:00
Eliot Berriot
c547c7e14b
Fix #164 and #228 : new action table component on federated tracks pages
2018-05-24 20:11:53 +02:00
Eliot Berriot
6586b2b73d
See #228 : smarter action table with shift-click select
2018-05-24 20:07:14 +02:00
Eliot Berriot
eded32c2e8
See #228 : more performante federation import launch via API
2018-05-24 18:53:12 +02:00
Eliot Berriot
4f8db661fa
See #228 : now expose library track status in API
2018-05-24 18:33:40 +02:00
Eliot Berriot
c36bdf8da5
Merge branch '216-oggtheora-support' into 'develop'
...
Resolve "Unsupported format OggTheora"
Closes #216
See merge request funkwhale/funkwhale!209
2018-05-24 15:41:07 +00:00
Eliot Berriot
f12fe0047f
See #228 : use action table component for federation library tracks
2018-05-24 00:05:14 +02:00
Eliot Berriot
fc88f72a71
See #228 : generic action table component
2018-05-24 00:05:00 +02:00
David Magnus Henriques
7ae90305e3
Added test for OggTheora Import
2018-05-23 23:33:19 +02:00