You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/api/v1
Denys Konovalov 275d4b7e3f
API endpoint for changing/creating/deleting multiple files (#24887)
This PR creates an API endpoint for creating/updating/deleting multiple
files in one API call similar to the solution provided by
[GitLab](https://docs.gitlab.com/ee/api/commits.html#create-a-commit-with-multiple-files-and-actions).

To archive this, the CreateOrUpdateRepoFile and DeleteRepoFIle functions
in files service are unified into one function supporting multiple files
and actions.

Resolves #14619
2 years ago
..
activitypub Use User.ID instead of User.Name in ActivityPub API for Person IRI (#23823) 2 years ago
admin Refactor rename user and rename organization (#24052) 2 years ago
misc Add API for Label templates (#24602) 2 years ago
notify Decouple the different contexts from each other (#24786) 2 years ago
org Fix `organization` field being `null` in `GET /api/v1/teams/{id}` (#24694) 2 years ago
packages Add CRAN package registry (#22331) 2 years ago
repo API endpoint for changing/creating/deleting multiple files (#24887) 2 years ago
settings Implement FSFE REUSE for golang files (#21840) 2 years ago
swagger API endpoint for changing/creating/deleting multiple files (#24887) 2 years ago
user Decouple the different contexts from each other (#24786) 2 years ago
utils New webhook trigger for receiving Pull Request review requests (#24481) 2 years ago
api.go API endpoint for changing/creating/deleting multiple files (#24887) 2 years ago
auth.go Implement FSFE REUSE for golang files (#21840) 2 years ago
auth_windows.go Implement FSFE REUSE for golang files (#21840) 2 years ago