Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-28 | Merge branch 'tusooa/3205-group-actor' into 'develop' | Haelwenn | |
Implement group actors See merge request pleroma/pleroma!3969 | |||
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 | Conslidate log messages for object fetcher failures and leverage Logger.metadata | Mark Felder | |
2023-12-28 | Fix some more typos | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2023-12-27 | RemoteFetcherWorker Oban job tests | Mark Felder | |
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-26 | Revert "Mark instances as unreachable when returning a 403 from an object fetch" | Mark Felder | |
This reverts commit d472bafec19cee269e7c943bafae7c805785acd7. | |||
2023-12-26 | Mark instances as unreachable when returning a 403 from an object fetch | Mark Felder | |
This is a definite sign the instance is blocked and they are enforcing authorized_fetch | |||
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 | 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-20 | Fix more Logger warn -> warning | Mark Felder | |
2023-12-20 | Backwards compatibility for OTP | Mark Felder | |
2023-12-20 | OTP26: Chase the :slave.start/3 deprecation | Mark Felder | |
2023-12-20 | Elixir 1.15: Chase the Logger.warn deprecation | Mark Felder | |
2023-12-19 | Return a 400 from a bad delivery attempt to the inbox | Mark Felder | |
This stops the backend from generating 500 errors from these events. | |||
2023-12-19 | Fix Web Push notification delivery | Mark Felder | |
Finch does not automatically append header content-type: octet-stream for binary payloads. | |||
2023-12-16 | B ActivityPub.Publisher: Prioritize direct mentions | Lain Soykaf | |
2023-12-15 | UserViewTest: Add basice service actor test. | Lain Soykaf | |
2023-12-13 | StatusViewTest: Fix tests. | Lain Soykaf | |
2023-12-13 | Merge branch 'add-opengraph-rich-media-proxy' into 'develop' | lain | |
Add media proxy to opengraph rich media cards See merge request pleroma/pleroma!3997 | |||
2023-12-12 | Revert "EmailTest: use config mock" | Lain Soykaf | |
This reverts commit dca41cc4a37999a6971b70ef5e0996e528b79bf5. | |||
2023-12-12 | Revert "Tests: fix more tests" | Lain Soykaf | |
This reverts commit 05352330bb536a13dee6df20c2d0b3fa75dbd50e. | |||
2023-12-12 | Add media proxy to opengraph rich media cards | Alexander Tumin | |
2023-12-12 | Linting | Lain Soykaf | |
2023-12-12 | Tests: fix more tests | Lain Soykaf | |
2023-12-12 | EmailTest: use config mock | Lain Soykaf | |
2023-12-12 | Tests: Remove `skip_on_mac` tag | Lain Soykaf | |
2023-12-12 | Tests: More test fixes | Lain Soykaf | |
2023-12-12 | RichMediaTest: Use mocked config | Lain Soykaf | |
2023-12-12 | ScheduledActivityControllerTest: Fix tests, make async. | Lain Soykaf | |
2023-12-12 | MastodonAPITest: Fix tests | Lain Soykaf | |
2023-12-12 | ScheduledActivity: Use config mocking | Lain Soykaf | |
2023-12-12 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Lain Soykaf | |
no-async-clear-config | |||
2023-12-11 | Merge branch 'authorize-interaction' into 'develop' | lain | |
Support /authorize-interaction route used by Mastodon See merge request pleroma/pleroma!3957 | |||
2023-12-11 | Linting | Lain Soykaf | |
2023-12-11 | BackupTest: Fix tests | Lain Soykaf | |
2023-12-11 | UploadMediaPlugTest: Fix tests | Lain Soykaf | |
2023-12-11 | AttachmentValidatorTest: Fix tests | Lain Soykaf | |
2023-12-11 | Push.ImplTest: Fix tests | Lain Soykaf | |
2023-12-11 | BackupViewTest: Fix Tests | Lain Soykaf | |
2023-12-11 | MascotControllerTest: Fix tests | Lain Soykaf | |
2023-12-11 | CommonAPITest: Fix tests | Lain Soykaf | |
2023-12-11 | ActivityPubTest: Fix tests | Lain Soykaf | |