X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/317b8f9d45b25c4060bda337edfb73594834d275..f4e29905263efbb2eafdedad6a5c050ba559efd8:/app/abilities/ability.rb diff --git a/app/abilities/ability.rb b/app/abilities/ability.rb index 3568817a3..5e8ef997f 100644 --- a/app/abilities/ability.rb +++ b/app/abilities/ability.rb @@ -4,10 +4,10 @@ class Ability include CanCan::Ability def initialize(user) - can [:map, :changes, :permissions], :api can [:relation, :relation_history, :way, :way_history, :node, :node_history, :changeset, :note, :new_note, :query], :browse can :show, :capability + can :index, :change can [:index, :feed, :show, :download, :query], Changeset can :index, ChangesetComment can :search, :direction @@ -16,8 +16,10 @@ class Ability can [:finish, :embed], :export can [:search, :search_latlon, :search_ca_postcode, :search_osm_nominatim, :search_geonames, :search_osm_nominatim_reverse, :search_geonames_reverse], :geocoder + can :index, :map can [:index, :create, :comment, :feed, :show, :search, :mine], Note can [:token, :request_token, :access_token, :test_request], :oauth + can :show, :permission can [:index, :show], Redaction can [:search_all, :search_nodes, :search_ways, :search_relations], :search can [:trackpoints], :swf