summaryrefslogtreecommitdiff
path: root/packages/backend/src/core/activitypub/models/ApPersonService.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* split url into webUrl and localUrl (like mastodon)stableFreya Murphy36 hours1-2/+3
* merge: Improve URL validation *FOR STABLE* (!1191)dakkar2025-07-281-56/+55
|\
| * resolve domain names when checking for private URLsHazelnoot2025-07-271-1/+0
| * refactor actor validation to reduce code duplicationHazelnoot2025-07-271-101/+40
| * fix URL errors from incorrect validation in validateActorHazelnoot2025-07-271-19/+80
| * re-use parsed URI in validateActorHazelnoot2025-07-271-2/+2
| * validate all URLs before fetchHazelnoot2025-07-271-4/+4
* | include profile URI for link verificationHazelnoot2025-07-271-2/+4
|/
* normalize userFollowingsCache / userFollowersCache and add hibernatedUserCach...Hazelnoot2025-06-091-4/+11
* more use of identifiable errors, improvements to inner error rendering, and m...Hazelnoot2025-06-061-27/+22
* render condensed errors when fetching following/followers/featured/outbox/emo...Hazelnoot2025-06-061-11/+43
* fix lint errors in ApPersonService.tsHazelnoot2025-06-061-2/+1
* add renderInlineError to serialize errors in a consistent wayHazelnoot2025-06-061-5/+2
* improve retryable error detection in ApPersonService.tsHazelnoot2025-06-061-6/+11
* match attributionDomains entity to database schemaHazelnoot2025-06-061-2/+10
* remove unused import.piuvas2025-06-031-1/+0
* improve type validation of attributionDomains.piuvas2025-06-031-2/+3
* validate type of attributionDomains.piuvas2025-06-031-2/+2
* merge develop and fix conflicts.piuvas2025-06-031-17/+31
|\
| * use secureResolve for Actor collectionsHazelnoot2025-06-011-17/+24
| * register instances before creating a userHazelnoot2025-05-281-0/+3
| * enforce HTTPS for all federationHazelnoot2025-05-251-0/+4
* | requested changes.piuvas2025-05-281-2/+2
* | initial link attributions work.piuvas2025-05-261-0/+2
|/
* Merge branch 'develop' into merge/2025-03-24Hazelnoot2025-04-241-0/+9
|\
| * requested changes to verifyFieldLinkspiuvas2025-04-201-21/+3
| * make link detection slightly more performant.piuvas2025-04-191-2/+2
| * verify links in remote profiles.piuvas2025-04-191-0/+27
* | lint and type fixesHazelnoot2025-04-011-1/+2
* | improve result message in ApPersonService.updatePersonHazelnoot2025-04-011-1/+1
* | Merge branch 'develop' into merge/2025-03-24Hazelnoot2025-03-301-4/+71
|\|
| * don't cache stale actor keysHazelnoot2025-03-271-4/+71
* | remerge: remove FetchAllowSoftFailMask in favor of our same-authority checksHazelnoot2025-03-251-9/+36
* | merge upstreamHazelnoot2025-03-251-3/+5
|\ \ | |/ |/|
| * fix(backend): fix ApPersonService unsound type cast (#15629)饺子w (Yumechi)2025-03-091-1/+1
| * デッドロック解消の試み (#15574)syuilo2025-03-011-2/+4
| * ApPersonServiceとApNoteServiceのuri <-> url比較を緩和 (#15233)おさむのひと2025-01-141-11/+9
* | filter `url` properties by `mediaType`Hazelnoot2025-03-021-4/+3
* | remove assertActivityMatchesUrls in favor of three-way same-authority checksHazelnoot2025-03-021-25/+7
* | trim padded Actor keys to avoid `value too long` errorHazelnoot2025-02-251-1/+1
* | handle null values for `discoverable` propertyHazelnoot2025-01-271-2/+2
* | Merge branch 'develop' into feature/2024.10dakkar2024-12-121-0/+6
|\ \
| * | Add "enable RSS" user privacy toggleHazelnoot2024-12-121-0/+2
| * | federate hideOnlineStatusHazelnoot2024-12-091-0/+4
* | | Merge branch 'develop' into feature/2024.10dakkar2024-12-051-8/+8
|\| |
| * | UNTESTED maybe laxer match on authority - fixes #815dakkar2024-11-291-8/+8
* | | Merge branch 'develop' into feature/2024.10dakkar2024-11-291-28/+30
|\| |
| * | improve AP error formttingHazelnoot2024-11-261-20/+21
| * | clarify logging when a Move (migration) is rejectedHazelnoot2024-11-261-1/+1
| * | improve AP job clearing and failure loggingHazelnoot2024-11-261-25/+26