]> cat aescling's git repositories - mastodon.git/commit
Add "locked" flag to accounts, prevent blocked users from following, force-unfollow...
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 22 Dec 2016 20:34:19 +0000 (21:34 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 22 Dec 2016 20:34:19 +0000 (21:34 +0100)
commit2d2154ba75279186b064c887452b7d6ee70b8ba2
treee27a84e2245184c899f2b347d63af16210973660
parentf91b6fa9e15029f23be7be3b796eca122e5b5588
Add "locked" flag to accounts, prevent blocked users from following, force-unfollow blocked users
app/controllers/api_controller.rb
app/controllers/settings/profiles_controller.rb
app/lib/exceptions.rb [new file with mode: 0644]
app/services/block_service.rb
app/services/follow_service.rb
app/views/settings/profiles/show.html.haml
config/application.rb
db/migrate/20161222201034_add_locked_to_accounts.rb [new file with mode: 0644]
db/schema.rb