Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-29 | Fix regex string match due to OTP26 key order change | Mark Felder | |
OTP25: "<http://localhost:4001/api/v1/favourites?limit=1&max_id=Ad1FhzPIS7gcHjUcoC&offset=0>; rel=\"next\"" OTP26: "<http://localhost:4001/api/v1/favourites?offset=0&limit=1&max_id=Ad1FmOIAXiSNgygflA>; rel=\"next\"" | |||
2023-12-29 | Fix Chat controller tests failing due to OTP26 key order change | Mark Felder | |
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 '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 | Fix following redirects with Finch | 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 | 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-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 | 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 | |||
2023-12-22 | Merge remote-tracking branch 'origin/develop' into webfinger-fix | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2023-12-22 | Merge branch 'bad_inbox_request' into 'develop' | lain | |
Return a 400 from a bad delivery attempt to the inbox Closes #2884 See merge request pleroma/pleroma!4009 | |||
2023-12-21 | Merge branch 'instance-v2' into 'develop' | Haelwenn | |
Implement api/v2/instance route See merge request pleroma/pleroma!3939 | |||
2023-12-20 | Merge branch 'fix-otp-comparison' into 'develop' | feld | |
Fix invalid string comparison for OTP versions and replace with config See merge request pleroma/pleroma!4013 | |||
2023-12-20 | Fix invalid string comparison for OTP versions and replace with config | Mark Felder | |
Old way was wrong for multiple reasons. If we do this as a config value it fixes :slave.start/3 being picked up as a compile warning on OTP26. Also if we want to do any real clustering we'll need something like this to support OTP25 and older. | |||
2023-12-21 | Use consistent terminology | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2023-12-21 | Use consistent terminology | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2023-12-20 | Merge branch 'deprecations' into 'develop' | feld | |
More deprecation fixes/cleanup See merge request pleroma/pleroma!4012 | |||
2023-12-20 | More deprecation fixes | Mark Felder | |
2023-12-20 | config/description.exs: Remove quack | Haelwenn (lanodan) Monnier | |
Was already removed in f40ccce7e9ad2e9f917fddd798138866c83e514a | |||
2023-12-20 | Fix more Logger warn -> warning | Mark Felder | |
2023-12-20 | Fix more Logger warn -> warning | Mark Felder | |
2023-12-20 | Fix more Logger warn -> warning | Mark Felder | |
2023-12-20 | Merge branch 'deprecations' into 'develop' | feld | |
Deprecations See merge request pleroma/pleroma!4011 | |||
2023-12-20 | Backwards compatibility for OTP | Mark Felder | |
2023-12-20 | Chase deprecations/warnings for Elixir 1.15 | Mark Felder | |
2023-12-20 | OTP26: Chase the :slave.start/3 deprecation | Mark Felder | |