aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/ostatus
AgeCommit message (Collapse)Author
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-12-04formattingWilliam Pitcock
2018-12-04ostatus: fix representing external objectsWilliam Pitcock
2018-12-04ostatus: use Object.normalize() where appropriate when representing activitiesWilliam Pitcock
2018-12-04ostatus: note handler: appropriately use Object.normalize()William Pitcock
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
2018-05-13Merge branch 'feature/unrepeats' into 'develop'lambda
Add unrepeats Closes #69 See merge request pleroma/pleroma!113
2018-05-11Probably better way of handling non-follow undos in ostatusFrancis Dinh
2018-05-11Revert "Do not send non-follow undos over ostatus for now"Francis Dinh
This reverts commit 07fdc072382007812dc6af80fa2912f6b6d987b8.
2018-05-11Revert "Use [] instead of nil"Francis Dinh
This reverts commit 42268b0981e47cacd9f27b985dcd0bf08819258b.
2018-05-11Use [] instead of nilFrancis Dinh
2018-05-11Do not send non-follow undos over ostatus for nowFrancis Dinh
2018-05-08Federate correct activityFrancis Dinh
2018-05-04Clean up unused aliases and importsMark Felder
2018-04-21Update note count in ActivityPub.create.eal
2018-04-21Formatting fixes.lain
2018-03-30Format the code.lain
2018-03-26Fix atom feed pagination.lain
2018-03-20Merge branch 'feld-Logger' into 'develop'lambda
Logging cleanup See merge request pleroma/pleroma!76
2018-03-19Capitalize AtomMark Felder
2018-03-19Only fetch if it's http.lain
2018-03-07Correctly handle unlisted messages coming in through Ostatus.lain
2018-03-06Don't use special query for feed.lain
2018-02-24Hotfix for tag problems.lain