Ghost/apps/admin-x-activitypub
Fabien 'egg' O'Carroll 3e4b8d825d
Fixed Follow for ActivityPub (#20544)
We need to make requests to the frontend URL, not the Admin API - but
the Admin X Framework doesn't currently support that, so instead we'll
use a simple `fetch` for now.

---------

Co-authored-by: Princi Vershwal <vershwal.princi@gmail.com>
2024-07-04 10:58:18 +00:00
..
public/styles Added Ghost2Ghost ActivityPub feature that uses mock API (#20411) 2024-06-19 12:46:02 +01:00
src Fixed Follow for ActivityPub (#20544) 2024-07-04 10:58:18 +00:00
test Added Ghost2Ghost ActivityPub feature that uses mock API (#20411) 2024-06-19 12:46:02 +01:00
.eslintignore Added ActivityPub playground (#20081) 2024-04-25 16:44:29 +08:00
.eslintrc.cjs Added ActivityPub playground (#20081) 2024-04-25 16:44:29 +08:00
.gitignore Added ActivityPub playground (#20081) 2024-04-25 16:44:29 +08:00
index.html Added ActivityPub playground (#20081) 2024-04-25 16:44:29 +08:00
package.json Added Ghost2Ghost ActivityPub feature that uses mock API (#20411) 2024-06-19 12:46:02 +01:00
playwright.config.mjs Added ActivityPub playground (#20081) 2024-04-25 16:44:29 +08:00
postcss.config.cjs Added ActivityPub playground (#20081) 2024-04-25 16:44:29 +08:00
tailwind.config.cjs Added ActivityPub playground (#20081) 2024-04-25 16:44:29 +08:00
tsconfig.json Added ActivityPub playground (#20081) 2024-04-25 16:44:29 +08:00
vite.config.mjs Added ActivityPub playground (#20081) 2024-04-25 16:44:29 +08:00