| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | set X-Robots-Tag to disable indexing API endpoints | Hazelnoot | 2025-06-13 | 1 | -0/+7 |
| | | |||||
| * | add missing "return reply" calls to async fastify routes | Hazelnoot | 2025-05-08 | 1 | -19/+19 |
| | | | | | Required, according to docs: https://fastify.dev/docs/latest/Reference/Routes/#async-await | ||||
| * | more fixes to Mastodon logging | Hazelnoot | 2025-05-08 | 1 | -1/+2 |
| | | |||||
| * | split exception logging from error logging to simplify and improve mastodon ↵ | Hazelnoot | 2025-05-08 | 1 | -3/+7 |
| | | | | | errors | ||||
| * | correctly parse response errors for logging | Hazelnoot | 2025-05-08 | 1 | -3/+6 |
| | | |||||
| * | debug-log mastodon error responses | Hazelnoot | 2025-05-08 | 1 | -8/+12 |
| | | |||||
| * | temporary: add recursive error handler to MastodonApiServerService.ts | Hazelnoot | 2025-05-08 | 1 | -4/+8 |
| | | |||||
| * | improve compatibility with multipart/form-data mastodon API requests | Hazelnoot | 2025-05-08 | 1 | -112/+20 |
| | | |||||
| * | fix backend lint errors | Hazelnoot | 2025-04-02 | 1 | -2/+2 |
| | | |||||
| * | rename MastodonConverters.ts to matching naming scheme | Hazelnoot | 2025-03-27 | 1 | -2/+2 |
| | | |||||
| * | add additional required CORS headers for masto-api requests | Hazelnoot | 2025-03-27 | 1 | -0/+15 |
| | | |||||
| * | implement /api/v1/favourites | Hazelnoot | 2025-03-27 | 1 | -2/+16 |
| | | |||||
| * | fix empty response from /api/v1/blocks | Hazelnoot | 2025-03-27 | 1 | -1/+1 |
| | | |||||
| * | fix empty response from /api/v1/mutes | Hazelnoot | 2025-03-27 | 1 | -1/+1 |
| | | |||||
| * | normalize mastodon API query parameters to strip `[]` suffix | Hazelnoot | 2025-03-27 | 1 | -0/+44 |
| | | |||||
| * | normalize mastodon BAD_REQUEST errors | Hazelnoot | 2025-03-27 | 1 | -4/+4 |
| | | |||||
| * | format mastodon API endpoints | Hazelnoot | 2025-03-27 | 1 | -4/+14 |
| | | |||||
| * | de-duplicate mastodon API logging | Hazelnoot | 2025-03-27 | 1 | -178/+88 |
| | | |||||
| * | refactor mastodon API and preserve remote user agent for requests | Hazelnoot | 2025-03-27 | 1 | -698/+88 |
| | | |||||
| * | improve mastodon note conversion and use access checks in more places ↵ | Hazelnoot | 2025-02-08 | 1 | -106/+78 |
| | | | | | (resolves #509) | ||||
| * | hide restricted edit history from mastodon api (resolves #811) | Hazelnoot | 2025-02-08 | 1 | -3/+9 |
| | | |||||
| * | cleanup Mastodon API (resolves #804 and #865, partially resolves #492) | Hazelnoot | 2025-02-08 | 1 | -334/+406 |
| | | | | | | | | | | | | | | * 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 some DI mistakes after the merge | dakkar | 2024-10-10 | 1 | -1/+0 |
| | | |||||
| * | use injected meta in MastodonApiServerService | dakkar | 2024-10-09 | 1 | -3/+4 |
| | | |||||
| * | add copyright text to all our files | dakkar | 2024-06-15 | 1 | -11/+16 |
| | | |||||
| * | upd: add multipart/form support to a few mastodon endpoints | Mar0xy | 2023-11-16 | 1 | -13/+13 |
| | | |||||
| * | upd: add empty return on trends/links | Mar0xy | 2023-10-31 | 1 | -0/+5 |
| | | |||||
| * | fix: create trends/tags endpoint | Mar0xy | 2023-10-31 | 1 | -0/+14 |
| | | |||||
| * | chore: lint | Mar0xy | 2023-10-30 | 1 | -1/+4 |
| | | |||||
| * | upd: allow updating of fields | Mar0xy | 2023-10-30 | 1 | -1/+15 |
| | | |||||
| * | upd: remove debug lines, fix header not being detected | Mar0xy | 2023-10-30 | 1 | -4/+5 |
| | | |||||
| * | upd: change resolving of _request.files | Mar0xy | 2023-10-30 | 1 | -9/+13 |
| | | |||||
| * | test: update debug lines | Mar0xy | 2023-10-30 | 1 | -1/+3 |
| | | |||||
| * | upd: remove host lookup on file updating | Mar0xy | 2023-10-30 | 1 | -4/+2 |
| | | |||||
| * | upd: remove Bearer from auth when looking up token | Mar0xy | 2023-10-30 | 1 | -2/+2 |
| | | |||||
| * | test: avatar and header uploading | Mar0xy | 2023-10-30 | 1 | -4/+39 |
| | | |||||
| * | fix: relationships not working on some clients | Mar0xy | 2023-10-29 | 1 | -1/+1 |
| | | |||||
| * | upd: add history endpoint, make sure all areas use new convertAccount | Mar0xy | 2023-10-29 | 1 | -10/+10 |
| | | |||||
| * | upd: convertAccount now fetches info from the DB | Mar0xy | 2023-10-29 | 1 | -3/+2 |
| | | |||||
| * | upd: simplify importing of mastoconverter, fix bug | Mar0xy | 2023-10-29 | 1 | -20/+21 |
| | | | | | | Lets you import stuff into mastoconverter without needing to also import them everywhere else Fixes not being able to get statuses on accounts | ||||
| * | upd: change deps, fix a few bugs, update converter | Mar0xy | 2023-10-29 | 1 | -22/+22 |
| | | | | | | | | 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 | ||||
| * | add: view previous versions of notes | Mar0xy | 2023-10-22 | 1 | -3/+5 |
| | | | | | Closes transfem-org/Sharkey#103 | ||||
| * | chore: lint | Mar0xy | 2023-10-01 | 1 | -4/+4 |
| | | |||||
| * | upd: add MFM to HTML support and Mentions parsing to mastodon api (#33) | Marie | 2023-10-01 | 1 | -5/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upd: attempt to turn MFM to html on mastodon * revert: recent change until better implementation later * chore: remove unused packages * Update docker.yml * upd: add MFM to HTML for timelines and status view * chore: lint * upd: megalodon resolve urls * upd: add spliting * test: local user mention * test: change local user url in mention * upd: change check * test: megalodon changes * upd: edit resolving of local users This is starting to drive me nuts * upd: remove the @ symbol in query * fix: make renderPerson return host instead of null for local * upd: change url for local user * upd: change limit * upd: add url to output * upd: add mastodon boolean * test: test different format * fix: test of different format * test: change up resolving * fix: forgot to provide url * upd: change lookup function a bit * test: substring * test: regex * upd: remove substr * test: new regexs * dirty test * test: one last attempt for today * upd: fix build error * upd: take input from iceshrimp dev * upd: parse remote statuses * upd: fix pleroma users misformatted urls * upd: add uri to normal user * fix: forgot to push updated types * fix: resolving broke * fix: html not converting correctly * fix: return default img if no banner * upd: swap out img used for no header, set fallback avatar * fix: html escaped & and ' symbols * upd: fix ' converting into 39; and get profile fields * upd: resolve fields on lookup --------- Co-authored-by: Amelia Yukii <123300075+Insert5StarName@users.noreply.github.com> | ||||
| * | add: source endpoint for editing through masto api | Mar0xy | 2023-09-27 | 1 | -0/+1 |
| | | |||||
| * | fix: accidental removal of handler | Mar0xy | 2023-09-25 | 1 | -1/+1 |
| | | |||||
| * | rm: remove attempt at supporting avatar/banner changing | Mar0xy | 2023-09-25 | 1 | -9/+3 |
| | | |||||
| * | upd: attempt to accept file during update | Mar0xy | 2023-09-25 | 1 | -3/+9 |
| | | |||||
| * | upd: move patch function and make note user always detail | Mar0xy | 2023-09-25 | 1 | -2/+2 |
| | | |||||
| * | upd: add multer handler to update_credentials | Mar0xy | 2023-09-25 | 1 | -1/+1 |
| | | |||||