Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Enable Go modules (#5835) | Unknwon | 2019-10-23 |
| | | | | | | | | | | | | | | | | * Remove vendor * Enable Go modules * ci: add command to fetch dependencies * ci: update setting * ci: update settings * Require Go 1.11 * Rename module name to gogs.io/gogs | ||
* | models/repo_editor: sanitize user-defined file name to prevent RCE (#5558) | Unknwon | 2018-12-18 |
| | | | | Reported by PentesterLab (https://pentesterlab.com). | ||
* | pkg/context: apply EscapePound at context level | Unknwon | 2018-09-28 |
| | | | | | | Always escape template variable {{.Link}} variable and redirect calls. Relates to #5442 | ||
* | repo/editor: hide internal error detail | Unknwon | 2018-08-17 |
| | | | | Prevent exposure of server path | ||
* | repo_editor: able to trigger Git hooks (#4338) | Unknwon | 2018-08-17 |
| | |||
* | *: rename "gogits" to "gogs" | Unknwon | 2018-05-27 |
| | |||
* | security: fix path cleanup for repository init and editor (#5207) | Lauris BH | 2018-05-08 |
| | | | Reported by Kacper Szurek https://security.szurek.pl/. | ||
* | Refactoring: rename package routers -> routes | Unknwon | 2017-06-11 |