takahe/users/models
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
..
__init__.py Report function and admin 2022-12-17 14:45:31 -07:00
block.py Rework to a domains model for better vhosting 2022-11-06 13:48:04 -07:00
domain.py Add federation admin page 2022-11-25 17:52:57 -07:00
follow.py Some servers send object as dict for PostInteraction and Follow (#261) 2022-12-24 21:24:46 -07:00
identity.py Basic OpenGraph support (#267) 2022-12-26 10:39:33 -07:00
inbox_message.py Handle rejected follows 2022-12-21 16:11:58 +00:00
invite.py Invites overhaul 2022-12-22 07:03:21 +00:00
password_reset.py Deployment re-jiggling 2022-11-18 17:24:43 -07:00
report.py Receive inbound reports 2022-12-17 14:58:04 -07:00
system_actor.py Include long form and shortform actor uri in webfinger to fix some servers (#226) 2022-12-22 20:51:39 +00:00
user.py User admin and LD schema fixes 2022-12-16 16:38:52 -07:00
user_event.py Initial commit (users and statuses) 2022-11-05 14:17:27 -06:00