about summary refs log tree commit diff
path: root/app/lib/activitypub/activity
AgeCommit message (Expand)Author
2022-10-22Add featured tag add/remove activity handler (#19408)Takeshi Umeda
2022-05-16Fix `Mastodon::RaceConditionError` that occurs when external status is reblog...Yamagishi Kazutoshi
2022-05-13Refactor how Redis locks are created (#18400)Eugen Rochko
2022-04-26Fix PeerTube videos appearing with an erroneous “Edited at” marker (#18100)Claire
2022-03-26Refactor formatter (#17828)Eugen Rochko
2022-03-17Fix searching already-known converted activities by URL (#17814)Claire
2022-03-12Fix not updating a status when newer version is fetched manually (#17745)Eugen Rochko
2022-03-04Fix duplicate notifications being possible after poll expiration (#17697)Eugen Rochko
2022-03-04Fix infinite re-forwarding of update activities temporarily (#17698)Eugen Rochko
2022-02-26Fix status updates not being forwarded like deletes through ActivityPub (#17648)Eugen Rochko
2022-02-25Add trending statuses (#17431)Eugen Rochko
2022-02-16Change relays handling to not record boosts (#17571)Claire
2022-02-08Remove language detection through cld3 (#17478)Eugen Rochko
2022-01-28Fix Sidekiq warnings about JSON serialization (#17381)Claire
2022-01-19Add support for editing for published statuses (#16697)Eugen Rochko
2022-01-17Add support for private pinned posts (#16954)Claire
2021-11-25Add trending links (#16917)Eugen Rochko
2021-08-09Fix invalid blurhash handling in Create activity (#16583)Takeshi Umeda
2021-07-21Add logging of S3-related errors (#16381)Claire
2021-05-11Fix rubocop warning (#16214)abcang
2021-05-07Change trending hashtags to be affected be reblogs (#16164)Eugen Rochko
2021-04-21Fix processing of remote Delete activities (#16084)Claire
2021-04-16Fix reports of already suspended accounts being recorded (#16047)Eugen Rochko
2021-04-11Remove spam check and dependency on nilsimsa gem (#16011)Eugen Rochko
2021-03-24Fix Mastodon not understanding as:Public and Public (#15948)Claire
2021-02-11Fix URI of repeat follow requests not being recorded (#15662)Claire
2021-02-02Fix race conditions on account migration creation (#15597)ThibG
2021-01-12Fix processing of incoming Block activities (#15546)ThibG
2021-01-10Optimize map { ... }.compact calls (#15513)luigi
2020-12-15Add stoplight for object storage failures, return HTTP 503 (#13043)Eugen Rochko
2020-11-19Fix sending spurious Rejects when processing remote account deletion (#15104)ThibG
2020-11-09Fix Move handler not being triggered when failing to fetch target (#15107)ThibG
2020-11-04Add account sensitized (#14361)Takeshi Umeda
2020-09-18Add option to be notified when a followed user posts (#13546)Eugen Rochko
2020-09-15Change account suspensions to be reversible by default (#14726)Eugen Rochko
2020-08-30Add support for dereferencing objects through bearcaps (#14683)Eugen Rochko
2020-08-24Add support for inlined objects in activity audience (#14514)ThibG
2020-08-01Fix handling of Reject Follow when a matching follow relationship exists (#14...ThibG
2020-07-22Fix not handling Undo on some activity types when they aren't inlined (#14346)ThibG
2020-07-22Dereference object URIs in Create and Update messages (#14359)ThibG
2020-07-20Fix to add RedisLock to handle Announce activity (#14365)Takeshi Umeda
2020-07-14Fix rubocop warning (#14288)abcang
2020-07-01Change Redis#exists calls to Redis#exists? to avoid deprecation warning (#14191)Eugen Rochko
2020-06-29Add customizable thumbnails for audio and video attachments (#14145)Eugen Rochko
2020-06-02Add E2EE API (#13820)Eugen Rochko
2020-05-15Add support for `summary` field for media description (#13763)ThibG
2019-12-17Clean up OStatus-related codepaths (#12173)ThibG
2019-12-17Fixes featured hashtag setting page erroring out instead of rejecting invalid...ThibG
2019-11-30Fallback to Create audience when object has no defined audience (#12249)ThibG
2019-10-24Allow Accept/Reject with a non-embedded object (#12199)puckipedia