| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
| |
enable_prune = true (#3246)
Executed go fmt
getEngine() not handles DB parameters (#2972) (#2974)
Uses .AllCols() for Update in updateMirror()
Spanish traslation removed
Fixed a wrong way to ommit the --prune option in process.ExecDir() for MirrorUpdate function
|
|
|
|
|
|
|
|
|
|
| |
Re: issues gogits/gogs#2863 and gogits/gogs#3231
As a result of modifications to the contents of the conf folder, `make bindata`
was run, causing an update to bindata.go.
Meta
-----
This commit will be rebased onto the 'develop' branch.
|
|
|
|
|
| |
This prevents user retrieve arbitrary webhook by changing URL to
access webhook from other unauthorized repositories.
|
|
|
|
| |
Since . and .. has browser automatical behaviors, we need to disallow those names.
|
|
|
|
| |
Initially proposed by #2376 and fixes #3068 as well.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Arbitrary file creation leading to command execution
- .md file creation/deletion
Reported by Gabriel Campana.
|
| |
|
|
|
|
|
|
|
| |
QQ STMP host port is 465
host = smtp.qq.com:465
and need the Authorized
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
"is activate" -> "is activated"
|
|
|
| |
Closes #2764
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also changes the avatar from a jpeg to a png, to allow for
transparent background. The indexed png is also smaller in size.
Note that at the moment the default avatar is only used when
the user requested a custom avatar and the custom avatar file
is not found (should never happen).
In the future the default avatar could be used as a default
return when by-mail avatar lookups fail too (both gravatar
and libravatar support passing a default)
|
| |
|
| |
|
|
|
|
| |
- Update locale bindata
|
|
|
| |
Closes #3192
|
|
|
|
| |
use 'official' repo.Name instead of incoming repoName; to enforce
correct capitalisation
|
|
|
|
| |
As you included Czech translation to official distribution, I think I'm missing here.
I know, selfish as hell... ;)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Always send user to settings screen to change avatar.
Drops "change_custom_avatar" localized message, keeps "change_avatar"
for the generic one.
NOTE: only changes the en-US locale, as per
https://github.com/gogits/gogs/wiki/Contributing-Code#those-we-do-not-accept
NOTE: requires rebuild of bindata.go to fully see effects
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
From https://godoc.org/crypto/tls#Config
ServerName is used to verify the hostname on the returned
certificates unless InsecureSkipVerify is given. It is also included
in the client's handshake to support virtual hosting unless it is
an IP address.
This is needed for certificate validation without InsecureSkipVerify.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Do not write HTML in text/plain mail part
Fixes #2928
* Pass text/plain first, text/html second
* Do not send plain/text email if html2text failed (untested)
|
|
|
|
| |
Add start count corrector for Repository.NumClosedIssues
|
|
|
|
|
|
|
|
|
|
| |
Build only work with the current master of the package. Otherwise, I get this error.
```
...
# github.com/gogits/gogs/routers/api/v1/convert
routers/api/v1/convert/convert.go:200: undefined: gogs.Team
routers/api/v1/convert/convert.go:201: undefined: gogs.Team
...
```
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* docker: update build script to use glide + make
- docker/build.sh will now use glide to fetch dependencies
- glide is built from source to keep compatibility with arm
(no pre-prebuilt binary for arm)
- docker/build.sh will also now use the provided Makefile
It will generate an error when trying to get git build has as we do
not ship the 88mo .git directory during the build (should not cause
any problem as the variable it sets was not set previously)
* docker: fix docker arm build
- drop gosu version back to 1.7 as gosu binary for armhf is broken
- see tianon/gosu#19
* docker: update gosu to 1.9
Signed-off-by: Jean-Philippe Roemer <jp@roemer.im>
|