summaryrefslogtreecommitdiff
path: root/searx/static
AgeCommit message (Collapse)Author
2020-09-19[fix] simple theme: fix autocompleteAlexandre Flament
AJAX requests send the X-Requested-With HTTP header, so searx.webapp.autocompleter returns the results with the expected data format. Related to #2127 Close #2203
2020-09-10wait for img to load before hiding infobox toggleMarc Abonce Seguin
2020-08-27fix selects in preferences so they look consistent (#2150)Marc Abonce Seguin
2020-08-10add toggle to resize infoboxMarc Abonce Seguin
2020-08-09add visually-hidden css class to pointhi styleMarc Abonce Seguin
2020-08-09add class for infobox's official urlMarc Abonce Seguin
2020-08-09set max-height on infobox's imagesMarc Abonce Seguin
2020-07-29Revert "[enh] new plugin to open results on new browser tabs"Noémi Ványi
This reverts commit ab6a7601cbdbdd93fa07ec6405bc3167f392b792. Closes #2037
2020-07-28[mod] add dedicated directory to external plugins with gitignore fileAdam Tauber
2020-07-06[fix] indicate visually active tab programmatically on the page Preferences ↵Adam Tauber
- #350
2020-07-02[fix] refine contrast ratios of texts and borders - #350Noémi Ványi
2020-06-30Merge branch 'master' of https://github.com/asciimoo/searx into csp-oscar-themeMarkus Heiser
2020-06-25[fix] make "Advanced settings" openable and usable with keyboard - #350Adam Tauber
2020-06-23[enh] make checkboxes in preferences accessible using keyboard - #350Adam Tauber
2020-06-23[enh] add visually hidden but accessible css class - #350Adam Tauber
2020-06-19Merge branch 'master' into csp-oscar-themeMarkus Heiser
2020-06-18Consider HTTP request when running search categories on select is enabledNoémi Ványi
Closes #1138
2020-06-16Merge branch 'master' of https://github.com/asciimoo/searx into csp-oscar-themeMarkus Heiser
2020-06-15[enh] add translatable strings to javascript - closes #461Adam Tauber
2020-06-10Merge branch 'master' of https://github.com/asciimoo/searx into csp-oscar-themeMarkus Heiser
2020-06-10[fix] do not stretch images - fixes #1262Adam Tauber
2020-06-09Merge branch 'master' into csp-oscar-themeMarkus Heiser
2020-06-04[fix] wrap long lines in infoboxes - fixes #1652Adam Tauber
2020-06-04Merge branch 'master' of https://github.com/asciimoo/searx into csp-oscar-themeMarkus Heiser
2020-06-03[fix] do not autocomplete for pressing enter when mouse is on the completion ↵Adam Tauber
list - fixes #340
2020-06-03[mod] reduce the gap between resultsAdam Tauber
2020-06-03[enh] update npm dependency versionsAdam Tauber
2020-06-03[enh] build css after less file changesAdam Tauber
2020-06-03Merge pull request #983 from ahangarha/patch-1Adam Tauber
Update results.less
2020-06-01Merge branch 'master' of https://github.com/asciimoo/searx into csp-oscar-themeMarkus Heiser
2020-05-31add disable all and allow all engines button to Oscar preferencesNoémi Ványi
2020-05-15[build] rebuild of the oscar theme, build from ad208378Markus Heiser
the CSS files has been build by: $ make themes.oscar Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-05-15[fix] oscar theme, remove inline style attributes (CSP compliants)Markus Heiser
Inline styles are blocked by default with Content Security Policy (CSP). Move the rest of inline styles to CSS and correct the HTML template of the oscar preference page. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-03-26.gitignore: make package-lock.json visibleMarkus Heiser
Even if we do not versioning them right now. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-03-25Makefile: add target node.env - download & install npm dependenciesMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-03-25[fix] brands: add variables from build env to grunt processMarkus Heiser
We have some variables in the build environment which are also needed in the grunt process when building themes. Theses variables are relavant if one creates a fork with its own branding. We treat these variables under the term 'brands'. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-03-23[enh] submit search on suggestion select - closes #807Adam Tauber
2020-03-23[fix] load new page with infinite scroll if there is no scrollbar - fixes #759Adam Tauber
2020-01-28Merge branch 'master' into fix-infinite-scrollMarkus Heiser
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-11[mod] infinite scroll: XHR requests are sent with the header "Accept: ↵Dalf
text/html". Fix https://github.com/searx/searx-docker/issues/16
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