Properly remove tIME chunk from PNG uploads (#27111)
Fix inefficient queries in “Follows and followers” as well as several admin pages (#27116)
Fix ActiveRecord using two connection pools when no replica is defined (#27061)
Merge commit '6273416292090b2f6bfda33f070cea325a1759df' into glitch-soc/merge-upstream
Conflicts:
- `.github/workflows/build-nightly.yml`:
Upstream modified this file close to a line modified by glitch-soc to
disable the ARMv64 builder (as glitch-soc doesn't have one).
Ported upstream's changes.
- `.github/workflows/build-releases.yml`:
Upstream modified this file close to lines changed by glitch-soc to
change the Docker image repositories used (only ghcr, and based on the
organization's name).
Ported upstream's changes.
Fix obsolete cache key in status cache invalidation logic (#26934)
Change score half-life for trending posts from 2 hours to 1 hour (#26915)
Added admin api for managing tags (#26872)
Fix performances of profile directory (#26842)
Simplify `Account.by_recent_status` and `Account.by_recent_sign_in` scopes (#26840)
Change DCT method used for JPEG encoding to float (#26675)
Fix moderator rights inconsistencies (#26729)
Merge pull request #2397 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Merge branch 'main' into glitch-soc/merge-upstream
Fix “Scoped order is ignored, it's forced to be batch order.” warnings (#26793)
Merge pull request #2392 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes into glitch-soc