Merge remote-tracking branch 'origin/develop' into translate-posts

Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
mkljczk 2025-03-19 17:59:24 +01:00
commit 08de5f94e3
118 changed files with 3560 additions and 929 deletions

View file

@ -1 +0,0 @@
Performance: Use 301 (permanent) redirect instead of 302 (temporary) when redirecting small images in media proxy. This allows browsers to cache the redirect response.

View file

@ -0,0 +1 @@
Add new activity actor/type index. Greatly speeds up retrieval of rare types (like "Listen")

View file

@ -1 +0,0 @@
Include "published" in actor view

View file

@ -1 +0,0 @@
Link to exported outbox/followers/following collections in backup actor.json

View file

@ -1 +0,0 @@
Fix Mastodon incoming edits with inlined "likes"

View file

@ -1 +0,0 @@
Hashtag following

View file

@ -1 +0,0 @@
Allow incoming "Listen" activities

View file

@ -0,0 +1 @@
Implement language detection with fastText

View file

@ -1 +0,0 @@
Allow to specify post language

View file

@ -1 +0,0 @@
Fix missing check for domain presence in rich media ignore_host configuration

View file

@ -1 +0,0 @@
Fix blurhash generation crashes