MastoAPI: Add user notes on accounts
authormarcin mikołajczak <git@mkljczk.pl>
Sun, 21 Nov 2021 15:53:30 +0000 (16:53 +0100)
committermarcin mikołajczak <git@mkljczk.pl>
Sun, 21 Nov 2021 15:56:26 +0000 (16:56 +0100)
commit40414bf177c93b39d75c6091ef0ce1db093edb6f
tree449c02c847c2385387dc0ee1d1fc58520d6716b1
parentc97f99ccf2a51c7f1078d7a20006deae2df3d12c
MastoAPI: Add user notes on accounts

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
12 files changed:
docs/development/API/pleroma_api.md
lib/pleroma/user_note.ex [new file with mode: 0644]
lib/pleroma/web/api_spec/operations/account_operation.ex
lib/pleroma/web/api_spec/schemas/account.ex
lib/pleroma/web/api_spec/schemas/account_relationship.ex
lib/pleroma/web/api_spec/schemas/status.ex
lib/pleroma/web/mastodon_api/controllers/account_controller.ex
lib/pleroma/web/mastodon_api/views/account_view.ex
lib/pleroma/web/router.ex
priv/repo/migrations/20211121000000_create_user_notes.exs [new file with mode: 0644]
test/pleroma/web/mastodon_api/controllers/account_controller_test.exs
test/pleroma/web/mastodon_api/views/account_view_test.exs