Unknwon
3d87381ce4
#1597 support pull requests in same repository
10 years ago
Unknwon
c6e46255cb
Minor fixes for #2746
10 years ago
Unknwon
ac950f3e48
Merge pull request #2746 from joshfng/feature-delete-wiki-pages
Add ability to delete single wiki pages.
10 years ago
Unknwon
7989af0eba
#2743 and #2751 fix bad SQL generated by XORM
Use hand-written SQL to do complex query
10 years ago
Josh Frye
2819d156d7
Update delete wiki page route
10 years ago
Josh Frye
86919d05cb
Add ability to delete single wiki pages.
10 years ago
Unknwon
49af309459
#2748 fix redirect loop with auto-signin
10 years ago
Unknwon
c6e810c585
Merge pull request #2738 from andreynering/emogify
Render emojis in more places.
10 years ago
Unknwon
22599912df
Minor fixes for #2745
10 years ago
Unknwon
ad0db1a34a
Merge pull request #2745 from joshfng/delete-wiki-option
Repo setting to delete and disable wiki
10 years ago
Josh Frye
18bac095c0
Repo setting to delete and disable wiki
10 years ago
Unknwon
5c1c221a9d
#1891 attempt to fix expected invalid CSRF token
- Remove unused config settings `[picture] service`
10 years ago
Unknwon
405b623dfe
Merge pull request #2744 from joshfng/mirror-default-branch
Set DefaultBranch to master when importing a new repo.
10 years ago
Josh Frye
ec55c4ef46
Return errors instead of just logging them.
10 years ago
Josh Frye
45905b18dd
Set DefaultBranch to master when importing a new repo if possible
10 years ago
Unknwon
53dcea5053
#2743 workaround to fix XORM problem
10 years ago
Unknwon
1728bb534d
Merge pull request #2719 from mblacktree/patch-1
update README.md
10 years ago
Andrey Nering
7bbb4b49e7
Render emojis in more places.
10 years ago
Unknwon
b0d422598c
Update TRANSLATORS and remove tip for CI
10 years ago
Unknwon
4018dd5d2a
Merge pull request #2736 from neolit123/patch
ISSUE_TEMPLATE: suggestion to test at try.gogs.io
10 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.
10 years ago
Unknwon
2e192cd647
#2727 make IN clause compatible with Postgres
10 years ago
Unknwon
53635180eb
Allow setting git operations timeouts
- Migrate: #2704 #2653
- Clone: #2701
- Mirror, Pull
10 years ago
Unknwon
3d7d9f0b76
#2700 fix sqlite3 can't create issue with more than one label
10 years ago
Unknwon
d671961d0f
Merge pull request #2722 from chriswatt/hidewikidlbutton
Hide the download archive button when viewing wiki pages
10 years ago
chriswatt
ce7d4fd150
Remove download archive button on wiki pages
10 years ago
Unknwon
5ff4daf411
Merge pull request #2717 from chriswatt/prtabs
Change colour of numbers on pull request tabs if greater than zero
10 years ago
Mike
80d2cba6f4
update README.md
minor grammar fix
10 years ago
chriswatt
2cb08b6ae6
Change colour of numbers on pull request tabs if greater than zero
10 years ago
Unknwon
b77068224a
Post work for #2637
Improve test cases, config settings, also show SSH config settings on admin config panel.
10 years ago
Unknwon
9d376dc07d
Merge pull request #2637 from Gibheer/ssh-publickeys
allow native and ssh-keygen public key check
10 years ago
Unknwon
b53eab3773
Minor fix for #2710
10 years ago
Unknwon
98522be23f
Merge pull request #2710 from lukasdietrich/develop
Add ForegroundColor for labels to resolve #2033
10 years ago
Lukas Dietrich
a742d71e41
Add ForegroundColor for labels
10 years ago
Unknwon
ce5a490b9e
Merge pull request #2706 from ChubbyNinja/develop
Image attachments keep aspect ratio
10 years ago
Unknwon
dd27059a62
Merge pull request #2694 from mhartkorn/pullrefs
Improved Pull Request refs
10 years ago
Unknwon
bffcbdfda7
Merge pull request #2707 from gogits/docker/update
Docker Container update
10 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
10 years ago
ChubbyNinja
a8582fd12f
Image attachments keep aspect ratio
10 years ago
Jean-Philippe Roemer
ca17394abf
Update .dockerignore to add new unneeded files from the Docker Context
10 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
10 years ago
Unknwon
78c263351c
#2697 fix panic when close issue via commit message
10 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.
10 years ago
Unknwon
4eb48337da
Minor fix for #2660
10 years ago
Unknwon
496e92310c
Merge pull request #2660 from joshfng/config-test-mailer
Test mailer button. Addresses #1531
10 years ago
Josh Frye
51b0fc9c00
Test mailer button. Addresses #1531
10 years ago
Martin Hartkorn
b65249c7c5
Call PushToBaseRepo() also on Pull Request creation and not only on git push
10 years ago
Unknwon
e1e7bd8013
Prepare to release
10 years ago
Unknwon
d2e7c97666
Merge pull request #2693 from appleboy/patch-2
test the latest version.
10 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.
10 years ago