summaryrefslogtreecommitdiffstats
path: root/core/search
Commit message (Collapse)AuthorAgeFilesLines
* Include static search template in JSRoeland Jago Douma2019-01-182-21/+16
| | | | | | There is no need to fetch this from the server if it is static anyway. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Adjust some jsdocsJulius Härtl2018-10-241-1/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix usage of deprecated OC.webrootChristoph Wurst2018-10-091-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix search on public pagesJohn Molakvoæ (skjnldsv)2018-07-252-12/+16
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Prevent search form submitJohn Molakvoæ (skjnldsv)2018-06-211-3/+7
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Debounce search and resetJohn Molakvoæ (skjnldsv)2018-06-191-4/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Added new search standardJohn Molakvoæ (skjnldsv)2018-06-192-374/+540
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Better design for core search, fixes and style to scssJohn Molakvoæ (skjnldsv)2018-06-194-111/+107
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move search to proper ControllerRoeland Jago Douma2018-03-091-62/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move checkboxes to their own columnDaniel Calviño Sánchez2017-10-191-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | The selection column is not only a visual column, but also a real column of the file list table. Unlike other columns whose width is reduced in space constrained screens the selection column must stay the same so the tapping area is large enough to be easily usable The selection column does not appear in the search results table, so its contents have to be explicitly aligned with those of the main table based on whether the main table has a selection column or not (using the "has-selection" CSS class in the same way as the "has-favorite" CSS class was being used when there was a column for favorite actions). In the tests the ":visible" selector can no longer be used. That selector matches elements with a width or height that is greater than zero, but the dimensions calculated in the unit tests are not reliable; the width of the link was zero before these changes, and now moving the checkbox to its own column causes the height of the link to become zero too, so it no longer matches the ":visible" selector even if it is not hidden. As hidding and showing the link is based on its "display" CSS property its value is the one checked now. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Move favorite mark to the top right corner of the thumbnailDaniel Calviño Sánchez2017-10-191-7/+0
| | | | | | | | | | | | | | | | | | | | | The favorite icon was shown on its own "column" (not a real column in the table, but a visual column achieved through margins and left positions). Now the icon was moved to the top right corner of the file thumbnail, and the thumbnail and file name were moved to the left to fill the space left by the "column". To keep the markup in line with its visual representation (and to ease the placing through CSS), the favorite mark is no longer prepended to the row, but appended to the thumbnail instead. In the same way, the thumbnail is no longer appended to the checkbox label, but to the link with the name of the file instead (although the checkbox is still shown at the bottom right corner of the thumbnail, and clicking on the thumbnail still selects the file). In order to show the "busy" state on a file the "icon-loading-small" CSS class is set to the parent element of the thumbnail, so the thumbnail is also wrapped now by another div with the same size and position as the label. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Removed unused filter for opacity, fix #6408John Molakvoæ (skjnldsv)2017-09-231-2/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Remove single quotes around search query like in user searchJoas Schilling2017-03-151-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix thumbnail size of search resultsMorris Jobke2017-02-201-0/+1
| | | | | | * fixes #3466 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Js magic to reset searchJohn Molakvoæ (skjnldsv)2017-01-261-0/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Mark all content in search fieldMorlinest2016-11-281-0/+1
| | | To resolve issue #2310
* Fix bold no results search textskjnldsv2016-10-111-1/+2
| | | | Fix wording
* Use the correct query variableJoas Schilling2016-10-051-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* search design detailsJan-Christoph Borchardt2016-09-091-1/+1
|
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-1/+2
|
* Update license headersLukas Reschke2016-05-261-1/+1
|
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* add search fallback to browserHendrik Leppelsack2015-11-241-1/+6
|
* add Ctrl+F shortcut for the search barHendrik Leppelsack2015-11-121-0/+7
|
* fix wording of other search results to 'in other folders'Jan-Christoph Borchardt2015-09-231-2/+2
|
* remove whitespace on bottom when no search results, fix laylout, fix #16878Jan-Christoph Borchardt2015-06-221-0/+4
|
* Bring back filtering on apps management pageThomas Müller2015-06-091-1/+3
|
* Search results have to explicitly be added to the content area of the appThomas Müller2015-06-091-8/+5
|
* Disable search field in case there is no search available to the current ↵Thomas Müller2015-06-081-4/+17
| | | | selected app - fixes #14544
* Fix grammar of search results phraseTom Needham2015-06-011-1/+1
|
* fix search results from other places, account for margin-bottom in files listJan-Christoph Borchardt2015-05-021-4/+6
|
* Update license headersJenkins for ownCloud2015-03-261-20/+23
|
* Use the same style when no search result was foundJoas Schilling2015-03-242-6/+11
|
* Merge pull request #14530 from owncloud/revert-14403Thomas Müller2015-02-271-22/+21
|\ | | | | Revert "Updating license headers"
| * Revert "Updating license headers"Morris Jobke2015-02-261-22/+21
| | | | | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* | Merge pull request #13969 from raimund-schluessler/masterMorris Jobke2015-02-261-4/+11
|\ \ | |/ |/| Append search results to custom container
| * Fix variable already definedRaimund Schlüßler2015-02-091-1/+1
| |
| * Append search results to custom containerRaimund Schlüßler2015-02-081-4/+11
| | | | | | | | fixes #13968
* | Updating license headersJenkins for ownCloud2015-02-231-21/+22
| |
* | Fix #14310Raimund Schlüßler2015-02-171-1/+1
|/
* adjust paths for searchMorris Jobke2015-01-141-3/+3
|
* move search folder into core/Morris Jobke2015-01-134-0/+550