takahe/users
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 Invites overhaul 2022-12-22 07:03:21 +00:00
models Basic OpenGraph support (#267) 2022-12-26 10:39:33 -07:00
services Fix setting empty summary 2022-12-21 21:56:45 +00:00
views Persist CWs in replies, expand linked at once 2022-12-26 10:03:13 -07:00
__init__.py Initial commit (users and statuses) 2022-11-05 14:17:27 -06:00
admin.py Better djadmin Identity search (#253) 2022-12-24 06:34:15 -07:00
apps.py Better way to initialise things on setup. 2022-11-22 11:59:34 -07:00
decorators.py Add moderation/admin separation 2022-12-20 09:01:54 +00:00
middleware.py Timelines working 2022-12-12 11:56:49 -07:00
shortcuts.py Identity admin/moderation 2022-12-16 19:42:48 -07:00