Commit Graph

36 Commits

Author SHA1 Message Date
takezoe
62fb968c9a Fix showing branch if specified branch, tag or id does not exist. 2013-07-11 13:07:50 +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
ac5d380602 Fix authentication for repository. 2013-07-03 16:34:35 +09:00
takezoe
14187795fb Fix some Ajax URLs and Authenticators. 2013-07-03 01:45:38 +09:00
takezoe
cd2486344f CompressUtil and FileTypeUtil are merged to FileUtil. 2013-06-29 13:58:44 +09:00
takezoe
d75b4112d1 Small fix. 2013-06-26 02:13:28 +09:00
takezoe
1ff87ff6b3 Use Option.map instead of pattern matching. 2013-06-25 14:44:02 +09:00
takezoe
44e53e05fd Don't display binary file at the blob view. 2013-06-21 12:53:37 +09:00
takezoe
16ee0e0fd6 Move getBranchesOfCommit and getTagsOfCommit to JGitUtil. 2013-06-21 11:34:26 +09:00
takezoe
4176b142e4 Change icons of the file index. 2013-06-20 21:06:08 +09:00
takezoe
676e6c6047 Fix the repository url. 2013-06-16 03:20:34 +09:00
takezoe
ef677bdb08 Fix commit id / issue id link in markdown. 2013-06-09 00:32:28 +09:00
takezoe
a6b5098f33 Add the account editing page. 2013-06-06 21:21:27 +09:00
takezoe
ab4cde9301 Show the default branch in the default. 2013-06-06 16:40:54 +09:00
takezoe
e7ab61685b Generalize markdown preview. 2013-06-05 15:09:12 +09:00
takezoe
b3e76db227 Fix error response. 2013-06-05 03:01:51 +09:00
takezoe
4d5ce740c4 Add authentication. 2013-06-05 02:46:16 +09:00
takezoe
78ad794613 Rename ProjectService to RepositoryService. 2013-06-04 01:14:27 +09:00
takezoe
b2af70d611 Fix the index page. 2013-06-03 01:36:35 +09:00
takezoe
1b1f5d5b02 Pass the Account object instead of the user name to user.scala.html. 2013-06-02 19:43:21 +09:00
takezoe
f92018ee50 Refactor to use ProjectService instead of JGitUtil directly to retrieve project information. 2013-06-02 15:47:12 +09:00
takezoe
43e9da54b7 Move case classes in RepositoryViewerController to JGitUtil. 2013-06-02 15:15:54 +09:00
takezoe
2e61598a57 Retrieve project information from DB at the repository list. 2013-06-02 15:02:53 +09:00
takezoe
e7d2455152 Add JGitUtil#withGit() and use it to release repository resources
certainly.
2013-05-05 04:58:11 +09:00
takezoe
1e7f7404dc Implemented: Downloading tagged contents as zip file. 2013-05-05 04:34:39 +09:00
takezoe
4f92ceb550 Replace existing code with JGitUtil#getRevCommitFromId(). 2013-05-05 01:37:31 +09:00
takezoe
a4123eae74 Fixed tags page. 2013-05-05 01:33:35 +09:00
takezoe
8d6fb68673 Activate a link to tags page. 2013-05-04 03:16:20 +09:00
takezoe
fec9f2c04c Move HTML templates for the repository viewer to repo.html package. 2013-05-04 02:22:23 +09:00
takezoe
46267d8657 Wiki repositories should be not displayed in the repository list. 2013-05-03 15:23:49 +09:00
takezoe
b29f2fb64a Add file history page to the repository viewer. 2013-05-03 15:13:26 +09:00
takezoe
c72624316a Fixed file download. 2013-05-03 13:30:21 +09:00
takezoe
daf3fc75e5 Added limit parameter to JGit.getCommitLogs() and page parameter became
optional.
2013-05-03 02:46:11 +09:00
takezoe
b2c6a0e24a Convert Markdown to HTML in the view by view.helpers.markdown(). 2013-05-02 02:51:17 +09:00
takezoe
36ce53477f Start to implement WikiController.
Changed controllers from servlet to filter by mapping flexibility.
2013-05-02 02:01:51 +09:00