Georg Krause
|
07677c6685
|
Ignore not supported activity pub tag types instead of discarding the request
|
2021-02-28 21:23:49 +01:00 |
Agate
|
cd109ddeb6
|
Fix #858: Broadcast/handle rejected follows
|
2020-08-18 20:40:02 +02:00 |
Agate
|
e271851f67
|
See #1100: clean compat and XXX in the code
|
2020-08-03 15:47:14 +02:00 |
Agate
|
eb66d4e3d2
|
Expose public libraries and channels in standard API
|
2020-07-28 14:21:15 +02:00 |
Eliot Berriot
|
176bd5053e
|
See #170: deduplicate tags in Audio ap representation
|
2020-04-10 12:03:43 +02:00 |
Eliot Berriot
|
8c93169d94
|
See #170: dispatch / handle delete and update on Audio
|
2020-04-08 16:17:24 +02:00 |
Eliot Berriot
|
51a44d6d5a
|
Merge branch '170-fetch-track' into 'develop'
See #170: fixed fetch of channel track not working
See merge request funkwhale/funkwhale!1080
|
2020-04-08 13:58:38 +02:00 |
Eliot Berriot
|
e7622729a9
|
See #170: fixed fetch of channel track not working
|
2020-04-08 13:38:22 +02:00 |
Eliot Berriot
|
9e8983bb60
|
See #170: reel2bits compat
|
2020-04-08 13:28:46 +02:00 |
Eliot Berriot
|
7435167361
|
See #170: fetch channel outbox on discovery/detail
|
2020-03-31 16:22:11 +02:00 |
Eliot Berriot
|
9aa12db62e
|
See #170: Funkwhale federation
|
2020-03-25 15:32:10 +01:00 |
Eliot Berriot
|
5654aaa2f7
|
Fixed invalid mimeType property
|
2020-03-11 15:00:34 +01:00 |
Eliot Berriot
|
d9afed5067
|
Fix #1038: Federated reports
|
2020-03-11 11:39:55 +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
|
de7713f3d5
|
See #170: include proper icon in channel actor representation
|
2020-02-14 14:23:45 +01:00 |
Eliot Berriot
|
b351ea67e2
|
See #170: expose/store actor URL over federation
|
2020-02-07 10:48:17 +01:00 |
Eliot Berriot
|
95497e76ac
|
See #170: channels ui (listeners)
|
2020-02-05 15:06:07 +01:00 |
Eliot Berriot
|
b38cec3f69
|
Fixed a federation issue related to images
|
2020-02-04 14:24:20 +01:00 |
Eliot Berriot
|
f107656586
|
Federation of avatars
|
2020-01-23 17:19:27 +01:00 |
Eliot Berriot
|
87bc011e32
|
Actor description/summary
|
2020-01-23 11:09:52 +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
|
dd9cca432d
|
Disable download by default on track urls exposed over federation
|
2019-12-09 16:37:04 +01:00 |
Eliot Berriot
|
828f602b79
|
See #170: added missing attributes on library Audio to make these parsable by Mastodon
|
2019-12-09 16:17:08 +01:00 |
Eliot Berriot
|
806ab2b3f0
|
Added HTML link in non-channel Audio JSON-LD representations
|
2019-12-09 14:13:28 +01:00 |
Eliot Berriot
|
5a37d9771e
|
See #170: federation for channels
|
2019-12-09 13:59:54 +01:00 |
Eliot Berriot
|
2090806398
|
New radios: play your own content, or a given library
|
2019-11-27 15:28:21 +01:00 |
Eliot Berriot
|
11a533fa92
|
Resolve "Adding cover art to my albums"
|
2019-11-27 12:26:12 +01:00 |
Eliot Berriot
|
c84396e669
|
Attachments
|
2019-11-25 09:49:06 +01:00 |
Eliot Berriot
|
9f3182caf7
|
See #852: improved routing logic for federation messages (support multiple objects types for one route)
|
2019-09-21 16:20:49 +02:00 |
Eliot Berriot
|
27f0826195
|
See #432: expose and federate tags on artists and albums
|
2019-07-22 09:41:33 +02:00 |
Eliot Berriot
|
d39cfab283
|
Increase the security of JWT token generation by using DJANGO_SECRET_KEY as well as user-specific salt for the signature
|
2019-07-13 16:02:10 +02:00 |
Eliot Berriot
|
426f6f0d45
|
Fixed failing test
|
2019-07-13 11:15:31 +02:00 |
Eliot Berriot
|
57e0eea181
|
See #432: expose and reuse tags over federation
|
2019-07-10 19:41:00 +02:00 |
Eliot Berriot
|
76956868fa
|
Broken pytest
|
2019-07-01 14:00:32 +02:00 |
Eliot Berriot
|
4a412d36a9
|
Fix #830: Better handling of follow/accept messages to avoid and recover from desync between instances
|
2019-05-14 10:59:49 +02:00 |
Eliot Berriot
|
430af5560c
|
Merge branch '565-failing-tests' into 'develop'
See #565: fixed path issues with external storage
Closes #565
See merge request funkwhale/funkwhale!736
|
2019-04-24 15:29:57 +02:00 |
Eliot Berriot
|
a2c52abb4f
|
See #565: fixed path issues with external storage
|
2019-04-24 15:27:07 +02:00 |
Eliot Berriot
|
993783190a
|
Fix #619: Use attributedTo instead of actor in library ActivityPub payload
|
2019-04-24 14:40:58 +02:00 |
Eliot Berriot
|
101ae27885
|
Fix #565: store media files in S3 bucket
|
2019-04-23 18:01:42 +02:00 |
Eliot Berriot
|
cdc617be27
|
Logic to refetch remote entities
|
2019-04-18 14:37:17 +02:00 |
Eliot Berriot
|
5e3cc99f20
|
See #689: fetch nodeinfo when seing a domain for the first time
|
2019-04-11 11:25:55 +02:00 |
Eliot Berriot
|
4e44e4e4b6
|
Attribute artist
|
2019-04-11 10:17:10 +02:00 |
Eliot Berriot
|
9a162c57ca
|
Merge branch 'master' into develop
|
2019-03-20 20:45:06 +01:00 |
Eliot Berriot
|
429ffbf461
|
Fix #757: Ensure cover art from uploaded files is picked up properly on existing albums
|
2019-03-20 19:38:41 +01:00 |
Eliot Berriot
|
b70636c2d8
|
Fixed a small federation issue when empty library summary
|
2019-03-19 17:53:17 +01:00 |
Eliot Berriot
|
da3710ff08
|
Fix #758: Ensure all our ActivityPub fetches are authenticated
|
2019-03-15 12:08:45 +01:00 |
Eliot Berriot
|
12c9db3960
|
Ensures federation urls can answer to application/ld+json, application/activity+json and application/json requests
|
2019-03-05 15:15:37 +01:00 |
Eliot Berriot
|
1c55f2c9a6
|
Use our instance policies to discard fetched and inbox objects
|
2019-01-10 11:11:30 +01:00 |