diff options
author | lain <lain@soykaf.club> | 2025-03-01 16:41:38 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2025-03-01 16:41:38 +0000 |
commit | af6d5470d29f294e9b356da36cccbcaf85379f78 (patch) | |
tree | 81eb0ba210f674eb0f6f41cde9b692a27ea96ca0 /changelog.d | |
parent | fe3e61f6ece0335627f675e04a93917e6c613c6c (diff) | |
parent | cd5f018206c991628ff1530095bb71cf941e7a8b (diff) | |
download | pleroma-af6d5470d29f294e9b356da36cccbcaf85379f78.tar.gz pleroma-af6d5470d29f294e9b356da36cccbcaf85379f78.zip |
Merge branch 'release/2.9.0' into 'stable'
Release/2.9.0
See merge request pleroma/pleroma!4331
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/301-small-image-redirect.change | 1 | ||||
-rw-r--r-- | changelog.d/actor-published-date.add | 1 | ||||
-rw-r--r-- | changelog.d/backup-links.add | 1 | ||||
-rw-r--r-- | changelog.d/c2s-update-verify.fix | 1 | ||||
-rw-r--r-- | changelog.d/description-update-suggestions.skip (renamed from changelog.d/ci-builder-skip-arm32.skip) | 0 | ||||
-rw-r--r-- | changelog.d/ensure-authorized-fetch.security | 1 | ||||
-rw-r--r-- | changelog.d/fix-mastodon-edits.fix | 1 | ||||
-rw-r--r-- | changelog.d/fix-wrong-config-section.skip (renamed from changelog.d/hexpm-build-images.skip) | 0 | ||||
-rw-r--r-- | changelog.d/follow-hashtags.add | 1 | ||||
-rw-r--r-- | changelog.d/incoming-scrobbles.fix | 1 | ||||
-rw-r--r-- | changelog.d/post-languages.add | 1 | ||||
-rw-r--r-- | changelog.d/retire_mrfs.remove | 1 | ||||
-rw-r--r-- | changelog.d/rich-media-ignore-host.fix | 1 | ||||
-rw-r--r-- | changelog.d/rich-media-twittercard.fix | 1 | ||||
-rw-r--r-- | changelog.d/twittercard-tag-order.fix | 1 | ||||
-rw-r--r-- | changelog.d/vips-blurhash.fix | 1 |
16 files changed, 14 insertions, 0 deletions
diff --git a/changelog.d/301-small-image-redirect.change b/changelog.d/301-small-image-redirect.change new file mode 100644 index 000000000..c5be80539 --- /dev/null +++ b/changelog.d/301-small-image-redirect.change @@ -0,0 +1 @@ +Performance: Use 301 (permanent) redirect instead of 302 (temporary) when redirecting small images in media proxy. This allows browsers to cache the redirect response.
\ No newline at end of file diff --git a/changelog.d/actor-published-date.add b/changelog.d/actor-published-date.add new file mode 100644 index 000000000..feac85894 --- /dev/null +++ b/changelog.d/actor-published-date.add @@ -0,0 +1 @@ +Include "published" in actor view diff --git a/changelog.d/backup-links.add b/changelog.d/backup-links.add new file mode 100644 index 000000000..ff19e736b --- /dev/null +++ b/changelog.d/backup-links.add @@ -0,0 +1 @@ +Link to exported outbox/followers/following collections in backup actor.json diff --git a/changelog.d/c2s-update-verify.fix b/changelog.d/c2s-update-verify.fix new file mode 100644 index 000000000..a4dfe7c07 --- /dev/null +++ b/changelog.d/c2s-update-verify.fix @@ -0,0 +1 @@ +Verify a local Update sent through AP C2S so users can only update their own objects diff --git a/changelog.d/ci-builder-skip-arm32.skip b/changelog.d/description-update-suggestions.skip index e69de29bb..e69de29bb 100644 --- a/changelog.d/ci-builder-skip-arm32.skip +++ b/changelog.d/description-update-suggestions.skip diff --git a/changelog.d/ensure-authorized-fetch.security b/changelog.d/ensure-authorized-fetch.security new file mode 100644 index 000000000..200abdae0 --- /dev/null +++ b/changelog.d/ensure-authorized-fetch.security @@ -0,0 +1 @@ +Require HTTP signatures (if enabled) for routes used by both C2S and S2S AP API
\ No newline at end of file diff --git a/changelog.d/fix-mastodon-edits.fix b/changelog.d/fix-mastodon-edits.fix new file mode 100644 index 000000000..2e79977e0 --- /dev/null +++ b/changelog.d/fix-mastodon-edits.fix @@ -0,0 +1 @@ +Fix Mastodon incoming edits with inlined "likes" diff --git a/changelog.d/hexpm-build-images.skip b/changelog.d/fix-wrong-config-section.skip index e69de29bb..e69de29bb 100644 --- a/changelog.d/hexpm-build-images.skip +++ b/changelog.d/fix-wrong-config-section.skip diff --git a/changelog.d/follow-hashtags.add b/changelog.d/follow-hashtags.add new file mode 100644 index 000000000..a4994b92b --- /dev/null +++ b/changelog.d/follow-hashtags.add @@ -0,0 +1 @@ +Hashtag following diff --git a/changelog.d/incoming-scrobbles.fix b/changelog.d/incoming-scrobbles.fix new file mode 100644 index 000000000..fb1e2581c --- /dev/null +++ b/changelog.d/incoming-scrobbles.fix @@ -0,0 +1 @@ +Allow incoming "Listen" activities diff --git a/changelog.d/post-languages.add b/changelog.d/post-languages.add new file mode 100644 index 000000000..04b350f3f --- /dev/null +++ b/changelog.d/post-languages.add @@ -0,0 +1 @@ +Allow to specify post language
\ No newline at end of file diff --git a/changelog.d/retire_mrfs.remove b/changelog.d/retire_mrfs.remove new file mode 100644 index 000000000..2637f376a --- /dev/null +++ b/changelog.d/retire_mrfs.remove @@ -0,0 +1 @@ +Retire MRFs DNSRBL, FODirectReply, and QuietReply diff --git a/changelog.d/rich-media-ignore-host.fix b/changelog.d/rich-media-ignore-host.fix new file mode 100644 index 000000000..b70866ac7 --- /dev/null +++ b/changelog.d/rich-media-ignore-host.fix @@ -0,0 +1 @@ +Fix missing check for domain presence in rich media ignore_host configuration diff --git a/changelog.d/rich-media-twittercard.fix b/changelog.d/rich-media-twittercard.fix new file mode 100644 index 000000000..16da54874 --- /dev/null +++ b/changelog.d/rich-media-twittercard.fix @@ -0,0 +1 @@ +Fix Rich Media parsing of TwitterCards/OpenGraph to adhere to the spec and always choose the first image if multiple are provided. diff --git a/changelog.d/twittercard-tag-order.fix b/changelog.d/twittercard-tag-order.fix new file mode 100644 index 000000000..f26fc5bb9 --- /dev/null +++ b/changelog.d/twittercard-tag-order.fix @@ -0,0 +1 @@ +Fix OpenGraph/TwitterCard meta tag ordering for posts with multiple attachments diff --git a/changelog.d/vips-blurhash.fix b/changelog.d/vips-blurhash.fix new file mode 100644 index 000000000..9e8951b15 --- /dev/null +++ b/changelog.d/vips-blurhash.fix @@ -0,0 +1 @@ +Fix blurhash generation crashes |