| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
| |
We already have a separate `/markdown/raw` API, remove redundant functionality here.
|
|
|
| |
Fixed a security issue reported by bluebird.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
|
|
|
| |
Check for email collisions when updating the entire user information,
not when the username is being changed.
Fixes #5899
|
|
|
|
| |
view (#5890)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| |
|
| |
|
|
|
| |
Fixes a RCE reported by @ManassehZhou and @zeripath.
|
| |
|
|
|
|
|
|
| |
* updated the highlight.js plugin
* added some explicit mappings for syntax highlighting
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
| |
[CI SKIP]
|
|
|
|
| |
- Print app.Run() error
|
| |
|
| |
|
|
* 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
|