mastodon/app
Paul Woolcock 0c933c1b8c Add account_id param to GET /api/v1/notifications (#10796)
* Add `from_account` to notifications API

this adds the ability to filter notifications by the account they
originated from

* passing a non-existent user should cause none to be returned

* Fix codeclimate warnings

* fix more codeclimate warnings

* make requested changes:

* use account id instead of user@domain
* name the param `account_id` instead of `from_account`

* Don't use `return` in a lambda
2019-05-21 13:28:49 +02:00
..
chewy
controllers Add account_id param to GET /api/v1/notifications (#10796) 2019-05-21 13:28:49 +02:00
helpers
javascript fix isSubmitting prop case (#10785) 2019-05-19 18:41:41 +02:00
lib
mailers
models Add account_id param to GET /api/v1/notifications (#10796) 2019-05-21 13:28:49 +02:00
policies
presenters
serializers
services
validators Fix “invited by” not showing up for invited accounts in admin interface (#10791) 2019-05-19 21:40:36 +02:00
views Change bio limit from 160 to 500 (#10790) 2019-05-19 22:51:44 +02:00
workers