owncast/activitypub
Meisam a7080a1fc1
validate response of federation APIs (#2408)
* validate json responses

* update deps

* tmp disable header check

* log all the webfinger fails

refactor and filter more malformed requests

* don't set incorrect serverURL strings

* test failing through admin api

* fix server url in fedi tests

* check response.text

* validate json/xml response of all apis

test Content-Type of api response and cleanup

* improve logs

* fix rebase

* cleanup json parser in api tests

* mark the api tests performed by admin

* Separate check for reading and format of serverURL

* test /federation/user/ with wrong username in ci
2022-12-10 21:10:10 -08:00
..
apmodels Update tests to reflect new defaults 2022-11-22 12:44:21 -08:00
controllers validate response of federation APIs (#2408) 2022-12-10 21:10:10 -08:00
crypto
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
requests
resolvers
webfinger
workerpool
activitypub.go
router.go