Petitminion
|
acadfa4eca
|
wip:hangle not public playlist audience
|
2025-04-26 16:58:53 +02:00 |
Petitminion
|
d6fd9ff6c4
|
one day this will end
|
2025-04-26 16:58:53 +02:00 |
Petitminion
|
9f4e20cf5e
|
again
|
2025-04-26 16:58:53 +02:00 |
Petitminion
|
bc0a5f3c00
|
and again
|
2025-04-26 16:58:53 +02:00 |
Petitminion
|
766419aec2
|
there is always new errors in the world
|
2025-04-26 16:58:53 +02:00 |
Petitminion
|
86b66bb6cc
|
tests minor issues
|
2025-04-26 16:58:53 +02:00 |
Petitminion
|
9d37d69a1d
|
Support playlist fetch, this ill break the frontend (need to update playlist.uuid for endpoint instead of playlist.id)
Done locally but will commit after discussion, we can also delete lookup_field = "uuid" from playlistviewset
|
2025-04-26 16:58:53 +02:00 |
Petitminion
|
964acba5a4
|
make sure upload get moove to built-in libs
|
2025-04-26 16:58:53 +02:00 |
Petitminion
|
5e9929ea08
|
remove to do and add doc
|
2025-04-26 16:58:53 +02:00 |
Petitminion
|
a3adccf233
|
migration errors
|
2025-04-26 16:58:53 +02:00 |
Petitminion
|
4a5cc99085
|
m2m delete null since not usefull
|
2025-04-26 16:58:53 +02:00 |
Petitminion
|
1648374d2d
|
Make sure we query the lib before createing plts + some migration issues
|
2025-04-26 16:58:53 +02:00 |
Petitminion
|
ef0ee1cbc5
|
resolving real migration issues
|
2025-04-26 16:58:53 +02:00 |
Petitminion
|
cc0b61e733
|
fix tests
|
2025-04-26 16:58:53 +02:00 |
Petitminion
|
5c4ae1767c
|
make sure we got the good lib in bulk upload endpoint
|
2025-04-26 16:58:53 +02:00 |
Petitminion
|
c33550d3d4
|
Make library drop migration use playlist.library instead of user follow and resolve tests
|
2025-04-26 16:58:53 +02:00 |
Petitminion
|
e8f30f6fbb
|
Use playlists to privately share audio files (#2417)
|
2025-04-26 16:58:50 +02:00 |
Gato Grande
|
4953b05800
|
env: Support celery task_time_limit from env
|
2025-04-25 00:03:51 +00:00 |
petitminion
|
7b18ad82ef
|
fix:artist_credit django admin filtering NOCHANGELOG
|
2025-04-24 23:48:51 +00:00 |
petitminion
|
cba1727b4e
|
fix-import-metadata-schema NOCHANGELOG
|
2025-04-24 23:19:51 +00:00 |
jon r
|
90b853b722
|
Feat(API): changes to support new frontend
Co-Authored-By: ArneBo <arne@ecobasa.org>
Co-Authored-By: Flupsi <upsiflu@gmail.com>
Co-Authored-By: jon r <jon@allmende.io>
|
2025-04-18 10:37:48 +02:00 |
petitminion
|
c7bd63d1c1
|
pipelines:check OpenApi schema generation match repo schema (#2388)
|
2025-03-25 17:21:23 +00:00 |
petitminion
|
6c6cb60a28
|
Fix schema generation to allow propre types in front (#2404)
|
2025-02-20 15:04:25 +00:00 |
petitminion
|
c1b0b71479
|
Fix missing description field in api schemas NOCHANGELOG
|
2025-02-20 13:44:54 +00:00 |
Petitminion
|
0937990980
|
Migrate artist attachement_cover to cover (to be consistent with track and album objects)
|
2025-02-20 14:04:37 +01:00 |
Renovate Bot
|
6696b671dc
|
chore(api): update dependency sentry-sdk to v2.22.0
|
2025-02-17 14:32:53 +00:00 |
Petitminion
|
31557fdced
|
upgrade all develop deps
|
2025-02-17 15:12:09 +01:00 |
Karl Sickendick
|
01915f91cf
|
Attempt to fix issue #2122
|
2025-02-17 11:23:52 +00:00 |
Renovate Bot
|
8d726c2c8d
|
chore(api): update dependency sentry-sdk to v2.21.0
|
2025-02-17 01:25:50 +00:00 |
Renovate Bot
|
8736924b36
|
chore(api): update dependency ipython to v8.32.0
|
2025-02-16 23:47:53 +00:00 |
Renovate Bot
|
2b2ea1e54a
|
chore(api): update dependency faker to v36
|
2025-02-16 22:25:57 +00:00 |
Renovate Bot
|
a3479e8c95
|
chore(api): update dependency django-filter to v25
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2877>
|
2025-02-16 21:48:26 +00:00 |
Renovate Bot
|
e0e66fc333
|
chore(api): update dependency black to v25
|
2025-02-16 21:31:00 +00:00 |
petitminion
|
4db233b0c8
|
feat(subsonic):Subsonic getAlbumInfo, getAlbumInfo2 and getTopSongs endpoints (#2392)
|
2025-02-13 11:32:06 +00:00 |
petitminion
|
994765d952
|
Fix arm docker build gfortran NOCHANGELOG
|
2025-02-12 10:42:54 +00:00 |
petitminion
|
801ffbce40
|
fix(db):fix the fix of migrations regression from library drop NOCHANGELOG
|
2025-02-11 15:17:13 +00:00 |
petitminion
|
3843996e75
|
fix(db):drop library migration bugs NOCHANGELOG
|
2025-02-11 14:35:08 +00:00 |
petitminion
|
5fc8102776
|
fix(api): Admin library foreign key error NOCHANGELOG
|
2025-02-11 13:47:59 +00:00 |
petitminion
|
0507c193d3
|
fix artist_credit regression NOCHANGELOG
|
2025-01-26 10:39:01 +00:00 |
JS Moore
|
830b0a485f
|
Add support for deprecated COVERART in ogg containers and update relevant documentation (#2376)
|
2025-01-25 15:12:38 +00:00 |
Petitminion
|
85ec0011d7
|
test
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2861>
|
2025-01-23 18:08:23 +00:00 |
Petitminion
|
187108d495
|
fix Cannot fetch local actor webfinger
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2861>
|
2025-01-23 18:08:23 +00:00 |
Petitminion
|
689c9feb79
|
delete testing.py since unused
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2860>
|
2025-01-22 11:53:31 +00:00 |
petitminion
|
82a1facdb5
|
Resolve "ActivityStreams compliance: duration" (#1566)
|
2025-01-20 21:26:47 +00:00 |
RenovateBot
|
e5aa82e141
|
chore(api): update all dependencies (develop) (major)
|
2025-01-16 11:51:31 +00:00 |
RenovateBot
|
606066bf3b
|
chore(api): update all dependencies (develop)
|
2025-01-15 14:23:09 +00:00 |
Renovate Bot
|
8cc555321e
|
chore(api): update channels
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2846>
|
2025-01-15 11:32:47 +00:00 |
Renovate Bot
|
95d2520420
|
chore(api): update dependency coverage to v7.6.10
|
2025-01-15 10:21:27 +00:00 |
RenovateBot
|
7c33efa1cd
|
chore(api): update dependency dj-rest-auth to v7 (develop)
|
2025-01-15 09:00:51 +00:00 |
Renovate Bot
|
769a3dc79e
|
chore(api): update dependency django-filter to v24
|
2025-01-14 19:22:31 +00:00 |