summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove redundant sql query.piuvas2025-04-201-9/+0
* requested changes to verifyFieldLinkspiuvas2025-04-201-14/+11
* refactor link verification.piuvas2025-04-191-1/+12
* fix wsmessage rate limit definitionHazelnoot2025-03-291-1/+2
* increase limits on WS note subscriptions and cached notesHazelnoot2025-03-281-2/+2
* limit the number of active connections per client, and limit upgrade requests...Hazelnoot2025-03-281-18/+52
* avoid duplicate channels in WS connectionHazelnoot2025-03-281-10/+18
* avoid leaking cached notes in WS connectionHazelnoot2025-03-281-11/+11
* make sure that note subscriptions can't stay above limitHazelnoot2025-03-281-5/+3
* clear subscriptions when connection closesHazelnoot2025-03-281-0/+7
* limit the number of note subscriptions per connectionHazelnoot2025-03-281-6/+19
* close websocket when rate limit exceededHazelnoot2025-03-281-22/+7
* convert streaming rate limit to bucketHazelnoot2025-03-281-21/+14
* Ignore notifications that reference missing notesHazelnoot2025-03-273-3/+22
* use exclusive ranges in api/i/notifications and /api/v1/notificationsHazelnoot2025-03-271-2/+2
* 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
* minor fixes to /v1/accounts/verify_credentialsHazelnoot2025-03-271-3/+2
* improve performance of /v1/accounts/relationshipsHazelnoot2025-03-271-6/+3
* normalize mastodon API query parameters to strip `[]` suffixHazelnoot2025-03-271-0/+44
* fix /api/v1/instance responseHazelnoot2025-03-271-5/+9
* normalize mastodon BAD_REQUEST errorsHazelnoot2025-03-278-69/+71
* fix several mastodon convertersHazelnoot2025-03-271-22/+27
* remove unused megalodon componentsHazelnoot2025-03-271-4/+4
* format mastodon API endpointsHazelnoot2025-03-271-4/+14
* de-duplicate mastodon API loggingHazelnoot2025-03-2710-1212/+810
* refactor mastodon API and preserve remote user agent for requestsHazelnoot2025-03-2715-1362/+1242
* merge: Optionally enable websocket compression (!921)Marie2025-03-191-0/+5
|\
| * adjust compression fallbackPrivateGER2025-03-181-1/+1
| * linter fixPrivateGER2025-02-261-1/+1
| * Optionally enable websocket compressionPrivateGER2025-02-251-0/+5
* | convert Authorized Fetch to a setting and add support for hybrid mode (essent...Hazelnoot2025-03-163-0/+32
* | merge: Ignore empty content warnings in API (resolves #977) (!929)Marie2025-03-094-7/+7
|\ \