| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | split url into webUrl and localUrl (like mastodon)stable | Freya Murphy | 24 hours | 1 | -1/+1 |
| | | |||||
| * | correctly render reblogs and quotes-with-CW for discord previews | Hazelnoot | 2025-06-01 | 1 | -4/+20 |
| | | |||||
| * | merge: Replace JSDOM with cheerio (!973) | Marie | 2025-05-08 | 1 | -2/+2 |
| |\ | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/973 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev> | ||||
| | * | fix type errors | Hazelnoot | 2025-05-08 | 1 | -2/+2 |
| | | | |||||
| * | | implement '/v1/apps/verify_credentials' | Hazelnoot | 2025-05-08 | 1 | -0/+9 |
| | | | |||||
| * | | add missing "return reply" calls to async fastify routes | Hazelnoot | 2025-05-08 | 8 | -67/+67 |
| | | | | | | | | | Required, according to docs: https://fastify.dev/docs/latest/Reference/Routes/#async-await | ||||
| * | | improve type checks in POST /api/v1/apps endpoint | Hazelnoot | 2025-05-08 | 1 | -7/+8 |
| | | | |||||
| * | | improve compatibility with multipart/form-data mastodon API requests | Hazelnoot | 2025-05-08 | 4 | -43/+29 |
| |/ | |||||
| * | Merge branch 'develop' into merge/2025-03-24 | Hazelnoot | 2025-05-06 | 1 | -1/+1 |
| |\ | |||||
| | * | Update instance.ts | Marie | 2025-05-05 | 1 | -1/+1 |
| | | | |||||
| | * | change regex to include a zero-length match | Marie | 2025-05-05 | 1 | -1/+1 |
| | | | |||||
| | * | remove http/https protocol | Marie | 2025-05-05 | 1 | -1/+1 |
| | | | |||||
| * | | fix more type errors because TS can't make up its mind | Hazelnoot | 2025-05-03 | 1 | -2/+2 |
| | | | |||||
| * | | fix type errors in mastodon API | Hazelnoot | 2025-04-30 | 3 | -13/+13 |
| | | | |||||
| * | | fix backend lint errors | Hazelnoot | 2025-04-02 | 1 | -2/+2 |
| | | | |||||
| * | | fix backend type errors | Hazelnoot | 2025-04-01 | 1 | -16/+5 |
| |/ | |||||
| * | Ignore notifications that reference missing notes | Hazelnoot | 2025-03-27 | 1 | -0/+10 |
| | | |||||
| * | hide sensitive content from Discord previews | Hazelnoot | 2025-03-27 | 1 | -0/+6 |
| | | |||||
| * | handle errors in mastodon search endpoints | Hazelnoot | 2025-03-27 | 1 | -0/+33 |
| | | |||||
| * | rename MastodonConverters.ts to matching naming scheme | Hazelnoot | 2025-03-27 | 7 | -13/+13 |
| | | |||||
| * | enable local timeline in Phanpy clients | Hazelnoot | 2025-03-27 | 1 | -1/+1 |
| | | |||||
| * | support reactions in mastodon API | Hazelnoot | 2025-03-27 | 1 | -11/+12 |
| | | |||||
| * | support Mastodon v4 "link header" pagination | Hazelnoot | 2025-03-27 | 4 | -76/+143 |
| | | |||||
| * | fix empty response from /api/v1/notifications | Hazelnoot | 2025-03-27 | 1 | -1/+1 |
| | | |||||
| * | minor fixes to /v1/accounts/verify_credentials | Hazelnoot | 2025-03-27 | 1 | -3/+2 |
| | | |||||
| * | improve performance of /v1/accounts/relationships | Hazelnoot | 2025-03-27 | 1 | -6/+3 |
| | | |||||
| * | fix /api/v1/instance response | Hazelnoot | 2025-03-27 | 1 | -5/+9 |
| | | |||||
| * | normalize mastodon BAD_REQUEST errors | Hazelnoot | 2025-03-27 | 7 | -65/+67 |
| | | |||||
| * | de-duplicate mastodon API logging | Hazelnoot | 2025-03-27 | 8 | -1022/+610 |
| | | |||||
| * | refactor mastodon API and preserve remote user agent for requests | Hazelnoot | 2025-03-27 | 10 | -639/+1085 |
| | | |||||
| * | improve mastodon note conversion and use access checks in more places ↵ | Hazelnoot | 2025-02-08 | 5 | -94/+68 |
| | | | | | (resolves #509) | ||||
| * | hide restricted edit history from mastodon api (resolves #811) | Hazelnoot | 2025-02-08 | 1 | -2/+5 |
| | | |||||
| * | fix relationship data for Mastodon API (resolves #714) | Hazelnoot | 2025-02-08 | 1 | -5/+5 |
| | | |||||
| * | remove un-needed relationshipModel static data | Hazelnoot | 2025-02-08 | 2 | -32/+4 |
| | | |||||
| * | fix empty masto-api responses for several endpoints (resolves #721 and #707) | Hazelnoot | 2025-02-08 | 3 | -9/+11 |
| | | |||||
| * | cleanup Mastodon API (resolves #804 and #865, partially resolves #492) | Hazelnoot | 2025-02-08 | 8 | -751/+703 |
| | | | | | | | | | | | | | | * 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 | ||||
| * | fix poll option limit in masto API | Hazelnoot | 2024-10-26 | 1 | -1/+1 |
| | | |||||
| * | add copyright text to all our files | dakkar | 2024-06-15 | 8 | -3/+43 |
| | | |||||
| * | upd: Note Length customization | Marie | 2023-12-31 | 1 | -2/+2 |
| | | | | | | | | | note length is now configurable through the config file Closes #281 falls back to 3000 (misskey default) if not used/included in config | ||||
| * | chore: remove console log on verify_credentials | Mar0xy | 2023-10-31 | 1 | -1/+0 |
| | | |||||
| * | fix: limit query being returned as string instead of int | Mar0xy | 2023-10-31 | 1 | -1/+1 |
| | | |||||
| * | fix: suggestions | Mar0xy | 2023-10-31 | 1 | -2/+2 |
| | | |||||
| * | chore: change style of getStatusTrends | Mar0xy | 2023-10-31 | 1 | -7/+4 |
| | | |||||
| * | upd: change handling of suggestions and status trends | Mar0xy | 2023-10-31 | 1 | -72/+29 |
| | | |||||
| * | fix: deleting a list returning an error as success | Mar0xy | 2023-10-30 | 1 | -1/+1 |
| | | |||||
| * | fix: lists not being received properly | Mar0xy | 2023-10-30 | 1 | -2/+1 |
| | | |||||
| * | upd: allow updating of fields | Mar0xy | 2023-10-30 | 1 | -16/+12 |
| | | |||||
| * | upd: add history endpoint, make sure all areas use new convertAccount | Mar0xy | 2023-10-29 | 2 | -5/+6 |
| | | |||||
| * | fix: followers and following not being able to load | Mar0xy | 2023-10-29 | 1 | -2/+2 |
| | | |||||
| * | fix: await all results on favourites and reblogged | Mar0xy | 2023-10-29 | 2 | -5/+3 |
| | | |||||