]> git.mxchange.org Git - friendica.git/commit
Move ActivityPub endpoints to an AP class
authorMichael <heluecht@pirati.ca>
Sat, 17 Jul 2021 20:28:46 +0000 (20:28 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 17 Jul 2021 20:28:46 +0000 (20:28 +0000)
commitf62f82df75ef96b8c8c09e5a9d3c090b00d352ac
tree0c76820da0d245066e0ef76bd76c24dcc5ce9599
parent6331e1e71c467e15161aab311089d66d324dbb04
Move ActivityPub endpoints to an AP class
12 files changed:
src/Module/ActivityPub/Followers.php [new file with mode: 0644]
src/Module/ActivityPub/Following.php [new file with mode: 0644]
src/Module/ActivityPub/Inbox.php [new file with mode: 0644]
src/Module/ActivityPub/Objects.php [new file with mode: 0644]
src/Module/ActivityPub/Outbox.php [new file with mode: 0644]
src/Module/Followers.php [deleted file]
src/Module/Following.php [deleted file]
src/Module/Inbox.php [deleted file]
src/Module/Objects.php [deleted file]
src/Module/Outbox.php [deleted file]
src/Protocol/ActivityPub/Transmitter.php
static/routes.config.php