| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix indents in megalodon files | Hazelnoot | 2025-06-12 | 1 | -9/+9 |
| | | |||||
| * | fix TS errors in megalodon | Hazelnoot | 2025-06-12 | 1 | -5/+5 |
| | | |||||
| * | implement '/v1/apps/verify_credentials' | Hazelnoot | 2025-05-08 | 4 | -7/+9 |
| | | |||||
| * | fix user-agent / authorization passing in megalodon | Hazelnoot | 2025-05-08 | 1 | -20/+22 |
| | | |||||
| * | store OAuth "website" in POST /api/v1/apps | Hazelnoot | 2025-05-08 | 1 | -3/+4 |
| | | |||||
| * | improve type checks in POST /api/v1/apps endpoint | Hazelnoot | 2025-05-08 | 1 | -6/+6 |
| | | |||||
| * | improve compatibility with multipart/form-data mastodon API requests | Hazelnoot | 2025-05-08 | 1 | -3/+3 |
| | | |||||
| * | fix megalodon user agent | Hazelnoot | 2025-04-29 | 1 | -1/+4 |
| | | |||||
| * | remove outdated packages from megalodon | Hazelnoot | 2025-04-29 | 7 | -567/+5 |
| | | |||||
| * | strip "@." from local reaction names | Hazelnoot | 2025-03-27 | 1 | -2/+15 |
| | | |||||
| * | convert notification types in mastodon API | Hazelnoot | 2025-03-27 | 4 | -20/+66 |
| | | |||||
| * | fix reaction emoji mapping in mastodon API | Hazelnoot | 2025-03-27 | 1 | -5/+9 |
| | | |||||
| * | support reactions in mastodon API | Hazelnoot | 2025-03-27 | 6 | -15/+36 |
| | | |||||
| * | implement /api/v1/favourites | Hazelnoot | 2025-03-27 | 3 | -25/+43 |
| | | |||||
| * | implement /api/v1/bookmarks | Hazelnoot | 2025-03-27 | 1 | -5/+27 |
| | | |||||
| * | fix megalodon getRelationship function | Hazelnoot | 2025-03-27 | 1 | -2/+2 |
| | | |||||
| * | improve performance of /v1/accounts/relationships | Hazelnoot | 2025-03-27 | 2 | -6/+11 |
| | | |||||
| * | remove unused megalodon components | Hazelnoot | 2025-03-27 | 92 | -13443/+26 |
| | | |||||
| * | don't use empty CW as placeholder in megalodon | Hazelnoot | 2025-03-03 | 1 | -2/+2 |
| | | |||||
| * | fix relationship data for Mastodon API (resolves #714) | Hazelnoot | 2025-02-08 | 5 | -7/+13 |
| | | |||||
| * | export megalodon generator in a way that doesn't break TypeScript | Hazelnoot | 2025-02-08 | 1 | -1/+4 |
| | | |||||
| * | fix conflicts | Marie | 2024-04-07 | 9 | -0/+9 |
| |\ | |||||
| | * | fix: send null for empty edited_at in mastodon api | Sugar🍬🍭🏳️⚧ | 2024-04-04 | 9 | -0/+9 |
| | | | |||||
| * | | chore: add new type | Marie | 2024-03-24 | 1 | -1/+1 |
| | | | |||||
| * | | fix: incorrect type for quote property | Marie | 2024-03-24 | 1 | -1/+1 |
| |/ | |||||
| * | add: Bubble timeline | Mar0xy | 2023-12-04 | 1 | -0/+1 |
| | | | | | Closes transfem-org/Sharkey#154 | ||||
| * | add: Importing of Posts | Mar0xy | 2023-11-12 | 1 | -0/+1 |
| | | | | | - Supports Instagram, Mastodon/Pleroma/Akkoma, Twitter and *key | ||||
| * | upd: change handling of suggestions and status trends | Mar0xy | 2023-10-31 | 1 | -1/+1 |
| | | |||||
| * | fix: lists not being received properly | Mar0xy | 2023-10-30 | 1 | -2/+8 |
| | | |||||
| * | upd: allow updating of fields | Mar0xy | 2023-10-30 | 1 | -0/+5 |
| | | |||||
| * | test: avatar and header uploading | Mar0xy | 2023-10-30 | 1 | -0/+10 |
| | | |||||
| * | fix: reply edits not staying attached | Mar0xy | 2023-10-29 | 1 | -0/+6 |
| | | |||||
| * | upd: add history endpoint, make sure all areas use new convertAccount | Mar0xy | 2023-10-29 | 2 | -2/+3 |
| | | |||||
| * | upd: convertAccount now fetches info from the DB | Mar0xy | 2023-10-29 | 2 | -1/+2 |
| | | |||||
| * | upd: change deps, fix a few bugs, update converter | Mar0xy | 2023-10-29 | 4 | -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 extension | Mar0xy | 2023-10-04 | 1 | -0/+1 |
| | | |||||
| * | upd: add MFM to HTML support and Mentions parsing to mastodon api (#33) | Marie | 2023-10-01 | 4 | -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 change | Mar0xy | 2023-09-27 | 1 | -1/+1 |
| | | |||||
| * | upd: make sure megalodon uses proper streaming url | Mar0xy | 2023-09-27 | 1 | -1/+1 |
| | | |||||
| * | add: source endpoint for editing through masto api | Mar0xy | 2023-09-27 | 2 | -4/+16 |
| | | |||||
| * | fix: mastodon app displayName is not a string | Mar0xy | 2023-09-26 | 1 | -2/+2 |
| | | | | | https://www.youtube.com/watch?v=XQu_IOBiLfk | ||||
| * | fix: expiredafter time on poll | Mar0xy | 2023-09-26 | 1 | -1/+1 |
| | | |||||
| * | test: fix poll posting | Mar0xy | 2023-09-26 | 1 | -2/+2 |
| | | |||||
| * | test: mention fix | Mar0xy | 2023-09-26 | 1 | -31/+44 |
| | | |||||
| * | test: try using if statement | Mar0xy | 2023-09-26 | 1 | -7/+10 |
| | | |||||
| * | test: attempt catching error | Mar0xy | 2023-09-26 | 1 | -2/+8 |
| | | |||||
| * | upd: allow dismiss of instance announcements | Mar0xy | 2023-09-26 | 1 | -4/+3 |
| | | |||||
| * | chore: format | Mar0xy | 2023-09-26 | 1 | -6/+6 |
| | | |||||
| * | upd: fix poll handling | Mar0xy | 2023-09-25 | 3 | -30/+40 |
| | | |||||
| * | fix: replace boolean function with ? : expressions | Mar0xy | 2023-09-25 | 1 | -2/+2 |
| | | |||||