mastodon/app/services/activitypub
David Roetzel 572612fde9
Some checks failed
Check i18n / check-i18n (push) Waiting to run
Chromatic / Check for relevant changes (push) Waiting to run
Chromatic / Run Chromatic (push) Blocked by required conditions
CodeQL / Analyze (actions) (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
CodeQL / Analyze (ruby) (push) Waiting to run
Check formatting / lint (push) Waiting to run
Ruby Testing / build (production) (push) Waiting to run
Ruby Testing / build (test) (push) Waiting to run
Ruby Testing / test (.ruby-version) (push) Blocked by required conditions
Ruby Testing / test (3.3) (push) Blocked by required conditions
Ruby Testing / test (3.4) (push) Blocked by required conditions
Ruby Testing / End to End testing (.ruby-version) (push) Blocked by required conditions
Ruby Testing / End to End testing (3.3) (push) Blocked by required conditions
Ruby Testing / End to End testing (3.4) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (.ruby-version, docker.elastic.co/elasticsearch/elasticsearch:7.17.29) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (.ruby-version, docker.elastic.co/elasticsearch/elasticsearch:8.19.2) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (.ruby-version, opensearchproject/opensearch:2) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (3.3, docker.elastic.co/elasticsearch/elasticsearch:7.17.29) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (3.4, docker.elastic.co/elasticsearch/elasticsearch:7.17.29) (push) Blocked by required conditions
Bundler Audit / security (push) Has been cancelled
Haml Linting / lint (push) Has been cancelled
Ruby Linting / lint (push) Has been cancelled
Historical data migration test / test (14-alpine) (push) Has been cancelled
Historical data migration test / test (15-alpine) (push) Has been cancelled
Historical data migration test / test (16-alpine) (push) Has been cancelled
Historical data migration test / test (17-alpine) (push) Has been cancelled
Remove collections feature flag (#39211)
2026-05-29 09:37:42 +00:00
..
fetch_all_replies_service.rb Upgrade rubocop from v1.84.0 to v1.84.2, update config, and correct offences (#37795) 2026-02-17 14:56:46 +00:00
fetch_featured_collection_service.rb Change: Consolidate collection handling in jsonld helper (#34595) 2026-02-09 15:19:36 +00:00
fetch_featured_collections_collection_service.rb Fetch an actor's featured collections (#38306) 2026-03-20 15:34:04 +00:00
fetch_featured_tags_collection_service.rb Fix NoMethodError in ActivityPub::FetchFeaturedTagsCollectionService (#37806) 2026-02-10 15:24:54 +00:00
fetch_remote_account_service.rb Merge pull request from GHSA-3fjr-858r-92rw 2024-02-01 15:56:46 +01:00
fetch_remote_actor_service.rb Minor: Moved the debug log to the correct location. (#38639) 2026-04-10 14:14:09 +00:00
fetch_remote_featured_collection_service.rb Add ability to search for a collection by URL (#38588) 2026-04-08 16:03:35 +00:00
fetch_remote_key_service.rb Fix refreshing keys from stale actors on signature verification error (#38515) 2026-04-02 09:07:44 +00:00
fetch_remote_poll_service.rb Fix post edits not being forwarded as expected (#26936) 2023-09-15 19:54:32 +02:00
fetch_remote_status_service.rb trustworthy_attribution - Bounce bad URIs (#37372) 2026-03-02 10:03:21 +00:00
fetch_replies_service.rb Change: Consolidate collection handling in jsonld helper (#34595) 2026-02-09 15:19:36 +00:00
prepare_followers_synchronization_service.rb Add digest re-check before removing followers in synchronization mechanism (#34273) 2025-08-27 12:12:55 +00:00
process_account_service.rb Remove collections feature flag (#39211) 2026-05-29 09:37:42 +00:00
process_collection_service.rb Merge commit from fork 2026-05-20 14:38:24 +02:00
process_featured_collection_service.rb Federate and store a collection url (#38697) 2026-04-16 07:26:34 +00:00
process_featured_item_service.rb Improve collection item verification (#39096) 2026-05-20 07:55:17 +00:00
process_status_update_service.rb Resolve unknown tagged collections in remote posts (#38900) 2026-05-05 14:46:47 +00:00
synchronize_followers_service.rb Use implicit to_json call in app/services (#38225) 2026-03-16 15:17:57 +00:00
verify_featured_item_service.rb Improve collection item verification (#39096) 2026-05-20 07:55:17 +00:00
verify_quote_service.rb Merge commit from fork 2026-03-24 15:44:08 +01:00