Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added new search standard | John Molakvoæ (skjnldsv) | 2018-06-19 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Use proper mime icons for search results | Julius Härtl | 2017-05-16 | 1 | -26/+4 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Fixed path in other folders search | Marcin | 2017-02-21 | 1 | -2/+2 |
| | | | Signed-off-by: Marcin Czarnecki <marcin.czarnecki@protonmail.com> | ||||
* | search design details | Jan-Christoph Borchardt | 2016-09-09 | 1 | -2/+2 |
| | |||||
* | Hide search results after switching directory | Vincent Petry | 2016-06-24 | 1 | -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 list | Vincent Petry | 2016-06-24 | 1 | -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 Dreyer | 2015-01-06 | 1 | -2/+2 |
| | |||||
* | fix onScroll breaking search, fix keyboard navigation, fix filter for files ↵ | Jörn Friedrich Dreyer | 2015-01-05 | 1 | -1/+6 |
| | | | | in other dirs | ||||
* | filter trashbin and share views | Jörn Friedrich Dreyer | 2015-01-05 | 1 | -7/+12 |
| | |||||
* | delay hiding no results message until search is triggered | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -1/+4 |
| | |||||
* | correctly update search results when query is changed, show spinner when ↵ | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -2/+5 |
| | | | | searching | ||||
* | show no files found message | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -0/+8 |
| | |||||
* | make OCA.Search.Files available in tests and for other apps | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -0/+1 |
| | |||||
* | Fix rendering search results | Robin Appelman | 2015-01-02 | 1 | -6/+13 |
| | |||||
* | use correct visibilities | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -101/+111 |
| | |||||
* | instantiate file search | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -19/+20 |
| | |||||
* | don't use full class name to register plugin | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -8/+21 |
| | |||||
* | allow getting the last query | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -24/+22 |
| | |||||
* | show audio icon & image previews | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -18/+16 |
| | |||||
* | hide header when no files in list match | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -5/+2 |
| | |||||
* | filter new rows | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -10/+34 |
| | |||||
* | move search results below filelist, show hint when results are off screen, ↵ | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -0/+118 |
use js plugin mechanism |