aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/web_finger
AgeCommit message (Collapse)Author
2018-12-31update copyright years to 2019William Pitcock
2018-12-23add license boilerplate to pleroma coreWilliam Pitcock
2018-12-15WebFinger: Sends a 400 when resource param is missing, fix XRD typo in testHaelwenn (lanodan) Monnier
2018-12-12fix warningsMaksim Pechnikov
2018-12-06remove follow_redirect optionsHakaba Hitoyo
2018-12-04status_code -> statusMaksim Pechnikov
2018-11-27Webfinger fixes.lain
2018-11-18Mix format.lain
2018-11-18Fix setting of keys.lain
2018-11-05Runtime configured routerhref
2018-06-13webfinger: refactor webfinger() functionsWilliam Pitcock
- remove code duplication - move user lookup to parent with statement - tighten both user lookup by nickname and activitypub URI with a type constraint
2018-06-07Fix follow errorsRachel H
2018-06-06webfinger: use https as default fallback instead of httpWilliam Pitcock
realistically, all instances need to be on https anyway to properly federate with all software
2018-05-21webfinger: fix finding the XRD uri for statusnet instancesWilliam Pitcock
2018-05-19run mix formatWilliam Pitcock
2018-05-19webfinger: only do ld+json on modern json webfingerWilliam Pitcock
2018-05-19webfinger: interpret application/ld+json links as an alternate to ↵William Pitcock
application/activity+json
2018-05-19webfinger: expose the application/ld+json link alongside the older ↵William Pitcock
application/activity+json link
2018-05-06Merge branch 'feld-warnings' into 'develop'lambda
Clean up warnings See merge request pleroma/pleroma!144
2018-05-06Get rid of unsafe variables.eal
2018-05-04Clean up unused aliases and importsMark Felder
2018-04-21Formatting fixes.lain
2018-03-30Format the code.lain
2018-03-27More Jason changes.lain
2018-03-24Fetch the same data from json webfinger as from xml webfinger.lain
2018-03-22webfinger: implement json response parsingWilliam Pitcock
2018-03-22webfinger: attempt to fall back if LRDD template cannot be foundWilliam Pitcock
2018-03-22webfinger: support JSON outputWilliam Pitcock
2018-03-19LRDD, you are special and we love you tooMark Felder
2018-03-19Grammar consistencyMark Felder
Most log messages are sentence fragments so make them consistent by removing periods. Log messages that are expressing urgency with ! or pending more work with "..." are OK.
2018-02-25Use update_and_set cache.lain
2018-02-25Handle remote update activities.lain
2018-02-24Invalidate user after key creation.lain
2018-02-23Webfinger: Remove leading @s.lain
2018-02-18Try to fetch AP user data first.lain
2018-02-11Merge branch 'develop' into feature/activitypubRoger Braun
2018-02-02Add remote following of local profiles.eal
2018-01-18Revert "Revert "Add remote follow path to webfinger.""eal
This reverts commit fb5aa34092cf8aa04b3b7001e81cf1585ee0041a.
2018-01-18Revert "Add remote follow path to webfinger."eal
This reverts commit bc689740f09ee8201982455988bf5f4ccb02fe57.
2018-01-18Add remote follow path to webfinger.eal
2017-12-09Add link to AP address in webfinger.Roger Braun
2017-11-19Fix all compilation warningsThog
2017-11-07Revert "Longer timeouts for user fetching."Roger Braun
Breaks too many tests. This reverts commit 7de3a652147d9b7da9cf3fd82d8a8438df93bae8.
2017-11-07Longer timeouts for user fetching.Roger Braun
2017-09-17TwitterAPI: Return proper error.Roger Braun
Fixes #32.
2017-09-13Try host-meta call over https.Roger Braun
2017-08-24Extend webfinger capabilities.Roger Braun
2017-08-03Slightly nicer webfinger error handling.Roger Braun
2017-06-24More resilient xml parsing.Roger Braun
2017-05-05Mock HTTPoison in testing.Roger Braun