summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/mastodon/endpoints/status.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* correctly render reblogs and quotes-with-CW for discord previewsHazelnoot2025-06-011-4/+20
* add missing "return reply" calls to async fastify routesHazelnoot2025-05-081-24/+24
* fix type errors in mastodon APIHazelnoot2025-04-301-3/+3
* hide sensitive content from Discord previewsHazelnoot2025-03-271-0/+6
* rename MastodonConverters.ts to matching naming schemeHazelnoot2025-03-271-2/+2
* normalize mastodon BAD_REQUEST errorsHazelnoot2025-03-271-25/+25
* de-duplicate mastodon API loggingHazelnoot2025-03-271-298/+165
* refactor mastodon API and preserve remote user agent for requestsHazelnoot2025-03-271-127/+130
* improve mastodon note conversion and use access checks in more places (resolv...Hazelnoot2025-02-081-58/+31
* hide restricted edit history from mastodon api (resolves #811)Hazelnoot2025-02-081-2/+5
* cleanup Mastodon API (resolves #804 and #865, partially resolves #492)Hazelnoot2025-02-081-206/+288
* add copyright text to all our filesdakkar2024-06-151-0/+5
* upd: add history endpoint, make sure all areas use new convertAccountMar0xy2023-10-291-1/+2
* fix: await all results on favourites and rebloggedMar0xy2023-10-291-2/+2
* upd: simplify importing of mastoconverter, fix bugMar0xy2023-10-291-2/+2
* upd: change deps, fix a few bugs, update converterMar0xy2023-10-291-42/+25
* add: view previous versions of notesMar0xy2023-10-221-3/+3
* upd: add MFM to HTML support and Mentions parsing to mastodon api (#33)Marie2023-10-011-17/+22
* add: source endpoint for editing through masto apiMar0xy2023-09-271-1/+16
* upd: return empty historyMar0xy2023-09-271-1/+1
* fix: not being able to only send emojisMar0xy2023-09-261-1/+1
* fix: checksMar0xy2023-09-251-1/+1
* upd: actually use bodyMar0xy2023-09-251-1/+1
* upd: convert masto ids to sharkeyid on mediaMar0xy2023-09-251-0/+6
* add: edit support on masto apiMar0xy2023-09-251-0/+15
* upd: move media put endpoint into main api fileMar0xy2023-09-251-15/+0
* fix: adding description not working on mediaMar0xy2023-09-251-1/+1
* chore: use this.baseUrl instead of BASE_URLMar0xy2023-09-251-3/+3
* fix: megalodon reblogged and favourited user info, add createdAt to noteMar0xy2023-09-251-2/+2
* fix: text min length is 1 (thanks mk)Mar0xy2023-09-251-1/+1
* upd: apply host to alot of fieldsMar0xy2023-09-251-1/+1
* upd: replace star with heartMar0xy2023-09-251-2/+2
* fix: text is undefined in masto status apiMar0xy2023-09-251-1/+1
* Revert "test: check old megalodon version"Mar0xy2023-09-251-1/+1
* test: check old megalodon versionMar0xy2023-09-251-1/+1
* chore: lint and update package nameMar0xy2023-09-241-369/+362
* upd: complete status endpoint for mastoMar0xy2023-09-241-0/+281
* add: status get endpoints to masto apiMar0xy2023-09-241-0/+126