dakkar
f6f3852b38
pick lints
2025-06-10 16:33:44 +01:00
dakkar
b4608aeb53
fix fetch-validate-ap-deny e2e test
...
our error messages are slightly different from upstream's
2025-06-10 16:22:09 +01:00
dakkar
ae9daca4f2
only run 1 e2e test at a time
...
I think each test wipes the database at startup? but they share the
database, so running them in parallel feels like a bad idea in general
2025-06-10 16:17:17 +01:00
dakkar
363fb4db3a
fix streaming e2e test
...
the test I toggled said:
* ayako follows kyoko, withReplies:false
* kyoko posts a reply to kanako
* ayako is looking at the global timeline
* ayako will see kyoko's reply
but I'm pretty sure we don't want that, so the test was wrong for
Sharkey and the backend behaviour is correct
2025-06-10 16:09:22 +01:00
dakkar
31e21d4d7d
fix timeline e2e test
2025-06-10 16:04:02 +01:00
dakkar
88dac56efc
fix notes e2e test
2025-06-10 15:37:20 +01:00
dakkar
d222fafc1b
fix visibility regressions and merge typos
2025-06-10 15:13:53 +01:00
dakkar
aba4b537ad
fix typo in QueryService
2025-06-10 14:49:14 +01:00
dakkar
26aef4d043
fix tests for new user shape
2025-06-10 14:49:04 +01:00
dakkar
25eafee4e2
let tests create users
2025-06-10 14:38:58 +01:00
dakkar
65e8bbd046
fix merge mistake
2025-06-10 14:12:31 +01:00
dakkar
3ebf9c4a71
Merge branch 'develop' into upstream/2025.5.0
2025-06-10 14:02:32 +01:00
Hazelnoot
caa6dee656
add missing comma to NoteEntityService.ts
2025-06-09 11:11:11 -04:00
Hazelnoot
00c0bdbc94
merge: Reduce log spam ( !1004 )
...
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1004
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
2025-06-09 10:53:59 +00:00
Hazelnoot
141a92cf0c
fix inverted condition in resolveLocal
2025-06-08 19:57:01 -04:00
Hazelnoot
16858cf2f7
fix response type of i/registry/get endpoint
2025-06-07 20:22:40 -04:00
Hazelnoot
735cd12654
fix array length check in i/update attributionDomains parameter
2025-06-07 18:59:02 -04:00
Hazelnoot
36b85d62c2
check that detected AP object is actually a note before recording it in UrlPreviewService
2025-06-07 18:50:28 -04:00
Hazelnoot
73eeabc118
add ActivityPub representation to admin-user.vue
2025-06-07 18:49:37 -04:00
Hazelnoot
f3b3609950
harden Resolver.parseLocal against local URls to remote content
2025-06-06 23:36:16 -04:00
Hazelnoot
d0cf1cc15f
remove IDX_instance_host_filters as it slowed down queries more than it helped
2025-06-06 23:35:25 -04:00
Hazelnoot
b1307a050c
fix merge error
2025-06-06 22:20:17 -04:00
Hazelnoot
d3d201d0cf
reduce log spam from ApiCallService
2025-06-06 22:20:17 -04:00
Hazelnoot
22653efdc4
reduce log spam from QueueProcessorService
2025-06-06 22:20:17 -04:00
Hazelnoot
3e9ca84347
record user ID in API error logger, matching sentry
2025-06-06 22:20:17 -04:00
Hazelnoot
d23d7f1e0b
don't record potentially sensitive data in API logs
2025-06-06 22:20:17 -04:00
Hazelnoot
2cba0ada3c
more use of identifiable errors, improvements to inner error rendering, and more heuristics for is-retryable-error
2025-06-06 22:20:17 -04:00
Hazelnoot
c8797451e3
render error cause in render-inline-error.ts
2025-06-06 22:20:17 -04:00
Hazelnoot
4540614f7b
add more details to IdentifiableErrors
2025-06-06 22:20:17 -04:00
Hazelnoot
687de6f2f0
don't print massive HTTP errors in drive service
2025-06-06 22:20:17 -04:00
Hazelnoot
6627e8a9b8
add more details to StatusErrors
2025-06-06 22:20:17 -04:00
Hazelnoot
e9eaafae41
normalize use of .info (INFO) instead of .succ (DONE) logging
2025-06-06 22:20:17 -04:00
Hazelnoot
8e30744bb9
reduce log spam from import/export processes
2025-06-06 22:20:17 -04:00
Hazelnoot
12acad0654
reduce log spam from AggregateRetentionProcessorService
2025-06-06 22:20:17 -04:00
Hazelnoot
7acd37fda0
reduce log spam from CheckModeratorsActivityProcessorService
2025-06-06 22:20:16 -04:00
Hazelnoot
6d6e1dc0c0
reduce log spam from DownloadService
2025-06-06 22:20:16 -04:00
Hazelnoot
2854e15301
reduce log spam from DriveService
2025-06-06 22:20:16 -04:00
Hazelnoot
53fbe87ff2
reduce log spam from ApDbResolverService.refetchPublicKeyForApId
2025-06-06 22:20:16 -04:00
Hazelnoot
2863f343f8
reduce log spam from FileInfoService
2025-06-06 22:20:16 -04:00
Hazelnoot
a3c56529fa
remove debug logger printing entire AP object to console
2025-06-06 22:20:16 -04:00
Hazelnoot
f42f9ee0b5
reduce log spam from FetchInstanceMetadataService.ts
2025-06-06 22:20:16 -04:00
Hazelnoot
bcd9f1247e
minimize logs from node-fetch FetchErrors
2025-06-06 22:20:16 -04:00
Hazelnoot
75b85eb165
record details of recursive proxy rejections
2025-06-06 22:20:16 -04:00
Hazelnoot
a78ca52bf6
log source URL when failing resolution for a response with missing AP ID
2025-06-06 22:20:16 -04:00
Hazelnoot
291faeb00f
clarify logs and reduce spam from RemoteUserResolveService.ts
2025-06-06 22:20:16 -04:00
Hazelnoot
fac3e8df5b
avoid "unhandled rejection" errors from updatePerson
2025-06-06 22:20:16 -04:00
Hazelnoot
72e95b66a2
suppress large error messages from Got
2025-06-06 22:20:16 -04:00
Hazelnoot
ce08bd1b42
reduce, clarify, and normalize more error messages
2025-06-06 22:20:16 -04:00
Hazelnoot
b2c5029c3e
render condensed errors when fetching following/followers/featured/outbox/emojis/banner/header/avatar
2025-06-06 22:20:12 -04:00
Hazelnoot
fd41332a85
do not retry SyntaxErrors
2025-06-06 22:19:50 -04:00