about summary refs log tree commit diff
path: root/app/lib/activitypub/activity/create.rb
AgeCommit message (Expand)Author
2019-02-13Filter incoming Create activities by relation to local activity (#10005)Eugen Rochko
2019-02-13Alternative handling of private self-boosts (#9998)ThibG
2019-01-18Add tombstones for remote statuses (#9830)ThibG
2019-01-16Use summary as summary for converted ActivityPub objects (#9823)Eugen Rochko
2019-01-16Reduce chances of race conditions when processing deleted toots (#9815)ThibG
2018-12-26Fix ThreadResolveWorker getting queued with invalid URLs (#9628)Eugen Rochko
2018-11-10Fix emoji update date processing (#9255)ThibG
2018-10-30Accept the same payload in multiple inboxes and deliver (#9150)Eugen Rochko
2018-10-29Add Page AP type support (#9121)m.b
2018-10-26Ignore invalid hashtags on remote statuses instead of rejecting them (#9118)ThibG
2018-10-26Fix missing `mention` argument when processing incoming Create activities (#9...ThibG
2018-10-25Allow inbox owner to view implicitly targeted ActivityPub payload (#9093)Eugen Rochko
2018-10-17Improve support for aspects/circles (#8950)Eugen Rochko
2018-10-11Fix typo in ActivityPub Create handler (#8952)Eugen Rochko
2018-10-11Move network calls out of transaction in ActivityPub handler (#8951)Eugen Rochko
2018-09-28Fix class autoloading issue in ActivityPub::Activity::Create (#8820)Eugen Rochko
2018-08-25Support ActivityStreams’ summaryMap. (#8422)M Somerville
2018-08-23Do not crash if remote custom emoji does not define updated date (fixes #8376...ThibG
2018-05-31Exclude unlisted, private and direct toots from affecting trends (#7686)Eugen Rochko
2018-05-28Record trending tags from ActivityPub, too (#7647)Eugen Rochko
2018-05-25Ignore multiple occurrences of a hashtag within a status (fixes #7585) (#7606)ThibG
2018-05-16Raise Mastodon::RaceConditionError if Redis lock failed (#7511)Akihiko Odaki
2018-05-03Fixes/do not override timestamps (#7336)ThibG
2018-05-03Fixes/do not override timestamps (#7331)ThibG
2018-05-02Support Actors/Statuses with multiple types (#7305)Surinna Curtis
2018-03-30Fix compatibility with PeerTube (#6968)ThibG
2018-03-29Do not ignore unknown media attachments, only skip them (#6948)ThibG
2018-03-19Ignore media validation when attaching to status during processing (#6822)Eugen Rochko
2018-03-08fix validation error (media only status) (#6684)MitarashiDango
2018-02-22Focal points (#6520)Eugen Rochko
2018-01-08Fix bad URL schemes being accepted (#6219)Eugen Rochko
2018-01-08Move Article from supported to converted types (#6218)puckipedia
2017-12-10Save media outside transaction (#5959)abcang
2017-11-30Add semi-support for Video/Image objects in ActivityPub (#5848)Eugen Rochko
2017-11-30Fix too many forwards (#5854)Eugen Rochko
2017-11-16Improve language filter (#5724)Renato "Lond" Cerqueira
2017-10-27Allow ActivityPub Note's tag and attachment to be single objects (#5534)puckipedia
2017-10-08Set snowflake IDs for backdated statuses (#5260)Eugen Rochko
2017-10-07Encode custom emojis as resolveable objects in ActivityPub (#5243)Eugen Rochko
2017-10-04Validate id of ActivityPub representations (#5114)Akihiko Odaki
2017-09-28Add ability to specify alternative text for media attachments (#5123)Eugen Rochko
2017-09-25Add missing validations in ActivityPub::Activity::Create (#5096)Akihiko Odaki
2017-09-19Introduce OStatus::TagManager (#5008)Akihiko Odaki
2017-09-19Custom emoji (#4988)Eugen Rochko
2017-09-14Fix race condition when receiving an ActivityPub Create multiple times (#4930)ThibG
2017-09-04Fix some ActivityPub JSON bugs (#4796)Eugen Rochko
2017-09-02Define missing JSON-LD properties (#4767)Eugen Rochko
2017-09-01Deduplicate with local status on Create activity (#4763)unarist
2017-08-30Forward ActivityPub creates that reply to local statuses (#4709)Eugen Rochko
2017-08-26Add _:inReplyToAtomUri to ActivityPub (#4702)Eugen Rochko