summaryrefslogtreecommitdiff
path: root/searx/templates
AgeCommit message (Collapse)Author
2020-08-10add toggle to resize infoboxMarc Abonce Seguin
2020-08-09add class for infobox's official urlMarc Abonce Seguin
2020-08-09add engine's name in infobox's headerMarc Abonce Seguin
2020-08-09reduce space between title and url in infobox headerMarc Abonce Seguin
2020-08-09Use query params for browser autocompleteMohamad Safadieh
Sending query params over GET seems to be the only way to be able to enable autocomplete in the browser. This commit adds the necessary URL formatting to opensearch.xml. In order to identify queries coming from the URL bar (rather than an AJAX request), which requires a different JSON format and MIME type, the request headers are checked for "X-Requested-With: XMLHttpRequest" which is added by jQuery request.
2020-07-31Add clearfix to fix issue 2110Vlad
2020-07-28Replaced dash with em in searx description (#1973)TheEvilSkeleton
Very small change, but it looks better
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-28[fix] rewrite overflow:none as none is an invalid property - $350Adam Tauber
2020-06-28[fix] add aria labels to result links - #350Adam Tauber
2020-06-27Make Oscar theme scalableNoémi Ványi
2020-06-26Merge branch 'master' into about-opensearchMarkus Heiser
2020-06-25[fix] add label/info to Time range search and Language - #350Adam Tauber
2020-06-25[fix] make "Advanced settings" openable and usable with keyboard - #350Adam Tauber
2020-06-25[fix] change lang attribute of the html to match the current locale - #350Adam Tauber
2020-06-25[fix] connect selects and inputs programmatically on the preferences page - #350Adam Tauber
2020-06-25[fix] use scope attribute to describe properties in the engine preferences tableAdam Tauber
2020-06-25[fix] indicate too high max time by e.g. icon not only by colourAdam Tauber
2020-06-25[fix] do not use h1 element for the logoAdam Tauber
2020-06-25[fix] remove redundant alt texts from images in Videos, Social Media and ↵Adam Tauber
Music results - #350
2020-06-25Merge branch 'master' into about-opensearchMarkus Heiser
2020-06-23[enh] make checkboxes in preferences accessible using keyboard - #350Adam Tauber
2020-06-23[fix] remove alt text which doesnt add extra info - #350Adam Tauber
2020-06-19Merge branch 'master' into about-opensearchMarkus Heiser
2020-06-19Merge branch 'master' into csp-oscar-themeMarkus Heiser
2020-06-18[enh] update opensearch.xml to match major search engines opensearch.xmlAdam Tauber
2020-06-16Merge branch 'master' of https://github.com/asciimoo/searx into csp-oscar-themeMarkus Heiser
2020-06-16Merge branch 'master' into about-opensearchMarkus Heiser
2020-06-15[fix] add missing template fileAdam Tauber
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-10Merge branch 'master' into about-opensearchMarkus Heiser
2020-06-09[enh] add official site link to the top of the infobox - closes #1644Adam Tauber
2020-06-09[enh] add length and author details to youtube videosAdam Tauber
closes #775
2020-06-09[enh] add routing directions to osm search - closes #254Adam Tauber
2020-06-09Merge branch 'master' into about-opensearchMarkus Heiser
2020-06-09Merge branch 'master' into csp-oscar-themeMarkus Heiser
2020-06-09[fix] add link to wikidata entities in infobox - fixes #1097Adam Tauber
2020-06-09[enh] add subscribe link to rss results - closes #468Adam Tauber
2020-06-09[enh] add engine names to results as classes - closes #670Adam Tauber
2020-06-04Merge branch 'master' of https://github.com/asciimoo/searx into csp-oscar-themeMarkus Heiser
2020-06-04[enh] add unique class for each endpoint - closes #1133Adam Tauber
2020-06-03[enh] add shortcut column to search engines table in preferences - fixes #230Adam Tauber
2020-06-01Merge branch 'master' of https://github.com/asciimoo/searx into about-opensearchMarkus Heiser
2020-06-01Merge branch 'master' of https://github.com/asciimoo/searx into csp-oscar-themeMarkus Heiser
2020-05-31Merge pull request #1978 from kvch/fix-rtl-in-oscarAdam Tauber
Fix Farsi language in Oscar && adjust tables with RTL
2020-05-31Fix Farsi language in Oscar && adjust tables with RTLNoémi Ványi
2020-05-31add disable all and allow all engines button to Oscar preferencesNoémi Ványi
2020-05-27Add autofocus to all search inputsresynth1943