jo
|
0061e82ecd
|
chore: clean files using pre-commit
|
2022-11-22 14:30:01 +00:00 |
Georg Krause
|
6908f4bf74
|
Resolve "value too long for type character varying(255) during import_files"
|
2022-11-21 18:12:49 +00:00 |
Georg Krause
|
e8b7da9744
|
test(search): Adopt test do use same serializer as view
|
2022-10-13 12:00:19 +02:00 |
Marcos Peña
|
875a6ba2df
|
Merge branch 'stable' into develop
|
2022-09-12 11:37:18 +02:00 |
Georg Krause
|
6328d00015
|
Resolve "Database growing way too much (music_upload)"
|
2022-09-06 10:47:09 +00:00 |
Ciarán Ainsworth
|
d9cfa167c6
|
Fix OpenAPI generation
|
2022-07-20 12:31:57 +00:00 |
Georg Krause
|
850dc69091
|
Update Black & run for whole repository
|
2022-01-09 11:40:49 +00:00 |
Georg Krause
|
91f9b3af9f
|
Return the correct value for is_playable on albums
|
2021-12-21 09:12:57 +00:00 |
Marcos Peña
|
274bdd1d3e
|
refactor: Adds duration annotation to album's queryset
MR !1408
|
2021-11-26 07:35:12 +00:00 |
Ciarán Ainsworth
|
33f7993477
|
Add missing playable serializer
|
2021-05-09 05:38:55 +00:00 |
Georg Krause
|
b321ab8da2
|
Add number of tracks and discs of an album to API
|
2021-02-20 12:54:11 +01:00 |
interfect
|
7f42c1ad44
|
Autodetect format when transcoding files
|
2021-01-21 15:11:53 +01:00 |
Philipp Wolfer
|
9e5d168e8d
|
Support AIFF file format
Fixes #1243
|
2020-11-21 12:13:09 +01:00 |
Cédric Schieli
|
4845325612
|
Allow genre tags to be updated when rescanning files in-place
|
2020-10-11 17:12:39 +02:00 |
Agate
|
0c25370fff
|
Fix #1196: Fixed broken search when using (, " or & chars
|
2020-08-23 17:55:26 +02:00 |
Agate
|
c96fd5d539
|
Fixed compat with iTunes
|
2020-08-11 13:07:39 +02:00 |
Agate
|
95ba6e1b22
|
Give priority to local uploads when playing a track
|
2020-08-06 16:21:55 +02:00 |
Agate
|
e271851f67
|
See #1100: clean compat and XXX in the code
|
2020-08-03 15:47:14 +02:00 |
Agate
|
788c12748f
|
Fix #1105: Can now launch server import from the UI
|
2020-08-03 13:50:53 +02:00 |
Agate
|
e9186ca813
|
Fx #1178: Display channel and track downloads count
|
2020-07-31 11:46:25 +02:00 |
Ciarán Ainsworth
|
d6d73d8620
|
Resolve "Licence Art Libre"
|
2020-07-23 17:28:14 +02:00 |
Agate
|
55f4fde0f4
|
Fix #1102: Do not include tracks in album API representation
|
2020-07-06 10:16:45 +02:00 |
Agate
|
0c05ac6512
|
Fix #1104: invalid metadata when importing multi-artists tracks/albums
|
2020-06-23 12:37:48 +02:00 |
Agate
|
e730ed45d5
|
Merge branch 'master' into develop
|
2020-06-22 14:50:52 +02:00 |
Agate
|
d50cce36e2
|
Added a new ?related=obj_id filter for artists, albums and tracks, based on tags
|
2020-06-22 14:43:42 +02:00 |
Agate
|
88c6c2bdbc
|
Merge branch 'master' into develop
|
2020-06-05 11:29:31 +02:00 |
Agate
|
aa8b1b5f83
|
Fix #1151: Updated the /api/v1/libraries endpoint to support listing public libraries of a pod
|
2020-06-05 11:21:10 +02:00 |
Agate
|
5c8e6e9e7f
|
Fixed flaky test
|
2020-05-15 14:41:08 +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
|
798e3c0340
|
Fix #1078: Include tracks by album artist when filtering by artist on /api/v1/tracks
|
2020-05-07 16:43:10 +02:00 |
Agate
|
c7a3dd9da5
|
Fix #1011: Ensure tracks linked to skipped upload can be pruned
|
2020-05-07 13:51:29 +02:00 |
Agate
|
752c993e8e
|
Importer updates: watch directories, handle metadata updates
|
2020-05-07 09:56:05 +02:00 |
Agate
|
85bc8d93e8
|
Fix #1093: mimetype detection issue that broke transcoding on certain tracks
|
2020-05-04 13:52:44 +02:00 |
Eliot Berriot
|
8c93169d94
|
See #170: dispatch / handle delete and update on Audio
|
2020-04-08 16:17:24 +02:00 |
Eliot Berriot
|
f361791c1b
|
Fixed mutation erasing tags and description when other fields are modified
|
2020-03-26 16:36:03 +01:00 |
Eliot Berriot
|
9aa12db62e
|
See #170: Funkwhale federation
|
2020-03-25 15:32:10 +01:00 |
Eliot Berriot
|
c9259c906b
|
Faster tests by not creating covers unless mandatory
|
2020-03-23 14:29:01 +01:00 |
Eliot Berriot
|
1654044a9f
|
See #170: store and compute modification date on artists
|
2020-03-19 14:41:15 +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
|
882e245a09
|
Fix #1036: Favor local uploads when playing a track with multiple uploads
|
2020-03-11 14:05:37 +01:00 |
Eliot Berriot
|
66a9a62376
|
Fix #1037: More resilient tag parsing with empty release date or album artist
|
2020-03-09 17:21:15 +01:00 |
Eliot Berriot
|
b166182762
|
Resolve "Support browsing a specific library content"
|
2020-03-04 22:18:28 +01:00 |
Eliot Berriot
|
c2eeee5eb1
|
See #170: fetching remote objects
|
2020-03-02 17:23:03 +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
|
95497e76ac
|
See #170: channels ui (listeners)
|
2020-02-05 15:06:07 +01:00 |
Eliot Berriot
|
bf99e13230
|
See #170: include channel info in artist representations
|
2020-01-30 15:08:10 +01:00 |
Eliot Berriot
|
159c07c2c0
|
See #170: don't expose channels libraries in API
|
2020-01-30 14:29:32 +01:00 |
Eliot Berriot
|
7ac5a2f333
|
Merge branch '170-channel-filter' into 'develop'
See #170: can now filter tracks and albums by channel
See merge request funkwhale/funkwhale!1006
|
2020-01-30 11:15:18 +01:00 |
Eliot Berriot
|
61cf04b376
|
Fix #348, #474, #557, #740, #928: improved deduplication logic to prevent skipped files during import
|
2020-01-29 15:39:43 +01:00 |