Commit Graph

4123 Commits (b710f6bd6506d408ae226e3bbef706906e26b61e)
 

Author SHA1 Message Date
Andrey Nering 13e71acadf Render emojis in more places.
Unknwon 37ac743da7 Update TRANSLATORS and remove tip for CI
Unknwon c47a6c1510 Merge pull request from neolit123/patch
ISSUE_TEMPLATE: suggestion to test at try.gogs.io
Lubomir I. Ivanov 94f9ff1ac9 ISSUE_TEMPLATE: suggestion to test at try.gogs.io
I've noticed that a lot of issues cannot be reproduced on http://try.gogs.io,
which either hints about specific database type problems or
hints about bugs which are already solved in the newer version
(as http://try.gogs.io is usually a newer build).

This patch adds the suggestion to test the issue at http://try.gogs.io in
the Github "issue template". The user can answer: "Yes", "No", "Not relevant".

"Not relevant" is an option where testing on http://try.gogs.io makes no sense as
the bug is unrelated to the Web UI or is very specific in nature.
Unknwon 97429a25ab make IN clause compatible with Postgres
Unknwon 9e89584cb4 Allow setting git operations timeouts
- Migrate:  
- Clone: 
- Mirror, Pull
Unknwon ea80274229 fix sqlite3 can't create issue with more than one label
Unknwon 42a556a082 Merge pull request from chriswatt/hidewikidlbutton
Hide the download archive button when viewing wiki pages
chriswatt a71a5bfeb4 Remove download archive button on wiki pages
Unknwon 6cee434b04 Merge pull request from chriswatt/prtabs
Change colour of numbers on pull request tabs if greater than zero
Mike 9d44cd79ee update README.md
minor grammar fix
chriswatt 548440b48f Change colour of numbers on pull request tabs if greater than zero
Unknwon 8055a0bdac Post work for
Improve test cases, config settings, also show SSH config settings on admin config panel.
Unknwon 83c74878df Merge pull request from Gibheer/ssh-publickeys
allow native and ssh-keygen public key check
Unknwon d320915ad2 Minor fix for
Unknwon 8e160edbd5 Merge pull request from lukasdietrich/develop
Add ForegroundColor for labels to resolve 
Lukas Dietrich c0eaae200e Add ForegroundColor for labels
Unknwon 79ae163296 Merge pull request from ChubbyNinja/develop
Image attachments keep aspect ratio
Unknwon 7a91d7e776 Merge pull request from mhartkorn/pullrefs
Improved Pull Request refs
Unknwon 6465adfe5c Merge pull request from gogits/docker/update
Docker Container update
Jean-Philippe Roemer db14949209 Update Docker REAMDE.md
- Remove the known issue about `.dockerignore` being ignored during DockerHub automated build as this has been fixed
- Added a note on the fact that we currently do no support building the container on RPi1
ChubbyNinja ab4bc653ab Image attachments keep aspect ratio
Jean-Philippe Roemer ab4eacd15f Update .dockerignore to add new unneeded files from the Docker Context
Jean-Philippe Roemer 7845075bd2 Dockerfile & Dockerfile.pi updates
- Upgrade of gosu to v1.7
- Change in docker/build.sh to use `--no-cache` to prevent APKINDEX creation when installing dev dependencies
- Manual upgrade of Alpine on Raspberry Pi when building to make sure the environment is the same as the standard Dockerfile
Unknwon 129638117f fix panic when close issue via commit message
Unknwon 4438b7793b Add new config option for builtin SSH server
Config option [server] SSH_LISTEN_PORT to the port the builtin SSH server will be listen.
It can be different from SSH_PORT which is supposed to be exposed in the clone URL.
This should solve the problem when user runs Gogs inside Docker container
and still want to use builtin SSH server.
Unknwon baaf6046a1 Minor fix for
Unknwon 5418c2c5e4 Merge pull request from joshfng/config-test-mailer
Test mailer button. Addresses 
Josh Frye c27038e392 Test mailer button. Addresses
Martin Hartkorn 51f15880d1 Call PushToBaseRepo() also on Pull Request creation and not only on git push
Unknwon d324500959 Prepare to release
Unknwon 3d218861e2 Merge pull request from appleboy/patch-2
test the latest version.
Gibheer e721c5cf86 use StartSSHServer instead of DisableSSH
DisableSSH doesn't check the kind of ssh server to use, so that was
wrong. Use StartSSHServer instead.
Gibheer e3570ae45d seperate ssh constants from schema constants
The contants were placed in the same section as the scheme ones, which
may lead to confusion.
Gibheer 2f27ee2232 variable should not use ALL_CAPS
Bo-Yi Wu c65bd65254 test the latest version.
Unknwon 72ce06eab8 fix missing slash for go-get meta
Unknwon 912f7b51e9 add actions for close and reopen issues
Unknwon 90fab0be6b Merge pull request from muhmuhten/develop
Dockerfile cleanup for Alpine 3.3
Unknwon c9516c4c60 Fix wrong place to check disable SSH
Unknwon 6e74dd4388 Merge pull request from andreynering/highlight-little-refactoring
Little refactoring of diff highlight.
Andrey Nering d160c7e565 Little refactoring of diff highlight.
Moving cache variable to template instead of in the struct.
Unknwon 8ac04a3f29 Merge pull request from louwers/patch-1
Removed duplicate of paragraph
Bart b91b35b565 Removed duplicate of paragraph
Unknwon ac78bae7b5 Replace uuid module with original package
Unknwon 926e75d721 strip whitespace for migrate URL
Also fix a possible race condition while install
Unknwon d5a3021a7d Make markdown as an independent module
Unknwon d8a994ef24 Move cron module to independent package
Make it easier to keep track of upstream changes and bug fixes
Unknwon 7140dbac95 Fix
Unknwon acf094fb07 Minor fix for
Add AttributesInBind option in new auth source form.