forgejo/routers/private
yp05327 480c61432a
Fix logic error from #28138 (#29417)
There's a miss in #28138:

![image](https://github.com/go-gitea/gitea/assets/18380374/b1e0c5fc-0e6e-44ab-9f6e-34bc8ffbe1cc)

https://github.com/go-gitea/gitea/pull/28138/files#diff-2556e62ad7204a230c91927a3f2115e25a2b688240d0ee1de6d34f0277f37dfeR162

@lunny
Not sure about the impact of this, but it will only effect 1.22, and
maybe we should fix it ASAP.

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
(cherry picked from commit f8c1efe944c539396402fb014bbfdb67ba199ef2)
2024-03-06 12:10:43 +08:00
..
tests/repos
actions.go [CLI] implement forgejo-cli 2024-02-05 13:33:58 +01:00
default_branch.go
hook_post_receive.go Fix logic error from #28138 (#29417) 2024-03-06 12:10:43 +08:00
hook_pre_receive.go Use the database object format name but not read from git repoisitory everytime and fix possible migration wrong objectformat when migrating a sha256 repository (#29294) 2024-02-26 22:30:26 +01:00
hook_proc_receive.go
hook_verification.go Improve ObjectFormat interface (#28496) 2023-12-19 07:20:47 +00:00
hook_verification_test.go Adjust object format interface (#28469) 2023-12-17 11:56:08 +00:00
internal.go
internal_repo.go Simplify how git repositories are opened (#28937) 2024-01-27 21:09:51 +01:00
key.go Final round of db.DefaultContext refactor (#27587) 2023-10-14 08:37:24 +00:00
mail.go
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
manager.go
manager_process.go
manager_unix.go
manager_windows.go
restore_repo.go
serv.go Penultimate round of db.DefaultContext refactor (#27414) 2023-10-11 04:24:07 +00:00
ssh_log.go