mastodon/spec
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
2018-01-02 16:55:00 +01:00
..
controllers Fix #5953 - Add GET /api/v1/accounts/:id/lists (#5983) 2017-12-12 03:55:39 +01:00
fabricators Remove preview_card fabricator (#5975) 2017-12-11 22:22:08 +09:00
features
fixtures Fix XML oEmbed support discovery (#6104) 2017-12-27 03:29:49 +01:00
helpers Remove empty strings (#5732) 2017-11-17 10:52:30 +09:00
lib Fix too many forwards (#5854) 2017-11-30 03:50:05 +01:00
mailers Add confirmation step for email changes (#6071) 2018-01-02 16:55:00 +01:00
models Allow hiding of reblogs from followed users (#5762) 2017-11-28 15:00:35 +01:00
policies
presenters Add tests for AccountRelationshipsPresenter (#5805) 2017-11-24 14:41:04 +01:00
requests
routing
services Using double splat operator (#5859) 2017-12-06 11:41:57 +01:00
support Remove empty strings (#5732) 2017-11-17 10:52:30 +09:00
validators
views
workers Lists (#5703) 2017-11-18 00:16:48 +01:00
rails_helper.rb
spec_helper.rb