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
unarist bfa7f9ebf2 Fix WebPush (regression from #4524) (#4778)
* Fix NoMethodError in Web::PushSubscription

```
undefined method `site_contact_email' for #<Class:0x00005976d13c40>

/usr/local/bundle/gems/activerecord-5.1.3/lib/active_record/dynamic_matchers.rb:22:in `method_missing'
/usr/local/bundle/gems/attr_encrypted-3.0.3/lib/attr_encrypted.rb:295:in `method_missing'
/usr/local/bundle/gems/attr_encrypted-3.0.3/lib/attr_encrypted/adapters/active_record.rb:129:in `method_missing_with_attr_encrypted'
/mastodon/app/models/web/push_subscription.rb:53:in `push_payload'
```

* Specify serializer in Web::NotificationSerializer
7 years ago
..
concerns Pinned statuses (#4675) 7 years ago
form Improve admin page (#4121) 7 years ago
web Fix WebPush (regression from #4524) (#4778) 7 years ago
account.rb Allow multiple pinned statuses to be shown and make them be ordered b… (#4690) 7 years ago
account_domain_block.rb Add buttons to block and unblock domain (#3127) 8 years ago
account_filter.rb Add coverage for ReportFilter and AccountFilter (#3236) 8 years ago
application_record.rb
block.rb
context.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090) 7 years ago
conversation.rb Conditional validations no longer accept strings for if/unless (#3124) 8 years ago
conversation_mute.rb Feature conversations muting (#3017) 8 years ago
domain_block.rb Allow domain blocks that only reject media without silencing or suspending (#4325) 7 years ago
export.rb
favourite.rb
feed.rb Remove sort in Feed (#4050) 7 years ago
follow.rb Introduce recent to Follow (#3247) 8 years ago
follow_request.rb
import.rb Fix boolean columns sometimes having a null value (#4162) 7 years ago
instance.rb Add Instance class to list admin records (#3443) 7 years ago
media_attachment.rb Make PreviewCard records reuseable between statuses (#4642) 7 years ago
mention.rb Misc tidying and clean ups (#3445) 7 years ago
mute.rb
notification.rb Update Rails to version 5.1.1 (#3121) 7 years ago
preview_card.rb Make PreviewCard records reuseable between statuses (#4642) 7 years ago
remote_follow.rb rescue HTTP::ConnectionError in RemoteFollowController#create (#4726) 7 years ago
remote_profile.rb Refactor UpdateRemoteProfileService (#3690) 7 years ago
report.rb Add includes to Report#statuses (#3655) 7 years ago
report_filter.rb
search.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090) 7 years ago
session_activation.rb Refactor Web::PushSubscription, remove welcome message (#4524) 7 years ago
setting.rb Improve RuboCop rules (compatibility to Code Climate) (#3636) 7 years ago
status.rb Make PreviewCard records reuseable between statuses (#4642) 7 years ago
status_pin.rb Allow multiple pinned statuses to be shown and make them be ordered b… (#4690) 7 years ago
stream_entry.rb Cover AccountsController more in spec (#3229) 8 years ago
subscription.rb Periodically remove expired PuSH subscribers (#4654) 7 years ago
tag.rb add validation to tag name (#4194) 7 years ago
user.rb Use request.remote_ip instead of request.ip (#4744) 7 years ago
web.rb