Commit Graph

139 Commits

Author SHA1 Message Date
takezoe
f93dc890c8 Milestone deletion is available. 2013-06-23 12:31:03 +09:00
takezoe
7b8edb3ec4 Add TODO to retrieving the current timestamp. 2013-06-23 03:06:22 +09:00
takezoe
bc607661a9 Update database schema.
Change MILESTONE.CLOSED to MILESTONE.CLOSED_DATE.
2013-06-23 03:00:29 +09:00
takezoe
49369f253a Start to implement milestone pages. 2013-06-23 02:49:01 +09:00
takezoe
6702fdf24f Move isWritable to RepositoryService. 2013-06-23 02:48:02 +09:00
takezoe
157f545186 Add date value type for scalatra-forms mapping. 2013-06-23 02:19:53 +09:00
takezoe
2881df65a7 Change java.sql.Date to java.sql.Timestamp. 2013-06-22 14:41:20 +09:00
shimamoto
fb51210ccc Implemented the issue list. 2013-06-21 21:12:58 +09:00
takezoe
4d4e0c8487 Fix validation for user name, page name and repository name. 2013-06-21 18:56:00 +09:00
takezoe
b20f85e21c Fix validation. 2013-06-21 18:38:26 +09:00
takezoe
fbc9945eee Hide private repositories at the account page. 2013-06-21 18:27:35 +09:00
takezoe
65eb89475a Update flag columns to BOOLEAN. 2013-06-21 13:24:58 +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
shimamoto
fa85c36eb1 Implemented the reference of the issue. 2013-06-20 21:59:53 +09:00
takezoe
8ce22a8846 Merge branch 'master' of https://github.com/takezoe/gitbucket.git 2013-06-20 21:06:28 +09:00
takezoe
4176b142e4 Change icons of the file index. 2013-06-20 21:06:08 +09:00
shimamoto
a05ad4641f Implemented the registration of the issue. 2013-06-20 19:43:13 +09:00
takezoe
ff27135df6 Delete all temporary directories in repository deletion. 2013-06-20 02:51:49 +09:00
takezoe
1826b81e99 Delete working copy of wiki repository in repository deletion. 2013-06-20 00:33:01 +09:00
takezoe
0461b586ea Returns NotFound() if the repository does not exist. 2013-06-16 13:38:36 +09:00
takezoe
ffd0c4f195 Fix page name validation. 2013-06-16 13:29:44 +09:00
takezoe
19cab6b2d8 Remove debug code. 2013-06-16 03:21:20 +09:00
takezoe
676e6c6047 Fix the repository url. 2013-06-16 03:20:34 +09:00
takezoe
8c12e15bc5 Add action which returns the file content in the wiki repository. 2013-06-16 02:09:21 +09:00
shimamoto
5c468634da Add new issue template. 2013-06-10 22:14:33 +09:00
takezoe
ef677bdb08 Fix commit id / issue id link in markdown. 2013-06-09 00:32:28 +09:00
takezoe
280fe85ff9 Delete Repository page has been implemented. 2013-06-07 01:50:35 +09:00
takezoe
a037ef34ce Add the error page.
ControllerBase#NotFound() renders this page instead of redirecting to the top page.
2013-06-06 21:41:41 +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
shimamoto
3208792393 Add Issues. 2013-06-05 16:26:26 +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
0bb46ba756 Fix initial README.md content. 2013-06-05 02:02:20 +09:00
takezoe
b42d8205a8 Merge branch 'master' of https://github.com/takezoe/gitbucket
Conflicts:
	src/main/scala/app/SettingsController.scala
2013-06-05 01:49:46 +09:00
takezoe
9174ed8441 Collaborators became removable. 2013-06-04 21:08:19 +09:00
takezoe
043e1b89e6 Control wiki buttons by permission. 2013-06-04 19:13:31 +09:00
takezoe
b343d2e41c Add Scaladoc. 2013-06-04 18:38:36 +09:00
takezoe
b990257947 TODO 2013-06-04 18:32:00 +09:00
takezoe
79a0ba5630 Save repository options. 2013-06-04 18:23:51 +09:00
takezoe
af26afec25 Fix repository description handling. 2013-06-04 16:57:52 +09:00
takezoe
5793851b7d Add AccountService#updateLastLoginDate(). 2013-06-04 14:04:03 +09:00
takezoe
315da9caa5 Add AccountService#updateAccount() 2013-06-04 13:59:21 +09:00
takezoe
b13019c8be Add editing user stuff. 2013-06-04 13:22:57 +09:00
takezoe
dd7fef93fc Add new user creation stuff. 2013-06-04 12:25:43 +09:00
takezoe
d80823343a Separate Authenticators to the trait from ControllerBase. 2013-06-04 08:51:31 +09:00
takezoe
3b62853e71 Authentication functions should be separate from ControllerBase as trait? 2013-06-04 03:47:25 +09:00
takezoe
0565385581 Add authentication to the repository setting page. 2013-06-04 03:25:01 +09:00