History for gitbucket_jkp / src / main / scala / app / IndexController.scala
2014-05-30
@HairyFotr
Small cleanup using static analysis
HairyFotr committed on 30 May 2014
2014-04-29
@takezoe
baseUrl calculation is concentrated to SystemSettings
takezoe committed on 29 Apr 2014
2014-04-17
@takezoe
(refs #327)Move feed.scala.xml to helper package because it breaks compilation by overriding xml package
takezoe committed on 17 Apr 2014
2014-03-24
@kaakaa
Implement atom feeds
kaakaa committed on 24 Mar 2014
2014-03-15
@takezoe
Small fix
takezoe committed on 15 Mar 2014
2014-03-14
@takezoe
Add SystemSettings to Context properties
takezoe committed on 14 Mar 2014
2014-03-01
@takezoe
(refs #279)Override ScalatraBase#fullUrl() to apply the configured base url to redirection.
takezoe committed on 1 Mar 2014
@takezoe
Add FlashMapSupport to ControllerBase.
takezoe committed on 1 Mar 2014
2014-02-22
@takezoe
(refs #279)Add configuration to specify the base URL. But still one problem has not been resolved.
takezoe committed on 22 Feb 2014
2014-01-12
@takezoe
Merge SignInController into IndexController
takezoe committed on 12 Jan 2014
2014-01-03
@takezoe
Fix refs commit log and web hook.
takezoe committed on 3 Jan 2014
2013-11-02
@takezoe
(refs #114)Add remove option to user management.
takezoe committed on 2 Nov 2013
2013-07-29
@takezoe
The method of RepositoryService was cleaned up.
takezoe committed on 29 Jul 2013
2013-07-23
@takezoe
(refs #8)Merge user name proposal API to IndexController.
takezoe committed on 23 Jul 2013
2013-07-22
@takezoe
(refs #3)Separate search actions to SearchController.
takezoe committed on 22 Jul 2013
2013-07-19
@takezoe
Add paginator and separate search code in controller to service.
takezoe committed on 19 Jul 2013
@takezoe
Merge branch 'repository-search-cache' into #3_repository-search
takezoe committed on 19 Jul 2013
@takezoe
Don't use cache library immediately.
takezoe committed on 19 Jul 2013
2013-07-18
@takezoe
Change highlight color.
takezoe committed on 18 Jul 2013
@takezoe
Pagination for repository search results.
takezoe committed on 18 Jul 2013
@takezoe
Store search results into singleton cache.
takezoe committed on 18 Jul 2013
2013-07-17
@takezoe
(refs #3)Add result count to the menu.
takezoe committed on 17 Jul 2013
@takezoe
(refs #3)Apply likeEncode to search keyword.
takezoe committed on 17 Jul 2013
@takezoe
(refs #3)Improve presentation for code search results.
takezoe committed on 17 Jul 2013
@takezoe
(refs #3)Add search form at the top of search result.
takezoe committed on 17 Jul 2013
@takezoe
(refs #3)Cleanup
takezoe committed on 17 Jul 2013
@takezoe
(refs #3)Issue search is temporary available.
takezoe committed on 17 Jul 2013
@takezoe
(refs #3)Search by AND if query words are separated by whitespace.
takezoe committed on 17 Jul 2013
2013-07-16
@takezoe
(refs #3)Search git repository without cloning to the file system.
takezoe committed on 16 Jul 2013
@takezoe
(refs #3)Start work for repository search.
takezoe committed on 16 Jul 2013