]> git.openstreetmap.org Git - rails.git/blobdiff - app/abilities/api_ability.rb
Rewrite changeset download show test
[rails.git] / app / abilities / api_ability.rb
index caa4969bcad1342d885a382439e347b086b9891f..9a7bf254a78fa038c5e0fc2c09e6d10b40b7d867 100644 (file)
@@ -10,7 +10,7 @@ class ApiAbility
       can [:read, :feed, :search], Note
       can :create, Note unless user
 
       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
       can :read, ChangesetComment
       can :read, Tracepoint
       can :read, User
@@ -44,7 +44,6 @@ class ApiAbility
 
           can :destroy, Note if scopes.include?("write_notes")
 
 
           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")
           can [:create, :destroy], :element_version_redaction if user.terms_agreed? && scopes.include?("write_redactions")
 
           can :create, UserBlock if scopes.include?("write_blocks")