From 4745a41393cddd9bbc5a14affa77595204488b8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Thu, 10 Aug 2023 23:03:19 +0200 Subject: Allow to specify post language MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- changelog.d/post-languages.add | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/post-languages.add (limited to 'changelog.d') 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 -- cgit v1.2.3 From ad953143bb00d67eb981806981f8ef3e35c437e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Sun, 15 Sep 2024 14:59:06 +0200 Subject: Require HTTP signatures (if enabled) for routes used by both C2S and S2S AP API MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- changelog.d/ensure-authorized-fetch.security | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/ensure-authorized-fetch.security (limited to 'changelog.d') 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 -- cgit v1.2.3 From ddf5bfc995e468517ae4b27a74643f8037d6a0c4 Mon Sep 17 00:00:00 2001 From: mkljczk Date: Mon, 30 Dec 2024 17:58:54 +0100 Subject: Update changelog Signed-off-by: mkljczk --- changelog.d/follow-hashtags.add | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/follow-hashtags.add (limited to 'changelog.d') 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 -- cgit v1.2.3 From 855294bb3d802b801e3ec064341e4134253089a6 Mon Sep 17 00:00:00 2001 From: mkljczk Date: Thu, 9 Jan 2025 12:58:51 +0100 Subject: Link to exported outbox/followers/following collections in backup actor.json Signed-off-by: mkljczk --- changelog.d/backup-links.add | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/backup-links.add (limited to 'changelog.d') 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 -- cgit v1.2.3 From 38b17933e160beb5923283786ca829af1d6b4036 Mon Sep 17 00:00:00 2001 From: mkljczk Date: Sun, 19 Jan 2025 16:26:46 +0100 Subject: Include "published" in actor view Signed-off-by: mkljczk --- changelog.d/actor-published-date.add | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/actor-published-date.add (limited to 'changelog.d') 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 -- cgit v1.2.3 From 22261718907d227a521bb9f898e617ea137c502d Mon Sep 17 00:00:00 2001 From: Lain Soykaf Date: Tue, 21 Jan 2025 11:59:25 +0400 Subject: MediaProxyController: Use 301 for permanent redirects --- changelog.d/301-small-image-redirect.change | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/301-small-image-redirect.change (limited to 'changelog.d') 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 -- cgit v1.2.3 From 4128ea39481a8864bcc4631dbb8d1e3d922473ab Mon Sep 17 00:00:00 2001 From: mkljczk Date: Tue, 21 Jan 2025 18:24:42 +0100 Subject: description.exs: Remove suggestion referencing a deleted module Signed-off-by: mkljczk --- changelog.d/description-update-suggestions.skip | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 changelog.d/description-update-suggestions.skip (limited to 'changelog.d') diff --git a/changelog.d/description-update-suggestions.skip b/changelog.d/description-update-suggestions.skip new file mode 100644 index 000000000..e69de29bb -- cgit v1.2.3 From 8cd77168726e2e44d7612c29914c6b6398ff675d Mon Sep 17 00:00:00 2001 From: mkljczk Date: Tue, 28 Jan 2025 22:28:34 +0100 Subject: Fix Mastodon incoming edits with inlined "likes" Signed-off-by: mkljczk --- changelog.d/fix-mastodon-edits.fix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/fix-mastodon-edits.fix (limited to 'changelog.d') 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" -- cgit v1.2.3 From ebd827891050bf772b0d02a459db00360d53feb8 Mon Sep 17 00:00:00 2001 From: Lain Soykaf Date: Thu, 30 Jan 2025 12:32:16 +0400 Subject: Add changelog --- changelog.d/vips-blurhash.fix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/vips-blurhash.fix (limited to 'changelog.d') 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 -- cgit v1.2.3 From d905fa0ad867fa59e89c1e74ebd831d523b7f609 Mon Sep 17 00:00:00 2001 From: mkljczk Date: Mon, 17 Feb 2025 21:27:32 +0100 Subject: Allow incoming "Listen" activities Signed-off-by: mkljczk --- changelog.d/incoming-scrobbles.fix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/incoming-scrobbles.fix (limited to 'changelog.d') 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 -- cgit v1.2.3 From f26509bf1621f05e6188df75e5f27d1c8ec77593 Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Fri, 21 Feb 2025 17:38:55 -0800 Subject: Fix missing check for domain presence in rich media ignore_host configuration --- changelog.d/rich-media-ignore-host.fix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/rich-media-ignore-host.fix (limited to 'changelog.d') 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 -- cgit v1.2.3 From 0d7d6ebebb2008bff3a0e6d11ba1795d12a3cb67 Mon Sep 17 00:00:00 2001 From: Lain Soykaf Date: Sat, 22 Feb 2025 16:17:30 +0400 Subject: Cheatsheet: Use the correct section --- changelog.d/fix-wrong-config-section.skip | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 changelog.d/fix-wrong-config-section.skip (limited to 'changelog.d') diff --git a/changelog.d/fix-wrong-config-section.skip b/changelog.d/fix-wrong-config-section.skip new file mode 100644 index 000000000..e69de29bb -- cgit v1.2.3 From ca3c2a4ffaf87139a044b8b5ba2f84ead8f97891 Mon Sep 17 00:00:00 2001 From: tusooa Date: Tue, 15 Oct 2024 20:03:20 -0400 Subject: Verify a local Update sent through AP C2S so users can only update their own objects --- changelog.d/c2s-update-verify.fix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/c2s-update-verify.fix (limited to 'changelog.d') 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 -- cgit v1.2.3 From 7bdeb9a1e561bd061410a4174d4ee155589943c5 Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Fri, 28 Feb 2025 13:17:44 -0800 Subject: Fix OpenGraph/TwitterCard meta tag ordering for posts with multiple attachments --- changelog.d/twittercard-tag-order.fix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/twittercard-tag-order.fix (limited to 'changelog.d') 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 -- cgit v1.2.3 From 2c9d071aadde88e8ab615be6654e237ae01decb7 Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Fri, 28 Feb 2025 16:40:38 -0800 Subject: Retire MRFs DNSRBL, FODirectReply, and QuietReply DNSRBL was a neat experiment which should live out of tree. It works and could be used to coordinate rules across different servers, but Simple Policy will always be better FODirectReply and QuietReply have reliability issues as implemented in an MRF. If we want to expose this functionality to admins it should be a setting that overrides the chosen scope during CommonAPI.post instead of trying to rewrite the recipients with an MRF. --- changelog.d/retire_mrfs.remove | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/retire_mrfs.remove (limited to 'changelog.d') 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 -- cgit v1.2.3 From ac0882e3483d6ad4d82e9a9ce88c80933bf9efe6 Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Fri, 28 Feb 2025 16:12:22 -0800 Subject: Filter the parsed OpenGraph/Twittercard tags and only retain the ones we intend to use. --- changelog.d/rich-media-twittercard.fix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/rich-media-twittercard.fix (limited to 'changelog.d') 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. -- cgit v1.2.3 From a24e894b2ba90a353c6a069cf149dc6f9bd8f703 Mon Sep 17 00:00:00 2001 From: Lain Soykaf Date: Sat, 1 Mar 2025 18:14:36 +0400 Subject: Update changelog --- changelog.d/ci-builder-skip-arm32.skip | 0 changelog.d/hexpm-build-images.skip | 0 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 changelog.d/ci-builder-skip-arm32.skip delete mode 100644 changelog.d/hexpm-build-images.skip (limited to 'changelog.d') diff --git a/changelog.d/ci-builder-skip-arm32.skip b/changelog.d/ci-builder-skip-arm32.skip deleted file mode 100644 index e69de29bb..000000000 diff --git a/changelog.d/hexpm-build-images.skip b/changelog.d/hexpm-build-images.skip deleted file mode 100644 index e69de29bb..000000000 -- cgit v1.2.3