]> source.dussan.org Git - gitea.git/commit
Fork permission bug fixes (#2534)
authorJonas Franz <info@jonasfranz.software>
Mon, 18 Sep 2017 14:52:20 +0000 (16:52 +0200)
committerLunny Xiao <xiaolunwen@gmail.com>
Mon, 18 Sep 2017 14:52:20 +0000 (22:52 +0800)
commit566e8ecce0df27e09d9f3ed9503f788827cc1102
treea48ae27031a1d62aaa20a4ac2a44b0bb332bbd73
parent6c6533fb31bbc82e7907b1dc233212045849569b
Fork permission bug fixes (#2534)

* Hotfix for "Add time manually" (https://github.com/go-gitea/gitea/pull/2211#issuecomment-328780125)

Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Checking if Code unit is enabled before creating a fork.

Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Adding a discrete function for RepoIDAssignment

Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Improved Documentation
models/repo.go
modules/context/repo.go
routers/routes/routes.go