forgejo/routers/web
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
2023-05-29 17:41:35 +08:00
..
admin Improve queue and logger context (#24924) 2023-05-26 07:31:55 +00:00
auth
devtest
events
explore
feed
healthcheck
misc
org Refactor rename user and rename organization (#24052) 2023-05-21 23:13:47 +08:00
repo API endpoint for changing/creating/deleting multiple files (#24887) 2023-05-29 17:41:35 +08:00
shared
user Improve some Forms (#24878) 2023-05-26 09:42:54 +00:00
auth.go
auth_windows.go
base.go
goget.go
home.go
metrics.go
nodeinfo.go
swagger_json.go
web.go Add the ability to pin Issues (#24406) 2023-05-25 15:17:19 +02:00
webfinger.go