summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/mastodon/converters.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* rename MastodonConverters.ts to matching naming schemeHazelnoot2025-03-271-435/+0
* support reactions in mastodon APIHazelnoot2025-03-271-28/+34
* remove unused async from toMastoApiHtml / fromMastoApiHtmlHazelnoot2025-03-271-10/+9
* fix several mastodon convertersHazelnoot2025-03-271-22/+27
* refactor mastodon API and preserve remote user agent for requestsHazelnoot2025-03-271-3/+0
* 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-081-36/+32
* hide restricted edit history from mastodon api (resolves #811)Hazelnoot2025-02-081-5/+9
* fix relationship data for Mastodon API (resolves #714)Hazelnoot2025-02-081-2/+21
* cleanup Mastodon API (resolves #804 and #865, partially resolves #492)Hazelnoot2025-02-081-43/+59
* add copyright text to all our filesdakkar2024-06-151-0/+5
* 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: 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 quoteUri resolving and correct reblog/quote handlingMar0xy2023-10-291-7/+21
* upd: add history endpoint, make sure all areas use new convertAccountMar0xy2023-10-291-11/+85
* fix: statuses using wrong emojisMar0xy2023-10-291-5/+1
* fix: emojis not loading on local statusesMar0xy2023-10-291-2/+22
* upd: convertAccount now fetches info from the DBMar0xy2023-10-291-25/+55
* upd: simplify importing of mastoconverter, fix bugMar0xy2023-10-291-19/+7
* upd: change deps, fix a few bugs, update converterMar0xy2023-10-291-91/+86
* add: view previous versions of notesMar0xy2023-10-221-2/+5
* chore: lintMar0xy2023-10-011-2/+2
* upd: add MFM to HTML support and Mentions parsing to mastodon api (#33)Marie2023-10-011-0/+95
* add: source endpoint for editing through masto apiMar0xy2023-09-271-0/+4
* chore: lint and update package nameMar0xy2023-09-241-43/+42
* upd: prettify layoutMar0xy2023-09-241-3/+3
* upd: megalodon to v7Mar0xy2023-09-241-4/+0
* fix: converter returning sharkeyid wrongMar0xy2023-09-241-1/+2
* add: Megalodon, initial mastodon apiMar0xy2023-09-231-0/+136