summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | remove duplicate error checking blocks from ApInboxService.tsHazelnoot2025-06-061-22/+4
| | * | recognize FetchError as retryableHazelnoot2025-06-061-1/+2
| | * | recognize more retryable errors when resolving actor for signature verificationHazelnoot2025-06-061-5/+4
| | * | ensure that permanent errors always terminate the inbox jobHazelnoot2025-06-061-0/+9
| | * | improve "condensed line" error logging in QueueProcessorService.tsHazelnoot2025-06-061-1/+15
| | * | fix error logs and response in drive/files/create.tsHazelnoot2025-06-061-2/+2
| | * | emit IdentifiableErrors from validator.tsHazelnoot2025-06-062-4/+9
| * | | merge: Fix inverted condition in resolveLocal (!1103)Hazelnoot2025-06-091-1/+2
| |\ \ \
| | * | | fix inverted condition in resolveLocalHazelnoot2025-06-081-1/+2
| |/ / /
| * | | merge: Fix regressions and missing parts of recent work (!1102)Hazelnoot2025-06-0824-203/+349
| |\ \ \
| | * | | use SKUrlPreviewGroup in more placesHazelnoot2025-06-077-36/+25
| | * | | fix race conditions and bugs in pref-migrate.tsHazelnoot2025-06-071-15/+18
| | * | | integrate localStorage options into preference systemHazelnoot2025-06-075-100/+118
| | * | | fix response type of i/registry/get endpointHazelnoot2025-06-072-4/+2
| | * | | fix array length check in i/update attributionDomains parameterHazelnoot2025-06-071-1/+1
| | * | | check that detected AP object is actually a note before recording it in UrlPr...Hazelnoot2025-06-071-2/+3
| | * | | add ActivityPub representation to admin-user.vueHazelnoot2025-06-076-13/+111
| | * | | fix TS errors about user, info, and initHazelnoot2025-06-071-38/+55
| | * | | add missing awaits in admin-user.vueHazelnoot2025-06-071-2/+2
| | * | | harden Resolver.parseLocal against local URls to remote contentHazelnoot2025-06-061-6/+10
| | * | | fix admin-user AP fetchHazelnoot2025-06-061-6/+8
| | * | | remove IDX_instance_host_filters as it slowed down queries more than it helpedHazelnoot2025-06-062-1/+17
| | |/ /
| * | | merge: Update file th-TH.yml (!1101)Marie2025-06-071-0/+8
| |\ \ \ | | |/ / | |/| |
| | * | Update file th-TH.ymlAhri Enby2025-06-071-0/+8
| |/ /
| * | merge: Fix performance regression in URL previews (resoles #1091) (!1096)Marie2025-06-065-7/+38
| |\ \
| | * | match attributionDomains entity to database schemaHazelnoot2025-06-063-7/+21
| | * | create IDX_note_url over note.urlHazelnoot2025-06-062-0/+17
| |/ /
| * | merge: Additional performance fixes (!1095)Hazelnoot2025-06-0621-282/+396
| |\ \
| | * | additional fixes and cleanup to all note endpointsHazelnoot2025-06-0519-202/+282
| | * | fix performance regression in mentions endpointHazelnoot2025-06-051-27/+43
| | * | fix performance regression in home timelineHazelnoot2025-06-051-55/+18
| | * | use index when checking visibleUserIds and mentions in generateVisibilityQueryHazelnoot2025-06-051-3/+30
| | * | add threadId to IDX_note_for_timelinesHazelnoot2025-06-051-0/+28
| | |/
| * | merge: Allow note footer bar to shrink responsively and scroll on overflow (r...Hazelnoot2025-06-0510-169/+48
| |\ \
| | * | allow note toolbar to scrollHazelnoot2025-06-049-31/+34
| | * | use responsive gaps between note toolbar itemsHazelnoot2025-06-048-151/+27
| | |/
| * | merge: Report admin UX improvements (!1060)Hazelnoot2025-06-0527-131/+842
| |\ \ | | |/ | |/|
| | * support link attributions in SkUrlPreviewGroupHazelnoot2025-06-042-30/+92
| | * use correct code style for dynamic classes in PageWithHeader.vueHazelnoot2025-06-041-1/+1
| | * remove unused fields from WebhookTestService.tsHazelnoot2025-06-042-6/+0
| | * consider duplicate previews where one URL can't be resolved, but another URL ...Hazelnoot2025-06-041-0/+26
| | * check for note in initial de-duplication passHazelnoot2025-06-041-2/+6
| | * factor out getNoteUrls functionHazelnoot2025-06-042-22/+49
| | * add withHint to instance-info.vueHazelnoot2025-06-041-6/+10
| | * reduce empty space around report user / instanceHazelnoot2025-06-043-7/+7
| | * add "spacer" option to PageWithHeaderHazelnoot2025-06-041-3/+6
| | * remove vertical size limit on report sectionsHazelnoot2025-06-041-3/+3
| | * re-implement preview groups as SkUrlPreviewGroupHazelnoot2025-06-045-120/+337
| | * cache alternate URLs in UrlPreviewServiceHazelnoot2025-06-041-1/+17
| | * redirect to exclude hash from preview URLHazelnoot2025-06-041-1/+13