Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -11/+4 |
| | | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage | ||||
* | Remove global vars and use the OC static version. | Bart Visscher | 2011-09-18 | 1 | -1/+1 |
| | | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY | ||||
* | fix search, sane z-indexes | Jan-Christoph Borchardt | 2011-08-10 | 1 | -1/+1 |
| | |||||
* | pimped the search dropdown style a bit | Jan-Christoph Borchardt | 2011-08-01 | 2 | -26/+9 |
| | |||||
* | keyboard shortcuts for search results | Robin Appelman | 2011-07-31 | 2 | -0/+15 |
| | |||||
* | dont hide the results if a new search yield no results | Robin Appelman | 2011-07-31 | 1 | -0/+3 |
| | |||||
* | Show play and add-to-playlist buttons in instant search results | Robin Appelman | 2011-07-31 | 1 | -0/+6 |
| | | | | for now this only works from inside the media app | ||||
* | some interface work on instant search | Robin Appelman | 2011-07-30 | 3 | -0/+83 |
| | |||||
* | provide json interface for search | Robin Appelman | 2011-07-30 | 1 | -0/+42 |
| | |||||
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 2 | -7/+7 |
| | |||||
* | Delete requires in applications where possible | Jakob Sack | 2011-07-27 | 1 | -1/+0 |
| | |||||
* | return to default page on empty search | Robin Appelman | 2011-06-23 | 1 | -0/+3 |
| | |||||
* | add search functionality, for now only searches files but plugins/apps can ↵ | Robin Appelman | 2011-04-24 | 4 | -0/+94 |
extend that |