Commit Graph

325 Commits

Author SHA1 Message Date
takezoe
280fe85ff9 Delete Repository page has been implemented. 2013-06-07 01:50:35 +09:00
takezoe
1b4db5e6c6 Fix the account page to display repositories which is registered as collaborator. 2013-06-06 15:14:28 +09:00
takezoe
9174ed8441 Collaborators became removable. 2013-06-04 21:08:19 +09:00
takezoe
2b599a3052 Fix updating in AccountService. 2013-06-04 18:29:08 +09:00
takezoe
79a0ba5630 Save repository options. 2013-06-04 18:23:51 +09:00
takezoe
0c18671eb2 Add RepositoryService#updateLastActivityDate(). 2013-06-04 14:04:36 +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
dd7fef93fc Add new user creation stuff. 2013-06-04 12:25:43 +09:00
takezoe
783a9684dc Implementing add collaborator stuff. 2013-06-04 03:09:23 +09:00
takezoe
13c3997c63 Define the static values for the user type. 2013-06-04 01:48:15 +09:00
takezoe
78ad794613 Rename ProjectService to RepositoryService. 2013-06-04 01:14:27 +09:00
takezoe
45b396d4ab Remove unused code and add TODO comment. 2013-06-03 19:06:12 +09:00
takezoe
2413fca648 Refactor database schema. 2013-06-03 19:04:57 +09:00
takezoe
bbd2e32a4d Define static values for the project type. 2013-06-03 01:39:00 +09:00
takezoe
b2af70d611 Fix the index page. 2013-06-03 01:36:35 +09:00
takezoe
1ab58d0363 Implementing authentication. 2013-06-03 00:36:51 +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
f6a7aca4c2 Insert project info into database before actual git repository creation. 2013-06-02 14:37:52 +09:00
takezoe
6512b673f6 Add AccountService and ProjectService. 2013-06-02 14:29:52 +09:00
takezoe
f83d9a63b9 Remove unused code. 2013-06-02 14:19:53 +09:00
takezoe
2a6c130f71 Remove unused import statements. 2013-06-02 14:19:17 +09:00
takezoe
358f59261a WikiUtil moved to WikiService and applied cake pattern to
WikiController.
2013-05-07 02:31:39 +09:00