about summary refs log tree commit diff
path: root/spec/lib/activitypub
AgeCommit message (Expand)Author
2022-07-04Fix crash when a remote Flag activity mentions a private post (#18760)Claire
2022-04-28Fix single Redis connection being used across all threads (#18135)Eugen Rochko
2022-04-26Fix PeerTube videos appearing with an erroneous “Edited at” marker (#18100)Claire
2022-02-16Change relays handling to not record boosts (#17571)Claire
2022-01-26Fix poll updates being saved as status edits (#17373)Eugen Rochko
2022-01-17Add support for private pinned posts (#16954)Claire
2021-09-08Fix addressing of remote groups' followers (#16700)Claire
2021-05-07Add joined date to profiles in web UI (#16169)Eugen Rochko
2021-04-21Fix processing of remote Delete activities (#16084)Claire
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-31Fixed code quality issues (#15541)Shubhendra Singh Chauhan
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-02Change content-type to be always computed from file data (#14452)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-06-02Add E2EE API (#13820)Eugen Rochko
2020-05-15Add support for `summary` field for media description (#13763)ThibG
2019-12-17Fixes featured hashtag setting page erroring out instead of rejecting invalid...ThibG
2019-11-04Fix remote media descriptions being cut off at 420 chars (#12262)ThibG
2019-09-27Change silences to always require approval on follow (#11975)ThibG
2019-09-03Fix ActivityPub context not being dynamically computed (#11746)ThibG
2019-07-07Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#...Eugen Rochko
2019-06-04Do not misattribute inlined boosts if `attributedTo` isn't present (#10967)ThibG
2019-05-09Prevent silenced local users from notifying remote users not following them (...ThibG
2019-03-28Rename :poll to :preloadable_poll and :owned_poll to :poll on Status (#10401)Eugen Rochko
2019-03-27Remove unused ActivityPub `@context` values depending on response (#10378)Eugen Rochko
2019-03-17Set and store report URIs (#10303)ThibG
2019-03-17Fix reblogs privacy (#10302)ThibG
2019-03-08Do not allow adding votes to expired polls (#10214)ThibG
2019-03-05Add test ensuring that unknown object types are rejected (#10166)Eugen Rochko
2019-03-04Store remote votes URI (#10158)ThibG
2019-03-04Add tests for ActivityPub poll processing (#10143)Eugen Rochko
2019-02-17Fix Announce activities of unknown statuses not fetching those statuses (#10065)Eugen Rochko
2019-02-17Add logging for rejected ActivityPub payloads and add tests (#10062)Eugen Rochko
2019-02-15Filter incoming Announce activities by relation to local activity (#10041)Eugen Rochko
2019-02-13Alternative handling of private self-boosts (#9998)ThibG
2019-01-02Ensure blocked user unfollows blocker if Block/Undo Block are processed out o...ThibG
2018-12-29Add handler for Move activity (#9629)Eugen Rochko
2018-10-17Improve support for aspects/circles (#8950)Eugen Rochko
2018-08-28Display pending message on admin relays UI (#8494)Eugen Rochko
2018-08-17Implement Undo { Accept { Follow } } (fixes #8234) (#8245)ThibG
2018-05-18Resolve unknown status from Add activity, skip Remove if unknown (#7526)Eugen Rochko
2018-05-02Slightly reduce RAM usage (#7301)Eugen Rochko
2018-03-07Fix #6657 - Use target instead of origin in Remove activity (#6664)Eugen Rochko
2018-03-04Federate pinned statuses over ActivityPub (#6610)Eugen Rochko
2018-03-04Fix missing focalPoint in ActivityPub JSON (#6609)Eugen Rochko
2018-02-28Federated reports (#6570)Eugen Rochko