summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/mastodon/endpoints/timeline.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* add missing "return reply" calls to async fastify routesHazelnoot2025-05-081-13/+13
* rename MastodonConverters.ts to matching naming schemeHazelnoot2025-03-271-2/+2
* support Mastodon v4 "link header" paginationHazelnoot2025-03-271-30/+38
* normalize mastodon BAD_REQUEST errorsHazelnoot2025-03-271-12/+12
* de-duplicate mastodon API loggingHazelnoot2025-03-271-149/+68
* refactor mastodon API and preserve remote user agent for requestsHazelnoot2025-03-271-86/+83
* improve mastodon note conversion and use access checks in more places (resolv...Hazelnoot2025-02-081-22/+14
* fix empty masto-api responses for several endpoints (resolves #721 and #707)Hazelnoot2025-02-081-1/+2
* cleanup Mastodon API (resolves #804 and #865, partially resolves #492)Hazelnoot2025-02-081-160/+128
* add copyright text to all our filesdakkar2024-06-151-0/+5
* fix: deleting a list returning an error as successMar0xy2023-10-301-1/+1
* fix: lists not being received properlyMar0xy2023-10-301-2/+1
* upd: simplify importing of mastoconverter, fix bugMar0xy2023-10-291-3/+1
* upd: change deps, fix a few bugs, update converterMar0xy2023-10-291-30/+14
* add: view previous versions of notesMar0xy2023-10-221-3/+3
* upd: add MFM to HTML support and Mentions parsing to mastodon api (#33)Marie2023-10-011-6/+11
* chore: use this.baseUrl instead of BASE_URLMar0xy2023-09-251-4/+4
* upd: apply host to alot of fieldsMar0xy2023-09-251-4/+4
* chore: lint and update package nameMar0xy2023-09-241-191/+156
* add: timeline endpoints tio masto apiMar0xy2023-09-241-0/+249
* upd: prettify layoutMar0xy2023-09-241-12/+33
* add: timeline endpoint only with the functions for other endpointsMar0xy2023-09-241-0/+47