Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into transient-validators-defaults

This commit is contained in:
Lain Soykaf 2024-03-19 16:26:02 +04:00
commit 4e8a1b40cb
59 changed files with 1118 additions and 136 deletions

View file

@ -0,0 +1 @@
Include following/followers in backups

View file

@ -0,0 +1 @@
Allow to group bookmarks in folders

View file

@ -0,0 +1 @@
Add ForceMention MRF

View file

@ -0,0 +1 @@
Handle cases when users.inbox is nil.

View file

@ -0,0 +1 @@
Notifications: improve performance by filtering on users table instead of activities table

View file

@ -0,0 +1 @@
Disable jit by default for PostgreSQL

View file

@ -0,0 +1 @@
Expose nonAnonymous field from Smithereen polls

View file