summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/mastodon/MastodonLogger.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* more fixes to Mastodon loggingHazelnoot2025-05-081-18/+6
* handle AxiosErrors without a responseHazelnoot2025-05-081-3/+30
* split exception logging from error logging to simplify and improve mastodon e...Hazelnoot2025-05-081-46/+35
* improvements to Mastodon error conversionHazelnoot2025-05-081-5/+41
* correctly parse response errors for loggingHazelnoot2025-05-081-5/+5
* debug-log mastodon error responsesHazelnoot2025-05-081-0/+7
* enable debug logging for Mastodon APIHazelnoot2025-05-081-2/+4
* Ignore notifications that reference missing notesHazelnoot2025-03-271-1/+1
* improve mastodon API error handlingHazelnoot2025-03-271-45/+43
* don't log query parameters from mastodon APIHazelnoot2025-03-271-2/+4
* don't return httpStatusCode in mastodon errorsHazelnoot2025-03-271-0/+1
* de-duplicate mastodon API loggingHazelnoot2025-03-271-12/+112
* cleanup Mastodon API (resolves #804 and #865, partially resolves #492)Hazelnoot2025-02-081-0/+39