- https://l4.pm
-
computer... real
- Joined on
2022-11-23
Adding context: from what I understand, ActivityPub as a specification does not actually say how to sign posts, so there's two approaches adopted by implementations: JSON-LD and HTTP Signatures.…
Ecto is a pseudo-ORM, there is no direct schema.sql
file you can inspect. If you wish to introspect into all the current table structure with SQL-specific tooling, you want to install Akkoma…
Pleroma and Akkoma use Ecto for database operations, that includes migration and schema management. If you want to take a look at how all the current…
Maybe there could be an extension API route that receives an URL, downloads it server-side, and gives out the media ID which is then used on status creation?
you might want to consider adding a cache for instances to prevent this
Agreed, will be adding to the patch.
that is, would the state ever realistically go true -> false?
Maybe if an…
Some hours after applying the patch to my instance and I can see some results: 165 instances that confirmed themselves as having signed fetches, while 1302 instances missing (could be either…
Indeed, that's why I suggested implementing the has_request_signatures
recording on the HTTP Signature plug, as that's the one that also holds the enforcement of such through `authorized_fetch_mo…