summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-20Merge pull request #2117 from dalf/fix_version_numberAlexandre Flament
Version number follows PEP440 : replace - by +
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-15Merge pull request #1967 from tiekoetter/suspended_time-settingsAlexandre Flament
settings.yml: add search.suspended_times
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-14Merge pull request #2105 from searxng/dependabot/pip/master/redis-4.4.2Alexandre Flament
Bump redis from 4.4.0 to 4.4.2
2023-01-14Merge pull request #2107 from searxng/translations_updateAlexandre Flament
Update translations
2023-01-14Merge pull request #2097 from immanuelfodor/patch-1Alexandre Flament
Adjust uWSGI workers and threads from env
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-13Bump redis from 4.4.0 to 4.4.2dependabot[bot]
Bumps [redis](https://github.com/redis/redis-py) from 4.4.0 to 4.4.2. - [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.0...v4.4.2) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-01-12Add goo enginenexryai
2023-01-11Let uWSGI workers and threads be adjustable from envImmánuel!
2023-01-09Merge pull request #2089 from ahmad-alkadri/fix/bing-check-nolinksMarkus Heiser
Added a check to see if the element contains links
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-09Merge pull request #2090 from Milad-Laly/bugfix/mojeek_parsingMarkus Heiser
[fix] Mojeek Xpath showing suggestions and searches + add lang support
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-08Merge pull request #2085 from allixx/tab-orderMarkus Heiser
[simple theme] set tab index for search page input field #1891
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-08Merge pull request #2084 from Milad-Laly/bugfix/typosMarkus Heiser
[fix] typos in utils/searxng.sh
2023-01-08[fix] typos in utils/searxng.shMilad-Laly
2023-01-08Merge pull request #2073 from ahmad-alkadri/fix/modify-bing-xpathMarkus Heiser
Modify the Xpath for Bing engine plus little fixes
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-07Merge pull request #2072 from llmII/fix-checksumMarkus Heiser
Fix checksum virtualenv checks.
2023-01-07Merge pull request #2066 from ahmad-alkadri/fix/ui-shifted-enginesMarkus Heiser
Fix: wrapping list of engines in flex-wrap to prevent them being shifted
2023-01-07[build] /staticMarkus Heiser
2023-01-07Add flex-wrap to the list of enginesahmad-alkadri
2023-01-07Merge pull request #2081 from rudism/duckduckgo-refererMarkus Heiser
Add HTTP Referer header to DuckDuckGo requests
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-06Merge pull request #2079 from searxng/translations_updateMarkus Heiser
Update translations
2023-01-06[build] /staticMarkus Heiser
2023-01-06[translations] update from Weblatesearxng-bot
b1c60c5b - 2022-12-30 - wldkwl <gayisurdad@hotmail.com> 89133548 - 2023-01-05 - Linerly <linerly@protonmail.com> 4398061a - 2023-01-02 - Markus Heiser <markus.heiser@darmarit.de> 9857916a - 2023-01-04 - p6n7l <nichita@tutanota.com> 0ba50078 - 2023-01-04 - Markus Heiser <markus.heiser@darmarit.de> 0189e648 - 2023-01-02 - Markus Heiser <markus.heiser@darmarit.de> 24ded833 - 2023-01-01 - Markus Heiser <markus.heiser@darmarit.de>
2023-01-06Bump pygments from 2.13.0 to 2.14.0dependabot[bot]
Bumps [pygments](https://github.com/pygments/pygments) from 2.13.0 to 2.14.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.13.0...2.14.0) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-01-05Merge pull request #2074 from julianfairfax/patch-1Markus Heiser
Correct a small mistake
2023-01-04Correct my small mistakeJulian
2023-01-04Correct a small mistakeJulian
2023-01-03Fix checksum virtualenv checks.llmII
There's already precedence for not using GNUism sha256sum longopts as seen in searxng/utils/lib_go.sh so update lib.sh to not use them either. A nice side effect is now the sha256sum usage doesn't care if you're using BSD sha256sum or GNU sha256sum which makes this work under FreeBSD.
2022-12-30Merge pull request #2060 from searxng/dependabot/pip/master/mock-5.0.0Markus Heiser
Bump mock from 4.0.3 to 5.0.0
2022-12-30Merge pull request #2061 from searxng/translations_updateMarkus Heiser
Update translations
2022-12-30Merge pull request #2059 from ↵Markus Heiser
searxng/dependabot/pip/master/pallets-sphinx-themes-2.0.3 Bump pallets-sphinx-themes from 2.0.2 to 2.0.3