summaryrefslogtreecommitdiff
path: root/packages/megalodon/src (follow)
Commit message (Collapse)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
| | | | Closes transfem-org/Sharkey#154
* add: Importing of PostsMar0xy2023-11-121-0/+1
| | | | - Supports Instagram, Mastodon/Pleroma/Akkoma, Twitter and *key
* 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
| | | | | | | 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: speakAsCat extensionMar0xy2023-10-041-0/+1
|
* upd: add MFM to HTML support and Mentions parsing to mastodon api (#33)Marie2023-10-014-11/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* 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
| | | | https://www.youtube.com/watch?v=XQu_IOBiLfk
* 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
|