Sent user activities to distant federated server (#8792)

This PR is part of #4767. It contains

* a refactoring of validation error messages
* adds the ability to send user-activities to distant federated servers

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/8792
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: Michael Jerger <michael.jerger@meissa-gmbh.de>
Co-committed-by: Michael Jerger <michael.jerger@meissa-gmbh.de>
This commit is contained in:
Michael Jerger 2025-08-06 16:16:13 +02:00 committed by Earl Warren
commit c081f20776
22 changed files with 885 additions and 130 deletions

View file

@ -173,7 +173,7 @@ func TestActivityValidationUndo(t *testing.T) {
"startTime":"2024-03-27T00:00:00Z",
"actor":"https://repo.prod.meissa.de/api/v1/activitypub/user-id/1",
"object":"https://codeberg.org/api/v1/activitypub/repository-id/1"}}`))
if err := validateAndCheckError(sut, "type should not be empty"); err != nil {
if err := validateAndCheckError(sut, "Value type should not be empty"); err != nil {
t.Error(*err)
}