summaryrefslogtreecommitdiffstats
path: root/users/views/activitypub.py
Commit message (Collapse)AuthorAgeFilesLines
* 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