Commit Graph

1395 Commits

Author SHA1 Message Date
Petitminion 988937f34d 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-03-18 01:36:32 +01:00
Petitminion 0c2be3e576 make sure upload get moove to built-in libs 2025-03-17 21:46:23 +01:00
Petitminion c28e0e3460 remove to do and add doc 2025-03-17 20:37:04 +01:00
Petitminion a2e2187c4c Make sure we query the lib before createing plts + some migration issues 2025-03-17 17:57:17 +01:00
Petitminion 97737f0b98 doc 2025-03-14 23:10:56 +01:00
Petitminion ca21bbca2a resolving real migration issues 2025-03-14 22:56:41 +01:00
Petitminion 30caede4a9 doc 2025-03-11 18:52:54 +01:00
Petitminion bd9f31d50f Make library drop migration use playlist.library instead of user follow and resolve tests 2025-03-11 17:32:39 +01:00
Petitminion 2d6374747c Use playlists to privately share audio files (#2417) 2025-03-11 00:37:58 +01:00
Simó Albert i Beltran d23b2e9ff4 Remove instructions to get music from Jamendo NOCHANGELOG 2025-02-17 13:33:56 +00:00
Renovate Bot de7ad0135c chore(docs): update dependency myst-parser to v4 2025-02-17 13:01:50 +00:00
petitminion 1a5dca8606 upgrade docs to python 3.10 NOCHANGELOG 2025-02-17 13:00:23 +00:00
Petitminion ba62af15d5 upgdate poetry lock docs 2025-02-17 13:15:53 +01: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 82a1facdb5 Resolve "ActivityStreams compliance: duration" (#1566) 2025-01-20 21:26:47 +00:00
petitminion b6d27a58d3 Allow plugin to download third party tracks 2025-01-12 17:30:16 +00:00
petitminion d59019b9a7 update faka data docs NOCHANGELOG 2025-01-10 20:59:09 +00:00
petitminion c9d915fb33 Drop libraries in favor of playlist for user audio sharing (#2366) 2025-01-04 15:03:49 +00:00
petitminion fedd340ed5 Playlist federation (#1458) 2025-01-03 18:17:25 +00:00
petitminion 788e84d70c fix:make swagger in the build dir so it's properly copied to the hypervisor NOCHANGELOG 2024-12-28 17:01:38 +00:00
Petitminion 20c5cebfae fix:delete schema.yml 2024-12-27 18:45:48 +00:00
petitminion d2cbc3689b update federation doc with the new artist credit object 2024-12-22 22:56:35 +00:00
Petitminion e814b2fd01 doc:add artist_credit federation doc 2024-12-22 22:32:26 +00:00
Petitminion 8176bc6088 fix:dev federation documentation 2024-12-22 21:02:21 +00:00
petitminion 9804de3650 User follow with trackfavorite and listening activity (#1810 and #2075) 2024-12-06 14:17:21 +00:00
petitminion d1287a36a5 Import/export playlist in xspf (#836). 2024-12-05 11:31:41 +00:00
jon r 1e6e6923d2 fix(DX): Docker mac compatibility, dynamic DNS + Debian image (#2337 #1691) 2024-10-21 08:57:15 +00:00
Ciarán Ainsworth 4a74c2f5d0 Add upload groups to upload spec 2024-09-02 11:04:54 +00:00
petitminion 4a11f9b58d spec-playlist-federation 2024-08-29 14:34:07 +00:00
petitminion 3b5de1a32d Supporting multi-artist per tracks/albums (#1568) 2024-08-29 14:11:35 +00:00
petitminion 965fad5bba listenings and favorites sync with listenbrainz spec 2024-08-06 08:48:46 +00:00
Lilou fb5c863dda Clearer explanation AWS_CUSTOM_DOMAIN + protocol 2024-08-04 14:11:07 +00:00
Petitminion 13f6571ad0 lit 2024-06-05 18:35:25 +00:00
Petitminion 4441f054c8 update genre tag spec 2024-06-05 18:35:25 +00:00
Ciarán Ainsworth ec368e0cd3 Update from attribute information
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2592>
2024-04-16 14:47:01 +02:00
Ciarán Ainsworth a2579bdc60 Add from attribute to genre tag spec
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2592>
2024-04-16 14:47:01 +02:00
Ciarán Ainsworth 85c2be6a5b fix(docs): run pre-commit
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2592>
2024-04-16 14:47:01 +02:00
Ciarán Ainsworth 35de9bd48e feat(docs): add genre tags spec
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2592>
2024-04-16 14:47:01 +02:00
Ciarán Ainsworth 67f74d40a6 Add ListenBrainz sync documentation
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2658>
2024-04-16 11:01:29 +00:00
Ciarán Ainsworth 8d22eb925e Add API v2 overview
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2763>
2024-02-26 10:37:51 +01:00
petitminion 6c38bae189 add MbidTaggedContent to nodeinfo (#2284) NOCHANGELOG 2024-02-16 09:57:31 +00:00
petitminion b0423d412f add prune mbid cli doc NOCHANGELOG 2024-02-05 20:25:17 +00:00
Ciarán Ainsworth 3b45fde10a Re-add django dependencies
We use Django/django-environ to auto doc FW settings

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2750>
2024-02-05 15:46:37 +01:00
Georg Krause 1eaad85c7d chore(docs) Update all dependencies
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2750>
2024-02-05 15:10:13 +01:00
Renovate Bot 825baecf8f chore(docs): update dependency sphinx-rtd-theme to v2
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2741>
2024-02-04 00:03:52 +00:00
Maksim Kliazovich 5ce00a9230 Added translation using Weblate (Belarusian) 2023-12-20 10:02:15 +00:00
Thomas d112d82768 Translated using Weblate (French)
Currently translated at 100.0% (9 of 9 strings)

Translation: Documentation/user-libraries-index
Translate-URL: https://translate.funkwhale.audio/projects/documentation/user-libraries-index/fr/
2023-12-18 13:38:28 +00:00
Thomas 03e9be77f9 Translated using Weblate (French)
Currently translated at 100.0% (4 of 4 strings)

Translation: Documentation/user-subsonic-index
Translate-URL: https://translate.funkwhale.audio/projects/documentation/user-subsonic-index/fr/
2023-12-18 13:38:28 +00:00
Thomas b6bcc88287 Translated using Weblate (French)
Currently translated at 11.1% (1 of 9 strings)

Translation: Documentation/administrator-upgrade-index
Translate-URL: https://translate.funkwhale.audio/projects/documentation/administrator-upgrade-index/fr/
2023-12-18 13:38:27 +00:00
Thomas 4677b9117d Translated using Weblate (French)
Currently translated at 13.3% (8 of 60 strings)

Translation: Documentation/administrator-installation-docker
Translate-URL: https://translate.funkwhale.audio/projects/documentation/administrator-installation-docker/fr/
2023-12-18 13:38:27 +00:00