summaryrefslogtreecommitdiff
path: root/searx
AgeCommit message (Collapse)Author
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
2023-01-20[translations] update from Weblatesearxng-bot
2023-01-20SearXNG version: fix make dockerAlexandre Flament
continuation of #2117 related to #2111 This commit: * fixes the Docker tag using an additional variable DOCKER_TAG, see searx/version.py * fixes the Docker labels org.label-schema.vcs-ref and org.opencontainers.image.revision * adds searx/version_frozen to .gitignore
2023-01-20Bump flask-babel from 2.0.0 to 3.0.0dependabot[bot]
Bumps [flask-babel](https://github.com/python-babel/flask-babel) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/python-babel/flask-babel/releases) - [Changelog](https://github.com/python-babel/flask-babel/blob/master/CHANGELOG) - [Commits](https://github.com/python-babel/flask-babel/compare/v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: flask-babel dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-01-20Version number follows PEP440 : replace - by +Alexandre Flament
Close #2111
2023-01-17Merge pull request #2109 from ahmad-alkadri/fix/highlight-full-wordAlexandre Flament
Standalone words highlighting for query result in non-CJK characters
2023-01-15Merge pull request #2100 from nexryai/masterAlexandre Flament
Add goo engine
2023-01-15A little fix and modified the testing for content highlightahmad-alkadri
2023-01-15Add search.suspended_times settingsLéon Tiekötter
Make suspended_time changeable in settings.yml Allow different values to be set for different exceptions. Co-authored-by: Alexandre Flament <alex@al-f.net>
2023-01-14Perso branch - added cjk check and enclosementahmad-alkadri
2023-01-13[translations] update from Weblatesearxng-bot
6a57ee0b - 2023-01-11 - Markus Heiser <markus.heiser@darmarit.de> b180a810 - 2023-01-06 - Nik Drešar <nik.dresar@gmail.com> 8710174a - 2023-01-11 - Markus Heiser <markus.heiser@darmarit.de> 529a2591 - 2023-01-08 - Markus Heiser <markus.heiser@darmarit.de> a254bd01 - 2023-01-08 - Markus Heiser <markus.heiser@darmarit.de> 860c3fce - 2023-01-11 - Markus Heiser <markus.heiser@darmarit.de> c140fb52 - 2023-01-06 - Markus Heiser <markus.heiser@darmarit.de>
2023-01-12Add goo enginenexryai
2023-01-09[fix] bing: parsing result; check to see if the element contains linksAhmad Alkadri
This patch is to hardening the parsing of the bing response: 1. To fix [2087] check if the selected result item contains a link, otherwise skip result item and continue in the result loop. Increment the result pointer when a result has been added / the enumerate that counts for skipped items is no longer valid when result items are skipped. To test the bugfix use: ``!bi :all cerbot`` 2. Limit the XPath selection of result items to direct children nodes (list items ``li``) of the ordered list (``ol``). To test the selector use: ``!bi :en pontiac aztek wiki`` .. in the result list you should find the wikipedia entry on top, compare [2068] [2087] https://github.com/searxng/searxng/issues/2087 [2068] https://github.com/searxng/searxng/issues/2068
2023-01-09[fix] Mojeek Xpath showing suggestions and searches + add lang supportMilad-Laly
2023-01-08Merge pull request #2088 from llmII/fix-suggestionsMarkus Heiser
Fix #2083
2023-01-08[build] /staticMarkus Heiser
2023-01-08Fix #2083llmII
This changes the Suggestions to be a single column, not a wrapping row, changing the input to be incapable of overflowing into visually adjacent elements.
2023-01-08[simple theme] set tab index for search page input field #1891allixx
Previously it took five tab keypresses to reach search input field on search results page. Now one tab press is enough.
2023-01-08[fix] Bing-Web engine: XPath to get the wikipedia resultahmad-alkadri
Modify the XPath selector to get the wikipedia result plus small fixes. About result content: especially with the Wikipedia result, we'd get several paragraph elements, only the first paragraph would be taken and displayed on the search result
2023-01-07Merge pull request #1903 from LalleSX/patch-1Markus Heiser
Added info about adding the enginge to the brownser
2023-01-07[mod] about page: add information about adding enginge to the brownserPrivateLalle
2023-01-07[fix] indentation and line size of the the markdown filesMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-01-07[build] /staticMarkus Heiser
2023-01-07Add flex-wrap to the list of enginesahmad-alkadri
2023-01-06Add HTTP Referer header to DuckDuckGo requestsRudis Muiznieks
closes #2080
2023-01-06Merge pull request #2078 from searxng/dependabot/pip/master/pygments-2.14.0Markus Heiser
Bump pygments from 2.13.0 to 2.14.0
2023-01-06[build] /staticMarkus Heiser