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
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
..
controllers Make PreviewCard records reuseable between statuses (#4642) 7 years ago
helpers Update status embeds (#4742) 7 years ago
javascript Don't unconditionally call `preventDefault` and `stopPropagation` on all keyup events (#4777) 7 years ago
lib Define missing JSON-LD properties (#4767) 7 years ago
mailers Set default From address in config (#3756) 7 years ago
models Fix WebPush (regression from #4524) (#4778) 7 years ago
policies Add status destroy authorization to policy (#3453) 8 years ago
presenters Pinned statuses (#4675) 7 years ago
serializers Fix WebPush (regression from #4524) (#4778) 7 years ago
services Define missing JSON-LD properties (#4767) 7 years ago
validators Pinned statuses (#4675) 7 years ago
views Adjust settings pages (#4765) 7 years ago
workers Forward ActivityPub creates that reply to local statuses (#4709) 7 years ago