Damian Bronecki
7c4a286937
Fixes #1539
2017-04-15 23:20:57 +02:00
Damian Bronecki
ed543847a8
Fixes #1481
2017-04-13 20:43:20 +02:00
Naoki Takezoe
00093728ee
Merge pull request #1530 from tkgdsg/modify_slash_escape_to_hyphen
...
archive naming rule modification to have comatibility with GitHub/GitHubEnerprise.
2017-04-09 20:11:26 +09:00
Yasuhiro Takagi
34c1fce8a2
To have comatibility with GitHub/GitHubEnerprise.
...
When downloding archive file,
GH/GHE use "-" as escape character for "/" in brach name.
2017-04-09 16:57:52 +09:00
Naoki Takezoe
c581d9e6b9
Remove unused import statement
2017-04-05 01:48:36 +09:00
Naoki Takezoe
956af54d4f
Remove outdated TODO
2017-04-05 01:48:24 +09:00
Naoki Takezoe
d5a0ade5d9
Merge remote-tracking branch 'origin/master'
2017-04-05 01:47:07 +09:00
Naoki Takezoe
68c2f832ac
(refs #1523 )Eliminate CR and LF in public key
2017-04-05 01:46:57 +09:00
Naoki Takezoe
614bba4a0f
Merge pull request #1520 from xuwei-k/refactoring
...
some refactoring
2017-04-02 16:36:07 +09:00
Naoki Takezoe
fde075f067
Merge pull request #1521 from xuwei-k/test-MySQL-version
...
update MySQL v5_7_latest in test
2017-04-02 16:35:15 +09:00
Naoki Takezoe
ea6bc9ccf0
Merge pull request #1522 from xuwei-k/Class-newInstance-deprecated
...
s/newInstance()/getDeclaredConstructor().newInstance()
2017-04-02 16:35:04 +09:00
Naoki Takezoe
b99c1c3f6e
Merge pull request #1517 from kounoike/pr-fix-1516
...
Fix #1516 send noimage.png if user is removed.
2017-04-02 16:34:42 +09:00
xuwei-k
1e715d8b06
s/newInstance()/getDeclaredConstructor().newInstance()
...
java.lang.Class#newInstance deprecated since Java 9
http://download.java.net/java/jdk9/docs/api/java/lang/Class.html#newInstance--
2017-04-02 16:07:23 +09:00
xuwei-k
2a3e4af082
update MySQL v5_7_latest in test
...
v5_7_10 does not work Sierra
https://github.com/wix/wix-embedded-mysql/blob/wix-embedded-mysql-2.1.4/src/main/java/com/wix/mysql/distribution/Version.java#L86
2017-04-02 15:58:43 +09:00
xuwei-k
968c45c77d
use "exists" instead of "find().isEmpty"
2017-04-02 15:49:10 +09:00
xuwei-k
ee8be37f55
use "contains" instead of "find().isEmpty"
2017-04-02 15:48:46 +09:00
xuwei-k
2d9727a695
use "contains" instead of "find().isDefined"
2017-04-02 15:43:24 +09:00
xuwei-k
0aa6e674e9
use exists instead of "filter().nonEmpty"
2017-04-02 15:42:22 +09:00
xuwei-k
445bf1cc34
remove return
2017-04-02 15:42:22 +09:00
xuwei-k
cfae6d76b2
use count instead of "filter().length"
2017-04-02 15:42:22 +09:00
KOUNOIKE Yuusuke
83a27809ef
remove .get
2017-04-02 15:42:21 +09:00
xuwei-k
5eb41d5b25
use "Map#getOrElse" instead of "get().getOrElse"
2017-04-02 15:28:44 +09:00
xuwei-k
fe5961c59e
use switch
2017-04-02 15:28:44 +09:00
xuwei-k
114c50a354
use "contains(key)" instead of "exists(_ == key)"
2017-04-02 15:28:44 +09:00
xuwei-k
56a39775e8
use "forall" instead of "filterNot().isEmpty"
2017-04-02 15:17:21 +09:00
KOUNOIKE Yuusuke
3bb32f11d7
Fix #1516 send noimage.png when user is not exist or removed.
2017-04-01 21:26:32 +09:00
Naoki Takezoe
c0e04ab0dc
(refs #1511 )Fix bug in updating group information
2017-03-27 20:52:21 +09:00
Mitsuhiro Koga
9ba43071de
Delete duplicate css style
2017-03-23 21:39:10 +09:00
Mitsuhiro Koga
37f940350f
Fix broken diffstat layout at zoom in/out
2017-03-23 21:37:52 +09:00
Naoki Takezoe
b65f7d9423
Merge pull request #1497 from kounoike/pr-textavatar
...
Add support auto-generated icon for default avatar.
2017-03-23 19:37:13 +09:00
KOUNOIKE Yuusuke
d27b9222ba
Different style of avatar for groups.
2017-03-19 02:14:26 +09:00
Mitsuhiro Koga
c41c15dbc1
Display the recursive diffstat on the first commit.
2017-03-19 02:14:12 +09:00
Mitsuhiro Koga
a76d14d81f
fix to align diffstat positions
2017-03-18 18:54:53 +09:00
KOUNOIKE Yuusuke
4d0e0b7bd2
Change TextAvatarService to TextAvatarUtil, color detection algorithm, Add fallback to username feature when FullName can't draw by default font.
2017-03-18 10:40:48 +09:00
Naoki Takezoe
4e3c88f1f4
Merge pull request #1501 from garbagetown/pr_add_permalink_to_issue_comment
...
add permalink to issue comments
2017-03-18 01:36:05 +09:00
garbagetown
a2e150817c
add permalink to issue comment
2017-03-18 01:06:52 +09:00
KOUNOIKE Yuusuke
e3aa9d739d
fix #1366 .
2017-03-18 00:45:28 +09:00
Naoki Takezoe
faa8f8aade
(refs #1499 )Allow guest users to read private repositories via HTTP
2017-03-17 21:44:18 +09:00
Naoki Takezoe
f165e89a8d
(refs #1498 ) Fix record inserting and deletion of repository related tables
2017-03-17 21:38:21 +09:00
KOUNOIKE Yuusuke
620c3161cf
Add support TextAvatar feature and _avatar returns it.
2017-03-16 23:50:46 +09:00
Naoki Takezoe
2cff3884e2
Remove copy buttons from the pull request merge guide to simplify
2017-03-14 12:51:30 +09:00
Naoki Takezoe
5ac01a0617
Add Scaladoc
2017-03-14 12:51:04 +09:00
Naoki Takezoe
5b68ca1416
(refs #1491 )Code format
2017-03-14 12:27:39 +09:00
Naoki Takezoe
2cb29654e9
(refs #1491 )Note helper.assets as deprecated.
...
Use assets(path: String)(implicit context: Context) instead. It adds the hash value which is generated from bootstrap timestamp to the resource url automatically.
2017-03-14 10:07:16 +09:00
Naoki Takezoe
43aff74ad2
Merge pull request #1491 from kounoike/pr-cache-control
...
Add Cache-Control header for _avatar and /plugin-assets (refs #777 )
2017-03-14 09:52:03 +09:00
KOUNOIKE Yuusuke
8087531d64
fix test.
2017-03-14 07:36:07 +09:00
KOUNOIKE Yuusuke
1312276151
Add query parameter for cache control.
...
TODO: PluginAssetsServlet should add Last-Modified header instead of Cache-Control header.
2017-03-14 06:48:35 +09:00
KOUNOIKE Yuusuke
8fa3bf7850
Change from Cache-Control based control to Last-Modified based cache control for _avatar.
2017-03-14 06:08:03 +09:00
KOUNOIKE Yuusuke
cdc8431865
Add query parameter by updatedDate for _avatar image for cache control.
2017-03-14 05:36:02 +09:00
Naoki Takezoe
f4da49b5bd
( #1490 )Use java.util.Base64 instead of sun.misc or commons-codec
2017-03-14 02:17:34 +09:00