Force push permissions are not implemented/broken
Created by: himikof
Documentation clearly states that force pushes to all branches require Master access. But gitlab-shell update hook does not distinguish between force and fast-forward pushes, therefore only fast-forward push access rights are checked. This results in force pushes being enabled for Developer access level.