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
7 years ago
..
admin Add logging of admin actions (#5757) 7 years ago
concerns Allow hiding of reblogs from followed users (#5762) 7 years ago
form Add more instance stats APIs (#6125) 7 years ago
web Lists (#5703) 7 years ago
account.rb Exclude moved accounts from search results (#5984) 7 years ago
account_domain_block.rb Lists (#5703) 7 years ago
account_filter.rb Clean up admin UI for accounts (#6004) 7 years ago
account_moderation_note.rb Lists (#5703) 7 years ago
admin.rb Add logging of admin actions (#5757) 7 years ago
application_record.rb Fix rubocop issues, introduce usage of frozen literal to improve performance 8 years ago
block.rb Lists (#5703) 7 years ago
context.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090) 8 years ago
conversation.rb Lists (#5703) 7 years ago
conversation_mute.rb Lists (#5703) 7 years ago
custom_emoji.rb Lists (#5703) 7 years ago
custom_emoji_filter.rb Add filters to admin UI for custom emojis (#6003) 7 years ago
domain_block.rb Lists (#5703) 7 years ago
email_domain_block.rb Lists (#5703) 7 years ago
export.rb Settings export refactor (#1646) 8 years ago
favourite.rb Lists (#5703) 7 years ago
feed.rb Lists (#5703) 7 years ago
follow.rb Allow hiding of reblogs from followed users (#5762) 7 years ago
follow_request.rb Allow hiding of reblogs from followed users (#5762) 7 years ago
home_feed.rb Lists (#5703) 7 years ago
import.rb Lists (#5703) 7 years ago
instance.rb Add Instance class to list admin records (#3443) 8 years ago
instance_filter.rb Add instance search feature (#4925) 8 years ago
invite.rb Add invite filter (#5862) 7 years ago
invite_filter.rb Add invite filter (#5862) 7 years ago
list.rb Change account_id non-nullable in lists (#5979) 7 years ago
list_account.rb Add list of lists component to web UI (#5811) 7 years ago
list_feed.rb Lists (#5703) 7 years ago
media_attachment.rb Lists (#5703) 7 years ago
mention.rb Lists (#5703) 7 years ago
mute.rb Optional notification muting (#5087) 7 years ago
notification.rb Fix N+1 at notification (#5752) 7 years ago
preview_card.rb Ensure link thumbnails are not stretched to super low quality (#5932) 7 years ago
remote_follow.rb Using double splat operator (#5859) 7 years ago
remote_profile.rb Introduce OStatus::TagManager (#5008) 7 years ago
report.rb Lists (#5703) 7 years ago
report_filter.rb Admin reports with accounts (#2092) 8 years ago
search.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090) 8 years ago
session_activation.rb Remove duplicate annotate (#5910) 7 years ago
setting.rb Lists (#5703) 7 years ago
site_upload.rb Lists (#5703) 7 years ago
status.rb Add more instance stats APIs (#6125) 7 years ago
status_pin.rb Lists (#5703) 7 years ago
stream_entry.rb Lists (#5703) 7 years ago
subscription.rb Lists (#5703) 7 years ago
tag.rb Fix account and tag searches with leading/trailing spaces (#5965) 7 years ago
user.rb Add confirmation step for email changes (#6071) 7 years ago
web.rb Add extended about page stub 8 years ago