[#394] Added `users.tags` and admin routes to tag and untag users. Added tests.
authorIvan Tashkinov <ivantashkinov@gmail.com>
Thu, 6 Dec 2018 17:06:50 +0000 (20:06 +0300)
committerIvan Tashkinov <ivantashkinov@gmail.com>
Thu, 6 Dec 2018 17:06:50 +0000 (20:06 +0300)
commit7b194873895f510b3e31b00643b4570ba04cb728
tree0a5c022a394e66ad23663b74e447e84d37059c56
parentccf0b46dd6a0390a06847b4a1c3eedc8d8e6c916
[#394] Added `users.tags` and admin routes to tag and untag users. Added tests.
lib/pleroma/user.ex
lib/pleroma/web/admin_api/admin_api_controller.ex
lib/pleroma/web/controller_helper.ex [new file with mode: 0644]
lib/pleroma/web/mastodon_api/views/account_view.ex
lib/pleroma/web/router.ex
lib/pleroma/web/twitter_api/views/user_view.ex
priv/repo/migrations/20181206125616_add_tags_to_users.exs [new file with mode: 0644]
test/web/admin_api/admin_api_controller_test.exs