aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/ostatus
AgeCommit message (Collapse)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 ↵Ivan Tashkinov
of `referer` header. Updated tests.
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
this allows to open private activities by URL when you are logged in, and to let the FE display a 404 page
2019-01-25Merge branch 'develop' into 'oembed_provider'kaniini
# Conflicts: # lib/pleroma/activity.ex
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
This allows to set-up an arbitrary directory which overrides most of the static files: index.html static/ emoji/ packs/ sounds/ images/ instance/ favicon.png. If the files are not present in the directory, the bundled ones in priv/static will be used.
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 ↵raeno
itself. Set 'html' as default type for ostatus links
2018-12-13Extract opengraph/oembed into separate moduleraeno
2018-12-13Add opengraph/twitter_card:summary support. Add config to toggle on/off ↵raeno
specific metadata
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
Breaks banner updating.
2018-11-19Various runtime configuration fixeshref
2018-11-17ostatus controller: respond with AS2 objects instead of activities to notice ↵William Pitcock
URIs
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
activitypub: filter destination list for announce activities differently than normal (closes #164) Closes #164 See merge request pleroma/pleroma!227
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 ↵William Pitcock
Activity.get_by_ap_id().
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
this is due to the use of activity.recipients which may not necessarily contain the original author if the actors are not following each other.
2018-06-07Fix users lookup/return typeRachel H
* Allow viewing user in frontend by id on pageload
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