aboutsummaryrefslogtreecommitdiffstats
path: root/search
Commit message (Collapse)AuthorAgeFilesLines
* Use OC_JSON for json responsesBart Visscher2011-09-251-2/+2
| | | | | Create OC_JSON class, for single point of creating json responses. No real logic change, this just cleans up the code a bit.
* Move some common code to OC_UtilBart Visscher2011-09-182-11/+4
| | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage
* Remove global vars and use the OC static version.Bart Visscher2011-09-181-1/+1
| | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
* fix search, sane z-indexesJan-Christoph Borchardt2011-08-101-1/+1
|
* pimped the search dropdown style a bitJan-Christoph Borchardt2011-08-012-26/+9
|
* keyboard shortcuts for search resultsRobin Appelman2011-07-312-0/+15
|
* dont hide the results if a new search yield no resultsRobin Appelman2011-07-311-0/+3
|
* Show play and add-to-playlist buttons in instant search resultsRobin Appelman2011-07-311-0/+6
| | | | for now this only works from inside the media app
* some interface work on instant searchRobin Appelman2011-07-303-0/+83
|
* provide json interface for searchRobin Appelman2011-07-301-0/+42
|
* Renaming classes :-)Jakob Sack2011-07-292-7/+7
|
* Delete requires in applications where possibleJakob Sack2011-07-271-1/+0
|
* return to default page on empty searchRobin Appelman2011-06-231-0/+3
|
* add search functionality, for now only searches files but plugins/apps can ↵Robin Appelman2011-04-244-0/+94
extend that