mastodon/app
Augusto Xavier 6e541e20ca Fix authorize_interaction not resolving collections from unknown accounts
Opening an interaction-authorization link for a collection hosted on a
server the instance had not encountered before failed with a "not found"
error, because resolving the remote collection only looked its owning
account up locally and gave up when that account was unknown.

The server now fetches the owning account when it is not already known
before resolving the collection, so these links work on first visit. This
completes the partial fix from #39287.

Fixes #39281.

Assisted-by: Claude Code
2026-06-15 11:43:00 -03:00
..
chewy Upgrade rubocop from v1.84.0 to v1.84.2, update config, and correct offences (#37795) 2026-02-17 14:56:46 +00:00
controllers Add import for custom filters (#39256) 2026-06-11 16:32:46 +00:00
helpers Handle offset relative to TZ in options list (#39334) 2026-06-09 12:58:45 +00:00
inputs Rely on locale for options order in DOB input (#36895) 2025-12-05 15:21:22 +00:00
javascript Fix bio text overflow on account profile page (#39418) 2026-06-15 13:04:52 +00:00
lib Add collection reach finder (#39346) 2026-06-09 14:22:21 +00:00
mailers fixes bug Admin Mailer trends mail not displayed correctly (#39122) 2026-05-28 20:14:31 +00:00
models Destroy dependent notifications of a collection (#39429) 2026-06-15 10:15:53 +00:00
policies Add ability to view individual newsletters in admin UI (#39271) 2026-06-08 07:05:27 +00:00
presenters Add export for custom filters (#39085) 2026-06-01 09:56:17 +00:00
serializers Fix avatar and profile header descriptions not being serialized over ActivityPub (#39352) 2026-06-10 08:46:36 +00:00
services Fix authorize_interaction not resolving collections from unknown accounts 2026-06-15 11:43:00 -03:00
validators Remove outdated dependency comment (#39307) 2026-06-08 14:03:43 +00:00
views Fix missing heading styles in settings area (#39387) 2026-06-12 05:59:08 +00:00
workers Add basic coverage for EmailDistributionWorker behavior (#39364) 2026-06-11 07:54:15 +00:00