| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add missing "return reply" calls to async fastify routes | Hazelnoot | 2025-05-08 | 1 | -4/+4 |
| | | | | | Required, according to docs: https://fastify.dev/docs/latest/Reference/Routes/#async-await | ||||
| * | improve compatibility with multipart/form-data mastodon API requests | Hazelnoot | 2025-05-08 | 1 | -4/+3 |
| | | |||||
| * | fix type errors in mastodon API | Hazelnoot | 2025-04-30 | 1 | -0/+1 |
| | | |||||
| * | Ignore notifications that reference missing notes | Hazelnoot | 2025-03-27 | 1 | -0/+10 |
| | | |||||
| * | rename MastodonConverters.ts to matching naming scheme | Hazelnoot | 2025-03-27 | 1 | -2/+2 |
| | | |||||
| * | support reactions in mastodon API | Hazelnoot | 2025-03-27 | 1 | -11/+12 |
| | | |||||
| * | support Mastodon v4 "link header" pagination | Hazelnoot | 2025-03-27 | 1 | -3/+5 |
| | | |||||
| * | fix empty response from /api/v1/notifications | Hazelnoot | 2025-03-27 | 1 | -1/+1 |
| | | |||||
| * | normalize mastodon BAD_REQUEST errors | Hazelnoot | 2025-03-27 | 1 | -2/+2 |
| | | |||||
| * | de-duplicate mastodon API logging | Hazelnoot | 2025-03-27 | 1 | -51/+25 |
| | | |||||
| * | refactor mastodon API and preserve remote user agent for requests | Hazelnoot | 2025-03-27 | 1 | -35/+74 |
| | | |||||
| * | improve mastodon note conversion and use access checks in more places ↵ | Hazelnoot | 2025-02-08 | 1 | -5/+8 |
| | | | | | (resolves #509) | ||||
| * | cleanup Mastodon API (resolves #804 and #865, partially resolves #492) | Hazelnoot | 2025-02-08 | 1 | -50/+30 |
| | | | | | | | | | | | | | | * Fix TS errors and warnings * Fix ESLint errors and warnings * Fix property typos in various places * Fix property data conversion * Add missing entity properties * Normalize logging and reduce spam * Check for missing request parameters * Allow mastodon API to work with local debugging * Safer error handling * Fix quote-post detection | ||||
| * | add copyright text to all our files | dakkar | 2024-06-15 | 1 | -0/+5 |
| | | |||||
| * | upd: change deps, fix a few bugs, update converter | Mar0xy | 2023-10-29 | 1 | -5/+4 |
| | | | | | | | | Fixes User and Notes count bug (transfem-org/Sharkey#113) Fixes build issues due to types (transfem-org/Sharkey#111) Return accounts and notes like Iceshrimp Use MFM class from Iceshrimp to fix HTML output for mastodon | ||||
| * | chore: lint says const happy | Mar0xy | 2023-09-24 | 1 | -1/+1 |
| | | |||||
| * | chore: lint and update package name | Mar0xy | 2023-09-24 | 1 | -37/+37 |
| | | |||||
| * | upd: prettify layout | Mar0xy | 2023-09-24 | 1 | -6/+6 |
| | | |||||
| * | add: notification endpoints to masto api | Mar0xy | 2023-09-24 | 1 | -0/+71 |