You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/controllers
Eugen Rochko 1ae508bf2f
Change unauthenticated search to not support pagination in REST API (#19326)
- Only exact search matches for queries with < 5 characters
- Do not support queries with `offset` (pagination)
- Return HTTP 401 on truthy `resolve` instead of overriding to false
3 years ago
..
activitypub Refactor ActivityPub handling to prepare for non-Account actors (#19212) 3 years ago
admin Fix IP blocks not having a unique index (#19456) 3 years ago
api Change unauthenticated search to not support pagination in REST API (#19326) 3 years ago
auth Add server rules to sign-up flow (#19296) 3 years ago
concerns Change public accounts pages to mount the web UI (#19319) 3 years ago
disputes
filters Add ability to filter individual posts (#18945) 3 years ago
oauth
settings Fix `Settings::FeaturedTagsController` (#19418) 3 years ago
well_known
about_controller.rb Change public accounts pages to mount the web UI (#19319) 3 years ago
accounts_controller.rb Change public accounts pages to mount the web UI (#19319) 3 years ago
application_controller.rb Add customizable user roles (#18641) 3 years ago
authorize_interactions_controller.rb
custom_css_controller.rb Add customizable user roles (#18641) 3 years ago
emojis_controller.rb
filters_controller.rb Add ability to filter individual posts (#18945) 3 years ago
follower_accounts_controller.rb Change public accounts pages to mount the web UI (#19319) 3 years ago
following_accounts_controller.rb Change public accounts pages to mount the web UI (#19319) 3 years ago
health_controller.rb
home_controller.rb Change public accounts pages to mount the web UI (#19319) 3 years ago
instance_actors_controller.rb
intents_controller.rb
invites_controller.rb
manifests_controller.rb
media_controller.rb
media_proxy_controller.rb
privacy_controller.rb Change public accounts pages to mount the web UI (#19319) 3 years ago
relationships_controller.rb
shares_controller.rb
statuses_cleanup_controller.rb
statuses_controller.rb Change public accounts pages to mount the web UI (#19319) 3 years ago
tags_controller.rb Change public accounts pages to mount the web UI (#19319) 3 years ago