Lunny Xiao
34182c87ec
release notes for v1.1.4
8 years ago
Lunny Xiao
c401788383
bug fixed
8 years ago
Ethan Koenig
8335b556d1
Fix rendering of external links ( #2292 ) ( #2315 )
8 years ago
Lunny Xiao
09fff9e1c1
fix 500 error when view an issue which's milestone deleted ( #2297 ) ( #2299 )
8 years ago
Lunny Xiao
622552b709
Fix deleted milestone bug ( #1942 ) ( #2300 )
...
* Fix deleted milestone bug
* Use locale for ghost milestone name
* Fix pointer bug
8 years ago
Lunny Xiao
1709297701
Fix SHA1 hash linking ( #2143 ) ( #2293 )
...
This changes the regex to look for a hash from 7 to 40 characters,
to match the use of abbreviated hash lookups in both git and github.
The restriction of not being a pure number is also removed because
1234567 is now considered a valid abbreviated hash, as is deadbeef.
A note has been added to the top of the code to state that the
literal regex match is fine, but no extra validation is currently
performed so some false positives are expected.
A future change could ensure that the hash exists in the repository
before rendering it as a link, although this might incur a slight
performance penalty.
Reverts part of commit 4a46613
and fixes #2053 .
8 years ago
Bo-Yi Wu
5fe8fee933
back port from #1709 ( #2291 )
...
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
8 years ago
Bo-Yi Wu
5bb20be8b2
update sig file ( #2269 )
...
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
8 years ago
Lunny Xiao
06a554c22a
ignore coverage for release ( #2263 )
8 years ago
Lunny Xiao
00bd47ae5c
add changelog of release v1.1.3 ( #2251 )
8 years ago
Lunny Xiao
b20f1ab47f
fix some bug
8 years ago
Ethan Koenig
9a7f59ef35
Fix fast-forward PR bug ( #2137 )
...
* Fix fast-forward PR bug
* Don't ignore error in getMergeCommit (#1843 )
8 years ago
Ethan Koenig
6a6f0616f2
Fix diff of renamed and modified file ( #2136 )
8 years ago
Ethan Koenig
6caf04c129
Don't ignore gravatar error ( #2138 )
8 years ago
Antoine GIRARD
406f5de18c
Fix missing less sources for oauth (backport #1288 ) ( #2135 )
8 years ago
Andrey Nering
39cb1ac517
Merge pull request #2043 from lunny/lunny/fix_markdown_render_list
...
Fix markdown rendering (#1530 )
8 years ago
Morlinest
58dcbaf20b
Fix markdown rendering ( #1530 )
8 years ago
Kim "BKC" Carlbäcker
5f212ff4e9
Fix PR template error ( #2008 )
8 years ago
Ethan Koenig
45fa822ac4
Fix PR template error
8 years ago
Kim "BKC" Carlbäcker
1ac8646845
Merge pull request #1944 from appleboy/release/v1.1
...
[ci skip] add 1.1.2 change log.
8 years ago
Bo-Yi Wu
13e284c7cf
[ci skip] add 1.1.2 change log.
...
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
8 years ago
Lunny Xiao
bbe6aa349f
fix bug not to trim space of login username ( #1806 )
8 years ago
agrn
4fd55d8796
Backport bugfixes #1220 and #1393 to v1.1 ( #1758 )
...
* Fix "Error: No issue number specified" when pushing
* fix wrong log when push to a new branch (#1220 )
* Removing empty file modules/github/issues.go
8 years ago
Jonas Östanbäck
daaabaa1d9
Enforce netgo build tag while cross-compilation (Backport of #1690 ) ( #1731 )
8 years ago
Lunny Xiao
fa059debca
fix delete user failed on sqlite ( #1321 )
8 years ago
Kim "BKC" Carlbäcker
2854c8aa47
Merge pull request #1724 from lunny/lunny/fix_avatar_update
...
fix update avatar
8 years ago
Lunny Xiao
506c98df5b
fix update avatar
8 years ago
Kim "BKC" Carlbäcker
f9859a2991
Update changelog with v1.1.1
8 years ago
Kim "BKC" Carlbäcker
473df53533
[backport] fix sanitation ( #1646 )
...
* Santiation fix from Gogs
- Add code-injection checks
* Fix SSH-breakage
8 years ago
Philippe Kueck
2482c67e2b
backport of PR #1257 for release/v1.1: rewrite pre-commit, post-commit and options hooks ( #1376 )
...
* issue #1250 , replace {pre,post}-receive and update hooks with a single shell script that does not require custom hooks to be a sh-script
* issue #1250 , make script posix compilant
* v23, add migration script to update {pre,post}-receive and update hooks
* migration: use a more common name and rename v23 to v26 to avoid conflicts
* gofmt'ed and added copyright header
* fix SyncRepositoryHooks to also sync wiki repos
* no migration for you.
8 years ago
Lunny Xiao
d9bdf7a65d
fix migration failed when authorized_keys is not exist ( #1375 )
...
* fix wiki bugs (#1294 )
* fix migration failed when authorized_keys is not exist
8 years ago
Lunny Xiao
11ad296347
fix wiki bugs ( #1294 ) ( #1338 )
8 years ago
Lunny Xiao
5fad54248f
fix forget migration for wiki hooks ( #1227 ) ( #1237 )
8 years ago
Philippe Kueck
2b5e4b4d96
fix #1189 , commit messages containing a pipe ( #1218 )
...
(d680164f11
)
8 years ago
Lunny Xiao
65eea82c3e
fix repo settings external tracker failed and check external urls ( #1215 ) ( #1236 )
8 years ago
Lunny Xiao
fac75b8086
Fix upgrade failed after ever rollback ( #1194 ) ( #1197 )
...
* fix upgrade failed after rollback
* fix upgrade failed after rollback
* fix possible upgrade twice fail after rollback
8 years ago
Lunny Xiao
e4706127f9
bug fixed for delete repo failed ( #1193 ) ( #1195 )
8 years ago
Lunny Xiao
c9baf9d14b
fix ini format incomiptable with crowdin ( #1177 ) ( #1192 )
8 years ago
Thomas Boerger
1d65291342
Fixed drone builds
8 years ago
Thomas Boerger
d4fcba6796
Updated changelog ( #1164 )
8 years ago
Lunny Xiao
374f1ba41f
update locale files to 2017-03-10 00:07 +08 ( #1163 )
8 years ago
Lunny Xiao
60db7ed5ac
fix scripts/mysql.sql from gogs to gitea ( #1161 )
8 years ago
Patrick G
c1c4609e4e
Grammar fixes and small wording adjustments ( #1156 )
...
* Grammar fixes and small wording adjustments
* More grammar fixes
8 years ago
Lunny Xiao
626bcf0547
merge locale files from crowdin, updated to 2017-03-09 19:28 +08 ( #1162 )
8 years ago
Patrick G
aaf9adfbe8
Fix grammar ( #1158 )
8 years ago
Lunny Xiao
b40496533b
fix leave team 404 ( #1154 )
8 years ago
Andrey Nering
d2b2881306
Fix Git hooks not being executed on Windows when running as a service ( #1149 )
...
Closes #1139
8 years ago
Lunny Xiao
5d40db629c
fix random avatars ( #1147 )
8 years ago
Lunny Xiao
af9998b8a7
fix UI display problem when wiki name is non-ascii charset ( #1142 )
8 years ago
Thomas Boerger
7ed00b6e8d
Split the binary build ( #985 )
...
As we can not compile darwin binaries with static flags I have split the
build process into different make tasks. Now we get static linked
binaries especially for linux so that it also can run on older versions
of CenOS and so on.
Signed-off-by: Thomas Boerger <thomas@webhippie.de>
8 years ago