..
accounts
Fix call to inefficient `delete_matched` cache method in domain blocks ( #28367 )
2 years ago
admin
Fix not being able to block a subdomain of an already-blocked domain through the API ( #30119 )
2 years ago
announcements
Add announcements ( #12662 )
6 years ago
apps
Remove useless `respond_to` calls ( #13208 )
6 years ago
crypto
Optimize map { ... }.compact calls ( #15513 )
5 years ago
emails
Fix HTTP 500 in `/api/v1/emails/check_confirmation` ( #25595 )
3 years ago
featured_tags
Fix results/query in `api/v1/featured_tags/suggestions` ( #29597 )
2 years ago
instances
Add `GET /api/v1/instance/languages` to REST API ( #24443 )
3 years ago
lists
Autofix Rubocop Style/IfUnlessModifier ( #23697 )
3 years ago
peers
Improve interaction modal error handling ( #26795 )
3 years ago
polls
Add more tests for ActivityPub controllers ( #13585 )
6 years ago
profile
Refactor `Api::V1::ProfilesController` into two separate controllers ( #26573 )
3 years ago
push
Fix Rails/ActionOrder cop ( #24692 )
3 years ago
statuses
Merge pull request from GHSA-58x8-3qxw-6hm7
2 years ago
timelines
Merge pull request from GHSA-58x8-3qxw-6hm7
2 years ago
trends
Change unauthenticated responses to be cached in REST API ( #24348 )
3 years ago
accounts_controller.rb
Fix call to inefficient `delete_matched` cache method in domain blocks ( #28367 )
2 years ago
announcements_controller.rb
Autofix Rubocop Style/RedundantBegin ( #23703 )
3 years ago
apps_controller.rb
Add whitelist mode ( #11291 )
7 years ago
blocks_controller.rb
Autofix Rubocop Style/IfUnlessModifier ( #23697 )
3 years ago
bookmarks_controller.rb
Fix `Naming/MemoizedInstanceVariableName` cop ( #25928 )
3 years ago
conversations_controller.rb
Add POST /api/v1/conversations/:id/unread ( #25509 )
3 years ago
custom_emojis_controller.rb
Fix /api/v1/custom_emojis being cached even when unauthenticated API access is disallowed ( #24665 )
3 years ago
directories_controller.rb
Change `GET /api/v1/directory` to use database replica rather than primary ( #26856 )
3 years ago
domain_blocks_controller.rb
Autofix Rubocop Style/IfUnlessModifier ( #23697 )
3 years ago
endorsements_controller.rb
Autofix Rubocop Style/IfUnlessModifier ( #23697 )
3 years ago
favourites_controller.rb
Fix `Naming/MemoizedInstanceVariableName` cop ( #25928 )
3 years ago
featured_tags_controller.rb
Remove dead code in Api::V1::FeaturedTagsController ( #25073 )
3 years ago
filters_controller.rb
Fix Rails/ActionOrder cop ( #24692 )
3 years ago
follow_requests_controller.rb
Fix call to inefficient `delete_matched` cache method in domain blocks ( #28367 )
2 years ago
followed_tags_controller.rb
Fix pagination of followed tags ( #20861 )
3 years ago
instances_controller.rb
Refactor: replace whitelist_mode mentions with limited_federation_mode ( #26252 )
3 years ago
lists_controller.rb
Add exclusive lists ( #22048 )
3 years ago
markers_controller.rb
Change markers API to use a replica ( #25851 )
3 years ago
media_controller.rb
Make it possible to upload audio and video to Heroku app ( #24866 )
3 years ago
mutes_controller.rb
Autofix Rubocop Style/IfUnlessModifier ( #23697 )
3 years ago
notifications_controller.rb
Change notifications API to use a replica ( #25874 )
3 years ago
polls_controller.rb
Change unauthenticated responses to be cached in REST API ( #24348 )
3 years ago
preferences_controller.rb
Remove useless `respond_to` calls ( #13208 )
6 years ago
reports_controller.rb
Add `forward_to_domains` parameter to `POST /api/v1/reports` ( #25866 )
3 years ago
scheduled_statuses_controller.rb
Merge pull request from GHSA-58x8-3qxw-6hm7
2 years ago
statuses_controller.rb
Change unauthenticated responses to be cached in REST API ( #24348 )
3 years ago
streaming_controller.rb
Fix potential redirection loop of streaming endpoint ( #28665 )
2 years ago
suggestions_controller.rb
Change auto-following admin-selected accounts, show in recommendations ( #16078 )
5 years ago
tags_controller.rb
Remove unfollowed hashtag posts from home feed ( #26028 )
3 years ago