summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/mastodon/endpoints/search.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* merge: Replace JSDOM with cheerio (!973)Marie2025-05-081-2/+2
|\
| * fix type errorsHazelnoot2025-05-081-2/+2
* | add missing "return reply" calls to async fastify routesHazelnoot2025-05-081-4/+4
|/
* fix more type errors because TS can't make up its mindHazelnoot2025-05-031-2/+2
* fix type errors in mastodon APIHazelnoot2025-04-301-10/+9
* handle errors in mastodon search endpointsHazelnoot2025-03-271-0/+33
* rename MastodonConverters.ts to matching naming schemeHazelnoot2025-03-271-2/+2
* support Mastodon v4 "link header" paginationHazelnoot2025-03-271-27/+80
* normalize mastodon BAD_REQUEST errorsHazelnoot2025-03-271-2/+3
* de-duplicate mastodon API loggingHazelnoot2025-03-271-83/+57
* refactor mastodon API and preserve remote user agent for requestsHazelnoot2025-03-271-69/+105
* improve mastodon note conversion and use access checks in more places (resolv...Hazelnoot2025-02-081-6/+10
* remove un-needed relationshipModel static dataHazelnoot2025-02-081-2/+2
* fix empty masto-api responses for several endpoints (resolves #721 and #707)Hazelnoot2025-02-081-4/+5
* cleanup Mastodon API (resolves #804 and #865, partially resolves #492)Hazelnoot2025-02-081-67/+66
* add copyright text to all our filesdakkar2024-06-151-0/+5
* fix: limit query being returned as string instead of intMar0xy2023-10-311-1/+1
* fix: suggestionsMar0xy2023-10-311-2/+2
* chore: change style of getStatusTrendsMar0xy2023-10-311-7/+4
* upd: change handling of suggestions and status trendsMar0xy2023-10-311-72/+29
* upd: add history endpoint, make sure all areas use new convertAccountMar0xy2023-10-291-4/+4
* upd: change deps, fix a few bugs, update converterMar0xy2023-10-291-3/+3
* chore: wrong valueMar0xy2023-09-251-1/+1
* fix: getfeatureduserMar0xy2023-09-251-1/+1
* chore: use this.baseUrl instead of BASE_URLMar0xy2023-09-251-1/+1
* Revert "test: check old megalodon version"Mar0xy2023-09-251-2/+2
* test: check old megalodon versionMar0xy2023-09-251-2/+2
* chore: lint and update package nameMar0xy2023-09-241-65/+64
* upd: prettify layoutMar0xy2023-09-241-3/+3
* add: search endpoints to masto apiMar0xy2023-09-241-0/+132