Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-31 | update copyright years to 2019 | William Pitcock | |
2018-12-23 | add license boilerplate to pleroma core | William Pitcock | |
2018-12-15 | WebFinger: Sends a 400 when resource param is missing, fix XRD typo in test | Haelwenn (lanodan) Monnier | |
2018-12-12 | fix warnings | Maksim Pechnikov | |
2018-12-06 | remove follow_redirect options | Hakaba Hitoyo | |
2018-12-04 | status_code -> status | Maksim Pechnikov | |
2018-11-27 | Webfinger fixes. | lain | |
2018-11-18 | Mix format. | lain | |
2018-11-18 | Fix setting of keys. | lain | |
2018-11-05 | Runtime configured router | href | |
2018-06-13 | webfinger: refactor webfinger() functions | William 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-07 | Fix follow errors | Rachel H | |
2018-06-06 | webfinger: use https as default fallback instead of http | William Pitcock | |
realistically, all instances need to be on https anyway to properly federate with all software | |||
2018-05-21 | webfinger: fix finding the XRD uri for statusnet instances | William Pitcock | |
2018-05-19 | run mix format | William Pitcock | |
2018-05-19 | webfinger: only do ld+json on modern json webfinger | William Pitcock | |
2018-05-19 | webfinger: interpret application/ld+json links as an alternate to ↵ | William Pitcock | |
application/activity+json | |||
2018-05-19 | webfinger: expose the application/ld+json link alongside the older ↵ | William Pitcock | |
application/activity+json link | |||
2018-05-06 | Merge branch 'feld-warnings' into 'develop' | lambda | |
Clean up warnings See merge request pleroma/pleroma!144 | |||
2018-05-06 | Get rid of unsafe variables. | eal | |
2018-05-04 | Clean up unused aliases and imports | Mark Felder | |
2018-04-21 | Formatting fixes. | lain | |
2018-03-30 | Format the code. | lain | |
2018-03-27 | More Jason changes. | lain | |
2018-03-24 | Fetch the same data from json webfinger as from xml webfinger. | lain | |
2018-03-22 | webfinger: implement json response parsing | William Pitcock | |
2018-03-22 | webfinger: attempt to fall back if LRDD template cannot be found | William Pitcock | |
2018-03-22 | webfinger: support JSON output | William Pitcock | |
2018-03-19 | LRDD, you are special and we love you too | Mark Felder | |
2018-03-19 | Grammar consistency | Mark 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-25 | Use update_and_set cache. | lain | |
2018-02-25 | Handle remote update activities. | lain | |
2018-02-24 | Invalidate user after key creation. | lain | |
2018-02-23 | Webfinger: Remove leading @s. | lain | |
2018-02-18 | Try to fetch AP user data first. | lain | |
2018-02-11 | Merge branch 'develop' into feature/activitypub | Roger Braun | |
2018-02-02 | Add remote following of local profiles. | eal | |
2018-01-18 | Revert "Revert "Add remote follow path to webfinger."" | eal | |
This reverts commit fb5aa34092cf8aa04b3b7001e81cf1585ee0041a. | |||
2018-01-18 | Revert "Add remote follow path to webfinger." | eal | |
This reverts commit bc689740f09ee8201982455988bf5f4ccb02fe57. | |||
2018-01-18 | Add remote follow path to webfinger. | eal | |
2017-12-09 | Add link to AP address in webfinger. | Roger Braun | |
2017-11-19 | Fix all compilation warnings | Thog | |
2017-11-07 | Revert "Longer timeouts for user fetching." | Roger Braun | |
Breaks too many tests. This reverts commit 7de3a652147d9b7da9cf3fd82d8a8438df93bae8. | |||
2017-11-07 | Longer timeouts for user fetching. | Roger Braun | |
2017-09-17 | TwitterAPI: Return proper error. | Roger Braun | |
Fixes #32. | |||
2017-09-13 | Try host-meta call over https. | Roger Braun | |
2017-08-24 | Extend webfinger capabilities. | Roger Braun | |
2017-08-03 | Slightly nicer webfinger error handling. | Roger Braun | |
2017-06-24 | More resilient xml parsing. | Roger Braun | |
2017-05-05 | Mock HTTPoison in testing. | Roger Braun | |