akkoma/lib/pleroma/web/activity_pub
William Pitcock 47dc52a758 activitypub utils: optimize block and follow activity lookup
multi-field @> comparison is very expensive, so only use @> for the field where it matters
this makes the query take only a few usec to execute verses many msec on a busy instance
2018-05-25 05:23:49 +00:00
..
mrf Chain policies 2018-05-10 18:41:06 +02:00
views More warning fixes. 2018-05-07 18:11:37 +02:00
activity_pub.ex Pass correct number of arguments to unfollow 2018-05-21 11:57:15 -04:00
activity_pub_controller.ex activitypub controller: note that the HTTP Host header must be forwarded for http signature validation to work 2018-05-21 19:22:30 +00:00
mrf.ex format & made get_policies/1 private 2018-05-10 18:51:58 +02:00
transmogrifier.ex Merge branch 'feature/incoming-remote-unfollow' into 'develop' 2018-05-24 19:52:24 +00:00
utils.ex activitypub utils: optimize block and follow activity lookup 2018-05-25 05:23:49 +00:00