History for gitbucket_jkp / src / main / scala / app / WikiController.scala
2013-07-02
@takezoe
Fix some Ajax URLs and Authenticators.
takezoe committed on 2 Jul 2013
2013-07-01
@takezoe
Fix template file names.
takezoe committed on 1 Jul 2013
2013-06-25
@takezoe
Small fix.
takezoe committed on 25 Jun 2013
@takezoe
Use Option.map instead of pattern matching.
takezoe committed on 25 Jun 2013
2013-06-23
@takezoe
Update REPOSITORY.LAST_ACTIVITY_DATE after wiki page editing.
takezoe committed on 23 Jun 2013
2013-06-22
@takezoe
Move isWritable to RepositoryService.
takezoe committed on 22 Jun 2013
2013-06-21
@takezoe
Fix validation for user name, page name and repository name.
takezoe committed on 21 Jun 2013
@takezoe
Fix validation.
takezoe committed on 21 Jun 2013
@takezoe
Update flag columns to BOOLEAN.
takezoe committed on 21 Jun 2013
2013-06-16
@takezoe
Returns NotFound() if the repository does not exist.
takezoe committed on 16 Jun 2013
@takezoe
Fix page name validation.
takezoe committed on 16 Jun 2013
2013-06-15
@takezoe
Fix the repository url.
takezoe committed on 15 Jun 2013
@takezoe
Add action which returns the file content in the wiki repository.
takezoe committed on 15 Jun 2013
2013-06-05
@takezoe
Generalize markdown preview.
takezoe committed on 5 Jun 2013
2013-06-04
@takezoe
Add authentication.
takezoe committed on 4 Jun 2013
@takezoe
Merge branch 'master' of https://github.com/takezoe/gitbucket ...
takezoe committed on 4 Jun 2013
@takezoe
Control wiki buttons by permission.
takezoe committed on 4 Jun 2013
@takezoe
TODO
takezoe committed on 4 Jun 2013
2013-06-03
@takezoe
Separate Authenticators to the trait from ControllerBase.
takezoe committed on 3 Jun 2013
@takezoe
Rename ProjectService to RepositoryService.
takezoe committed on 3 Jun 2013
2013-06-02
@takezoe
Add basic access control to the wiki system.
takezoe committed on 2 Jun 2013
@takezoe
Implementing authentication.
takezoe committed on 2 Jun 2013
@takezoe
Refactor to use ProjectService instead of JGitUtil directly to retrieve project information.
takezoe committed on 2 Jun 2013
2013-06-01
@takezoe
Convert the issue number and the commit id to the link.
takezoe committed on 1 Jun 2013
2013-05-06
@takezoe
WikiUtil moved to WikiService and applied cake pattern to ...
takezoe committed on 6 May 2013
@takezoe
Moves to editing form if wiki page does not exist.
takezoe committed on 6 May 2013
2013-05-05
@takezoe
Support Wiki links.
takezoe committed on 5 May 2013
2013-05-04
@takezoe
Add JGitUtil#withGit() and use it to release repository resources ...
takezoe committed on 4 May 2013
@takezoe
Deletion of wiki page is implemented.
takezoe committed on 4 May 2013
2013-05-03
@takezoe
Added preview tab to Wiki page editing form.
takezoe committed on 3 May 2013