summaryrefslogtreecommitdiff
path: root/packages/backend/src/core/activitypub/ApInboxService.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* split url into webUrl and localUrl (like mastodon)stableFreya Murphy22 hours1-1/+1
* normalize userFollowingsCache / userFollowersCache and add hibernatedUserCach...Hazelnoot2025-06-091-12/+4
* use more bulk hints in NoteEntityService / UserEntityService, and run the pac...Hazelnoot2025-06-091-1/+1
* fix merge errorHazelnoot2025-06-061-2/+3
* avoid "unhandled rejection" errors from updatePersonHazelnoot2025-06-061-3/+6
* reduce, clarify, and normalize more error messagesHazelnoot2025-06-061-7/+8
* remove duplicate error checking blocks from ApInboxService.tsHazelnoot2025-06-061-22/+4
* merge: Resolve AP collection items (prerequisite for future work) (!1067)Hazelnoot2025-06-011-13/+16
|\
| * fix type errorsHazelnoot2025-05-261-5/+14
| * resolve collection items in ApInboxServiceHazelnoot2025-05-261-11/+5
* | block remote interactions with local-only postsHazelnoot2025-05-301-0/+8
|/
* merge: when creating a note as a side-effect, make it silent - fixes #986 (!932)Hazelnoot2025-05-081-4/+4
|\
| * when creating a note as a side-effect, make it silent - fixes #986dakkar2025-03-281-4/+4
* | remerge: remove FetchAllowSoftFailMask in favor of our same-authority checksHazelnoot2025-03-251-1/+1
* | merge upstreamHazelnoot2025-03-251-9/+2
|\ \ | |/ |/|
| * デッドロック解消の試み (#15574)syuilo2025-03-011-9/+2
* | don't discard the target of announce activities, in case it's a private note ...Hazelnoot2025-03-211-12/+7
* | fix startup crash caused by circular reference (SWC is not compatible with fo...Hazelnoot2025-03-211-6/+4
* | support Announce(Activity) activitiesHazelnoot2025-03-211-5/+80
* | relax validation of Announce(Note) timestampsHazelnoot2025-02-161-3/+5
* | Merge branch 'develop' into feature/2024.10dakkar2024-12-051-3/+10
|\ \
| * | interpret Dislike activities as Undo(Like)Hazelnoot2024-11-291-3/+10
* | | Merge branch 'develop' into feature/2024.10dakkar2024-11-291-9/+9
|\| |
| * | improve AP error formttingHazelnoot2024-11-261-2/+2
| * | don't suppress errors when Update(Question) or Update(Note) failsHazelnoot2024-11-261-2/+2
| * | clarify "unknown activity type" logging in ApInboxService.undoHazelnoot2024-11-261-1/+1
| * | skip Delete(Note) activities when the note is already deletedHazelnoot2024-11-261-1/+1
| * | clarify logging for Create/Update type checksHazelnoot2024-11-261-3/+3
| * | don't retry jobs when processing returns a non-retryable errorHazelnoot2024-11-261-2/+2
* | | Merge branch 'develop' into feature/2024.10dakkar2024-11-231-10/+31
|\| |
| * | merge: Filter Add / Remove activities with non-Note payloads (resolves #750) ...dakkar2024-11-221-3/+11
| |\ \
| | * | remove unused import from ApInboxService.ts (introduced by merge error)Hazelnoot2024-11-221-1/+1
| | * | log type of unsupported featured objectHazelnoot2024-11-221-2/+2
| | * | allow any valid post to be featured, not just NoteHazelnoot2024-11-221-2/+2
| | * | filter Add / Remove activities with non-Note payloadsHazelnoot2024-11-221-3/+11
| * | | pass resolver when creating notes via side-effectHazelnoot2024-11-221-3/+3
| * | | allow Update(Note) and Update(Poll) to implicitly create missing notesHazelnoot2024-11-221-4/+14
| * | | fetch target note of Like(Note) activitiesHazelnoot2024-11-221-1/+4
| |/ /
* | | Merge tag '2024.11.0' into feature/2024.10dakkar2024-11-221-0/+1
|\ \ \ | | |/ | |/|
| * | fix(backend): Inboxのエラーをthrowせずreturnしている問題を修...かっこかり2024-11-221-5/+9
| * | fix(backend): fix apResolver (#15010)かっこかり2024-11-211-1/+2
| * | fix(backend): fix security patches (#15008)かっこかり2024-11-211-1/+1
| * | Merge commit from forkJulia2024-11-211-1/+1
| * | Merge commit from forkJulia2024-11-211-37/+56
* | | Merge branch 'develop' into feature/2024.10dakkar2024-11-221-46/+69
|\ \ \ | | |/ | |/|
| * | merge: Allow Update activities for non-note posts (resolves #794) (!728)Hazelnoot2024-11-221-1/+1
| |\ \
| | * | allow Update activities for non-note postsHazelnoot2024-11-201-1/+1
| * | | fix exception handling for Undo activitiesHazelnoot2024-11-201-1/+1
| * | | fix exception handling for Announce activitiesHazelnoot2024-11-201-1/+1
| * | | fix exception handling for Like activitiesHazelnoot2024-11-201-3/+7