mastodon/app/lib/activitypub
Eugen Rochko 790d3bc637
Move network calls out of transaction in ActivityPub handler (#8951)
Mention and emoji code may perform network calls, but does not need
to do that inside the database transaction. This may improve availability
of database connections when using pgBouncer in transaction mode.
2018-10-11 00:50:18 +02:00
..
activity Move network calls out of transaction in ActivityPub handler (#8951) 2018-10-11 00:50:18 +02:00
activity.rb Spread out crawling randomly to avoid DDoSing the link (#8445) 2018-08-26 00:33:57 +02:00
adapter.rb Fix incorrect context definition for the "featured" keyword (#8090) 2018-07-30 19:33:37 +02:00
case_transform.rb Add serializing/unserializing of "locked" actor attribute (#4585) 2017-08-12 17:41:03 +02:00
linked_data_signature.rb Add CLI task for rotating keys (#8466) 2018-08-26 20:21:03 +02:00
tag_manager.rb Fix handling of malformed ActivityPub payloads when URIs are nil (#7370) 2018-05-05 18:22:34 +02:00