summaryrefslogtreecommitdiffstats
path: root/search/ajax
Commit message (Collapse)AuthorAgeFilesLines
* Change search to use routingBart Visscher2012-10-291-5/+3
|
* adding space between) and {Thomas Mueller2012-09-071-1/+1
|
* no more require_once()Thomas Mueller2012-09-051-1/+1
|
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-091-2/+0
|
* 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-181-5/+2
| | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage
* provide json interface for searchRobin Appelman2011-07-301-0/+42