Commit Graph

80 Commits

Author SHA1 Message Date
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
takezoe
676e6c6047 Fix the repository url. 2013-06-16 03:20:34 +09:00
takezoe
45bcaa9d5c Close the object database at exit on JGitUtil#getContent(). 2013-06-07 01:49:25 +09:00
takezoe
62912f5416 Fix an error in ReadableRepositoryAuthenticator when repository does not exist. 2013-06-06 21:39:50 +09:00
takezoe
faba787e0d Remove unused import statement. 2013-06-06 21:33:43 +09:00
takezoe
497bc61107 Improve performance of the file list. 2013-06-06 16:34:00 +09:00
takezoe
927ff5f8c1 BufFix for the repository viewer. 2013-06-05 14:15:23 +09:00
takezoe
54ca687995 Fix file list of the nested directory. 2013-06-05 13:47:25 +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
d80823343a Separate Authenticators to the trait from ControllerBase. 2013-06-04 08:51:31 +09:00
takezoe
43e9da54b7 Move case classes in RepositoryViewerController to JGitUtil. 2013-06-02 15:15:54 +09:00
takezoe
4c2b6c7f62 Improve the commit hook to add commit messages to the issue comment. 2013-06-01 01:54:44 +09:00
takezoe
42eded8e2c Servlet, Filter and Listener are moved to 'servlet' package from 'util'
package.
2013-05-07 02:39:48 +09:00
takezoe
358f59261a WikiUtil moved to WikiService and applied cake pattern to
WikiController.
2013-05-07 02:31:39 +09:00
takezoe
2280b626a0 Add TransactionFilter. 2013-05-07 01:52:12 +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
005ccf7f10 Deletion of wiki page is implemented. 2013-05-05 02:35:15 +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
66db3a898b Added compare revisions for Wiki changes. 2013-05-04 02:09:14 +09:00
takezoe
46267d8657 Wiki repositories should be not displayed in the repository list. 2013-05-03 15:23:49 +09:00
takezoe
9ac0a04e3a wiki repository name is changed from xxx-wiki.git to xxx.wiki.git. 2013-05-03 15:18:20 +09:00
takezoe
b29f2fb64a Add file history page to the repository viewer. 2013-05-03 15:13:26 +09:00
takezoe
daf3fc75e5 Added limit parameter to JGit.getCommitLogs() and page parameter became
optional.
2013-05-03 02:46:11 +09:00
takezoe
4b909681dc Don't save if page is not modified. 2013-05-02 09:36:35 +09:00
takezoe
613f03ef32 Add wiki pages. 2013-05-02 09:17:14 +09:00
takezoe
ac1b42eb5d New wiki page creation works. 2013-05-02 09:03:08 +09:00
takezoe
1909fc605a Page editing works. 2013-05-02 04:28:27 +09:00
takezoe
d0716039fe Fixed Scaladoc mistake. 2013-05-02 02:33:54 +09:00
takezoe
ea4d736931 Implementing Wiki part. 2013-05-02 02:32:19 +09:00