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
Patrick Figel 04ecf44c2f Add confirmation step for email changes (#6071)
* Add confirmation step for email changes

This adds a confirmation step for email changes of existing users.
Like the initial account confirmation, a confirmation link is sent
to the new address.

Additionally, a notification is sent to the existing address when
the change is initiated. This message includes instruction to reset
the password immediately or to contact the instance admin if the
change was not initiated by the account owner.

Fixes #3871

* Add review fixes
7 years ago
..
activitypub Fix HTTP responses for salmon and ActivityPub inbox processing (#5200) 7 years ago
admin keep the same filters and page when doing custom emojo stuff (fixes #6112) (#6114) 7 years ago
api Add more instance stats APIs (#6125) 7 years ago
auth Add confirmation step for email changes (#6071) 7 years ago
concerns Add more instance stats APIs (#6125) 7 years ago
oauth Fix #1165 - before_action was called before protect_from_forgery 8 years ago
settings Fix #6022 - Prevent nested migrated accounts, or migrations to self (#6026) 7 years ago
well_known Make host_meta/webfinger replies cacheable (fixes #6100) (#6101) 7 years ago
about_controller.rb Redesign the landing page, mount public timeline on it (#4122) 8 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 Encode custom emojis as resolveable objects in ActivityPub (#5243) 7 years ago
application_controller.rb Add more instance stats APIs (#6125) 7 years ago
authorize_follows_controller.rb Show mastodon on modal (#6129) 7 years ago
emojis_controller.rb Encode custom emojis as resolveable objects in ActivityPub (#5243) 7 years ago
follower_accounts_controller.rb Encode custom emojis as resolveable objects in ActivityPub (#5243) 7 years ago
following_accounts_controller.rb Encode custom emojis as resolveable objects in ActivityPub (#5243) 7 years ago
home_controller.rb When web UI URL used while logged out, redirect to static page (#4954) 8 years ago
intents_controller.rb Add protocol handler. Handle follow intents (#4511) 8 years ago
invites_controller.rb Add consumable invites (#5814) 7 years ago
manifests_controller.rb Make Chrome splash screen same color as web UI's background color (#5169) 7 years ago
media_controller.rb Extract authorization policy for viewing statuses (#3150) 8 years ago
media_proxy_controller.rb Fix incomplete account records being read (#4998) 7 years ago
remote_follow_controller.rb Show mastodon on modal (#6129) 7 years ago
shares_controller.rb Show mastodon on modal (#6129) 7 years ago
statuses_controller.rb Encode custom emojis as resolveable objects in ActivityPub (#5243) 7 years ago
stream_entries_controller.rb Update status embeds (#4742) 8 years ago
tags_controller.rb Redesign public hashtag pages (#5237) 7 years ago