summaryrefslogtreecommitdiff
path: root/searx
AgeCommit message (Collapse)Author
2020-07-09[enh] update translationsAdam Tauber
2020-07-09[mod] drop py2 supportAdam Tauber
2020-07-08[fix] pep8Adam Tauber
2020-07-07[fix] revise google images engineMarkus Heiser
this commit is picked from #1985
2020-07-07[fix] revise google engineMarkus Heiser
this commit is picked from #1985
2020-07-06[fix] indicate visually active tab programmatically on the page Preferences ↵Adam Tauber
- #350
2020-07-03Created new plugin type custom_results. Added new plugin bang_redirect (#2027)Lukas van den Berk
* Made first attempt at the bangs redirects plugin. * It redirects. But in a messy way via javascript. * First version with custom plugin * Added a help page and a operator to see all the bangs available. * Changed to .format because of support * Changed to .format because of support * Removed : in params * Fixed path to json file and changed bang operator * Changed bang operator back to & * Made first attempt at the bangs redirects plugin. * It redirects. But in a messy way via javascript. * First version with custom plugin * Added a help page and a operator to see all the bangs available. * Changed to .format because of support * Changed to .format because of support * Removed : in params * Fixed path to json file and changed bang operator * Changed bang operator back to & * Refactored getting search query. Also changed bang operator to ! and is now working. * Removed prints * Removed temporary bangs_redirect.js file. Updated plugin documentation * Added unit test for the bangs plugin * Fixed a unit test and added 2 more for bangs plugin * Changed back to default settings.yml * Added myself to AUTHORS.rst * Refacored working of custom plugin. * Refactored _get_bangs_data from list to dict to improve search speed. * Decoupled bangs plugin from webserver with redirect_url * Refactored bangs unit tests * Fixed unit test bangs. Removed dubbel parsing in bangs.py * Removed a dumb print statement * Refactored bangs plugin to core engine. * Removed bangs plugin. * Refactored external bangs unit tests from plugin to core. * Removed custom_results/bangs documentation from plugins.rst * Added newline in settings.yml so the PR stays clean. * Changed searx/plugins/__init__.py back to the old file * Removed newline search.py * Refactored get_external_bang_operator from utils to external_bang.py * Removed unnecessary import form test_plugins.py * Removed _parseExternalBang and _isExternalBang from query.py * Removed get_external_bang_operator since it was not necessary * Simplified external_bang.py * Simplified external_bang.py * Moved external_bangs unit tests to test_webapp.py. Fixed return in search with external_bang * Refactored query parsing to unicode to support python2 * Refactored query parsing to unicode to support python2 * Refactored bangs plugin to core engine. * Refactored search parameter to search_query in external_bang.py
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-29Merge branch 'master' into gigablastMarkus Heiser
2020-06-29Fix YaCy text results returned as imagesSophie Tauchert
2020-06-29Merge branch 'master' into duckduckgo_correctionMarkus 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-28Merge branch 'master' into duckduckgo_correctionNoémi Ványi
2020-06-27Make Oscar theme scalableNoémi Ványi
2020-06-26Merge branch 'master' into about-opensearchMarkus Heiser
2020-06-26Merge branch 'master' into gigablastMarkus Heiser
2020-06-25[fix] yahoo engine - changed content_xpathMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
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 gigablastMarkus Heiser
2020-06-25Merge branch 'master' into about-opensearchMarkus Heiser
2020-06-24Merge branch 'master' into proxify-dataurlMarkus 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-23[enh] add visually hidden but accessible css class - #350Adam Tauber
2020-06-22[mod] don't try to proxify data URL.Dalf
Previously only image/jpeg was not proxied. This commit don't proxify all MIME types starting with "image/". This is a quick fix for the PR #1985 : the google_image engine can returns some data URL.
2020-06-19Merge branch 'master' into gigablastMarkus Heiser
2020-06-19Merge branch 'master' into about-opensearchMarkus Heiser
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-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-16Merge branch 'master' into gigablastMarkus Heiser
2020-06-16Merge branch 'master' into filtronMarkus Heiser
2020-06-15[fix] add missing template fileAdam Tauber
2020-06-15[fix] resolve flickr_noapi encoding issuesAdam Tauber
2020-06-15[enh] add translatable strings to javascript - closes #461Adam Tauber
2020-06-13add correction support for duckduckgoGordon Quad
2020-06-10Merge branch 'master' of https://github.com/asciimoo/searx into csp-oscar-themeMarkus Heiser
2020-06-10Merge branch 'master' into filtronMarkus Heiser
2020-06-10Merge branch 'master' into about-opensearchMarkus Heiser