-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge develop 2024-09-04 #262
Merged
Merged
Conversation
This file contains 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
Signed-off-by: marcin mikołajczak <[email protected]>
Signed-off-by: marcin mikołajczak <[email protected]>
Support `id` param in `GET /api/v1/statuses` See merge request pleroma/pleroma!4204
Before splitting the publish_one/1 function into two parts for testing purposes we had logic that checked the keys of params for :unreachable_since and if it was absent it did not set the instance as reachable. There is also a test to validate that when unreachable_since is nil, we set it as reachable. However the default value of :unreachable_since when an instance is reachable is nil. The test appears to be testing a scenario that does not exist in the real world, and with this refactor we will always have an :unreachable_since key. We were attempting to update the reachability upon every successful federation because we always include it when we generate the publish_one jobs.
Without a valid inbox we can't generate the publish_one Oban jobs
Fix follow requests which get stuck pending See merge request pleroma/pleroma!4208
Remove WorkerHelper See merge request pleroma/pleroma!4166
StreamerView: Do not leak follows count if hidden See merge request pleroma/pleroma!4205
… were provided to the function
Fix CommonAPI.follow/2 return values order See merge request pleroma/pleroma!4209
Dialyzer pointed this one out. The WorkerHelper removal in !4166 was missing this Oban.insert() and tests were not noticing any problems because we mocked the Push.send function instead of executing it and checking for the Oban job.
Fix WebPush notifications not generating jobs See merge request pleroma/pleroma!4210
Pleroma.HTTP: support streaming response bodies See merge request pleroma/pleroma!4239
Clean up Elixir 1.13 TODOs See merge request pleroma/pleroma!4233
… of an incoming activity or object
Move is emitted from the old account EmojiReact is ~ Like Announced TBD
Drop unwanted activities from unknown actors See merge request pleroma/pleroma!4236
Fix OAuth app spam See merge request pleroma/pleroma!4244
Signed-off-by: marcin mikołajczak <[email protected]>
scrubbers/default: Allow "mention hashtag" classes used by Mastodon See merge request pleroma/pleroma!4245
This reverts merge request !4244
Revert "Merge branch 'oauth-app-spam' into 'develop'" See merge request pleroma/pleroma!4249
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.