Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move search folder into core/ | Morris Jobke | 2015-01-13 | 1 | -58/+0 |
| | |||||
* | Add CSRF check to search | Lukas Reschke | 2015-01-10 | 1 | -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 Dreyer | 2015-01-02 | 1 | -2/+2 |
| | | | | use js plugin mechanism | ||||
* | ajax paging, some js cleanups | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -1/+1 |
| | |||||
* | add paged provider | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -1/+11 |
| | |||||
* | introduce inApps[] filter for search via ajax query, make file results show ↵ | Jörn Friedrich Dreyer | 2014-12-10 | 1 | -3/+15 |
| | | | | | | | | up in files app only use more flexible return type check array with !empty instead of count | ||||
* | Close session for search | Lukas Reschke | 2014-10-29 | 1 | -0/+1 |
| | | | | Make search non-blocking. | ||||
* | use non static access to search | Jörn Friedrich Dreyer | 2014-06-06 | 1 | -1/+1 |
| | |||||
* | killing some more calls to OC_App::loadApps(); - because we load all apps in ↵ | Thomas Müller | 2014-03-25 | 1 | -1/+0 |
| | | | | handleRequest() | ||||
* | Change search to use routing | Bart Visscher | 2012-10-29 | 1 | -5/+3 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -1/+1 |
| | |||||
* | no more require_once() | Thomas Mueller | 2012-09-05 | 1 | -1/+1 |
| | |||||
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 1 | -2/+0 |
| | |||||
* | Use OC_JSON for json responses | Bart Visscher | 2011-09-25 | 1 | -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_Util | Bart Visscher | 2011-09-18 | 1 | -5/+2 |
| | | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage | ||||
* | provide json interface for search | Robin Appelman | 2011-07-30 | 1 | -0/+42 |