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
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
6 years ago
..
controllers Add `account_id` param to `GET /api/v1/notifications` (#10796) 6 years ago
fabricators Record account suspend/silence time and keep track of domain blocks (#10660) 6 years ago
features
fixtures Export and import show_reblogs together with following list (#10495) 6 years ago
helpers Add specs for action log helper (#9605) 6 years ago
lib Record account suspend/silence time and keep track of domain blocks (#10660) 6 years ago
mailers Add invite request to pending account notification e-mail (#10528) 6 years ago
models Change bio limit from 160 to 500 (#10790) 6 years ago
policies
presenters Admission-based registrations mode (#10250) 6 years ago
requests
routing
serializers/activitypub
services Prevent from publicly boosting one's own private toots (#10775) 6 years ago
support
validators Fix “invited by” not showing up for invited accounts in admin interface (#10791) 6 years ago
views
workers
rails_helper.rb
spec_helper.rb