summaryrefslogtreecommitdiff
path: root/packages/megalodon/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix indents in megalodon filesHazelnoot2025-06-121-9/+9
* fix TS errors in megalodonHazelnoot2025-06-121-5/+5
* implement '/v1/apps/verify_credentials'Hazelnoot2025-05-084-7/+9
* fix user-agent / authorization passing in megalodonHazelnoot2025-05-081-20/+22
* store OAuth "website" in POST /api/v1/appsHazelnoot2025-05-081-3/+4
* improve type checks in POST /api/v1/apps endpointHazelnoot2025-05-081-6/+6
* improve compatibility with multipart/form-data mastodon API requestsHazelnoot2025-05-081-3/+3
* fix megalodon user agentHazelnoot2025-04-291-1/+4
* remove outdated packages from megalodonHazelnoot2025-04-297-567/+5
* strip "@." from local reaction namesHazelnoot2025-03-271-2/+15
* convert notification types in mastodon APIHazelnoot2025-03-274-20/+66
* fix reaction emoji mapping in mastodon APIHazelnoot2025-03-271-5/+9
* support reactions in mastodon APIHazelnoot2025-03-276-15/+36
* implement /api/v1/favouritesHazelnoot2025-03-273-25/+43
* implement /api/v1/bookmarksHazelnoot2025-03-271-5/+27
* fix megalodon getRelationship functionHazelnoot2025-03-271-2/+2
* improve performance of /v1/accounts/relationshipsHazelnoot2025-03-272-6/+11
* remove unused megalodon componentsHazelnoot2025-03-2792-13443/+26
* don't use empty CW as placeholder in megalodonHazelnoot2025-03-031-2/+2
* fix relationship data for Mastodon API (resolves #714)Hazelnoot2025-02-085-7/+13
* export megalodon generator in a way that doesn't break TypeScriptHazelnoot2025-02-081-1/+4
* fix conflictsMarie2024-04-079-0/+9
|\
| * fix: send null for empty edited_at in mastodon apiSugar🍬🍭🏳️‍⚧2024-04-049-0/+9
* | chore: add new typeMarie2024-03-241-1/+1
* | fix: incorrect type for quote propertyMarie2024-03-241-1/+1
|/
* add: Bubble timelineMar0xy2023-12-041-0/+1
* add: Importing of PostsMar0xy2023-11-121-0/+1
* upd: change handling of suggestions and status trendsMar0xy2023-10-311-1/+1
* fix: lists not being received properlyMar0xy2023-10-301-2/+8
* upd: allow updating of fieldsMar0xy2023-10-301-0/+5
* test: avatar and header uploadingMar0xy2023-10-301-0/+10
* fix: reply edits not staying attachedMar0xy2023-10-291-0/+6
* upd: add history endpoint, make sure all areas use new convertAccountMar0xy2023-10-292-2/+3
* upd: convertAccount now fetches info from the DBMar0xy2023-10-292-1/+2
* upd: change deps, fix a few bugs, update converterMar0xy2023-10-294-8/+11
* add: speakAsCat extensionMar0xy2023-10-041-0/+1
* upd: add MFM to HTML support and Mentions parsing to mastodon api (#33)Marie2023-10-014-11/+79
* revert: socket changeMar0xy2023-09-271-1/+1
* upd: make sure megalodon uses proper streaming urlMar0xy2023-09-271-1/+1
* add: source endpoint for editing through masto apiMar0xy2023-09-272-4/+16
* fix: mastodon app displayName is not a stringMar0xy2023-09-261-2/+2
* fix: expiredafter time on pollMar0xy2023-09-261-1/+1
* test: fix poll postingMar0xy2023-09-261-2/+2
* test: mention fixMar0xy2023-09-261-31/+44
* test: try using if statementMar0xy2023-09-261-7/+10
* test: attempt catching errorMar0xy2023-09-261-2/+8
* upd: allow dismiss of instance announcementsMar0xy2023-09-261-4/+3
* chore: formatMar0xy2023-09-261-6/+6
* upd: fix poll handlingMar0xy2023-09-253-30/+40
* fix: replace boolean function with ? : expressionsMar0xy2023-09-251-2/+2