owncast/activitypub
Jerin Thomas 1ed51859b0
Extending webfinger response (issue:2851) (#3053)
* Extending webfinger response #2851
1. Added Logo
 - rel: avatar as there wasn't any appropriate value in [Link relations registry](https://www.iana.org/assignments/link-relations/)
 - type: default value image/png or else it is determined file type extension
2. Added Stream
 - rel: stream as there wasn't appropriate value in [Link relations registry](https://www.iana.org/assignments/link-relations/)
 - type: video/H264 based on [IANA media types](https://www.iana.org/assignments/media-types/media-types.xhtml#video)

Changes after review:

1. Updated the rel type for avatar based on webfinger rel.
2. Updated the rel type for stream link and href value that closely associates to it.

* adding period after comments

* updating typo
2023-05-31 11:36:41 -07:00
..
apmodels Extending webfinger response (issue:2851) (#3053) 2023-05-31 11:36:41 -07:00
controllers Update to Go 1.20 + run better align (#2927) 2023-05-30 10:31:43 -07:00
crypto Move CreateSignedRequest to the activitypub/crypto package 2022-04-07 13:44:36 -07:00
inbox activitypub: ensure Undo request has valid type (#2317) 2022-11-11 11:13:55 -08:00
outbox Explicitly set AP post as public. Closes #2112 2022-11-14 20:16:45 -08:00
persistence Add followers insert/query test 2023-03-17 21:11:00 -07:00
requests Fediverse-based authentication (#1846) 2022-04-22 17:23:14 -07:00
resolvers Fix linter errors to reflect update to Go 1.20 2023-05-28 12:38:51 -07:00
webfinger fix: disable redirects to guard against possible SSRFs 2023-04-24 17:46:58 -07:00
workerpool Demote error level 2022-01-20 17:33:42 -08:00
activitypub.go Fediverse-based authentication (#1846) 2022-04-22 17:23:14 -07:00
router.go Social features / ActivityPub federation (#1629) 2022-01-12 13:53:10 -08:00