takahe/users
Corry Haines 46947279b0
Attach user identification headers to response (#453)
Add X-Takahe-User and X-Takahe-User-Identity headers to response, when available, to allow for better Nginx log enrichment.

Also drop these headers in Nginx so they aren't sent into the world. They probably aren't dangerous since they identfy the users _to themselves_ but strip it for now, just in case.
2023-01-20 17:20:14 -07:00
..
migrations Fixed #408: Implemented blocking 2023-01-15 13:35:45 -07:00
models Fix username display to yourself in clients 2023-01-19 16:34:49 -07:00
services Don't allow self-mute and self-block 2023-01-20 09:31:37 -07:00
views Limit shortcodes on emoji to Mastodon rules 2023-01-19 12:23:49 -07:00
__init__.py Initial commit (users and statuses) 2022-11-05 14:17:27 -06:00
admin.py Add delete admin option 2023-01-19 10:14:11 -07:00
apps.py Better way to initialise things on setup. 2022-11-22 11:59:34 -07:00
context.py Implement server announcements 2023-01-13 16:12:05 -07:00
decorators.py Add moderation/admin separation 2022-12-20 09:01:54 +00:00
middleware.py Attach user identification headers to response (#453) 2023-01-20 17:20:14 -07:00
schemas.py Handle nodeinfo validation errors (#439) 2023-01-18 10:57:28 -07:00
shortcuts.py Identity.by_username_and_domain has more awareness of Domain (#303) 2022-12-28 10:52:39 -07:00