Jörn Friedrich Dreyer
|
606f802b7b
|
move search results below filelist, show hint when results are off screen, use js plugin mechanism
|
2015-01-02 10:28:41 +01:00 |
Jörn Friedrich Dreyer
|
0e9b05b701
|
ajax paging, some js cleanups
|
2015-01-02 10:28:41 +01:00 |
Jörn Friedrich Dreyer
|
c738359a11
|
add paged provider
|
2015-01-02 10:28:41 +01:00 |
Jörn Friedrich Dreyer
|
1d490b559c
|
introduce inApps[] filter for search via ajax query, make file results show up in files app only
use more flexible return type
check array with !empty instead of count
|
2014-12-10 15:51:59 +01:00 |
Lukas Reschke
|
1052243285
|
Close session for search
Make search non-blocking.
|
2014-10-29 10:28:09 +01:00 |
Jörn Friedrich Dreyer
|
2801f0f222
|
use non static access to search
|
2014-06-06 11:02:05 +02:00 |
Thomas Müller
|
f9279ac77a
|
killing some more calls to OC_App::loadApps(); - because we load all apps in handleRequest()
|
2014-03-25 17:42:41 +01:00 |
Bart Visscher
|
ed7accd237
|
Change search to use routing
|
2012-10-29 15:04:55 +01:00 |
Thomas Mueller
|
3829460ab8
|
adding space between) and {
|
2012-09-07 15:22:01 +02:00 |
Thomas Mueller
|
ebb28412ca
|
no more require_once()
|
2012-09-05 23:28:59 +02:00 |
Jörn Friedrich Dreyer
|
e59a1806cf
|
remove superfluous ?> at the end of .php files (left out apps/*/templates)
|
2012-07-09 16:51:16 +02:00 |
Bart Visscher
|
17e631bc5e
|
Use OC_JSON for json responses
Create OC_JSON class, for single point of creating json responses.
No real logic change, this just cleans up the code a bit.
|
2011-09-25 22:19:28 +02:00 |
Bart Visscher
|
e990ef3542
|
Move some common code to OC_Util
Created the following function:
- checkLoggedIn
- checkAdminUser
- redirectToDefaultPage
|
2011-09-18 21:31:56 +02:00 |
Robin Appelman
|
aafd36e2f3
|
provide json interface for search
|
2011-07-30 16:42:20 +02:00 |