summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/mastodon (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* don't parse empty strings in timelineArgs.tsHazelnoot2025-03-031-2/+2
* make convertAttachment match file->attachment schemaHazelnoot2025-02-081-3/+6
* fix mastodon media attachment conversion (resolves #495)Hazelnoot2025-02-081-7/+38
* improve mastodon note conversion and use access checks in more places (resolv...Hazelnoot2025-02-088-236/+222
* hide restricted edit history from mastodon api (resolves #811)Hazelnoot2025-02-084-10/+63
* fix relationship data for Mastodon API (resolves #714)Hazelnoot2025-02-082-7/+26
* remove un-needed relationshipModel static dataHazelnoot2025-02-082-32/+4
* fix empty masto-api responses for several endpoints (resolves #721 and #707)Hazelnoot2025-02-083-9/+11
* cleanup Mastodon API (resolves #804 and #865, partially resolves #492)Hazelnoot2025-02-0812-1128/+1254
* fix poll option limit in masto APIHazelnoot2024-10-261-1/+1
* 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-1511-14/+69
* merge: Fix/fixing mastodon api search mfm (!532)Marie2024-05-311-3/+3
|\
| * renamed toMastoHtml to toMastoApiHtml to clear up what it doesKevinWh02024-05-311-3/+3
* | fix incorrect variable nameMarie2024-05-301-2/+2
* | Fix Visiblity issueMarie2024-05-301-2/+2
|/
* fix conflictsMarie2024-04-071-2/+3
|\
| * fix: send null for empty edited_at in mastodon apiSugar🍬🍭🏳️‍⚧2024-04-041-2/+3
* | fix: incorrect type for quote propertyMarie2024-03-241-1/+1
|/
* fix: quote being returned as null instead of false on mastodon apiMarie2024-02-051-1/+1
* chore: change sfm registry and nameMarie2024-02-031-5/+5
* upd: Note Length customizationMarie2023-12-311-2/+2
* upd: replace mfm with sfmMarie2023-12-181-1/+1
* fix: correct acctUriMarie2023-11-251-1/+1
* upd: provide uri on accountsMarie2023-11-251-0/+2
* fix: pinned being set to null causing errors in masto apiMar0xy2023-11-171-1/+1
* upd: add multipart/form support to a few mastodon endpointsMar0xy2023-11-161-13/+13
* chore: remove console log on verify_credentialsMar0xy2023-10-311-1/+0
* fix: limit query being returned as string instead of intMar0xy2023-10-311-1/+1
* upd: add empty return on trends/linksMar0xy2023-10-311-0/+5
* fix: suggestionsMar0xy2023-10-311-2/+2
* chore: change style of getStatusTrendsMar0xy2023-10-311-7/+4
* fix: create trends/tags endpointMar0xy2023-10-311-0/+14
* upd: change handling of suggestions and status trendsMar0xy2023-10-311-72/+29
* fix: deleting a list returning an error as successMar0xy2023-10-301-1/+1