summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/mastodon/endpoints/instance.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* split url into webUrl and localUrl (like mastodon)stableFreya Murphy24 hours1-1/+1
|
* add missing "return reply" calls to async fastify routesHazelnoot2025-05-081-1/+1
| | | | Required, according to docs: https://fastify.dev/docs/latest/Reference/Routes/#async-await
* Merge branch 'develop' into merge/2025-03-24Hazelnoot2025-05-061-1/+1
|\
| * Update instance.tsMarie2025-05-051-1/+1
| |
| * change regex to include a zero-length matchMarie2025-05-051-1/+1
| |
| * remove http/https protocolMarie2025-05-051-1/+1
| |
* | fix backend type errorsHazelnoot2025-04-011-16/+5
|/
* rename MastodonConverters.ts to matching naming schemeHazelnoot2025-03-271-2/+2
|
* enable local timeline in Phanpy clientsHazelnoot2025-03-271-1/+1
|
* fix /api/v1/instance responseHazelnoot2025-03-271-5/+9
|
* de-duplicate mastodon API loggingHazelnoot2025-03-271-70/+60
|
* refactor mastodon API and preserve remote user agent for requestsHazelnoot2025-03-271-0/+110