Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix '' to '/' when determining parent for search result | Jörn Friedrich Dreyer | 2014-07-03 | 1 | -0/+3 |
| | |||||
* | allow apps to add translation for search result typeid | Jörn Friedrich Dreyer | 2014-06-06 | 1 | -1/+1 |
| | |||||
* | use non static access to search | Jörn Friedrich Dreyer | 2014-06-06 | 1 | -1/+1 |
| | |||||
* | Simplify client-side result customization | Andrew Brown | 2014-06-05 | 1 | -28/+9 |
| | | | | | | | | | | The issue was that search results from other providers (contacts, calendar, etc.) were unformatted, like 'event' or 'contact', while the built-in event types (folder, file, etc.) were being modified by custom result functions to something like 'Files' or 'Folders'. The fix is to capitalize and translate all result types by default. Custom formatting is still allowed (and example documentation has been added) but the built-in result formatters where now unnecessary and were removed. | ||||
* | use path param to create scrollto url | Jörn Friedrich Dreyer | 2014-06-05 | 1 | -11/+16 |
| | |||||
* | fix minor typos | Jörn Friedrich Dreyer | 2014-06-05 | 1 | -0/+25 |
| | |||||
* | search: fix color hex code | Jan-Christoph Borchardt | 2014-04-15 | 1 | -1/+1 |
| | |||||
* | search: change date color to grey for less distraction | Jan-Christoph Borchardt | 2014-04-09 | 1 | -0/+1 |
| | |||||
* | increase height of result for better clickability | Jan-Christoph Borchardt | 2014-04-09 | 1 | -1/+1 |
| | |||||
* | make search results work on mobile as well | Jan-Christoph Borchardt | 2014-04-09 | 1 | -6/+9 |
| | |||||
* | killing some more calls to OC_App::loadApps(); - because we load all apps in ↵ | Thomas Müller | 2014-03-25 | 1 | -1/+0 |
| | | | | handleRequest() | ||||
* | add fixme | Jörn Friedrich Dreyer | 2013-09-17 | 1 | -1/+1 |
| | |||||
* | make 'open in folder' action default for files | Jörn Friedrich Dreyer | 2013-09-17 | 1 | -15/+22 |
| | |||||
* | use correct doublequotes in template, remove container | Jörn Friedrich Dreyer | 2013-09-17 | 1 | -7/+6 |
| | |||||
* | initial scrollto implementation: | Jörn Friedrich Dreyer | 2013-09-17 | 3 | -9/+54 |
| | | | | | | | | | | use places/folder icon, move link construction to JS, only show icon on hover, use 'searchresult' as css class name, add filter/unfilter methods, highlight searched files in current filelist only filter when correct FileList is present | ||||
* | Add _many_ newlines at the end of files | kondou | 2013-08-18 | 1 | -1/+1 |
| | |||||
* | update css properties with px based values | Jörn Friedrich Dreyer | 2013-07-31 | 1 | -4/+4 |
| | |||||
* | add overflow-y scroll and clean up indents | Jörn Friedrich Dreyer | 2013-07-31 | 1 | -56/+57 |
| | |||||
* | Fallback to border instead of box-shadow | Victor Dubiniuk | 2013-07-02 | 1 | -0/+4 |
| | |||||
* | IE8 does not support window.onclick | Jörn Friedrich Dreyer | 2013-02-21 | 1 | -1/+1 |
| | |||||
* | Change search to use routing | Bart Visscher | 2012-10-29 | 1 | -5/+3 |
| | |||||
* | Place the brackets in the first line | Lukas Reschke | 2012-10-24 | 1 | -61/+60 |
| | |||||
* | radius can safely be used without vendor prefixes | Lukas Reschke | 2012-10-23 | 1 | -2/+0 |
| | | | | http://caniuse.com/#search=radius | ||||
* | box-shadow can safely be used without vendor prefixes | Lukas Reschke | 2012-10-23 | 1 | -2/+0 |
| | | | | http://caniuse.com/#feat=css-boxshadow | ||||
* | Format the CSS in a readable way…. | Lukas Reschke | 2012-10-23 | 1 | -9/+65 |
| | |||||
* | Remove unused search code | Bart Visscher | 2012-10-10 | 2 | -68/+0 |
| | |||||
* | After selecting a search result, hide the results | Bart Visscher | 2012-09-28 | 1 | -0/+1 |
| | |||||
* | Fix 'Search only shows the app name of the first app' | Bart Visscher | 2012-09-17 | 1 | -1/+1 |
| | | | | Fixes: oc-1369 | ||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 2 | -2/+2 |
| | |||||
* | no more require_once() | Thomas Mueller | 2012-09-05 | 1 | -1/+1 |
| | |||||
* | Update search/index.php | Thomas Müller | 2012-09-04 | 1 | -4/+4 |
| | | | respect coding style | ||||
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 2 | -4/+0 |
| | |||||
* | Simplify search result js code | Bart Visscher | 2012-06-22 | 1 | -14/+4 |
| | |||||
* | Remove OC_App::register function | Bart Visscher | 2012-05-31 | 1 | -5/+0 |
| | | | | The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty. | ||||
* | adding proper copyright and license notice to the style files | Jan-Christoph Borchardt | 2012-04-23 | 1 | -0/+4 |
| | |||||
* | 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 |