Commit Graph

5 Commits (ecd0c39e410c523439c132ec47b0e8988dba6b36)

Author SHA1 Message Date
Eugen Rochko f2b743e715
Refactor all ActivityPub deliveries to be serialized and signed through one concern ()
ThibG a20354a20b Set and store report URIs ()
Fixes 
Naoki Kosaka fae32634b1 Use Contact User as Relay, Report, Subscribe. ()
* Use Contact User as Relay, Report, Subscribe.

* Use Account.representative to fetch contact user.

* Use find_local.

* No reason to use Account.representative in subscribe_service.

* Don't required representative!

* Fallback is included in Account.representative method.
Eugen Rochko c593d6df9c
Add preference for report notification e-mails, skip for duplicates ()
If an unresolved report for the same target account already exists,
no new notification is generated
Eugen Rochko 41a01bec23
Federated reports ()
* Fix : Federated reports

* UI for federated reports

* Add spec for ActivityPub Flag handler

* Add spec for ReportService