Hazelnoot
|
89586bf790
|
correctly render reblogs and quotes-with-CW for discord previews
|
2025-06-01 00:26:21 -04:00 |
|
Hazelnoot
|
a5857d2724
|
allow passing user/note into convertStatus for performance
|
2025-06-01 00:25:53 -04:00 |
|
Hazelnoot
|
efd378f963
|
return typed relations from MastodonDataService note fetchers
|
2025-06-01 00:25:39 -04:00 |
|
Marie
|
c5f5c6fef0
|
merge: Replace JSDOM with cheerio (!973)
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>
|
2025-05-08 16:09:36 +00:00 |
|
Hazelnoot
|
261a7e3ab3
|
fix type errors
|
2025-05-08 11:29:57 -04:00 |
|
Hazelnoot
|
b2ea03383c
|
implement '/v1/apps/verify_credentials'
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
5ec9be0b8c
|
fix "cannot use 'in' operator" error
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
347edb107b
|
copy stack to AxiosError causes
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
38b1e1225c
|
use isAxiosError to improve type detection
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
fefe2f6db8
|
more improvements to Mastodon error logging
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
34e0d73a60
|
differentiate between "error" and "exception" in mastodon API
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
2c5fb36e7f
|
add missing "return reply" calls to async fastify routes
Required, according to docs: https://fastify.dev/docs/latest/Reference/Routes/#async-await
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
9db39d449f
|
more fixes to Mastodon logging
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
b6f4fda80d
|
handle AxiosErrors without a response
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
282ef9e673
|
split exception logging from error logging to simplify and improve mastodon errors
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
3b44e11799
|
improvements to Mastodon error conversion
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
c0f24eaf5d
|
correctly parse response errors for logging
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
2aa3cf2731
|
debug-log mastodon error responses
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
e9ae78c0b7
|
enable debug logging for Mastodon API
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
7cd181df71
|
improve type checks in POST /api/v1/apps endpoint
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
317f5602fe
|
temporary: add recursive error handler to MastodonApiServerService.ts
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
cd4fbc851b
|
improve compatibility with multipart/form-data mastodon API requests
|
2025-05-08 11:23:20 -04:00 |
|
Hazelnoot
|
95cd19b049
|
Merge branch 'develop' into merge/2025-03-24
|
2025-05-06 11:20:46 -04:00 |
|
Marie
|
cb3f5f598d
|
Update instance.ts
|
2025-05-05 17:33:27 +00:00 |
|
Marie
|
e2be44fb99
|
change regex to include a zero-length match
|
2025-05-05 13:03:39 +00:00 |
|
Marie
|
581cc2b513
|
remove http/https protocol
|
2025-05-05 13:00:31 +00:00 |
|
Hazelnoot
|
e87afe5804
|
fix more type errors because TS can't make up its mind
|
2025-05-03 22:21:38 -04:00 |
|
Hazelnoot
|
6e4e4fdc33
|
fix type errors in mastodon API
|
2025-04-30 11:13:46 -04:00 |
|
Hazelnoot
|
f9c1535147
|
fix backend lint errors
|
2025-04-02 10:35:11 -04:00 |
|
Hazelnoot
|
383633873d
|
fix backend type errors
|
2025-04-01 10:12:59 -04:00 |
|
Hazelnoot
|
848a07a170
|
Ignore notifications that reference missing notes
|
2025-03-27 20:30:04 -04:00 |
|
Hazelnoot
|
58cdee77d5
|
convert notification types in mastodon API
|
2025-03-27 19:51:43 -04:00 |
|
Hazelnoot
|
8a9979b3d3
|
don't render CW as HTML for mastodon
|
2025-03-27 19:51:43 -04:00 |
|
Hazelnoot
|
ebc3abea54
|
hide sensitive content from Discord previews
|
2025-03-27 19:51:43 -04:00 |
|
Hazelnoot
|
36dee5ff20
|
render profile bios in masto API
|
2025-03-27 19:51:43 -04:00 |
|
Hazelnoot
|
81f7346f80
|
fixes to CW and quote conversion for mastodon
|
2025-03-27 19:51:43 -04:00 |
|
Hazelnoot
|
1fa290c3eb
|
handle errors in mastodon search endpoints
|
2025-03-27 19:51:43 -04:00 |
|
Hazelnoot
|
971bc6fd3e
|
improve mastodon API error handling
|
2025-03-27 19:51:43 -04:00 |
|
Hazelnoot
|
a81a00e94d
|
rename MastodonConverters.ts to matching naming scheme
|
2025-03-27 19:51:43 -04:00 |
|
Hazelnoot
|
4754942301
|
add additional required CORS headers for masto-api requests
|
2025-03-27 19:51:43 -04:00 |
|
Hazelnoot
|
984be9e7aa
|
enable local timeline in Phanpy clients
|
2025-03-27 19:51:43 -04:00 |
|
Hazelnoot
|
3c54680860
|
support reactions in mastodon API
|
2025-03-27 19:51:43 -04:00 |
|
Hazelnoot
|
fbdee815da
|
remove unused async from toMastoApiHtml / fromMastoApiHtml
|
2025-03-27 19:51:43 -04:00 |
|
Hazelnoot
|
8d67a8c9ae
|
don't log query parameters from mastodon API
|
2025-03-27 19:51:43 -04:00 |
|
Hazelnoot
|
fc1d0c958c
|
support Mastodon v4 "link header" pagination
|
2025-03-27 19:51:43 -04:00 |
|
Hazelnoot
|
3d8930f070
|
implement /api/v1/favourites
|
2025-03-27 19:51:43 -04:00 |
|
Hazelnoot
|
cac8377e4e
|
fix empty response from /api/v1/notifications
|
2025-03-27 19:51:43 -04:00 |
|
Hazelnoot
|
178fe16f68
|
fix empty response from /api/v1/blocks
|
2025-03-27 19:51:43 -04:00 |
|
Hazelnoot
|
c69f7b87f0
|
fix empty response from /api/v1/mutes
|
2025-03-27 19:51:43 -04:00 |
|
Hazelnoot
|
2b03f51315
|
don't return httpStatusCode in mastodon errors
|
2025-03-27 19:51:43 -04:00 |
|