about summary refs log tree commit diff
path: root/app/lib/activitypub/tag_manager.rb
AgeCommit message (Expand)Author
2023-02-20Autofix Rubocop remaining Layout rules (#23679)Nick Schonning
2022-09-21Refactor ActivityPub handling to prepare for non-Account actors (#19212)Claire
2021-09-08Fix addressing of remote groups' followers (#16700)Claire
2021-03-24Fix Mastodon not understanding as:Public and Public (#15948)Claire
2020-10-21Add follower synchronization mechanism (#14510)ThibG
2020-07-14Improve group processing (#14279)Takeshi Umeda
2020-03-26Change `tootctl media remove-orphans` to work for all classes (#13316)Eugen Rochko
2019-12-04Add basic support for group actors (#12071)Takeshi Umeda
2019-07-19Add ActivityPub actor representing the entire server (#11321)ThibG
2019-07-08Refactor controllers for statuses, accounts, and more (#11249)Eugen Rochko
2019-05-09Prevent silenced local users from notifying remote users not following them (...ThibG
2019-02-28Give the `replies` collection an identifier and enable pagination (#10128)ThibG
2018-10-17Improve support for aspects/circles (#8950)Eugen Rochko
2018-05-05Fix handling of malformed ActivityPub payloads when URIs are nil (#7370)Eugen Rochko
2018-05-04Store URIs of follows, follow requests and blocks for ActivityPub (#7160)Eugen Rochko
2018-01-09Add the author of a status to cc if reblogged (#6226)puckipedia
2018-01-08Revert #5772 (#6221)Eugen Rochko
2018-01-03Allow to dereference Follow object for ActivityPub (#5772)Akihiko Odaki
2017-10-07Encode custom emojis as resolveable objects in ActivityPub (#5243)Eugen Rochko
2017-09-19Introduce OStatus::TagManager (#5008)Akihiko Odaki
2017-09-17Raise an error on getting activity uri for remote status (#4984)unarist
2017-09-08Handle stream_entry URL correctly in ActivityPub (#4854)unarist
2017-08-24Fetch reblogs as Announce activity instead of Note object (#4672)unarist
2017-08-21Support more variations of ActivityPub keyId in signature (#4630)Eugen Rochko
2017-08-18Parse OStatus tag URIs in ActivityPub handlers when those are local (#4631)Eugen Rochko
2017-08-18Make ActivityPub::TagManager#local_uri? recognize local URIs with ports (#4628)Eugen Rochko
2017-08-18Put ActivityPub alternate link into Atom, prefer it when processing Atom (#4623)Eugen Rochko
2017-08-08Add ActivityPub inbox (#4216)Eugen Rochko
2017-07-15Improve ActivityPub representations (#3844)Eugen Rochko