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
ThibG 911cc14481 Add follow_request notification type (#12198)
* Add follow_request notification type

The notification type already existed in the backend but was never pushed
to the front-end. This also means translation strings were also available
for the backend, from the notification mailer.

Unlike other notification types, these are off by default, to match what
I remember of Gargron's view on the topic: that follow requests should not
clutter notifications and should instead be reviewed at the user's own
leisure in the dedicated column.

Since follow requests have their own column, I've deemed it unnecessary to
add a specific tab for them in the notification quick filter.

* Show follow request link in single-column if there are pending requests, even if account isn't locked

* Push follow requests from notifications to the follow_requests list

* Offer to accept or reject follow request from the notification

* Redesign follow request notification
5 years ago
..
activitypub Fix incoming federation in whitelist mode (#12185) 5 years ago
admin Add ability to filter reports by target account domain (#12154) 5 years ago
api Add follow_request notification type (#12198) 5 years ago
auth Fix authentication before 2FA challenge (#11943) 5 years ago
concerns Add account migration UI (#11846) 5 years ago
oauth Change unconfirmed user login behaviour (#11375) 6 years ago
settings Add setting for whether to crop images in unexpanded toots (#12126) 5 years ago
well_known Add a nodeinfo endpoint (#12002) 5 years ago
about_controller.rb Add table of contents to about page (#11885) 5 years ago
account_follow_controller.rb Restful refactor of accounts/ routes (#2133) 8 years ago
account_unfollow_controller.rb Restful refactor of accounts/ routes (#2133) 8 years ago
accounts_controller.rb Fix RSS caching (but disable localization) (#12054) 5 years ago
application_controller.rb Change to always returns html document in error pages (#12214) 5 years ago
authorize_interactions_controller.rb Add remote interaction dialog for toots (#8202) 7 years ago
custom_css_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 5 years ago
directories_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 5 years ago
emojis_controller.rb Add (back) rails-level JSON caching (#11333) 6 years ago
filters_controller.rb Set @body_classes to admin layout (#9081) 6 years ago
follower_accounts_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 5 years ago
following_accounts_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 5 years ago
home_controller.rb Fix blurhash and autoplay not working on public pages (#11585) 5 years ago
instance_actors_controller.rb Fix reverse-proxy caching of instance actor object (#11561) 6 years ago
intents_controller.rb Refactor controllers for statuses, accounts, and more (#11249) 6 years ago
invites_controller.rb Add invite comments (#10465) 5 years ago
manifests_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 5 years ago
media_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 5 years ago
media_proxy_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 5 years ago
public_timelines_controller.rb Fix blurhash and autoplay not working on public pages (#11585) 5 years ago
relationships_controller.rb Add order options to relationship manager UI (#10404) 6 years ago
remote_follow_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 5 years ago
remote_interaction_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 5 years ago
shares_controller.rb Fix blurhash and autoplay not working on public pages (#11585) 5 years ago
statuses_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 5 years ago
tags_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 5 years ago