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/models
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
8 years ago
..
admin
concerns Allow hiding of reblogs from followed users (#5762) 8 years ago
form Add more instance stats APIs (#6125) 8 years ago
web
account.rb Exclude moved accounts from search results (#5984) 8 years ago
account_domain_block.rb
account_filter.rb Clean up admin UI for accounts (#6004) 8 years ago
account_moderation_note.rb
admin.rb
application_record.rb
block.rb
context.rb
conversation.rb
conversation_mute.rb
custom_emoji.rb
custom_emoji_filter.rb Add filters to admin UI for custom emojis (#6003) 8 years ago
domain_block.rb
email_domain_block.rb
export.rb
favourite.rb
feed.rb
follow.rb Allow hiding of reblogs from followed users (#5762) 8 years ago
follow_request.rb Allow hiding of reblogs from followed users (#5762) 8 years ago
home_feed.rb
import.rb
instance.rb
instance_filter.rb
invite.rb Add invite filter (#5862) 8 years ago
invite_filter.rb Add invite filter (#5862) 8 years ago
list.rb Change account_id non-nullable in lists (#5979) 8 years ago
list_account.rb Add list of lists component to web UI (#5811) 8 years ago
list_feed.rb
media_attachment.rb
mention.rb
mute.rb
notification.rb
preview_card.rb Ensure link thumbnails are not stretched to super low quality (#5932) 8 years ago
remote_follow.rb Using double splat operator (#5859) 8 years ago
remote_profile.rb
report.rb
report_filter.rb
search.rb
session_activation.rb Remove duplicate annotate (#5910) 8 years ago
setting.rb
site_upload.rb
status.rb Add more instance stats APIs (#6125) 8 years ago
status_pin.rb
stream_entry.rb
subscription.rb
tag.rb Fix account and tag searches with leading/trailing spaces (#5965) 8 years ago
user.rb Add confirmation step for email changes (#6071) 8 years ago
web.rb