Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-29 | Remove call to Pleroma.Web.Endpoint.config_change/2 | Mark Felder | |
This is not necessary for the tests to pass and breaks other tests as this change doesn't get cleanly reverted causing the hostname to stay set this way and leak into other test causing failures with "sub.example.com" not matching "localhost" | |||
2023-12-29 | Fix test "transforms config to tuples" | Mark Felder | |
This should have never worked. The default empty values for the other MRF Simple options will always be there. | |||
2023-12-29 | Update Floki to get the :attributes_as_maps feature to allow us to compare ↵ | Mark Felder | |
equality of parsed documents without issues of key ordering | |||
2023-12-29 | Implement a custom uri_equal?/2 to fix comparisons of URLs with unordered ↵ | Mark Felder | |
query parameters | |||
2023-12-29 | Fix tests by leveraging Keyword.equal?/2 | Mark Felder | |
2023-12-29 | Merge branch 'publisher' into 'develop' | Haelwenn | |
Discard some failed publisher jobs See merge request pleroma/pleroma!4022 | |||
2023-12-29 | Change QTFastStart to recover gracefully if it encounters an error during ↵ | Mark Felder | |
bitstring matching This fixes issues with internal errors when trying to serve the video | |||
2023-12-29 | Fix tests | Mark Felder | |
Need to handle the edge case of no valid HTTP response which has no status code | |||
2023-12-29 | Merge branch 'finch-redirects' into 'develop' | feld | |
Fix following redirects with Finch See merge request pleroma/pleroma!4023 | |||
2023-12-29 | Merge branch 'bugfix/chat-attachment-empty-array' into 'develop' | lain | |
ChatMessage: Tolerate attachment field set to an empty array Closes #3224 See merge request pleroma/pleroma!4020 | |||
2023-12-29 | Return the full tuple from Tesla | Mark Felder | |
2023-12-29 | Fix following redirects with Finch | Mark Felder | |
2023-12-29 | Discard on a 404 as well | Mark Felder | |
2023-12-29 | Activity publishing failures will prevent the job from retrying if the ↵ | Mark Felder | |
publishing request returns a 403 or 410 | |||
2023-12-29 | Make the Publisher log error less noisy | Mark Felder | |
2023-12-28 | Oban jobs should be discarded on permanent errors | Mark Felder | |
2023-12-29 | Merge branch 'remove-multiple-federator-modules' into 'develop' | feld | |
Fix the Federator perform/2 Oban callback See merge request pleroma/pleroma!4021 | |||
2023-12-29 | ChatMessage: Tolerate attachment field set to an empty array | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/3224 | |||
2023-12-28 | Changelog | Mark Felder | |
2023-12-28 | Handle 401s as I have observed it in the wild | Mark Felder | |
2023-12-28 | Log errors when publishing activities | Mark Felder | |
2023-12-28 | Fix the Federator perform/2 Oban callback | Mark Felder | |
2023-12-29 | Merge branch 'remove-multiple-federator-modules' into 'develop' | Haelwenn | |
Remove support for multiple federation publisher modules See merge request pleroma/pleroma!4019 | |||
2023-12-28 | Changelog | Mark Felder | |
2023-12-28 | Remove reference to the :federation_publisher_modules setting in our config test | Mark Felder | |
2023-12-28 | Retire the Pleroma.Web.Federator.Publisher module | Mark Felder | |
2023-12-28 | Remove support for multiple federation publisher modules | Mark Felder | |
This also unravels some needless indirection. | |||
2023-12-28 | Merge branch 'tusooa/3205-group-actor' into 'develop' | Haelwenn | |
Implement group actors See merge request pleroma/pleroma!3969 | |||
2023-12-28 | Merge branch 'typo' into 'develop' | Haelwenn | |
Fix some typos See merge request pleroma/pleroma!4017 | |||
2023-12-27 | Improve test descriptions | Mark Felder | |
2023-12-27 | Prevent requeuing Remote Fetcher jobs that exceed thread depth | Mark Felder | |
2023-12-27 | Leverage existing atoms as return errors for the object fetcher | Mark Felder | |
2023-12-27 | Formatting | Mark Felder | |
2023-12-27 | Remove duplicate log messages from Transmogrifier | Mark Felder | |
Object fetch errors are logged in the fetcher module | |||
2023-12-27 | Conslidate log messages for object fetcher failures and leverage Logger.metadata | Mark Felder | |
2023-12-27 | Set Logger level to error | Mark Felder | |
2023-12-28 | Fix some more typos | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2023-12-27 | Fix operation name typo | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2023-12-27 | RemoteFetcherWorker Oban job tests | Mark Felder | |
2023-12-27 | Separate files for each distinct sentence in the changelog | Mark Felder | |
2023-12-27 | Fix detection of user follower collection being private | Mark Felder | |
We were overzealous with matching on a raw error from the object fetch that should have never been relied on like this. If we can't fetch successfully we should assume that the collection is private. Building a more expressive and universal error struct to match on may be something to consider. | |||
2023-12-27 | Merge branch 'instance-defdelegates' into 'develop' | feld | |
defdelegates for Pleroma.Instances See merge request pleroma/pleroma!4016 | |||
2023-12-27 | These functions in Pleroma.Instances should be defdelegates to ↵ | Mark Felder | |
Pleroma.Instances.Instance | |||
2023-12-27 | Add pleroma:group_actors to instance features | tusooa | |
2023-12-27 | Add changelog for group actors | tusooa | |
2023-12-27 | Do not boost if group is blocking poster | tusooa | |
2023-12-27 | Test group actor behaviour in SideEffects | tusooa | |
2023-12-27 | Allow group actors to boost posts | tusooa | |
2023-12-27 | Allow local user to have group actor type | tusooa | |
https://git.pleroma.social/pleroma/pleroma/-/issues/3205 | |||
2023-12-27 | Merge branch 'webfinger-fix' into 'develop' | tusooa | |
Use correct domain for fqn and InstanceView See merge request pleroma/pleroma!3958 |