Create api changeset download resource

This commit is contained in:
Anton Khorev 2025-02-20 03:41:04 +03:00
parent 1f1a20e539
commit 49fac49f9d
9 changed files with 166 additions and 143 deletions

View file

@ -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