Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 1 | -2/+2 |
| | | | | * Move almost all functions' parameter db.Engine to context.Context * remove some unnecessary wrap functions | ||||
* | Add Webfinger endpoint (#19462) | KN4CK3R | 2022-05-09 | 1 | -0/+111 |
This adds the [Webfinger](https://webfinger.net/) endpoint for federation. Supported schemes are `acct` and `mailto`. The profile and avatar url are returned as metadata. |