summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/mastodon (follow)
Commit message (Expand)AuthorAgeFilesLines
* correctly render reblogs and quotes-with-CW for discord previewsHazelnoot2025-06-011-4/+20
* allow passing user/note into convertStatus for performanceHazelnoot2025-06-011-3/+3
* return typed relations from MastodonDataService note fetchersHazelnoot2025-06-011-8/+73
* merge: Replace JSDOM with cheerio (!973)Marie2025-05-081-2/+2
|\
| * fix type errorsHazelnoot2025-05-081-2/+2
* | implement '/v1/apps/verify_credentials'Hazelnoot2025-05-082-2/+19
* | fix "cannot use 'in' operator" errorHazelnoot2025-05-081-1/+1
* | copy stack to AxiosError causesHazelnoot2025-05-081-0/+8
* | use isAxiosError to improve type detectionHazelnoot2025-05-081-13/+12
* | more improvements to Mastodon error loggingHazelnoot2025-05-081-17/+36
* | differentiate between "error" and "exception" in mastodon APIHazelnoot2025-05-081-1/+1
* | add missing "return reply" calls to async fastify routesHazelnoot2025-05-089-86/+86
* | more fixes to Mastodon loggingHazelnoot2025-05-082-19/+8
* | handle AxiosErrors without a responseHazelnoot2025-05-081-3/+30
* | split exception logging from error logging to simplify and improve mastodon e...Hazelnoot2025-05-082-49/+42
* | improvements to Mastodon error conversionHazelnoot2025-05-081-5/+41
* | correctly parse response errors for loggingHazelnoot2025-05-082-8/+11
* | debug-log mastodon error responsesHazelnoot2025-05-082-8/+19
* | enable debug logging for Mastodon APIHazelnoot2025-05-081-2/+4
* | improve type checks in POST /api/v1/apps endpointHazelnoot2025-05-081-7/+8
* | temporary: add recursive error handler to MastodonApiServerService.tsHazelnoot2025-05-081-4/+8
* | improve compatibility with multipart/form-data mastodon API requestsHazelnoot2025-05-085-155/+49
|/
* 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 more type errors because TS can't make up its mindHazelnoot2025-05-031-2/+2
* | fix type errors in mastodon APIHazelnoot2025-04-304-17/+17
* | fix backend lint errorsHazelnoot2025-04-022-4/+4
* | fix backend type errorsHazelnoot2025-04-012-17/+6
|/
* Ignore notifications that reference missing notesHazelnoot2025-03-273-3/+22
* convert notification types in mastodon APIHazelnoot2025-03-271-19/+16
* don't render CW as HTML for mastodonHazelnoot2025-03-271-4/+2
* hide sensitive content from Discord previewsHazelnoot2025-03-271-0/+6
* render profile bios in masto APIHazelnoot2025-03-271-1/+4
* fixes to CW and quote conversion for mastodonHazelnoot2025-03-271-9/+29
* handle errors in mastodon search endpointsHazelnoot2025-03-271-0/+33
* improve mastodon API error handlingHazelnoot2025-03-271-45/+43
* rename MastodonConverters.ts to matching naming schemeHazelnoot2025-03-279-16/+16
* add additional required CORS headers for masto-api requestsHazelnoot2025-03-271-0/+15
* enable local timeline in Phanpy clientsHazelnoot2025-03-271-1/+1
* support reactions in mastodon APIHazelnoot2025-03-272-39/+46
* remove unused async from toMastoApiHtml / fromMastoApiHtmlHazelnoot2025-03-271-10/+9
* don't log query parameters from mastodon APIHazelnoot2025-03-271-2/+4
* support Mastodon v4 "link header" paginationHazelnoot2025-03-276-82/+321
* implement /api/v1/favouritesHazelnoot2025-03-271-2/+16
* fix empty response from /api/v1/notificationsHazelnoot2025-03-271-1/+1
* fix empty response from /api/v1/blocksHazelnoot2025-03-271-1/+1
* fix empty response from /api/v1/mutesHazelnoot2025-03-271-1/+1
* don't return httpStatusCode in mastodon errorsHazelnoot2025-03-271-0/+1