summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2023-12-12Tests: fix more testsLain Soykaf
2023-12-12EmailTest: use config mockLain Soykaf
2023-12-12Tests: Remove `skip_on_mac` tagLain Soykaf
2023-12-12Tests: More test fixesLain Soykaf
2023-12-12RichMediaTest: Use mocked configLain Soykaf
2023-12-12ScheduledActivityControllerTest: Fix tests, make async.Lain Soykaf
2023-12-12MastodonAPITest: Fix testsLain Soykaf
2023-12-12ScheduledActivity: Use config mockingLain Soykaf
2023-12-12Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵Lain Soykaf
no-async-clear-config
2023-12-11Merge branch 'authorize-interaction' into 'develop'lain
Support /authorize-interaction route used by Mastodon See merge request pleroma/pleroma!3957
2023-12-11LintingLain Soykaf
2023-12-11BackupTest: Fix testsLain Soykaf
2023-12-11UploadMediaPlugTest: Fix testsLain Soykaf
2023-12-11AttachmentValidatorTest: Fix testsLain Soykaf
2023-12-11Push.ImplTest: Fix testsLain Soykaf
2023-12-11BackupViewTest: Fix TestsLain Soykaf
2023-12-11MascotControllerTest: Fix testsLain Soykaf
2023-12-11CommonAPITest: Fix testsLain Soykaf
2023-12-11ActivityPubTest: Fix testsLain Soykaf
2023-12-11UpdateCredentialsTest: Fix testsLain Soykaf
2023-12-11ChatControllerTest: Fix testsLain Soykaf
2023-12-11ObjectTest: Fix testsLain Soykaf
2023-12-11MastodonAPI.AccountViewTest: Fix testsLain Soykaf
2023-12-11RemoteFollowControllerTest: Fix testLain Soykaf
2023-12-11UploadTest: Fix testLain Soykaf
2023-12-11MediaProxyControllerTest: Fix testsLain Soykaf
2023-12-11FrontendStaticPlugTest: Fix testLain Soykaf
2023-12-11ChatMessageReferenceView: Fix testLain Soykaf
2023-12-11MediaProxyWarmingPolicyTest: Fix testsLain Soykaf
2023-12-11OpenGraphTest: Fix testLain Soykaf
2023-12-11MediaProxyTest: Fix testLain Soykaf
2023-12-11MediaProxyCacheControllerTest: Fix tests.Lain Soykaf
2023-12-11MediaControllerTest: Fix test.Lain Soykaf
2023-12-11ChatValidationTest: Fix tests.Lain Soykaf
2023-12-11S3 Test: Remove global state dependenciesLain Soykaf
2023-12-10User.get_or_fetch_public_key_for_ap_id/1 is no longer required.Mark Felder
2023-12-10LintingLain Soykaf
2023-12-10Tests: Fix all the tests.Lain Soykaf
2023-12-10Backup Tests: Split out async tests, use mox.Lain Soykaf
2023-12-10ActivityPubTest: Swallow logLain Soykaf
2023-12-10Tests: Remove async from cases that use MockLain Soykaf
2023-12-10TransmogrifierTest: Capture the logLain Soykaf
2023-12-10Tests: Don't run tests that use clear_config asynchronously.Lain Soykaf
2023-12-08Fix test; log message no longer emitted hereMark Felder
2023-12-08Optimistic InboxMark Felder
Rework inbound federation to accept requests optimistically. The HTTP Signatures Plug will not attempt to fetch the actor or key and will fail early. If the signature cannot be validated we pass the required data into the Oban job with a reduced priority and increase the timeout to 20 seconds. The Oban job will handle the actor and key fetching before attempting to validate the activity again. This job will be retried 5 times by default. Another welcome side effect is that actors who change their keys can federate to Pleroma instances immediately instead of needing to wait the default value of 86400s / 24 hours before the key will be fetched again.
2023-12-07AccountView: Add test, refactorLain Soykaf
2023-12-06Change set_reachable/1 to an upsertMark Felder
2023-11-29Merge branch 'neetzsche/add_url_to_scrobbles' into 'develop'HJ
Add optional URL value for scrobbles See merge request pleroma/pleroma!3977
2023-11-29Change url to externalLink as requested by hj here: ↵NEETzsche
https://shigusegubu.club/notice/AcIjZjackKAt6e522a
2023-11-29Merge branch 'vips' into 'develop'lain
Replace ImageMagick with Vips See merge request pleroma/pleroma!3771