summaryrefslogtreecommitdiff
path: root/searx/static
AgeCommit message (Collapse)Author
2019-12-16Fix not jumping to results loaded by infinite scrollNick Espig
Infinite scroll adds a `hr` tag to split up the sections loaded by it. The vim bindings `j` and `k`, which jump to the next and previous result respectively, search for a **direct** sibling with the class `result`. With the `hr` between results a direct sibling cannot be found. To fix this we remove the restriction of it having to be a direct sibling.
2019-12-10theme: oscar - tidy up trailing whitespaces and tab usageMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2019-12-08themes: remove CR from newlinesMarkus Heiser
Adding a CR in some files and in others not, is a good starting point for a DOS+Unix mess we all have already seen in many projects. Patch fixes all files matching (even those comming from grunt's build):: find ./searx -exec file {} \; | grep CR BTW: Same with mixing TAB and SPACE indent styles in one and the same file. So if sources are tuched here in this patch, its also fixed. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2019-10-16add initial support for offline engines && command engineNoémi Ványi
2019-08-06oscar and simple themes: no inline script (allow A+ Content-Security-Policy)Dalf
2019-08-06Add image format and source information to display (#1567)Frank de Lange
Add image format and source information to display - needs changes to engines to actually display something. Displays result.source (website from which the image was taken) and result.img_format (image type and size). Result is styled with result-format and result-source classes. See PR #1566 for an example of an engine which has the necessary changes. Strip <span class="highlight">...</span> in the oscar image template.
2019-08-02[enh] add invidious engine. (#1657)cy8aer
closes #1372
2019-06-04Load next page shortly before hitting the bottomNick Espig
This improves the user experience by loading in the next entries shortly before him getting to the bottom. It makes the scrolling more smooth without a break in between. It also fixes an error on my browser that scrolling never hits the defined number. When I debugged it I hit `.scrolltop` of 1092.5 and the `doc.height - win.height` of 1093, so the condition was never true.
2018-08-26simple theme : remove unused filesdalf
2018-08-19Merge pull request #1244 from Venca24/masterAdam Tauber
[UI] new youtube icon for oscar theme
2018-08-14simple theme updateAlex
- npm package update - apply #1226 - implement vim help dialog - display cookies and search URL with preferences - allow to enable / disable Open Access DOI rewrite - add a clear text button on the left of the search button - implement #1011 : the HTML title page is not set when using POST - remove searx/static/themes/simple/img/loader.gif - use full width when only there are only images as result
2018-05-29Min width 50 px to oscar theme category. #1158Author Name
2018-04-25Hide buttons when infinite scrolling is enabledrinpatch
2018-03-16[UI] new youtube icon for oscar themeVenca24
2018-03-05Fix Vim mode on FirefoxRichard Nespithal
Firefox automatically opens a built-in quick search when user starts typing without selected input and the Vim shortcuts are not triggered
2018-02-07[mod] add bottom margin to results - closes #1176Adam Tauber
2018-01-31[enh] build oscar cssAdam Tauber
2018-01-24Preserve image aspect ratio in resultsMatthew Olmsted
Noticed that images are often distorted in the results due to a hard minimum height. This keeps the 4-per-row image results consistent in row height without distorting wider images.
2017-12-20dark background for answers && no background for highlightNoémi Ványi
2017-12-06Merge pull request #1109 from dalf/simple_magnet_svgAdam Tauber
simple theme : magnet.svg is replaced by a home made version
2017-12-05[enh] add dark version of oscar/logicodevAdam Tauber
2017-12-05simple theme : replace magnet.svg with a home made versionAlexandre Flament
2017-11-30use `change` function just like in case of language selectionNoémi Ványi
The previous version did not work in Chrome browser. Closes #1102
2017-11-26[mod] simple theme: add the license to different files.Dalf
2017-10-06preferences: make supported/not supported labelsNoémi Ványi
Also, Time range support display was missing from RTL locales. Now it is fixed. Closes #558
2017-08-13[fix] travis build : various fix about grunt buildsAlexandre Flament
2017-08-06[enh] add simple theme (WIP)Alexandre Flament
2017-06-25[fix] wrap suggestions inside suggestion boxmarc
long suggestions now wrap around the box instead of going overboard.
2017-03-08[mod] oscar theme: use tinypng.com to reduce logos and faviconAlexandre Flament
2017-03-08[mod] reduce png and gif image sizes using optipng and gifsicle tools.Alexandre Flament
2017-01-27[mod] darker green url in logicodevAdam Tauber
2017-01-27[fix] add padding to pointhi theme's navbar - closes #841Adam Tauber
2017-01-27[fix] darker green for result urlsNoémi Ványi
2017-01-26[enh] make navbar smallerNoémi Ványi
2017-01-26[enh] make result url greenNoémi Ványi
2017-01-26[enh] search input design mods according to #226Adam Tauber
2017-01-15Add 1337x iconjcherqui
2017-01-03Revert "Merge pull request #793 from kvch/pics-modal"Noémi Ványi
This reverts commit bff41987a49af9ae53ff9fc3494fa7973ac03500, reversing changes made to d08108be6293c8764f0d1d950a7aab283cddffed.
2017-01-03Revert "Merge pull request #799 from kvch/modal-arrows"Noémi Ványi
This reverts commit 79ceb13577fcc83eabe642a4ed6dd793b7bf0d4b, reversing changes made to eaa0fb8102825fa4ccdb348429fdbf39837921be.
2016-12-30[fix] change modal glyphicon arrows to image iconsNoémi Ványi
2016-12-29remove unnecessary media query && generated filesNoémi Ványi
2016-12-29add img pagination support of infinite scrollNoémi Ványi
2016-12-29add modal window for pointhi styleNoémi Ványi
2016-12-29add generated css of modal windowNoémi Ványi
2016-12-29add own pics modal windowNoemi Vanyi
2016-12-13automatic search when language is selectedmarc
2016-12-04[fix] correct path for autoscroll on non-root urlsAdam Tauber
closes #758
2016-11-02[fix] menu style in pointhi oscar themeAdam Tauber
2016-11-01[fix] menu without js - closes #747Adam Tauber
2016-09-22[mod] rename "default" theme to "legacy"Adam Tauber