mastodon/app/controllers/api/v1
Eugen Rochko d213c585ff
Some checks failed
Check i18n / check-i18n (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
Haml Linting / lint (push) Waiting to run
Ruby Linting / lint (push) Waiting to run
Historical data migration test / test (14-alpine) (push) Waiting to run
Historical data migration test / test (15-alpine) (push) Waiting to run
Historical data migration test / test (16-alpine) (push) Waiting to run
Historical data migration test / test (17-alpine) (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.2) (push) Blocked by required conditions
Ruby Testing / test (3.3) (push) Blocked by required conditions
Ruby Testing / Libvips tests (.ruby-version) (push) Blocked by required conditions
Ruby Testing / Libvips tests (3.2) (push) Blocked by required conditions
Ruby Testing / Libvips tests (3.3) (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.2) (push) Blocked by required conditions
Ruby Testing / End to End testing (3.3) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (.ruby-version, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (.ruby-version, docker.elastic.co/elasticsearch/elasticsearch:8.10.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.2, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (3.3, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Blocked by required conditions
Crowdin / Upload translations / upload-translations (push) Has been cancelled
CSS Linting / lint (push) Has been cancelled
JavaScript Linting / lint (push) Has been cancelled
JavaScript Testing / test (push) Has been cancelled
Add age verification on sign-up (#34150)
2025-03-14 14:07:29 +00:00
..
accounts Add delay to profile updates to debounce them (#34137) 2025-03-11 16:17:17 +00:00
admin
announcements
apps
domain_blocks
emails
featured_tags Extract constants for controller LIMIT queries (#32921) 2024-11-18 09:23:38 +00:00
instances Add effective date to terms of service (#33993) 2025-03-05 09:01:33 +00:00
lists Change lists to reflect added and removed users retroactively (#32930) 2024-11-19 10:04:12 +00:00
notifications
peers
polls Remove un-needed Poll.attached scope (#33368) 2024-12-20 15:15:11 +00:00
profile Add delay to profile updates to debounce them (#34137) 2025-03-11 16:17:17 +00:00
push Use expect for api/v1 and api/web push subs controllers (#33682) 2025-01-22 14:55:44 +00:00
statuses
timelines
trends Change hashtag trends to be stored in the database instead of redis (#32837) 2024-12-04 11:59:17 +00:00
accounts_controller.rb Add age verification on sign-up (#34150) 2025-03-14 14:07:29 +00:00
announcements_controller.rb
annual_reports_controller.rb
apps_controller.rb
blocks_controller.rb
bookmarks_controller.rb
conversations_controller.rb
custom_emojis_controller.rb
directories_controller.rb
domain_blocks_controller.rb
endorsements_controller.rb
favourites_controller.rb
featured_tags_controller.rb
filters_controller.rb
follow_requests_controller.rb
followed_tags_controller.rb
instances_controller.rb
invites_controller.rb
lists_controller.rb
markers_controller.rb
media_controller.rb Add API to delete media attachments that are not in use (#33991) 2025-02-28 13:41:42 +00:00
mutes_controller.rb
notifications_controller.rb
polls_controller.rb Remove un-needed Poll.attached scope (#33368) 2024-12-20 15:15:11 +00:00
preferences_controller.rb
reports_controller.rb
scheduled_statuses_controller.rb
statuses_controller.rb Add Fetch All Replies Part 1: Backend (#32615) 2025-03-12 09:03:01 +00:00
streaming_controller.rb
suggestions_controller.rb
tags_controller.rb