aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/ostatus
AgeCommit message (Expand)Author
2019-02-21fix fetching AP objects with application/jsonWilliam Pitcock
2019-01-29[#534] Made federation push sender be determined basing on content instead of...Ivan Tashkinov
2019-01-28[#534] Merged `upstream/develop`.Ivan Tashkinov
2019-01-28[#534] Refactoring / tweaks per MR review.Ivan Tashkinov
2019-01-27/notice/:id - send the FE index even if 404href
2019-01-25Merge branch 'develop' into 'oembed_provider'kaniini
2019-01-24[#534] Updating external instances reachability on incoming federation.Ivan Tashkinov
2019-01-21Activity: get_create_activity_by_object_ap_id/1 → get_create_by_object_ap_id/1Haelwenn (lanodan) Monnier
2019-01-20Formatingrinpatch
2019-01-19Provide local og:url for remote activitiesrinpatch
2019-01-18Use object instead of activity for metadatarinpatch
2019-01-16Disable previews for any activity, but createrinpatch
2019-01-15Introduce get_by_id in Activity, replace newlines with spacesrinpatch
2019-01-15Move metadata.ex out of ostatusrinpatch
2019-01-13Resolve merge conflictrinpatch
2019-01-09Support activity+json request for activitysxsdv1
2018-12-31update copyright years to 2019William Pitcock
2018-12-23add license boilerplate to pleroma coreWilliam Pitcock
2018-12-17Instance/Static runtime plughref
2018-12-14Scrub html from activity.content or user.bio for opengraph metaraeno
2018-12-14Handle "users/:id" links as well. Fix comments in MR.raeno
2018-12-13Remove oembed for now, will submit it in another MR. Fix warningsraeno
2018-12-13Refactor ostatus_controller, extract metatags redirection to Redirector itsel...raeno
2018-12-13Extract opengraph/oembed into separate moduleraeno
2018-12-13Add opengraph/twitter_card:summary support. Add config to toggle on/off speci...raeno
2018-12-13WIP. Implement oembed route and handle both json/xml for "Note" type activityraeno
2018-12-13Insert meta tags into static index.html on the fly for OStatus#noticeraeno
2018-12-10updatesMaksim Pechnikov
2018-12-09fix compile warningsMaksim Pechnikov
2018-12-06avoid mix format bugHakaba Hitoyo
2018-12-06remove follow_redirect optionsHakaba Hitoyo
2018-12-06remove pool and timeout options which duplicate with the defaultHakaba Hitoyo
2018-12-04status_code -> statusMaksim Pechnikov
2018-11-30Merge remote-tracking branch 'origin' into validate-user-infolain
2018-11-30Fix OStatus user updates.lain
2018-11-19Various runtime configuration fixeshref
2018-11-17ostatus controller: respond with AS2 objects instead of activities to notice ...William Pitcock
2018-11-10federator: don't federate anything other than Note objects to OStatusWilliam Pitcock
2018-11-05Runtime configured routerhref
2018-08-27Merge branch 'bugfix/announce-timeline-flooding' into 'develop'lambda
2018-07-12ostatus: return AS2 objects on /notice and /activities URLs like with /objects.William Pitcock
2018-06-27ostatus: use Activity.normalize() instead of directly using Activity.get_by_a...William Pitcock
2018-06-27ostatus: use Object.normalize() instead of Object.get_by_ap_id() directly.William Pitcock
2018-06-18ostatus: we need to include the original author of a message as a mentionWilliam Pitcock
2018-06-07Fix users lookup/return typeRachel H
2018-06-03Better error handling for OstatusController.lain
2018-06-03Better error handling for ActivityPubControllerlain
2018-05-30Fix url guessing attacks.lain
2018-05-21Add tests for incoming unfollow over OStatusFrancis Dinh
2018-05-21Handle unfollows from OStatusFrancis Dinh