Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move search folder into core/ | Morris Jobke | 2015-01-13 | 4 | -550/+0 |
| | |||||
* | usage of const in JS is supported in IE11+ | Morris Jobke | 2015-01-13 | 1 | -1/+2 |
| | |||||
* | 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. | ||||
* | use cancelable timeout, on scroll only fetch next page if last query had any ↵ | Jörn Friedrich Dreyer | 2015-01-06 | 1 | -21/+25 |
| | | | | results | ||||
* | correctly clear searchbox when switching filelists | Jörn Friedrich Dreyer | 2015-01-05 | 1 | -0/+8 |
| | |||||
* | fix onScroll breaking search, fix keyboard navigation, fix filter for files ↵ | Jörn Friedrich Dreyer | 2015-01-05 | 1 | -2/+2 |
| | | | | in other dirs | ||||
* | search with endless scrolling | Jörn Friedrich Dreyer | 2015-01-05 | 2 | -5/+7 |
| | |||||
* | filter trashbin and share views | Jörn Friedrich Dreyer | 2015-01-05 | 1 | -1/+1 |
| | |||||
* | pluralize translation | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -2/+6 |
| | |||||
* | use correct spinner | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -1/+1 |
| | |||||
* | clear search results when clicking the x in type=search input field | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -0/+11 |
| | |||||
* | do not hide search results when clicking, but hide on ESC | Jörn Friedrich Dreyer | 2015-01-02 | 2 | -14/+14 |
| | |||||
* | correctly update search results when query is changed, show spinner when ↵ | Jörn Friedrich Dreyer | 2015-01-02 | 3 | -111/+114 |
| | | | | searching | ||||
* | show no files found message | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -18/+9 |
| | |||||
* | fix count | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -0/+3 |
| | |||||
* | that -> self, add missing var | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -19/+19 |
| | |||||
* | hide, esc, and backspace fixes | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -10/+11 |
| | |||||
* | allow getting the last query | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -0/+4 |
| | |||||
* | set empty filter when hiding results / esc | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -0/+3 |
| | |||||
* | remove globe fallback icon | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -1/+0 |
| | |||||
* | hide header when no files in list match | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -1/+1 |
| | |||||
* | filter new rows | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -3/+11 |
| | |||||
* | 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 | 2 | -13/+12 |
| | |||||
* | move search results below filelist, show hint when results are off screen, ↵ | Jörn Friedrich Dreyer | 2015-01-02 | 5 | -137/+141 |
| | | | | use js plugin mechanism | ||||
* | ajax paging, some js cleanups | Jörn Friedrich Dreyer | 2015-01-02 | 5 | -242/+297 |
| | |||||
* | add paged provider | Jörn Friedrich Dreyer | 2015-01-02 | 2 | -3/+19 |
| | |||||
* | move code from js.js to search.js in the search app | Jörn Friedrich Dreyer | 2015-01-02 | 2 | -24/+141 |
| | |||||
* | new OC.Search, add search result formatters and handlers, use full content ↵ | Jörn Friedrich Dreyer | 2015-01-02 | 3 | -128/+128 |
| | | | | width for results | ||||
* | full page search results | Jörn Friedrich Dreyer | 2015-01-02 | 3 | -28/+47 |
| | |||||
* | 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 | ||||
* | Merge pull request #11831 from owncloud/make-search-non-blocking | Lukas Reschke | 2014-10-29 | 1 | -0/+1 |
|\ | | | | | Close session for search | ||||
| * | Close session for search | Lukas Reschke | 2014-10-29 | 1 | -0/+1 |
| | | | | | | | | Make search non-blocking. | ||||
* | | Include core translations | Vincent Petry | 2014-10-29 | 1 | -1/+18 |
|/ | | | | | | | | | | | | | Moved search result type translations to search.js Load JS translations earlier Translations need to be loaded earlier to make sure that some JS files like search.js get access to translations at this time. This requires the template initialization to be moved to after session initialization, because only after the session we have access to the current language. | ||||
* | add / to url to match route | Jörn Friedrich Dreyer | 2014-09-04 | 1 | -1/+1 |
| | |||||
* | 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 |