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
James Tucker 78a6b871fe
Improve performance by avoiding regex construction (#20215)
```ruby
10.times { p /#{FOO}/.object_id }
10.times { p FOO_RE.object_id }
```
2 years ago
..
activitypub Refactor ActivityPub handling to prepare for non-Account actors (#19212) 2 years ago
admin Fix inaccurate admin log entry for re-sending confirmation e-mails (#19674) 2 years ago
api Improve performance by avoiding regex construction (#20215) 2 years ago
auth Fix crash when external auth provider has no display_name set (#19962) 2 years ago
concerns Change public accounts pages to mount the web UI (#19319) 2 years ago
disputes
filters Add ability to filter individual posts (#18945) 3 years ago
oauth
settings Change featured hashtag deletion to be done synchronously (#19590) 2 years ago
well_known
about_controller.rb Change public accounts pages to mount the web UI (#19319) 2 years ago
accounts_controller.rb Change public accounts pages to mount the web UI (#19319) 2 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) 2 years ago
following_accounts_controller.rb Change public accounts pages to mount the web UI (#19319) 2 years ago
health_controller.rb
home_controller.rb Change public accounts pages to mount the web UI (#19319) 2 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) 2 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) 2 years ago
tags_controller.rb Change public accounts pages to mount the web UI (#19319) 2 years ago