2013-06-03 |
Rename ProjectService to RepositoryService.
takezoe
committed
on 3 Jun 2013
|
---|---|
2013-06-02 |
Add basic access control to the wiki system.
takezoe
committed
on 2 Jun 2013
|
Fix the signin page.
takezoe
committed
on 2 Jun 2013
|
|
Fix the index page.
takezoe
committed
on 2 Jun 2013
|
|
Implementing authentication.
takezoe
committed
on 2 Jun 2013
|
|
Pass the Account object instead of the user name to user.scala.html.
takezoe
committed
on 2 Jun 2013
|
|
Refactor to use ProjectService instead of JGitUtil directly to retrieve project information.
takezoe
committed
on 2 Jun 2013
|
|
Move case classes in RepositoryViewerController to JGitUtil.
takezoe
committed
on 2 Jun 2013
|
|
Retrieve project information from DB at the repository list.
takezoe
committed
on 2 Jun 2013
|
|
Insert project info into database before actual git repository creation.
takezoe
committed
on 2 Jun 2013
|
|
Add AccountService and ProjectService.
takezoe
committed
on 2 Jun 2013
|
|
2013-06-01 |
Convert the issue number and the commit id to the link.
takezoe
committed
on 1 Jun 2013
|
Add the manage collaborators page.
takezoe
committed
on 1 Jun 2013
|
|
Improve the repository settings page.
takezoe
committed
on 1 Jun 2013
|
|
2013-05-31 |
Add TODO.
takezoe
committed
on 31 May 2013
|
Add SignInController.
takezoe
committed
on 31 May 2013
|
|
2013-05-18 |
Add Settings page.
takezoe
committed
on 18 May 2013
|
2013-05-06 |
|
Moves to editing form if wiki page does not exist.
takezoe
committed
on 6 May 2013
|
|
2013-05-05 |
Support Wiki links.
takezoe
committed
on 5 May 2013
|
2013-05-04 |
Add JGitUtil#withGit() and use it to release repository resources
...
takezoe
committed
on 4 May 2013
|
Implemented: Downloading tagged contents as zip file.
takezoe
committed
on 4 May 2013
|
|
Deletion of wiki page is implemented.
takezoe
committed
on 4 May 2013
|
|
Replace existing code with JGitUtil#getRevCommitFromId().
takezoe
committed
on 4 May 2013
|
|
Fixed tags page.
takezoe
committed
on 4 May 2013
|
|
2013-05-03 |
Activate a link to tags page.
takezoe
committed
on 3 May 2013
|
Added preview tab to Wiki page editing form.
takezoe
committed
on 3 May 2013
|
|
Fixed page name validation.
takezoe
committed
on 3 May 2013
|
|
Move HTML templates for the repository viewer to repo.html package.
takezoe
committed
on 3 May 2013
|
|
Move HTML templates for Wiki system to wiki.html package.
takezoe
committed
on 3 May 2013
|