0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-18 02:44:28 +01:00
gitea/services/repository
zeripath f211d235c7
Fix repository adoption on Windows (#21646)
A bug was introduced in #17865 where filepath.Join is used to join
putative unadopted repository owner and names together. This is
incorrect as these names are then used as repository names - which shoud
have the '/' separator. This means that adoption will not work on
Windows servers.

Fix #21632

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-10-31 23:16:48 +00:00
..
archiver Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2022-10-24 20:29:17 +01:00
files Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2022-10-24 20:29:17 +01:00
adopt_test.go Fix repository adoption on Windows (#21646) 2022-10-31 23:16:48 +00:00
adopt.go Fix repository adoption on Windows (#21646) 2022-10-31 23:16:48 +00:00
avatar_test.go
avatar.go Merge db.Iterate and IterateObjects (#21641) 2022-10-31 23:51:14 +08:00
branch.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2022-10-24 20:29:17 +01:00
cache.go
check.go Merge db.Iterate and IterateObjects (#21641) 2022-10-31 23:51:14 +08:00
fork_test.go
fork.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2022-10-24 20:29:17 +01:00
hooks.go Merge db.Iterate and IterateObjects (#21641) 2022-10-31 23:51:14 +08:00
main_test.go
push.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2022-10-24 20:29:17 +01:00
repository_test.go
repository.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2022-10-24 20:29:17 +01:00
review_test.go
review.go
template.go
transfer_test.go
transfer.go