summaryrefslogtreecommitdiffstats
path: root/apps/files/js/search.js
Commit message (Collapse)AuthorAgeFilesLines
* Added new search standardJohn Molakvoæ (skjnldsv)2018-06-191-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use proper mime icons for search resultsJulius Härtl2017-05-161-26/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fixed path in other folders searchMarcin2017-02-211-2/+2
| | | Signed-off-by: Marcin Czarnecki <marcin.czarnecki@protonmail.com>
* search design detailsJan-Christoph Borchardt2016-09-091-2/+2
|
* Hide search results after switching directoryVincent Petry2016-06-241-0/+7
| | | | | When clicking on a folder result in the search result list, the result box for "results in another folder" must disappear.
* Fix search result link for file results outside default listVincent Petry2016-06-241-2/+2
| | | | | When outside the "All files" list, the search result link must properly redirect to the "All files" list.
* use class for no results div instead of id. the elements are not unique.Jörn Friedrich Dreyer2015-01-061-2/+2
|
* fix onScroll breaking search, fix keyboard navigation, fix filter for files ↵Jörn Friedrich Dreyer2015-01-051-1/+6
| | | | in other dirs
* filter trashbin and share viewsJörn Friedrich Dreyer2015-01-051-7/+12
|
* delay hiding no results message until search is triggeredJörn Friedrich Dreyer2015-01-021-1/+4
|
* correctly update search results when query is changed, show spinner when ↵Jörn Friedrich Dreyer2015-01-021-2/+5
| | | | searching
* show no files found messageJörn Friedrich Dreyer2015-01-021-0/+8
|
* make OCA.Search.Files available in tests and for other appsJörn Friedrich Dreyer2015-01-021-0/+1
|
* Fix rendering search resultsRobin Appelman2015-01-021-6/+13
|
* use correct visibilitiesJörn Friedrich Dreyer2015-01-021-101/+111
|
* instantiate file searchJörn Friedrich Dreyer2015-01-021-19/+20
|
* don't use full class name to register pluginJörn Friedrich Dreyer2015-01-021-8/+21
|
* allow getting the last queryJörn Friedrich Dreyer2015-01-021-24/+22
|
* show audio icon & image previewsJörn Friedrich Dreyer2015-01-021-18/+16
|
* hide header when no files in list matchJörn Friedrich Dreyer2015-01-021-5/+2
|
* filter new rowsJörn Friedrich Dreyer2015-01-021-10/+34
|
* move search results below filelist, show hint when results are off screen, ↵Jörn Friedrich Dreyer2015-01-021-0/+118
use js plugin mechanism