summaryrefslogtreecommitdiffstats
path: root/lib/public/search
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Updating license headers"Morris Jobke2015-02-263-41/+33
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-233-33/+41
|
* add SIZE_ALL constJörn Friedrich Dreyer2015-01-021-3/+8
|
* fix visibilityJörn Friedrich Dreyer2015-01-022-8/+2
|
* move search results below filelist, show hint when results are off screen, ↵Jörn Friedrich Dreyer2015-01-021-4/+5
| | | | use js plugin mechanism
* add paged providerJörn Friedrich Dreyer2015-01-021-0/+58
|
* introduce inApps[] filter for search via ajax query, make file results show ↵Jörn Friedrich Dreyer2014-12-101-2/+30
| | | | | | | | up in files app only use more flexible return type check array with !empty instead of count
* make search non-static, add ISearch to server container, make legacy a ↵Jörn Friedrich Dreyer2014-06-062-0/+112
static wrapper for it, move provider and result to public api