Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move search folder into core/ | Morris Jobke | 2015-01-13 | 1 | -100/+0 |
| | |||||
* | search with endless scrolling | Jörn Friedrich Dreyer | 2015-01-05 | 1 | -2/+0 |
| | |||||
* | do not hide search results when clicking, but hide on ESC | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -1/+5 |
| | |||||
* | correctly update search results when query is changed, show spinner when ↵ | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -2/+8 |
| | | | | searching | ||||
* | adjust search result alignment depending on if the layout has favorites or not | Jan-Christoph Borchardt | 2015-01-02 | 1 | -11/+17 |
| | |||||
* | first style fixes to search results | Jan-Christoph Borchardt | 2015-01-02 | 1 | -12/+11 |
| | |||||
* | move search results below filelist, show hint when results are off screen, ↵ | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -2/+12 |
| | | | | use js plugin mechanism | ||||
* | ajax paging, some js cleanups | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -0/+6 |
| | |||||
* | new OC.Search, add search result formatters and handlers, use full content ↵ | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -27/+7 |
| | | | | width for results | ||||
* | full page search results | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -20/+20 |
| | |||||
* | 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 |
| | |||||
* | initial scrollto implementation: | Jörn Friedrich Dreyer | 2013-09-17 | 1 | -2/+20 |
| | | | | | | | | | | 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 |
| | |||||
* | 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 |
| | |||||
* | adding proper copyright and license notice to the style files | Jan-Christoph Borchardt | 2012-04-23 | 1 | -0/+4 |
| | |||||
* | 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 | 1 | -0/+1 |
| | |||||
* | some interface work on instant search | Robin Appelman | 2011-07-30 | 1 | -0/+8 |
| | |||||
* | add search functionality, for now only searches files but plugins/apps can ↵ | Robin Appelman | 2011-04-24 | 1 | -0/+17 |
extend that |