takahe/activities
Corry Haines b53504fe64
Basic OpenGraph support (#267)
Creates an OpenGraph template include in base.html including the basic tags expected on all pages.

Then allows any page to add additional expected tags via `context`.

Currently, profiles and posts are enriched to show complete opengraph metadata, and render correctly in Discord.

Note: This does not show posts in Slack like Twitter/Mastodon do. I believe this is due to Slack preferring oembed when present, which is a mastodon API endpoint we may need to create at some point.
2022-12-26 10:39:33 -07:00
..
migrations Identity fanout (#196) 2022-12-21 17:13:39 +00:00
models Basic OpenGraph support (#267) 2022-12-26 10:39:33 -07:00
services Don't error when we don't have a parent post 2022-12-24 12:28:10 -07:00
templatetags Basic OpenGraph support (#267) 2022-12-26 10:39:33 -07:00
views Basic OpenGraph support (#267) 2022-12-26 10:39:33 -07:00
__init__.py Got up to incoming posts working 2022-11-11 22:02:43 -07:00
admin.py Fix Accept header and supply actor outbox 2022-12-19 02:47:35 +00:00
apps.py Got up to incoming posts working 2022-11-11 22:02:43 -07:00