Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |
2023-12-11 | UpdateCredentialsTest: Fix tests | Lain Soykaf | |
2023-12-11 | ChatControllerTest: Fix tests | Lain Soykaf | |
2023-12-11 | ObjectTest: Fix tests | Lain Soykaf | |
2023-12-11 | MastodonAPI.AccountViewTest: Fix tests | Lain Soykaf | |
2023-12-11 | RemoteFollowControllerTest: Fix test | Lain Soykaf | |
2023-12-11 | UploadTest: Fix test | Lain Soykaf | |
2023-12-11 | MediaProxyControllerTest: Fix tests | Lain Soykaf | |
2023-12-11 | FrontendStaticPlugTest: Fix test | Lain Soykaf | |
2023-12-11 | ChatMessageReferenceView: Fix test | Lain Soykaf | |
2023-12-11 | MediaProxyWarmingPolicyTest: Fix tests | Lain Soykaf | |
2023-12-11 | OpenGraphTest: Fix test | Lain Soykaf | |
2023-12-11 | MediaProxyTest: Fix test | Lain Soykaf | |
2023-12-11 | MediaProxyCacheControllerTest: Fix tests. | Lain Soykaf | |
2023-12-11 | MediaControllerTest: Fix test. | Lain Soykaf | |
2023-12-11 | ChatValidationTest: Fix tests. | Lain Soykaf | |
2023-12-11 | S3 Test: Remove global state dependencies | Lain Soykaf | |
2023-12-10 | User.get_or_fetch_public_key_for_ap_id/1 is no longer required. | Mark Felder | |
2023-12-10 | Linting | Lain Soykaf | |
2023-12-10 | Tests: Fix all the tests. | Lain Soykaf | |
2023-12-10 | Backup Tests: Split out async tests, use mox. | Lain Soykaf | |
2023-12-10 | ActivityPubTest: Swallow log | Lain Soykaf | |
2023-12-10 | Tests: Remove async from cases that use Mock | Lain Soykaf | |
2023-12-10 | TransmogrifierTest: Capture the log | Lain Soykaf | |
2023-12-10 | Tests: Don't run tests that use clear_config asynchronously. | Lain Soykaf | |
2023-12-08 | Fix test; log message no longer emitted here | Mark Felder | |
2023-12-08 | Optimistic Inbox | Mark 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-07 | AccountView: Add test, refactor | Lain Soykaf | |
2023-12-06 | Change set_reachable/1 to an upsert | Mark Felder | |