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/spec
Patrick Figel 5ec25ff3e1 Fix email confirmation link not updating email (#6187)
A change introduced in #6125 prevents
`Devise::Models::Confirmable#confirm` from being called for existing
users, which in turn leads to `email` not being set to
`unconfirmed_email`, breaking email updates. This also adds a test
that would've caught this issue.
7 years ago
..
controllers Fix email confirmation link not updating email (#6187) 7 years ago
fabricators Remove preview_card fabricator (#5975) 7 years ago
features Add scenarios for log in (#3497) 7 years ago
fixtures Fix XML oEmbed support discovery (#6104) 7 years ago
helpers Remove empty strings (#5732) 7 years ago
lib Don't normalize URLs in toots (#6134) 7 years ago
mailers Add confirmation step for email changes (#6071) 7 years ago
models Fix email confirmation link not updating email (#6187) 7 years ago
policies Add status destroy authorization to policy (#3453) 7 years ago
presenters Add tests for AccountRelationshipsPresenter (#5805) 7 years ago
requests Redesign the landing page, mount public timeline on it (#4122) 7 years ago
routing Move create/destroy actions for api/v1/statuses to namespace (#3678) 7 years ago
services Using double splat operator (#5859) 7 years ago
support Remove empty strings (#5732) 7 years ago
validators Count all URLs in text as 23 characters flat, do not count domain part of usernames (#4427) 7 years ago
views Uploads for admin site settings (#4913) 7 years ago
workers Lists (#5703) 7 years ago
rails_helper.rb Fix #4058 - Use a long-lived cookie to keep track of user-level sessions (#4091) 7 years ago
spec_helper.rb Minor performance improvement for test suite (#4678) 7 years ago