Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-15 | CommonFixes: more predictable context generation | Hé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-10 | CreateGenericValidator: fix reply context fixing | Hé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-31 | Merge branch 'develop' into 'from/develop/tusooa/emit-move' | tusooa | |
# Conflicts: # CHANGELOG.md # test/pleroma/user_test.exs | |||
2022-02-02 | Add tests for mismatched context in replies | Alex Gleason | |
2021-12-28 | Test that the target account is re-fetched in move_account | Tusooa Zhu | |
Ref: emit-move | |||
2021-06-04 | Pipeline Ingestion: Page | Haelwenn (lanodan) Monnier | |
2021-03-22 | Copy emoji in the subject from parent post | rinpatch | |
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-19 | respect content-type header in finger request | Alexander Strizhakov | |
2020-09-17 | User search respect discoverable flag | stwf | |
2020-09-11 | Pipeline Ingestion: Article | Haelwenn (lanodan) Monnier | |
2020-09-11 | Pipeline Ingestion: Video | Haelwenn (lanodan) Monnier | |
2020-09-08 | Remove OStatus in testsuite | Haelwenn (lanodan) Monnier | |
2020-08-25 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
frontend-bundles-downloads | |||
2020-08-19 | Pipeline Ingestion: Audio (Part 2) | Haelwenn (lanodan) Monnier | |
2020-08-07 | Mix Task Frontend test: Expand. | lain | |
2020-08-07 | Mix Task Frontend: Add tests. | lain | |
2020-07-15 | Fix attachments in polls | Haelwenn (lanodan) Monnier | |
2020-07-10 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
chat-federation-information | |||
2020-07-08 | Move get_favicon to Pleroma.Instances, use / | Haelwenn (lanodan) Monnier | |
2020-07-07 | Fix getting videos from peertube | Haelwenn (lanodan) Monnier | |
2020-07-06 | ActivityPub: Add new 'capabilities' to user. | lain | |
2020-07-03 | ActivityPub: Ingest information about chat acceptance. | lain | |
2020-07-01 | Fixtures: Pretty print. | lain | |
2020-04-28 | convert markdown content to html | Maksim Pechnikov | |
2020-04-13 | fix mediaType of object | Maksim Pechnikov | |
2020-03-11 | Add support for funkwhale Audio activity | Haelwenn (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-17 | Add ActivityPub Object Event type support | Thomas 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-25 | Add `also_known_as` field to Pleroma.User | Egor Kislitsyn | |
2019-10-19 | rework to use properties instead of compound typing, per SocialCG | Ariadne Conill | |
2019-10-19 | implement invisible support for remote users | Ariadne Conill | |
2019-10-18 | add some missing tesla fixtures | Ariadne Conill | |
2019-10-09 | provide mocks for webfinger endpoints | Steven Fuchs | |
2019-09-18 | Initial poll refresh support | rinpatch | |
Implement refreshing the object with an interval and call the function when getting the poll. | |||
2019-09-05 | Mastodon API Poll view: Fix handling of polls without an end date | rinpatch | |
2019-08-26 | Transmogrifier: Fix follow handling when the actor is an object. | lain | |
2019-08-14 | Support user attachment update in Transmogrifier | Egor Kislitsyn | |
2019-07-24 | Merge 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-24 | Show the url advertised in the Activity in the Status JSON response | Sergey Suprunenko | |
2019-07-25 | Add WebFinger test for AP-only account | kPherox | |
2019-07-03 | Remove `httpoison` from dependencies | Egor Kislitsyn | |