Josh Frye
18bac095c0
Repo setting to delete and disable wiki
9 years ago
Unknwon
5c1c221a9d
#1891 attempt to fix expected invalid CSRF token
- Remove unused config settings `[picture] service`
9 years ago
Unknwon
405b623dfe
Merge pull request #2744 from joshfng/mirror-default-branch
Set DefaultBranch to master when importing a new repo.
9 years ago
Josh Frye
ec55c4ef46
Return errors instead of just logging them.
9 years ago
Josh Frye
45905b18dd
Set DefaultBranch to master when importing a new repo if possible
9 years ago
Unknwon
53dcea5053
#2743 workaround to fix XORM problem
9 years ago
Unknwon
1728bb534d
Merge pull request #2719 from mblacktree/patch-1
update README.md
9 years ago
Andrey Nering
7bbb4b49e7
Render emojis in more places.
9 years ago
Unknwon
b0d422598c
Update TRANSLATORS and remove tip for CI
9 years ago
Unknwon
4018dd5d2a
Merge pull request #2736 from neolit123/patch
ISSUE_TEMPLATE: suggestion to test at try.gogs.io
9 years ago
Lubomir I. Ivanov
7b2a573755
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.
9 years ago
Unknwon
2e192cd647
#2727 make IN clause compatible with Postgres
9 years ago
Unknwon
53635180eb
Allow setting git operations timeouts
- Migrate: #2704 #2653
- Clone: #2701
- Mirror, Pull
9 years ago
Unknwon
3d7d9f0b76
#2700 fix sqlite3 can't create issue with more than one label
9 years ago
Unknwon
d671961d0f
Merge pull request #2722 from chriswatt/hidewikidlbutton
Hide the download archive button when viewing wiki pages
9 years ago
chriswatt
ce7d4fd150
Remove download archive button on wiki pages
9 years ago
Unknwon
5ff4daf411
Merge pull request #2717 from chriswatt/prtabs
Change colour of numbers on pull request tabs if greater than zero
9 years ago
Mike
80d2cba6f4
update README.md
minor grammar fix
9 years ago
chriswatt
2cb08b6ae6
Change colour of numbers on pull request tabs if greater than zero
9 years ago
Unknwon
b77068224a
Post work for #2637
Improve test cases, config settings, also show SSH config settings on admin config panel.
9 years ago
Unknwon
9d376dc07d
Merge pull request #2637 from Gibheer/ssh-publickeys
allow native and ssh-keygen public key check
9 years ago
Unknwon
b53eab3773
Minor fix for #2710
9 years ago
Unknwon
98522be23f
Merge pull request #2710 from lukasdietrich/develop
Add ForegroundColor for labels to resolve #2033
9 years ago
Lukas Dietrich
a742d71e41
Add ForegroundColor for labels
9 years ago
Unknwon
ce5a490b9e
Merge pull request #2706 from ChubbyNinja/develop
Image attachments keep aspect ratio
9 years ago
Unknwon
dd27059a62
Merge pull request #2694 from mhartkorn/pullrefs
Improved Pull Request refs
9 years ago
Unknwon
bffcbdfda7
Merge pull request #2707 from gogits/docker/update
Docker Container update
9 years ago
Jean-Philippe Roemer
2e9e0ef2d8
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
9 years ago
ChubbyNinja
a8582fd12f
Image attachments keep aspect ratio
9 years ago
Jean-Philippe Roemer
ca17394abf
Update .dockerignore to add new unneeded files from the Docker Context
9 years ago
Jean-Philippe Roemer
8e5f0f2889
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
9 years ago
Unknwon
78c263351c
#2697 fix panic when close issue via commit message
9 years ago
Unknwon
f49351bd43
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.
9 years ago
Unknwon
4eb48337da
Minor fix for #2660
9 years ago
Unknwon
496e92310c
Merge pull request #2660 from joshfng/config-test-mailer
Test mailer button. Addresses #1531
9 years ago
Josh Frye
51b0fc9c00
Test mailer button. Addresses #1531
9 years ago
Martin Hartkorn
b65249c7c5
Call PushToBaseRepo() also on Pull Request creation and not only on git push
9 years ago
Unknwon
e1e7bd8013
Prepare to release
9 years ago
Unknwon
d2e7c97666
Merge pull request #2693 from appleboy/patch-2
test the latest version.
9 years ago
Gibheer
e080ee49a5
use StartSSHServer instead of DisableSSH
DisableSSH doesn't check the kind of ssh server to use, so that was
wrong. Use StartSSHServer instead.
9 years ago
Gibheer
38ac440213
seperate ssh constants from schema constants
The contants were placed in the same section as the scheme ones, which
may lead to confusion.
9 years ago
Gibheer
db937710c0
variable should not use ALL_CAPS
9 years ago
Bo-Yi Wu
c5ae26370d
test the latest version.
9 years ago
Unknwon
4c3776029a
#2682 fix missing slash for go-get meta
9 years ago
Unknwon
559a1282ed
#1821 add actions for close and reopen issues
9 years ago
Unknwon
9533097c49
Merge pull request #2665 from muhmuhten/develop
Dockerfile cleanup for Alpine 3.3
9 years ago
Unknwon
4691b1a841
Fix wrong place to check disable SSH
9 years ago
Unknwon
8e3a9499ad
Merge pull request #2674 from andreynering/highlight-little-refactoring
Little refactoring of diff highlight.
9 years ago
Andrey Nering
6b296dbf42
Little refactoring of diff highlight.
Moving cache variable to template instead of in the struct.
9 years ago
Unknwon
ecfde293c6
Merge pull request #2672 from louwers/patch-1
Removed duplicate of paragraph
9 years ago