forgejo/services/repository
zeripath e69b7a92ed
Allow API to create file on empty repo (#19224)
This PR adds the necessary work to make it possible to create files on empty
repos using the API.

Fix #10993

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-03-28 21:48:41 +02:00
..
archiver
files Allow API to create file on empty repo (#19224) 2022-03-28 21:48:41 +02:00
adopt.go
adopt_test.go
avatar.go
avatar_test.go
branch.go
cache.go
check.go Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/modules) (#19163) 2022-03-22 16:22:54 +01:00
fork.go
fork_test.go
hooks.go Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/modules) (#19163) 2022-03-22 16:22:54 +01:00
main_test.go
push.go Fix compare link in active feeds for new branch (#19149) 2022-03-23 13:40:12 +00:00
repository.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
template.go
transfer.go
transfer_test.go