Commit Graph

261 Commits

Author SHA1 Message Date
takezoe
fc29b34573 (refs #2)Fix comparing diffs before sending pull request. 2013-07-15 21:40:54 +09:00
takezoe
78d48c8be3 Remove var! 2013-07-15 13:02:26 +09:00
takezoe
eb82af9006 (refs #2)Implementing the comparing view. 2013-07-13 20:09:19 +09:00
takezoe
0760b6a89c Merge branch 'master' into fork-and-pullreq
Conflicts:
	src/main/scala/app/CreateRepositoryController.scala
	src/main/scala/service/WikiService.scala
	src/main/scala/util/JGitUtil.scala
2013-07-12 15:50:53 +09:00
takezoe
f163e348e0 (refs #34)Link conversion checks existence of accounts and issues. 2013-07-12 15:15:58 +09:00
takezoe
828688ddd0 (refs #33)Match committer by mail address. 2013-07-12 04:27:20 +09:00
takezoe
28cafbcad2 (refs #35)Fixed. 2013-07-12 02:14:27 +09:00
takezoe
386f0dc142 (refs #36)Handle unresolved revision string. 2013-07-11 21:24:09 +09:00
takezoe
72e2c6dca7 Replace String#format() with string interpolation. 2013-07-11 20:19:11 +09:00
takezoe
81fe467b20 Improve Git repository creation. 2013-07-11 19:47:48 +09:00
takezoe
6dd1299dff (refs #2)Experimental implementation of forking repository. 2013-07-11 18:49:03 +09:00
takezoe
f104fab593 Rename StringUtil#encrypt() to sha1(). 2013-07-11 11:09:30 +09:00
takezoe
0170f9b44a Replace implicit conversion with implicit class. 2013-07-11 11:03:59 +09:00
takezoe
796a276b65 (refs #28)Look up Gravatar if user icon is not configured. 2013-07-11 03:51:50 +09:00
takezoe
02c015574f (refs #28)Fix information message. 2013-07-10 18:24:46 +09:00
takezoe
2da756692b (refs #28)Avatar image can be uploaded at the account editing page. 2013-07-10 14:15:56 +09:00
takezoe
e4324258d3 (refs #28)Implementing avatar image uploading. 2013-07-10 11:34:36 +09:00
takezoe
ebc858aed9 (refs #31)Make it possible to create empty repository. 2013-07-09 19:41:00 +09:00
takezoe
67d6cf37a5 Display the commit count at the repository viewer. 2013-07-06 16:49:06 +09:00
takezoe
9688afac02 Authenticators are renamed. 2013-07-04 03:37:49 +09:00
takezoe
45639c1dc5 Fix OneselfAuthenticator. 2013-07-03 18:00:45 +09:00
takezoe
b59a4ce94b Add OneselfAuthenticator. 2013-07-03 16:53:04 +09:00
takezoe
04da7eb9de Fix OwnerOnlyAuthenticator 2013-07-03 16:34:01 +09:00
takezoe
d26a07e28e Authenticator pass RepositoryInfo to actions. 2013-07-03 15:13:25 +09:00
takezoe
23bea37ed6 Authenticator pass RepositoryInfo to actions. 2013-07-03 14:53:40 +09:00
takezoe
1393d919c3 Fix retrieving user name and repository name from request path in Authenticator. 2013-07-03 14:23:41 +09:00
takezoe
14187795fb Fix some Ajax URLs and Authenticators. 2013-07-03 01:45:38 +09:00
takezoe
16f42f6087 Add TODO. 2013-06-29 15:31:29 +09:00
takezoe
4370ad06ea Move extendsHtmlSeq which provides mkHtml to view.helpers because it's used at only views. 2013-06-29 15:30:24 +09:00
takezoe
10f2cbbc3e Encrypt password. 2013-06-29 15:13:20 +09:00
takezoe
cd2486344f CompressUtil and FileTypeUtil are merged to FileUtil. 2013-06-29 13:58:44 +09:00
takezoe
00ad0c1745 Add System Settings page. 2013-06-28 13:45:31 +09:00
takezoe
e334570670 Add validation for label name and color. 2013-06-26 02:11:19 +09:00
takezoe
f335d30ac7 Implementing conditional issue searching. 2013-06-25 21:41:23 +09:00
takezoe
dfcac1e7a4 Separate extension of scalatra-forms to trait from ControllerBase. 2013-06-24 00:23:01 +09:00
takezoe
fd0047e3b5 Fix typo in Scaladoc. 2013-06-24 00:15:20 +09:00
takezoe
27977d3263 Move implicit conversion for mkHtml to util.Implicits. 2013-06-23 22:26:38 +09:00
takezoe
cc1be57d5f Fix commit message presentation. 2013-06-22 14:19:08 +09:00
takezoe
0ee827eaf5 Convert issue id and commit id in commit message to link. 2013-06-22 14:07:26 +09:00
takezoe
65eb89475a Update flag columns to BOOLEAN. 2013-06-21 13:24:58 +09:00
takezoe
16ee0e0fd6 Move getBranchesOfCommit and getTagsOfCommit to JGitUtil. 2013-06-21 11:34:26 +09:00
takezoe
cd5700ab20 Show diff for only text files. 2013-06-20 14:39:21 +09:00
takezoe
111c6a7bad Improve performance of the commit history page. 2013-06-20 03:00:54 +09:00
takezoe
ff27135df6 Delete all temporary directories in repository deletion. 2013-06-20 02:51:49 +09:00
takezoe
cd14d22737 Display parent commit id at the commit details page. 2013-06-19 20:07:51 +09:00
takezoe
ac03a3a68d Fix image files presentation at blob view and diff view. 2013-06-19 19:11:56 +09:00
takezoe
7a3512ee18 Fix commit log presentation. 2013-06-19 04:27:57 +09:00
takezoe
1679fb98d0 Fix commit log. 2013-06-19 03:22:49 +09:00
takezoe
874b2ae2b3 reverse the order of commits to retrieve the last commit of files. 2013-06-18 22:04:29 +09:00
takezoe
b72bbb6dcd Improve repository presentation. 2013-06-18 19:59:03 +09:00