summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-01Merge pull request #2227 from searxng/update_data_update_engine_descriptions.pyAlexandre Flament
Update searx.data - update_engine_descriptions.py
2023-03-01Merge pull request #2226 from searxng/update_data_update_ahmia_blacklist.pyAlexandre Flament
Update searx.data - update_ahmia_blacklist.py
2023-03-01Merge pull request #2223 from searxng/update_data_update_firefox_version.pyAlexandre Flament
Update searx.data - update_firefox_version.py
2023-03-01Update searx.data - update_engine_descriptions.pydalf
2023-03-01Update searx.data - update_ahmia_blacklist.pydalf
2023-03-01Update searx.data - update_firefox_version.pydalf
2023-02-20Merge pull request #2027 from dalf/fix_2018Alexandre Flament
Add "auto" as a language.
2023-02-19Merge pull request #2196 from searxng/translations_updateMarkus Heiser
Update translations
2023-02-19[translations] update from Weblatesearxng-bot
8ff0fa33 - 2023-02-19 - return42 <markus.heiser@darmarit.de>
2023-02-19[doc] improved docs of implementations for automatic speech recognitionMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-02-18Merge pull request #2201 from return42/fix-2190Markus Heiser
[doc] slight improvements to the doc of the settings (base_url)
2023-02-17Add "Auto-detected" as a language.Alexandre Flament
When the user choose "Auto-detected", the choice remains on the following queries. The detected language is displayed. For example "Auto-detected (en)": * the next query language is going to be auto detected * for the current query, the detected language is English. This replace the autodetect_search_language plugin.
2023-02-17Merge pull request #2202 from return42/fix-typoMarkus Heiser
[fix] typo in searx/plugins/tor_check.py
2023-02-17[fix] typo in searx/plugins/tor_check.pyMarkus Heiser
Related: https://github.com/searxng/searxng/pull/2189 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-02-17[doc] slight improvements to the doc of the settings (base_url)Markus Heiser
Closes: https://github.com/searxng/searxng/issues/2190 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-02-17Merge pull request #2199 from searxng/dependabot/pip/master/pylint-2.16.2Markus Heiser
Bump pylint from 2.16.1 to 2.16.2
2023-02-17Merge pull request #2197 from searxng/dependabot/pip/master/flask-2.2.3Markus Heiser
Bump flask from 2.2.2 to 2.2.3
2023-02-17Merge pull request #2198 from ↵Markus Heiser
searxng/dependabot/pip/master/typing-extensions-4.5.0 Bump typing-extensions from 4.4.0 to 4.5.0
2023-02-17Bump pylint from 2.16.1 to 2.16.2dependabot[bot]
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.16.1 to 2.16.2. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.16.1...v2.16.2) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-02-17Bump typing-extensions from 4.4.0 to 4.5.0dependabot[bot]
Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/python/typing_extensions/compare/4.4.0...4.5.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-02-17Bump flask from 2.2.2 to 2.2.3dependabot[bot]
Bumps [flask](https://github.com/pallets/flask) from 2.2.2 to 2.2.3. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/2.2.2...2.2.3) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-02-15Merge pull request #2188 from ahmad-alkadri/fix/petalsearchMarkus Heiser
Fix the petalsearch engine
2023-02-15Merge pull request #2192 from return42/fix-tineyeMarkus Heiser
[mod] disbale engine tineye by default
2023-02-14Merge pull request #2189 from comradekingu/patch-1Markus Heiser
Spelling: Tor, SearXNG
2023-02-14Fix petalsearch and remove petalsearch newsAhmad Alkadri
2023-02-14[fix] spelling: Tor, SearXNGAllan Nordhøy
2023-02-14[mod] disbale engine tineye by defaultMarkus Heiser
Tineye becomes active as soon as a https:// signature is found in the search term, but most of the time a reverse image search is not requested when a URL is specified, often the URL is just from a C&P. The frequent requests to tineye lead in the end to the SearXNG instance being blocked by tineye and the user seeing unexpected error messages. BTW: many maintainers have disabled this engine in their local SearXNG settings. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-02-13Merge pull request #2187 from blob42/update-docMarkus Heiser
[doc] add example for enabling an engine disabled by default
2023-02-12[doc] add example for enabling an engine disabled by defaultblob42
2023-02-11Merge pull request #2183 from return42/node.env.devAlexandre Flament
[mod] install developer tools by: make node.env.dev
2023-02-11Merge pull request #2184 from return42/emacs-lspMarkus Heiser
[emacs] .dir-locals.el: add Language Server Protocol Support (LSP)
2023-02-11[emacs] .dir-locals.el: add Language Server Protocol Support (LSP)Markus Heiser
Add LSP and update comment strings for full fledge developer tools. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-02-11[mod] install developer tools by: make node.env.devMarkus Heiser
- rename ``./manage node.env.devtools`` to ``./manage node.env.dev`` - add ``make node.env.dev`` - remove local developer tools by ``make node.clean`` Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-02-11Merge pull request #2182 from return42/fix-make-nvmMarkus Heiser
[fix] make nvm.env exit with error when VERBOSE is unset
2023-02-11[fix] make nvm.env exit with error when VERBOSE is unsetMarkus Heiser
$ make nvm.install INFO: install (update) NVM at /800GBPCIex4/share/SearXNG/.nvm INFO: already cloned at: /800GBPCIex4/share/SearXNG/.nvm || Fetching origin INFO: checkout v0.39.1 || HEAD is now at 9600617 v0.39.1 make: *** [Makefile:96: nvm.install] Error 1 Without this fix we need to set VERBOSE environment to avoid the 'Error 1': $ VERBOSE=0 make nvm.install BTW: fix an issue if there are any leftovers in ${NVM_DIR} from previos installations Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-02-10Merge pull request #2177 from return42/rm-neevaMarkus Heiser
[fix] remove engine neeva from settings.yml
2023-02-10[fix] remove engine neeva from settings.ymlMarkus Heiser
Engine is broken and can't by used any longer as a simple XPath engine. @allendema tested a engines/neeva.py version using json from the dom, but without luck: There was some kind of captcha for pagination. [1] https://github.com/searxng/searxng/issues/2007#issuecomment-1426061698 Closes: https://github.com/searxng/searxng/issues/2007 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-02-10fix: typo in suggestionsLea
2023-02-10[fix] time_range in HTML form should not be a string 'None'Markus Heiser
Before this patch SearXNG returns 'time_range': 'None':: <form method="GET" action="/searx/search"> ... <input type="hidden" name="time_range" value="None"> ... </form> Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-02-10[fix] remove usage of deprecated-module distutisMarkus Heiser
Closes: https://github.com/searxng/searxng/issues/2168 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-02-10[mod] engine wiby: add paginationwibyweb
Suggested by: @wibyweb in searx https://github.com/searx/searx/pull/3465 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-02-10Merge pull request #2174 from searxng/dependabot/pip/master/redis-4.5.1Markus Heiser
Bump redis from 4.4.2 to 4.5.1
2023-02-10Bump redis from 4.4.2 to 4.5.1dependabot[bot]
Bumps [redis](https://github.com/redis/redis-py) from 4.4.2 to 4.5.1. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v4.4.2...v4.5.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-02-10Merge pull request #2173 from searxng/dependabot/pip/master/pylint-2.16.1Markus Heiser
Bump pylint from 2.15.10 to 2.16.1
2023-02-10Bump pylint from 2.15.10 to 2.16.1dependabot[bot]
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.10 to 2.16.1. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.15.10...v2.16.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-02-10[mod] make python code pylint 2.16.1 compliantMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-02-04Merge pull request #2130 from searxng/translations_updateMarkus Heiser
Update translations
2023-02-04Merge pull request #2158 from ↵Markus Heiser
searxng/dependabot/npm_and_yarn/searx/static/themes/simple/master/grunt-1.6.1 Bump grunt from 1.5.3 to 1.6.1 in /searx/static/themes/simple
2023-02-04Bump grunt from 1.5.3 to 1.6.1 in /searx/static/themes/simpledependabot[bot]
Bumps [grunt](https://github.com/gruntjs/grunt) from 1.5.3 to 1.6.1. - [Release notes](https://github.com/gruntjs/grunt/releases) - [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt/compare/v1.5.3...v1.6.1) --- updated-dependencies: - dependency-name: grunt dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-02-04Merge pull request #2157 from searxng/dependabot/pip/master/selenium-4.8.0Markus Heiser
Bump selenium from 4.7.2 to 4.8.0