summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-01Test that app scopes can be updatedMark Felder
2024-09-01Prevent OAuth App flow from creating duplicate entriesMark Felder
2024-08-30NodeInfo: Accept application/activity+json requestsMark Felder
2024-08-30Update changelogMark Felder
2024-08-30InboxGuardPlug: Add early rejection of unknown activity typesMark Felder
2024-08-30Add recognized activity types to a constant and use it in the testMark Felder
2024-08-30Update allowed activity types from strangersfeld
2024-08-29Update changelogMark Felder
2024-08-29Test more types we do not want to receive from strangersMark Felder
2024-08-29Fix test title to be more specific as it has a broader but incorrect meaningMark Felder
2024-08-29Remove unnecessary error match in ReceiverWorkerMark Felder
2024-08-29Change relay inbox response when not federating to a 403 for consistencyMark Felder
2024-08-29Convert to an Plug called InboxGuardMark Felder
2024-08-29FormattingMark Felder
2024-08-29Switch test to the inboxMark Felder
2024-08-29Use Pleroma.Object.Containment.get_actor/1 to reliably find the actor of an i...feld
2024-08-29Move the check to the inboxMark Felder
2024-08-29Revert unintentional changeMark Felder
2024-08-29Drop incoming Delete activities from unknown actorsMark Felder
2024-08-29Merge branch 'todo-fixes' into 'develop'feld
2024-08-29Merge remote-tracking branch 'origin/develop' into todo-fixesMark Felder
2024-08-29Merge branch 'pleroma-http-stream' into 'develop'feld
2024-08-29Rich Media: add stream byte counting as an extra protection against malicious...Mark Felder
2024-08-28ChangelogMark Felder
2024-08-28Update comments, remove solved TODOMark Felder
2024-08-28Add an AdapterHelper for Finch so we can support streaming request bodiesMark Felder
2024-08-28Merge branch 'user-refresh-oban-tests' into 'develop'feld
2024-08-28Move user active check into Federator.perform/1Mark Felder
2024-08-28Merge branch 'docs-fix' into 'develop'marcin mikołajczak
2024-08-28Changelog updateMark Felder
2024-08-28More error annotationsMark Felder
2024-08-28Add back one of the duplicate checks to fix a test, document where it comes fromMark Felder
2024-08-28:validate_object is not a real error returned from anywhereMark Felder
2024-08-28Annotate error casesMark Felder
2024-08-28ReceiverWorker job canceled due to deleted objectMark Felder
2024-08-28Cancel ReceiverWorker jobs if the user account has been disabled / deactivatedMark Felder
2024-08-28Add test for origin containment failuresMark Felder
2024-08-28ChangelogMark Felder
2024-08-28Simplify test, move data into a json fixtureMark Felder
2024-08-28Cancel if the User fetch resulted in a 410Mark Felder
2024-08-28Add test confirming cancellation for activity by a deleted userMark Felder
2024-08-28ReceiverWorker: cancel job if user fetch is forbiddenMark Felder
2024-08-28Correct response in AdminAPI docsmarcin mikołajczak
2024-08-27This error is not returned by TeslaMark Felder
2024-08-27Fix incorrect identifier for the with statementMark Felder
2024-08-27Tesla.Middleware.Timeout breaks streaming bodiesMark Felder
2024-08-27Handle streaming response errorsMark Felder
2024-08-27RichMedia: skip the HTTP HEAD request for adapters that support streaming the...Mark Felder
2024-08-27Pleroma.HTTP add AdapterHelper.can_stream? to assist with discovering if the ...Mark Felder
2024-08-27Pleroma.HTTP: option stream: true will return a stream as the body for Gun ad...Mark Felder