summaryrefslogtreecommitdiffstats
path: root/routers/repo/search.go
Commit message (Collapse)AuthorAgeFilesLines
* Unifies pagination template usage (#6531) (#6533)Mario Lubenka2019-04-201-4/+5
|
* Global code search support (#3664)Lunny Xiao2018-03-161-1/+2
| | | | | | | | | | | | * add global code search on explore * fix bug when no anyone public repos * change the icon * fix typo and add UnitTypeCode check for login non-admin user * fix ui description when no match
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-1/+1
| | | | | | * Replace all ctx.Handle with ctx.ServerError or ctx.NotFound * Change Handle(403) to NotFound, avoid using macaron's NotFound
* Fix go-get, src and raw urls to new scheme (#2978)Lauris BH2017-11-271-1/+1
|
* Code/repo search (#2582)Ethan Koenig2017-10-271-0/+46
Indexed search of repository contents (for default branch only)