Yoan Blanc
76b87b1bbd
repo: use editorconfig v2 ( #5888 )
...
* 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>
2019-12-25 10:26:57 +08:00
Kevin Gentile
1b929e3afc
repo: fix stale webhook documentation link ( #5883 )
2019-12-09 14:20:04 -08:00
Unknwon
6b9b42bbdf
locale: sync from Crowdin
2019-12-09 00:25:34 -05:00
Unknwon
bbc12378d4
mirror: use Git command to update origin remote address ( #5767 ) ( #5865 )
...
Fixes a RCE reported by @ManassehZhou and @zeripath.
2019-11-16 21:26:06 -08:00
Unknwon
53d30ccde9
templates: fix line wrap for very long commit message
2019-11-07 11:18:21 -08:00
johannes69ki
7d9f408d3a
public: update highlights.js to 9.16.2 ( #5856 )
...
* updated the highlight.js plugin
* added some explicit mappings for syntax highlighting
2019-11-07 10:43:01 -08:00
Kasei
dbc66d0405
tls: update default CurvePreferences and CipherSuites ( #5850 )
...
* 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>
2019-11-05 23:09:29 -08:00
Unknwon
83b480761f
db/repo: print more error info
2019-11-05 11:01:11 -08:00
Guy Smoilov
b40b85e006
repo: delete local copies on owner name change ( #5843 )
...
* 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
2019-11-03 11:07:40 -08:00
Unknwon
0f81490830
locale: sync from Crowdin
2019-11-02 12:44:15 -07:00
Unknwon
7da5d83d6e
locale: amend source locale
...
[CI SKIP]
2019-10-30 20:18:20 -07:00
Unknwon
1cfdd1283a
cmd/import: improve error message
...
- Print app.Run() error
2019-10-26 01:48:19 -07:00
Unknwon
762e1167c7
locale: sync from Crowdin
2019-10-26 01:47:27 -07:00
Unknwon
390b903c55
web: fix panic when download attachments ( #5838 )
2019-10-24 19:58:30 -07:00
Unknwon
01c8df01ec
internal: move packages under this directory ( #5836 )
...
* 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
2019-10-24 01:51:46 -07:00