owncast/activitypub/controllers
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
..
actors.go Social features / ActivityPub federation (#1629) 2022-01-12 13:53:10 -08:00
followers.go Handle pagination for the federated actions & followers responses (#1731) 2022-03-06 17:18:51 -08:00
inbox.go Social features / ActivityPub federation (#1629) 2022-01-12 13:53:10 -08:00
nodeinfo.go rm empty strings from services in nodeinfo (#1924) 2022-05-24 09:57:38 -07:00
object.go Social features / ActivityPub federation (#1629) 2022-01-12 13:53:10 -08:00
outbox.go Social features / ActivityPub federation (#1629) 2022-01-12 13:53:10 -08:00
webfinger.go validate response of federation APIs (#2408) 2022-12-10 21:10:10 -08:00