summaryrefslogtreecommitdiffstats
path: root/lib/public/search
Commit message (Collapse)AuthorAgeFilesLines
* Move public search namespace to PSR-4Joas Schilling2016-05-243-233/+0
|
* Update author informationLukas Reschke2016-03-011-0/+1
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* Fix more thingsJoas Schilling2016-02-191-2/+1
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2016-02-191-0/+1
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* Happy new year!Thomas Müller2016-01-123-3/+3
|
* Add @since tags to all methods in public namespaceMorris Jobke2015-04-163-2/+22
| | | | | | | * enhance the app development experience - you can look up the method introduction right inside the code without searching via git blame * easier to write apps for multiple versions
* Update license headersJenkins for ownCloud2015-03-263-30/+44
|
* 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