summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-17Merge pull request #2262 from searxng/translations_updateMarkus Heiser
Update translations
2023-03-17[translations] update from Weblatesearxng-bot
32926a19 - 2023-03-15 - return42 <markus.heiser@darmarit.de> 7aabc876 - 2023-03-16 - Linerly <linerly@protonmail.com> c0ed00f5 - 2023-03-14 - SonoAX <giovanniilgiovo@gmail.com> 6cf287f6 - 2023-03-13 - RhysJones <proladrhys123@outlook.com> 8c4c5f83 - 2023-03-12 - Cavemanly <k.adel.2m@protonmail.com> dffe61fa - 2023-03-10 - return42 <markus.heiser@darmarit.de> c7736cac - 2023-03-10 - BalkanMadman <zurabid2016@gmail.com> e831b8e3 - 2023-03-10 - BalkanMadman <zurabid2016@gmail.com> ef3c60af - 2023-03-10 - return42 <markus.heiser@darmarit.de> c046a677 - 2023-03-07 - BalkanMadman <zurabid2016@gmail.com> 142041d6 - 2023-03-05 - return42 <markus.heiser@darmarit.de> 119b51df - 2023-03-05 - return42 <markus.heiser@darmarit.de>
2023-03-15rollback testAlexandre Flament
2023-03-15testAlexandre Flament
2023-03-15Merge pull request #2214 from searxng/dependabot/pip/master/selenium-4.8.2Markus Heiser
Bump selenium from 4.8.0 to 4.8.2
2023-03-15Merge pull request #2244 from searxng/dependabot/pip/master/myst-parser-1.0.0Markus Heiser
Bump myst-parser from 0.18.1 to 1.0.0
2023-03-15Bump myst-parser from 0.18.1 to 1.0.0dependabot[bot]
Bumps [myst-parser](https://github.com/executablebooks/MyST-Parser) from 0.18.1 to 1.0.0. - [Release notes](https://github.com/executablebooks/MyST-Parser/releases) - [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/MyST-Parser/compare/v0.18.1...v1.0.0) --- updated-dependencies: - dependency-name: myst-parser dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-03-15Merge pull request #2224 from searxng/update_data_update_currencies.pyMarkus Heiser
Update searx.data - update_currencies.py
2023-03-15Merge pull request #2222 from searxng/update_data_update_wikidata_units.pyMarkus Heiser
Update searx.data - update_wikidata_units.py
2023-03-15Merge pull request #2215 from searxng/dependabot/pip/master/markdown-it-py-2.2.0Markus Heiser
Bump markdown-it-py from 2.1.0 to 2.2.0
2023-03-15Merge pull request #2243 from searxng/dependabot/pip/master/pylint-2.17.0Markus Heiser
Bump pylint from 2.16.2 to 2.17.0
2023-03-15Merge pull request #2212 from searxng/translations_updateMarkus Heiser
Update translations
2023-03-10Bump pylint from 2.16.2 to 2.17.0dependabot[bot]
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.16.2 to 2.17.0. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.16.2...v2.17.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-03-05[fix] remove duplicate key in simple theme ESLint configurationMarkus Heiser
Partial merge of [PR-1736] [PR-1736] https://github.com/searxng/searxng/pull/1736 Suggested-by: @FunctionalHacker in [1] Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-03-05[fix] fix threshold in replace_auto_languageMarkus Heiser
[1] https://github.com/searxng/searxng/pull/2027#pullrequestreview-1322157677 [2] https://github.com/searxng/searxng/pull/1969#issuecomment-1345354529 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-03-03[translations] update from Weblatesearxng-bot
0d8ebfe1 - 2023-03-02 - AHOHNMYC <lqwh2h2cwa@protonmail.com> 1358dd6d - 2023-03-03 - mystery-z <07juwonc@kakao.com> 4d8c13db - 2023-03-01 - lhostfree951 <freeehost9191@gmail.com> 1ae581b6 - 2023-02-28 - tygyh <jonis9898@hotmail.com> 0003698f - 2023-02-28 - ewm <gnu.ewm@protonmail.com> 31c79617 - 2023-02-28 - gjveld <gjveld@gmail.com> 9015ec73 - 2023-02-28 - gallegonovato <fran-carro@hotmail.es> 03619a68 - 2023-02-25 - BalkanMadman <zurabid2016@gmail.com> fa90585b - 2023-02-25 - BalkanMadman <zurabid2016@gmail.com> c902c5e5 - 2023-02-26 - tentsbet <remendne@pentrens.jp>
2023-03-02Merge pull request #2231 from return42/fix-docs_prebuildAlexandre Flament
[fix] make docs: NameError: name 'DOC' is not defined
2023-03-02[fix] make docs: NameError: name 'DOC' is not definedMarkus Heiser
To reproduce the issue set base_url:: diff --git a/searx/settings.yml b/searx/settings.yml index 841457b5e..4e282cb61 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -72,7 +72,7 @@ server: bind_address: "127.0.0.1" # public URL of the instance, to ensure correct inbound links. Is overwritten # by ${SEARXNG_URL}. - base_url: false # "http://example.com/location" + base_url: "http://example.com/location" limiter: false # rate limit the number of request on the instance, block some bots and build the docs:: $ make docs SPHINX HTML ./docs --> file:///800GBPCIex4/share/SearXNG/dist/docs DOCS build build/docs/includes Traceback (most recent call last): File "searxng_extra/docs_prebuild", line 85, in <module> sys.exit(main()) File "searxng_extra/docs_prebuild", line 31, in main f.write(page.content) File "/usr/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "searxng_extra/docs_prebuild", line 81, in _instance_infosetset_ctx return DOC NameError: name 'DOC' is not defined Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-03-01Merge pull request #2220 from Solirs/gentoo_engine_timeoutAlexandre Flament
Increase timeout for gentoo wiki engine
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_currencies.pydalf
2023-03-01Update searx.data - update_firefox_version.pydalf
2023-03-01Update searx.data - update_wikidata_units.pydalf
2023-02-28Increase timeout for gentoo wiki engineSolirs
2023-02-24Bump markdown-it-py from 2.1.0 to 2.2.0dependabot[bot]
Bumps [markdown-it-py](https://github.com/executablebooks/markdown-it-py) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/executablebooks/markdown-it-py/releases) - [Changelog](https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/markdown-it-py/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: markdown-it-py dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-02-24Bump selenium from 4.8.0 to 4.8.2dependabot[bot]
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.8.0 to 4.8.2. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/commits) --- updated-dependencies: - dependency-name: selenium dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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-19[readme] reworked / partial merge of #2200Allan Nordhøy
Related: - https://github.com/searxng/searxng/pull/2203 - https://github.com/searxng/searxng/pull/2200#issuecomment-1434594489 Closes: https://github.com/searxng/searxng/pull/2200
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