ppom
|
c7e7014b5c
|
wording fix
|
2023-03-03 23:40:09 +01:00 |
jo
|
054a9e54f5
|
docs: fix spelling errors (pre-commit)
|
2022-11-24 01:43:36 +01:00 |
jo
|
8d9946d35a
|
refactor: upgrade code to >=python3.7 (pre-commit)
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2189>
|
2022-11-23 22:08:55 +00:00 |
jo
|
cff619679b
|
chore: format files using isort (pre-commit)
|
2022-11-23 21:55:37 +01:00 |
Georg Krause
|
590d01c11b
|
style(music): Correct codestyling of views
|
2022-10-13 12:00:20 +02:00 |
Georg Krause
|
e8b7da9744
|
test(search): Adopt test do use same serializer as view
|
2022-10-13 12:00:19 +02:00 |
Georg Krause
|
4b1baec347
|
chore(tags): remove duplicated serializer
|
2022-10-13 12:00:19 +02:00 |
Georg Krause
|
2d913862e1
|
fix(openapi): Use a proper serializer for Search endpoint
|
2022-10-13 12:00:19 +02:00 |
Georg Krause
|
5081ec8a71
|
Resolve "OembedView: unable to guess serializer. This is graceful fallback handling for APIViews. Consider using GenericAPIView as view base class, if view is under your control. Ignoring view for now."
|
2022-10-12 12:03:12 +00:00 |
Georg Krause
|
4371c2acd3
|
Resolve "using @extend_schema on viewset class ListenViewSet with parameters operation_id or operation will most likely result in a broken schema."
|
2022-10-11 15:47:39 +00:00 |
Georg Krause
|
301cea927a
|
Align openapi specs to the actual API
|
2022-09-28 17:53:49 +00:00 |
wvffle
|
c19b3d3545
|
Fix client API generation
|
2022-09-27 09:30:26 +00:00 |
wvffle
|
c0b2c8d41e
|
Fix black linting
|
2022-09-27 09:30:26 +00:00 |
wvffle
|
68face201b
|
Rename operation ids
|
2022-09-27 09:30:26 +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 |
Agate
|
c96fd5d539
|
Fixed compat with iTunes
|
2020-08-11 13:07:39 +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
|
21f147c0c4
|
Merge branch 'master' into develop
|
2020-07-21 14:47:07 +02:00 |
Agate
|
4351331355
|
Fix #1175: Fix embedded player not working on channel serie/album
|
2020-07-21 11:19:35 +02:00 |
Agate
|
1295144681
|
Fixed really slow SQL
|
2020-07-09 11:51:58 +02:00 |
Agate
|
55f4fde0f4
|
Fix #1102: Do not include tracks in album API representation
|
2020-07-06 10:16:45 +02:00 |
Agate
|
e730ed45d5
|
Merge branch 'master' into develop
|
2020-06-22 14:50:52 +02:00 |
Agate
|
e6344338f9
|
Fix #1145: Support ordering=random for artists, albums, tracks and channels endpoints
|
2020-06-22 13:22:26 +02:00 |
Agate
|
45132dea75
|
Improved some error handling
|
2020-06-14 15:09:14 +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
|
e331a87478
|
Use scoped tokens to load <audio> urls instead of JWT
|
2020-05-11 10:07:43 +02:00 |
Eliot Berriot
|
9aa12db62e
|
See #170: Funkwhale federation
|
2020-03-25 15:32:10 +01:00 |
Eliot Berriot
|
1654044a9f
|
See #170: store and compute modification date on artists
|
2020-03-19 14:41:15 +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
|
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
|
b22b9c83b0
|
See #170: now record downloads count on tracks/uploads
|
2020-01-20 13:59:12 +01:00 |
Eliot Berriot
|
71b400a9b8
|
See #170: cover on tracks and artists
|
2020-01-17 16:27:11 +01:00 |
Eliot Berriot
|
2bc71eecfd
|
See #170: add a description field on tracks, albums, tracks
|
2020-01-14 14:00:08 +01:00 |
Eliot Berriot
|
20311344d7
|
Resolve "Switch to proper full-text-search system"
|
2019-12-18 15:08:58 +01:00 |
Eliot Berriot
|
57949c02c1
|
Revert "Revert "Fix #994: use PostgreSQL full-text-search""
This reverts commit 7b0db234e2 .
|
2019-12-18 11:26:59 +01:00 |
Eliot Berriot
|
7b0db234e2
|
Revert "Fix #994: use PostgreSQL full-text-search"
This reverts commit b3d8d6a4da .
|
2019-12-17 10:57:05 +01:00 |
Eliot Berriot
|
b3d8d6a4da
|
Fix #994: use PostgreSQL full-text-search
|
2019-12-16 17:46:32 +01:00 |
Eliot Berriot
|
dd9cca432d
|
Disable download by default on track urls exposed over federation
|
2019-12-09 16:37:04 +01:00 |
Eliot Berriot
|
c94d9214ec
|
See #170: updates to upload API to support channels publishing
|
2019-12-04 09:55:07 +01:00 |
Eliot Berriot
|
8a9f7845d4
|
Fix #947: Make media and static files serving more reliable when reverse proxy X_FORWARDED_* headers are incorrect
|
2019-11-27 15:05:50 +01:00 |
Eliot Berriot
|
c84396e669
|
Attachments
|
2019-11-25 09:49:06 +01:00 |
Ciarán Ainsworth
|
1152c9da97
|
Resolve "Wrong sort used when sorting favorites by album name"
|
2019-11-06 10:22:46 +01:00 |
Eliot Berriot
|
6b5cb9759a
|
Improved SQL generated by ORM
|
2019-10-22 00:13:27 +02:00 |
Eliot Berriot
|
4a5484c7eb
|
Fix audio serving issues under S3/nginx when signatures are enabled
|
2019-10-17 10:14:08 +02:00 |
Eliot Berriot
|
f0bea39d6a
|
Fix #924: in-place imported files not playing under nginx when filename contains ? or %
|
2019-10-01 10:57:14 +02:00 |
Eliot Berriot
|
81349e2b57
|
Fix #865: Performance optimization on /artists, /albums and /tracks endpoints
|
2019-09-24 09:48:04 +02:00 |