aboutsummaryrefslogtreecommitdiff
path: root/internal/form/repo.go
Commit message (Collapse)AuthorAge
* webhook: revalidate local hostname before each delivery (#6988)Joe Chen2022-05-31
|
* conf: add allowlist for accessing local network (#6842)Joe Chen2022-03-14
|
* security: fix SSRF in repository migration (#6812)Michael Rowley2022-03-08
| | | Co-authored-by: Joe Chen <jc@unknwon.io>
* repo: disallow urlencoded new lines in git protocol paths (#6420)stypr2020-11-27
| | | Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
* repo: support unlisted but publicly accessible repositories (#6176)Achilleas Koutsou2020-09-04
| | | Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
* lint: fix some Golang CI lint issues (#5955)ᴜɴᴋɴᴡᴏɴ2020-03-01
|
* internal: move packages under this directory (#5836)Unknwon2019-10-24
* Rename pkg -> internal * Rename routes -> route * Move route -> internal/route * Rename models -> db * Move db -> internal/db * Fix route2 -> route * Move cmd -> internal/cmd * Bump version