Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | public/js: upgrade jQuery 1.12.4 to 3.4.1 | Unknwon | 2020-01-31 |
| | |||
* | public: upgrade Semantic UI 2.3.1 to 2.4.2 | Unknwon | 2020-01-31 |
| | |||
* | public/js: upgrade clipboard 1.5.9 to 2.0.4 | Unknwon | 2020-01-31 |
| | |||
* | public/js: upgrade jQuery 1.11.3 to 1.12.4 | Unknwon | 2020-01-31 |
| | |||
* | all: use lazyregexp (#5911) | ᴜɴᴋɴᴡᴏɴ | 2020-01-29 |
| | | | | | | * Use lazyregexp * all: fix imports and usages | ||
* | conf: fix wrong default example value | Unknwon | 2020-01-29 |
| | |||
* | conf: update instructions for installing go-bindata | Unknwon | 2020-01-29 |
| | |||
* | repo: able fill pull request title by template from md file (#5901) | ivan | 2020-01-29 |
| | | | | | | | | | | | | | | | | * able fill pull request title by template from md file * fix: unusedresult: result of fmt.Sprintf call not used (from govet) * fix: remove import fmt -> not used * after review / PullRequestTitleTemplateCandidates moved to after line 39 * Update pull.go * Update pull.go Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | ||
* | api/misc/markdown: remove Mode option (#5910) | ᴜɴᴋɴᴡᴏɴ | 2020-01-29 |
| | | | We already have a separate `/markdown/raw` API, remove redundant functionality here. | ||
* | api: sanitize raw markdown content (#5907) | ᴜɴᴋɴᴡᴏɴ | 2020-01-27 |
| | | | Fixed a security issue reported by bluebird. | ||
* | repo: fix redirect after opening/closing milestone (#5903) | Andrey Filippov | 2020-01-26 |
| | | | | | | | | | | | | | | | | * Fix milestone redirect * gosimple * Apply suggestions from code review Co-Authored-By: ᴜɴᴋɴᴡᴏɴ <u@gogs.io> * fix typo * Update docstring of MakeURL Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | ||
* | docker: check "/app/gogs" separately on startup (#5895) | Achilleas Koutsou | 2020-01-23 |
| | | | | | | | | When running gogs after the first time, if the image has changed (update rebuild), the /app/gogs directory will have changed owner back to root:root, but /data will likely not be since the data directories are likely to be persistent. Checking /app/gogs separately fixes this. | ||
* | user/setting: check for IsErrEmailAlreadyUsed when updating user (#5900) | Achilleas Koutsou | 2020-01-23 |
| | | | | | | Check for email collisions when updating the entire user information, not when the username is being changed. Fixes #5899 | ||
* | internal/db/org: fix private repositories are hidden in the organization ↵ | Michael Li | 2020-01-21 |
| | | | | view (#5890) | ||
* | repo: use editorconfig v2 (#5888) | Yoan Blanc | 2019-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> | ||
* | repo: fix stale webhook documentation link (#5883) | Kevin Gentile | 2019-12-09 |
| | |||
* | locale: sync from Crowdin | Unknwon | 2019-12-09 |
| | |||
* | .github: add refine feature_request and add security templates | Unknwon | 2019-11-25 |
| | | | | [SKIP CI] | ||
* | .github: add config.yml and update bug_report template | Unknwon | 2019-11-25 |
| | | | | [SKIP CI] | ||
* | Dockefile: format and use tagged version | Unknwon | 2019-11-25 |
| | | | | [SKIP CI] | ||
* | README: add phonetic symbol | Unknwon | 2019-11-25 |
| | | | | [SKIP CI] | ||
* | README: add Syncloud to Product Support | Unknwon | 2019-11-18 |
| | | | | [SKIP CI] | ||
* | mirror: use Git command to update origin remote address (#5767) (#5865) | Unknwon | 2019-11-16 |
| | | | Fixes a RCE reported by @ManassehZhou and @zeripath. | ||
* | go.mod: update github.com/go-macaron/binding@v1.0.1 | Unknwon | 2019-11-12 |
| | | | | Addresses gogs/go-gogs-client#111. | ||
* | public: makes CodeMirror mode by filename lookups case-insensitive (#5857) | Johannes | 2019-11-08 |
| | | | | | | | | * updated the highlight.js plugin * added some explicit mappings for syntax highlighting * public: makes CodeMirror mode by filename extension lookup case-insensitive | ||
* | templates: fix line wrap for very long commit message | Unknwon | 2019-11-07 |
| | |||
* | public: update highlights.js to 9.16.2 (#5856) | johannes69ki | 2019-11-07 |
| | | | | | | * updated the highlight.js plugin * added some explicit mappings for syntax highlighting | ||
* | go.mod: update github.com/gogs/go-libravatar (#5851) | Unknwon | 2019-11-05 |
| | |||
* | tls: update default CurvePreferences and CipherSuites (#5850) | Kasei | 2019-11-05 |
| | | | | | | | | | * Enable X25519 curve and reorder curve list to improve key exchange performance * Enable ECDSA ciphers for EC certs * Enable CHACHA20_POLY1305 ciphers * Disable RSA key exchange algorithm which don't provide PFS * Disable non-AEAD ciphers Signed-off-by: Kasei Wang <kasei@kasei.im> | ||
* | templates: update version info | Unknwon | 2019-11-05 |
| | |||
* | db/repo: print more error info | Unknwon | 2019-11-05 |
| | |||
* | repo: delete local copies on owner name change (#5843) | Guy Smoilov | 2019-11-03 |
| | | | | | | | | | | | * Protect local repo copy deletion with repoWorkingPool, and delete the local copy on owner name change. * Update internal/db/user.go Co-Authored-By: Unknwon <u@gogs.io> * Error format on local repo and wiki deletion | ||
* | README: remove unstable badge | Unknwon | 2019-11-02 |
| | | | | [CI SKIP] | ||
* | README: use modern style of badges | Unknwon | 2019-11-02 |
| | | | | [CI SKIP] | ||
* | locale: sync from Crowdin | Unknwon | 2019-11-02 |
| | |||
* | locale: amend source locale | Unknwon | 2019-10-30 |
| | | | | [CI SKIP] | ||
* | cmd/import: improve error message | Unknwon | 2019-10-26 |
| | | | | - Print app.Run() error | ||
* | locale: sync from Crowdin | Unknwon | 2019-10-26 |
| | |||
* | pkgr: slow but fix builds on packager.io (#5840) | Unknwon | 2019-10-25 |
| | | | | | | | | | | * Test * Test * My last try * Avoid cleaning old Go version | ||
* | Makefile: set -trimpath on build | Unknwon | 2019-10-25 |
| | | | | [ci skip] | ||
* | appveyor: remove direct from GOPROXY | Unknwon | 2019-10-24 |
| | |||
* | appveyor: print Go version | Unknwon | 2019-10-24 |
| | |||
* | appveyor: use stack: go 1.13.3 | Unknwon | 2019-10-24 |
| | |||
* | appveyor: add GOPROXY env | Unknwon | 2019-10-24 |
| | |||
* | pkgr: use lower version of buildpack | Unknwon | 2019-10-24 |
| | |||
* | web: fix panic when download attachments (#5838) | Unknwon | 2019-10-24 |
| | |||
* | Remove use of develop branch | Unknwon | 2019-10-24 |
| | |||
* | packager.io: update scripts (#5837) | Unknwon | 2019-10-24 |
| | | | | | | | | | | | | * Test new buildpack and distro * Try another buildpack version * Give another try * Try another one * Best effort | ||
* | internal: move packages under this directory (#5836) | Unknwon | 2019-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 | ||
* | 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 |