summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/mastodon/MastodonApiServerService.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* set X-Robots-Tag to disable indexing API endpointsHazelnoot2025-06-131-0/+7
* add missing "return reply" calls to async fastify routesHazelnoot2025-05-081-19/+19
* more fixes to Mastodon loggingHazelnoot2025-05-081-1/+2
* split exception logging from error logging to simplify and improve mastodon e...Hazelnoot2025-05-081-3/+7
* correctly parse response errors for loggingHazelnoot2025-05-081-3/+6
* debug-log mastodon error responsesHazelnoot2025-05-081-8/+12
* temporary: add recursive error handler to MastodonApiServerService.tsHazelnoot2025-05-081-4/+8
* improve compatibility with multipart/form-data mastodon API requestsHazelnoot2025-05-081-112/+20
* fix backend lint errorsHazelnoot2025-04-021-2/+2
* rename MastodonConverters.ts to matching naming schemeHazelnoot2025-03-271-2/+2
* add additional required CORS headers for masto-api requestsHazelnoot2025-03-271-0/+15
* implement /api/v1/favouritesHazelnoot2025-03-271-2/+16
* fix empty response from /api/v1/blocksHazelnoot2025-03-271-1/+1
* fix empty response from /api/v1/mutesHazelnoot2025-03-271-1/+1
* normalize mastodon API query parameters to strip `[]` suffixHazelnoot2025-03-271-0/+44
* normalize mastodon BAD_REQUEST errorsHazelnoot2025-03-271-4/+4
* format mastodon API endpointsHazelnoot2025-03-271-4/+14
* de-duplicate mastodon API loggingHazelnoot2025-03-271-178/+88
* refactor mastodon API and preserve remote user agent for requestsHazelnoot2025-03-271-698/+88
* improve mastodon note conversion and use access checks in more places (resolv...Hazelnoot2025-02-081-106/+78
* hide restricted edit history from mastodon api (resolves #811)Hazelnoot2025-02-081-3/+9
* cleanup Mastodon API (resolves #804 and #865, partially resolves #492)Hazelnoot2025-02-081-334/+406
* fix some DI mistakes after the mergedakkar2024-10-101-1/+0
* use injected meta in MastodonApiServerServicedakkar2024-10-091-3/+4
* add copyright text to all our filesdakkar2024-06-151-11/+16
* upd: add multipart/form support to a few mastodon endpointsMar0xy2023-11-161-13/+13
* upd: add empty return on trends/linksMar0xy2023-10-311-0/+5
* fix: create trends/tags endpointMar0xy2023-10-311-0/+14
* chore: lintMar0xy2023-10-301-1/+4
* upd: allow updating of fieldsMar0xy2023-10-301-1/+15
* upd: remove debug lines, fix header not being detectedMar0xy2023-10-301-4/+5
* upd: change resolving of _request.filesMar0xy2023-10-301-9/+13
* test: update debug linesMar0xy2023-10-301-1/+3
* upd: remove host lookup on file updatingMar0xy2023-10-301-4/+2
* upd: remove Bearer from auth when looking up tokenMar0xy2023-10-301-2/+2
* test: avatar and header uploadingMar0xy2023-10-301-4/+39
* fix: relationships not working on some clientsMar0xy2023-10-291-1/+1
* upd: add history endpoint, make sure all areas use new convertAccountMar0xy2023-10-291-10/+10
* upd: convertAccount now fetches info from the DBMar0xy2023-10-291-3/+2
* upd: simplify importing of mastoconverter, fix bugMar0xy2023-10-291-20/+21
* upd: change deps, fix a few bugs, update converterMar0xy2023-10-291-22/+22
* add: view previous versions of notesMar0xy2023-10-221-3/+5
* chore: lintMar0xy2023-10-011-4/+4
* upd: add MFM to HTML support and Mentions parsing to mastodon api (#33)Marie2023-10-011-5/+15
* add: source endpoint for editing through masto apiMar0xy2023-09-271-0/+1
* fix: accidental removal of handlerMar0xy2023-09-251-1/+1
* rm: remove attempt at supporting avatar/banner changingMar0xy2023-09-251-9/+3
* upd: attempt to accept file during updateMar0xy2023-09-251-3/+9
* upd: move patch function and make note user always detailMar0xy2023-09-251-2/+2
* upd: add multer handler to update_credentialsMar0xy2023-09-251-1/+1