X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/dcaf21602c4743979fa1f138553198997577b7a1..9657b92faddc9fa9bf765fc7de06aa0a9042e8e9:/app/abilities/ability.rb diff --git a/app/abilities/ability.rb b/app/abilities/ability.rb index b8e21b486..e9fd6f7bb 100644 --- a/app/abilities/ability.rb +++ b/app/abilities/ability.rb @@ -36,13 +36,14 @@ class Ability if user can :welcome, :site can [:revoke, :authorize], :oauth + can [:show], :deletion if Settings.status != "database_offline" can [:index, :new, :create, :show, :edit, :update, :destroy], ClientApplication can [:index, :new, :create, :show, :edit, :update, :destroy], :oauth2_application can [:index, :destroy], :oauth2_authorized_application can [:new, :show, :create, :destroy], :oauth2_authorization - can [:edit, :update], :account + can [:edit, :update, :destroy], :account can [:show], :dashboard can [:new, :create, :edit, :update, :comment, :subscribe, :unsubscribe], DiaryEntry can [:make_friend, :remove_friend], Friendship