summaryrefslogtreecommitdiffstats
path: root/users/views/activitypub.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix serving of system actorAndrew Godwin2022-12-171-1/+2
| | | | Fixes #183
* Identity admin/moderationAndrew Godwin2022-12-161-3/+6
|
* Add system actor and shared inboxAndrew Godwin2022-12-101-1/+1
|
* Ignore actor delete messages for unknown actors (#124)Michael Manfre2022-12-051-0/+13
|
* Add django-upgrade to pre-commit (#114)Paolo Melchiorre2022-12-051-1/+1
|
* Added caching and initial settingsMichael Manfre2022-12-051-0/+4
|
* Discard messages from blocked serversAndrew Godwin2022-11-251-0/+7
|
* Code dedupe Webfinger and fix SystemActor inbox URLMichael Manfre2022-11-221-42/+25
|
* Outgoing mentions mostly work (exc. cc followers)Andrew Godwin2022-11-211-2/+2
|
* Don't error when no resource on webfingerAndrew Godwin2022-11-211-2/+4
|
* Add a system actor to sign outgoing S2S GETsAndrew Godwin2022-11-201-23/+61
|
* Don't waste DB rows on bad inbox actorsAndrew Godwin2022-11-201-6/+13
| | | | | Seems Sidekiq will keep trying to deliver messages even when the actor no longer exists?
* Migration reset, start of docs, env varsAndrew Godwin2022-11-181-10/+49
|
* Handle post edits, follow undosAndrew Godwin2022-11-161-2/+2
|
* Get outbound likes/boosts and their undos workingAndrew Godwin2022-11-151-24/+3
|
* Permit Mastodon's weird HTML throughAndrew Godwin2022-11-131-1/+1
|
* Post URIs and host-metaAndrew Godwin2022-11-121-0/+148