aboutsummaryrefslogtreecommitdiff
path: root/test/fixtures/tesla_mock
AgeCommit message (Collapse)Author
2022-08-15CommonFixes: more predictable context generationHélène
`context` fields for objects and activities can now be generated based on the object/activity `inReplyTo` field or its ActivityPub ID, as a fallback method in cases where `context` fields are missing for incoming activities and objects.
2022-08-10CreateGenericValidator: fix reply context fixingHélène
Incoming Pleroma replies to a Misskey thread were rejected due to a broken context fix, which caused them to not be visible until a non-Pleroma user interacted with the replies. This fix properly sets the post-fix object context to its parent Create activity as well, if it was changed.
2022-07-31Merge branch 'develop' into 'from/develop/tusooa/emit-move'tusooa
# Conflicts: # CHANGELOG.md # test/pleroma/user_test.exs
2022-02-02Add tests for mismatched context in repliesAlex Gleason
2021-12-28Test that the target account is re-fetched in move_accountTusooa Zhu
Ref: emit-move
2021-06-04Pipeline Ingestion: PageHaelwenn (lanodan) Monnier
2021-03-22Copy emoji in the subject from parent postrinpatch
Sometimes people put emoji in the subject, which results in the subject looking broken if someone replies to it from a server that does not have the said emoji under the same shortcode. This patch solves the problem by extending the emoji set available in the summary to that of the parent post.
2021-03-19respect content-type header in finger requestAlexander Strizhakov
2020-09-17User search respect discoverable flagstwf
2020-09-11Pipeline Ingestion: ArticleHaelwenn (lanodan) Monnier
2020-09-11Pipeline Ingestion: VideoHaelwenn (lanodan) Monnier
2020-09-08Remove OStatus in testsuiteHaelwenn (lanodan) Monnier
2020-08-25Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
frontend-bundles-downloads
2020-08-19Pipeline Ingestion: Audio (Part 2)Haelwenn (lanodan) Monnier
2020-08-07Mix Task Frontend test: Expand.lain
2020-08-07Mix Task Frontend: Add tests.lain
2020-07-15Fix attachments in pollsHaelwenn (lanodan) Monnier
2020-07-10Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
chat-federation-information
2020-07-08Move get_favicon to Pleroma.Instances, use /Haelwenn (lanodan) Monnier
2020-07-07Fix getting videos from peertubeHaelwenn (lanodan) Monnier
2020-07-06ActivityPub: Add new 'capabilities' to user.lain
2020-07-03ActivityPub: Ingest information about chat acceptance.lain
2020-07-01Fixtures: Pretty print.lain
2020-04-28convert markdown content to htmlMaksim Pechnikov
2020-04-13fix mediaType of objectMaksim Pechnikov
2020-03-11Add support for funkwhale Audio activityHaelwenn (lanodan) Monnier
reel2bits fixture not included as it lacks the Actor fixture for it. Closes: https://git.pleroma.social/pleroma/pleroma/issues/1624 Closes: https://git.pleroma.social/pleroma/pleroma/issues/764
2019-12-17Add ActivityPub Object Event type supportThomas Citharel
Adds Event support in the same way Video objects are handled, with the name of the object as message header. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-25Add `also_known_as` field to Pleroma.UserEgor Kislitsyn
2019-10-19rework to use properties instead of compound typing, per SocialCGAriadne Conill
2019-10-19implement invisible support for remote usersAriadne Conill
2019-10-18add some missing tesla fixturesAriadne Conill
2019-10-09provide mocks for webfinger endpointsSteven Fuchs
2019-09-18Initial poll refresh supportrinpatch
Implement refreshing the object with an interval and call the function when getting the poll.
2019-09-05Mastodon API Poll view: Fix handling of polls without an end daterinpatch
2019-08-26Transmogrifier: Fix follow handling when the actor is an object.lain
2019-08-14Support user attachment update in TransmogrifierEgor Kislitsyn
2019-07-24Merge branch 'fix-remote-follow-from-ostatus-subscribe' into 'develop'kaniini
Fix remote follow from /ostatus_subscribe Closes #1103 See merge request pleroma/pleroma!1472
2019-07-24Show the url advertised in the Activity in the Status JSON responseSergey Suprunenko
2019-07-25Add WebFinger test for AP-only accountkPherox
2019-07-03Remove `httpoison` from dependenciesEgor Kislitsyn