History for gitbucket_jkp / src / main / scala / gitbucket
2017-04-16
@Naoki Takezoe
Merge pull request #1537 from tkgdsg/archivefile_naming_rule_when_sha1 ...
Naoki Takezoe authored on 16 Apr 2017 GitHub committed on 16 Apr 2017
2017-04-13
@Damian Bronecki
Fixes #1481
Damian Bronecki committed on 13 Apr 2017
2017-04-11
@Yasuhiro Takagi

Yasuhiro Takagi committed on 11 Apr 2017
2017-04-10
@Yasuhiro Takagi
To have compatibility with GitHub/GitHubEnterprise ...
Yasuhiro Takagi committed on 10 Apr 2017
2017-04-09
@Naoki Takezoe
Merge pull request #1530 from tkgdsg/modify_slash_escape_to_hyphen ...
Naoki Takezoe authored on 9 Apr 2017 GitHub committed on 9 Apr 2017
@Yasuhiro Takagi
To have comatibility with GitHub/GitHubEnerprise. ...
Yasuhiro Takagi committed on 9 Apr 2017
2017-04-04
@Naoki Takezoe
Remove unused import statement
Naoki Takezoe committed on 4 Apr 2017
@Naoki Takezoe
Remove outdated TODO
Naoki Takezoe committed on 4 Apr 2017
@Naoki Takezoe
Merge remote-tracking branch 'origin/master'
Naoki Takezoe committed on 4 Apr 2017
@Naoki Takezoe
(refs #1523)Eliminate CR and LF in public key
Naoki Takezoe committed on 4 Apr 2017
2017-04-02
@Naoki Takezoe
Merge pull request #1520 from xuwei-k/refactoring ...
Naoki Takezoe authored on 2 Apr 2017 GitHub committed on 2 Apr 2017
@Naoki Takezoe
Merge pull request #1522 from xuwei-k/Class-newInstance-deprecated ...
Naoki Takezoe authored on 2 Apr 2017 GitHub committed on 2 Apr 2017
@Naoki Takezoe
Merge pull request #1517 from kounoike/pr-fix-1516 ...
Naoki Takezoe authored on 2 Apr 2017 GitHub committed on 2 Apr 2017
@xuwei-k
s/newInstance()/getDeclaredConstructor().newInstance() ...
xuwei-k committed on 2 Apr 2017
@xuwei-k
use "exists" instead of "find().isEmpty"
xuwei-k committed on 2 Apr 2017
@xuwei-k
use "contains" instead of "find().isEmpty"
xuwei-k committed on 2 Apr 2017
@xuwei-k
use "contains" instead of "find().isDefined"
xuwei-k committed on 2 Apr 2017
@xuwei-k
use exists instead of "filter().nonEmpty"
xuwei-k committed on 2 Apr 2017
@xuwei-k
remove return
xuwei-k committed on 2 Apr 2017
@xuwei-k
use count instead of "filter().length"
xuwei-k committed on 2 Apr 2017
@KOUNOIKE Yuusuke
remove .get
KOUNOIKE Yuusuke committed on 2 Apr 2017
@xuwei-k
use "Map#getOrElse" instead of "get().getOrElse"
xuwei-k committed on 2 Apr 2017
@xuwei-k
use "contains(key)" instead of "exists(_ == key)"
xuwei-k committed on 2 Apr 2017
@xuwei-k
use "forall" instead of "filterNot().isEmpty"
xuwei-k committed on 2 Apr 2017
2017-04-01
@KOUNOIKE Yuusuke
Fix #1516 send noimage.png when user is not exist or removed.
KOUNOIKE Yuusuke committed on 1 Apr 2017
2017-03-27
@Naoki Takezoe
(refs #1511)Fix bug in updating group information
Naoki Takezoe committed on 27 Mar 2017
2017-03-23
@Naoki Takezoe
Merge pull request #1497 from kounoike/pr-textavatar ...
Naoki Takezoe authored on 23 Mar 2017 GitHub committed on 23 Mar 2017
2017-03-18
@KOUNOIKE Yuusuke
Different style of avatar for groups.
KOUNOIKE Yuusuke committed on 18 Mar 2017
@Mitsuhiro Koga
Display the recursive diffstat on the first commit.
Mitsuhiro Koga committed on 18 Mar 2017
@KOUNOIKE Yuusuke
Change TextAvatarService to TextAvatarUtil, color detection algorithm, Add fallback to username feature when FullName can't draw by default font.
KOUNOIKE Yuusuke committed on 18 Mar 2017