summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-23Add missing autocomplete backends to settings.yml commentMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-02-23Merge branch 'master' into autocomplete_swisscowsMarkus Heiser
2020-02-23Merge pull request #1842 from piplongrun/engine-etoolsMarkus Heiser
Add new eTools.ch engine
2020-02-23Merge branch 'master' into engine-etoolsMarkus Heiser
2020-02-23Merge pull request #1860 from MarcAbonce/fix-default-localeMarkus Heiser
Fix default locale and language issues
2020-02-23fix default locale and language issuesMarc Abonce Seguin
2020-02-20Merge pull request #1855 from return42/fix-dead-linksMarkus Heiser
docs: fix dead Searx-instance links to https://searx.space
2020-02-20docs: fix dead Searx-instance links to https://searx.spaceMarkus Heiser
Related to #1853 / BTW update year of copyright note Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-02-18[fix] allow settin custom locale from settins.ymlAdam Tauber
2020-02-15Merge pull request #1843 from dalf/searx_spaceMarkus Heiser
[mod] move public instance list to https://searx.space
2020-02-14Add Swisscows autocomplete optionpiplongrun
2020-02-14[mod] move public instance list to https://searx.spaceDalf
2020-02-12Add etools engine to the listpiplongrun
2020-02-12Add eTools enginepiplongrun
2020-02-08Merge pull request #1621 from nfk/localeMarkus Heiser
Fix regional settings #844
2020-02-08Merge commit 'refs/pull/1621/head' of https://github.com/asciimoo/searxMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-02-08Merge pull request #1835 from dalf/uwsgi_fixMarkus Heiser
[fix] Disable HTTP keep alive
2020-02-08Merge branch 'master' into uwsgi_fixMarkus Heiser
2020-02-08Merge pull request #1823 from kvch/make-engines-privateMarkus Heiser
Thanks! .. excellent work, I see you on #1836 :)
2020-02-08[enh] introduce private enginesNoémi Ványi
This PR adds a new setting to engines named `tokens`. It expects a list of tokens which lets searx validate if the request should be accepted or not.
2020-02-07[fix] Disable HTTP keep aliveDalf
Fix HTTP 429 response from filtron See https://github.com/searx/searx-docker/issues/24
2020-02-07[doc] fix rst format to be able to upload the package to pypiAdam Tauber
2020-02-06Merge pull request #1831 from nfk/nicofonk/fix/werkzeug_importAdam Tauber
Fix deprecated werkzeug import
2020-02-06Fix deprecated werkzeug importNicolas Gelot
Close: #1830 Signed-off-by: Nicolas Gelot <nicolas.gelot@e.email>
2020-01-30[enh] version v0.16.0Adam Tauber
2020-01-30[enh] update AUTHORS.rst with new contributorsAdam Tauber
2020-01-30[enh] update translationsAdam Tauber
2020-01-28[mod] add py2 deprecation warning to webappAdam Tauber
2020-01-28Merge pull request #1766 from dalf/fix-infinite-scrollMarkus Heiser
[mod] infinite scroll: XHR requests are sent with the header "Accept: text/html"
2020-01-28Merge branch 'master' into fix-infinite-scrollMarkus Heiser
2020-01-12Merge pull request #1804 from unixfox/patch-1Markus Heiser
searx.be stopped using Fathom analytics
2020-01-12searx.be stopped using Fathom analyticsEmilien Devos
2020-01-08Merge pull request #1800 from Yetangitu/flickr_noapi_double_encodeAdam Tauber
[engines|fix] flickr_noapi: Fix double-encode error (fixes #1799)
2020-01-07Fix double-encode error (fixes #1799)frankdelange
2020-01-06Merge pull request #1791 from return42/add-docsMarkus Heiser
misc docs
2020-01-06docs: move wiki/Searx-instances from wiki to docsMarkus Heiser
fix project link in conf.py Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-01-06Merge branch 'master' of https://github.com/asciimoo/searx into add-docsMarkus Heiser
2020-01-06docs(user): move wiki/Searx-instances from wiki to docsMarkus Heiser
fixed some reST markups Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-01-06Merge pull request #1781 from finn0/bug/oscar-themeMarkus Heiser
Oscar: move info box at top of the page
2020-01-06Merge branch 'master' into bug/oscar-themeMarkus Heiser
2020-01-05docs(user): public instances, fix Searxes@Danwin entryMarkus Heiser
fixes: https://github.com/asciimoo/searx/issues/1770 This is not Searx at all. This is Meta-Searx with other engines. See https://github.com/asciimoo/searx/issues/1770#issuecomment-570776655 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-01-04docs(user): move wiki/Searx-instances from wiki to docs (WIP)Markus Heiser
Move wiki entry https://github.com/asciimoo/searx/wiki/Searx-instances into user section of the docs (#1785). links has been ported from markdown to reST by:: regexpr: \[([^\]]*)\]\(([^)]*)\) substitution: `\1 <\2>`__ Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-01-04docs(user): move wiki/Searx-instances from wiki to docsMarkus Heiser
Move wiki entry https://github.com/asciimoo/searx/wiki/Searx-instances into user section of the docs (#1785). Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-01-03Merge branch 'master' of https://github.com/asciimoo/searx into add-docsMarkus Heiser
2020-01-02[fix] pep8Adam Tauber
2020-01-02[fix] add py3 compatibilityAdam Tauber
2020-01-02[fix] handle empty responseAdam Tauber
2020-01-02[fix] handle missing thumbnailAdam Tauber
2020-01-02[fix] skip invalid encoded attributesAdam Tauber
2020-01-02[fix] handle missing result sizeAdam Tauber