mastodon/app/models
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.
2018-01-05 00:15:35 +01:00
..
admin
concerns
form
web
account.rb Exclude moved accounts from search results (#5984) 2017-12-12 02:14:33 +01:00
account_domain_block.rb
account_filter.rb
account_moderation_note.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
admin.rb
application_record.rb Fix rubocop issues, introduce usage of frozen literal to improve performance 2016-11-15 16:56:29 +01:00
block.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
context.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090) 2017-07-07 04:02:06 +02:00
conversation.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
conversation_mute.rb
custom_emoji.rb
custom_emoji_filter.rb Add filters to admin UI for custom emojis (#6003) 2017-12-13 13:28:31 +01:00
domain_block.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
email_domain_block.rb
export.rb Settings export refactor (#1646) 2017-04-13 13:02:02 +02:00
favourite.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
feed.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
follow.rb Allow hiding of reblogs from followed users (#5762) 2017-11-28 15:00:35 +01:00
follow_request.rb
home_feed.rb
import.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
instance.rb
instance_filter.rb
invite.rb Add invite filter (#5862) 2017-12-01 16:40:02 +01:00
invite_filter.rb
list.rb Change account_id non-nullable in lists (#5979) 2017-12-12 04:11:17 +01:00
list_account.rb Add list of lists component to web UI (#5811) 2017-12-05 23:02:27 +01:00
list_feed.rb
media_attachment.rb
mention.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
mute.rb
notification.rb Fix N+1 at notification (#5752) 2017-11-19 15:32:48 +01:00
preview_card.rb
remote_follow.rb Using double splat operator (#5859) 2017-12-06 11:41:57 +01:00
remote_profile.rb
report.rb
report_filter.rb
search.rb
session_activation.rb Remove duplicate annotate (#5910) 2017-12-07 04:53:42 +01:00
setting.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
site_upload.rb
status.rb
status_pin.rb
stream_entry.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
subscription.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
tag.rb Fix account and tag searches with leading/trailing spaces (#5965) 2017-12-10 19:35:46 +01:00
user.rb
web.rb