aboutsummaryrefslogtreecommitdiff
path: root/go.mod
Commit message (Collapse)AuthorAge
* go.mod: update unknwon.dev/clog/v2 to v2.1.1ᴜɴᴋɴᴡᴏɴ2020-02-22
|
* conf: overhaul server settings (#5928)ᴜɴᴋɴᴡᴏɴ2020-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * conf: rename package * Requires Go 1.12 * Fix lint * Fix lint * Overhaul * db: fix tests * Save my work * Fix tests * Server.UnixSocketPermission * Server.LocalRootURL * SSH settings * Server.OfflineMode * Save my work * App.Version * Remove [server] STATIC_ROOT_PATH * Server.LandingURL
* go.mod: update golang.org/x/crypto/ssh for security fixesᴜɴᴋɴᴡᴏɴ2020-02-21
|
* log: migrate to unknwon.dev/clog/v2 (#5927)ᴜɴᴋɴᴡᴏɴ2020-02-20
| | | | | | * Add unknwon.dev/clog/v2 * Update all places
* osutil: add unit testsᴜɴᴋɴᴡᴏɴ2020-02-19
|
* go.mod: update github.com/go-macaron/i18n to v0.5.0ᴜɴᴋɴᴡᴏɴ2020-02-18
| | | | Fixes a security issue reported by Dor Tumarkin, Security Researcher at Checkmarx.
* api/misc/markdown: remove Mode option (#5910)ᴜɴᴋɴᴡᴏɴ2020-01-29
| | | We already have a separate `/markdown/raw` API, remove redundant functionality here.
* internal/db/org: fix private repositories are hidden in the organization ↵Michael Li2020-01-21
| | | | view (#5890)
* repo: use editorconfig v2 (#5888)Yoan Blanc2019-12-25
| | | | | | | | | | | | | | | | * repo: editorconfig v2 Signed-off-by: Yoan Blanc <yoan@dosimple.ch> * fixup! repo: editorconfig v2 Signed-off-by: Yoan Blanc <yoan@dosimple.ch> * Update repo.go * Update repo.go Co-authored-by: Unknwon <u@gogs.io>
* mirror: use Git command to update origin remote address (#5767) (#5865)Unknwon2019-11-16
| | | Fixes a RCE reported by @ManassehZhou and @zeripath.
* go.mod: update github.com/go-macaron/binding@v1.0.1Unknwon2019-11-12
| | | | Addresses gogs/go-gogs-client#111.
* go.mod: update github.com/gogs/go-libravatar (#5851)Unknwon2019-11-05
|
* pkgr: slow but fix builds on packager.io (#5840)Unknwon2019-10-25
| | | | | | | | | | * Test * Test * My last try * Avoid cleaning old Go version
* packager.io: update scripts (#5837)Unknwon2019-10-24
| | | | | | | | | | | | * Test new buildpack and distro * Try another buildpack version * Give another try * Try another one * Best effort
* Enable Go modules (#5835)Unknwon2019-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