-
Notifications
You must be signed in to change notification settings - Fork 91
Cap remote recipient fetches per incoming activity #3094
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
5e3aaa3
Cap remote recipient fetches per incoming activity
pfefferle e82bbad
Add changelog entry for remote recipient fetch cap
pfefferle f153294
Update comment wording for recipient fetch cap
pfefferle a804ac3
Merge branch 'trunk' into fix/cap-remote-recipient-fetches
pfefferle 87c10db
Detect actor's followers collection from cached metadata
pfefferle ffd63fb
Merge branch 'trunk' into fix/cap-remote-recipient-fetches
pfefferle 61d34e0
Merge branch 'trunk' into fix/cap-remote-recipient-fetches
pfefferle db8658f
Merge branch 'trunk' into fix/cap-remote-recipient-fetches
pfefferle 20b8980
Normalize actor and followers URIs in inbox recipient lookup
pfefferle eab7085
Skip remote fetch when recipient is already a cached actor
pfefferle 3666792
Bump default remote-recipient fetch cap from 5 to 10
pfefferle b2fb126
Merge branch 'trunk' into fix/cap-remote-recipient-fetches
pfefferle f08f264
Merge branch 'trunk' into fix/cap-remote-recipient-fetches
pfefferle 0535ad3
Merge branch 'trunk' into fix/cap-remote-recipient-fetches
pfefferle 27aaf53
Bound DB cost of per-recipient cache lookup with a batched query
pfefferle eab27e7
Merge branch 'trunk' into fix/cap-remote-recipient-fetches
pfefferle 6b0c6bf
Match get_actor()'s legacy postmeta fallback in cached followers lookup
pfefferle c7616cb
Merge branch 'trunk' into fix/cap-remote-recipient-fetches
pfefferle 9b89c46
Merge branch 'trunk' into fix/cap-remote-recipient-fetches
pfefferle 853e10f
Cover inline-object actor/followers and legacy postmeta fallback in t…
pfefferle 1940d3e
Add action hook when remote recipient fetch cap is reached
pfefferle File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| Significance: patch | ||
| Type: security | ||
|
|
||
| Hardened how the inbox processes large recipient lists in incoming activities. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.