X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/8ccdc50313737f43d5f007b299977568ee0e8689..dc60d78cdabc06b3c2fe8cb923125a01fa6b3da6:/app/abilities/api_ability.rb?ds=inline diff --git a/app/abilities/api_ability.rb b/app/abilities/api_ability.rb index caa4969bc..9a7bf254a 100644 --- a/app/abilities/api_ability.rb +++ b/app/abilities/api_ability.rb @@ -10,7 +10,7 @@ class ApiAbility can [:read, :feed, :search], Note can :create, Note unless user - can [:read, :download], Changeset + can :read, Changeset can :read, ChangesetComment can :read, Tracepoint can :read, User @@ -44,7 +44,6 @@ class ApiAbility can :destroy, Note if scopes.include?("write_notes") - can :redact, [OldRelation] if user.terms_agreed? && scopes.include?("write_redactions") can [:create, :destroy], :element_version_redaction if user.terms_agreed? && scopes.include?("write_redactions") can :create, UserBlock if scopes.include?("write_blocks")