summaryrefslogtreecommitdiffstats
path: root/search/ajax
Commit message (Collapse)AuthorAgeFilesLines
* move search folder into core/Morris Jobke2015-01-131-58/+0
|
* Add CSRF check to searchLukas Reschke2015-01-101-1/+2
| | | | Doesn't hurt to have a check on this one as well.
* move search results below filelist, show hint when results are off screen, ↵Jörn Friedrich Dreyer2015-01-021-2/+2
| | | | use js plugin mechanism
* ajax paging, some js cleanupsJörn Friedrich Dreyer2015-01-021-1/+1
|
* add paged providerJörn Friedrich Dreyer2015-01-021-1/+11
|
* introduce inApps[] filter for search via ajax query, make file results show ↵Jörn Friedrich Dreyer2014-12-101-3/+15
| | | | | | | | up in files app only use more flexible return type check array with !empty instead of count
* Close session for searchLukas Reschke2014-10-291-0/+1
| | | | Make search non-blocking.
* use non static access to searchJörn Friedrich Dreyer2014-06-061-1/+1
|
* killing some more calls to OC_App::loadApps(); - because we load all apps in ↵Thomas Müller2014-03-251-1/+0
| | | | handleRequest()
* 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