summaryrefslogtreecommitdiff
path: root/searx
AgeCommit message (Collapse)Author
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-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-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-28Increase timeout for gentoo wiki engineSolirs
2023-02-20Merge pull request #2027 from dalf/fix_2018Alexandre Flament
Add "auto" as a language.
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-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-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-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-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[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-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-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-03[fix-2146] set different HTTP Referer header to DuckDuckGo requestsMarkus Heiser
For what ever reasons, ddg-lite don't like the Referer https://lite.duckduckgo.com/ In an interactive session in the WEB browser the the Reverer has exactly this value, but ddg-lite don't like this value when the request is build up by SearXNG. The new value is: https://google.com/ What fakes a user comes from a google link. Related: https://github.com/searxng/searxng/pull/2081 Closes: https://github.com/searxng/searxng/issues/2146 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-02-03[translations] update from Weblatesearxng-bot
009d48c2 - 2023-02-01 - tygyh <jonis9898@hotmail.com> a5353bad - 2023-02-01 - Mooo <moose@mail.ru> 1617f458 - 2023-01-28 - emirhan <xemirhankoc@gmail.com> 79bc60f4 - 2023-01-29 - ewm <gnu.ewm@protonmail.com>
2023-01-29Merge pull request #2132 from dalf/update_pr_1967Alexandre Flament
search.suspended_time settings: bug fixes
2023-01-29[doc] Add doc-strings to searx.exceptionsMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-01-29Merge pull request #2139 from dalf/fix_update_languagesMarkus Heiser
Fix update languages
2023-01-29Merge pull request #2134 from searxng/update_data_update_wikidata_units.pyMarkus Heiser
Update searx.data - update_wikidata_units.py
2023-01-29Merge pull request #2135 from searxng/update_data_update_ahmia_blacklist.pyMarkus Heiser
Update searx.data - update_ahmia_blacklist.py
2023-01-29Merge pull request #2136 from searxng/update_data_update_firefox_version.pyMarkus Heiser
Update searx.data - update_firefox_version.py
2023-01-29Merge pull request #2137 from searxng/update_data_update_currencies.pyMarkus Heiser
Update searx.data - update_currencies.py
2023-01-29wikipedia engine: update _fetch_supported_languagesAlexandre Flament
the layout https://meta.wikimedia.org/wiki/List_of_Wikipedias has changed
2023-01-29peertube engine: update _fetch_supported_languagesAlexandre Flament
There is now an API to get the list of supported languages https://docs.joinpeertube.org/api-rest-reference.html#tag/Video/operation/getLanguages
2023-01-29Update searx.data - update_engine_descriptions.pydalf
2023-01-29Update searx.data - update_currencies.pydalf
2023-01-29Update searx.data - update_firefox_version.pydalf
2023-01-29Update searx.data - update_wikidata_units.pydalf
2023-01-29Update searx.data - update_ahmia_blacklist.pydalf
2023-01-28search.suspended_time settings: bug fixesAlexandre Flament
* fix type in settings.yml: replace suspend_times by suspended_times * always use delay defined in settings.yml: * HTTP status 402 and 403: read the value from settings.yml instead of using the hardcoded value of 1 day. * startpage engine: CAPTCHA suspend the engine for one day instead of one week
2023-01-27Merge pull request #2115 from searxng/dependabot/pip/master/flask-babel-3.0.0Alexandre Flament
Bump flask-babel from 2.0.0 to 3.0.0
2023-01-23[build] /staticmrpaulblack
2023-01-23[fix] use input elements for pagination requestsmrpaulblack
* use html input elements instead of buttons for the pagination forms at the bottom of the result page * move the less section that hides the pagination number widget on mobile to the mobile section * clean up the less code for styling the numbers of the pagination widget * fix: add the margin for box results (like in news category) to the bottom of the result to have a margin between pagination widget and article result
2023-01-23Feature: Pagination Widget with list of numbers.llmII
Adds to the navigation widget, preserving forward/backward nav, and inserting a list of clickable page numbers between them. Phone sized devices continue without this widget as deterministic display under small screen sizes has not been solved. The widget is agnostic to the actual amount of pages there are that one can navigate to and as such shows all plausible, albeit not necessarilly valid, possibilities. This widget does not interfere with infinite scroll in any fashion.
2023-01-22SearXNG version: YYYY.MM.DD without leading zeroAlexandre Flament
2023-01-21weblate: migration to https://translate.codeberg.org/Alexandre Flament