summaryrefslogtreecommitdiff
path: root/searx
AgeCommit message (Collapse)Author
2022-09-16[translations] update from Weblatesearxng-bot
570c4f7d - 2022-09-15 - Fero Novák <itzwowsmile@gmail.com> 0ef09ea1 - 2022-09-15 - dogyx <aaronloit@tuta.io> 03f97e22 - 2022-09-09 - beriain <soila@disroot.org> caddaedc - 2022-09-10 - Markus Heiser <markus.heiser@darmarit.de> addfb0c2 - 2022-09-09 - NxOne14 <kiril2315@gmail.com> 2872e3a6 - 2022-09-11 - Markus Heiser <markus.heiser@darmarit.de> d2835b09 - 2022-09-11 - Sadith Nadungoda <sadithnadungoda@gmail.com>
2022-09-09Merge pull request #1755 from ↵Alexandre Flament
searxng/dependabot/npm_and_yarn/searx/static/themes/simple/master/sharp-0.31.0 Bump sharp from 0.30.7 to 0.31.0 in /searx/static/themes/simple
2022-09-09[translations] update from Weblatesearxng-bot
2022-09-09Bump sharp from 0.30.7 to 0.31.0 in /searx/static/themes/simpledependabot[bot]
Bumps [sharp](https://github.com/lovell/sharp) from 0.30.7 to 0.31.0. - [Release notes](https://github.com/lovell/sharp/releases) - [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md) - [Commits](https://github.com/lovell/sharp/compare/v0.30.7...v0.31.0) --- updated-dependencies: - dependency-name: sharp dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-09-04Merge pull request #1743 from dalf/update_about_metricsAlexandre Flament
Update about the metrics
2022-09-04[mod] option 'ui: cache_url:' to configure internet cache or archiveMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-04xpath engine: change raise_for_httperror to no_result_for_http_statusAlexandre FLAMENT
no_result_for_http_status contains a list of HTTP status. These HTTP status are seen an empty result list. In other cases an exception is thrown as usual. Previously raise_for_httperror were ignoring all HTTP error, which make defective engines invisible in the stats.
2022-09-04[fix] engine woxikon.de - don't raise exception on empty result listMarkus Heiser
Woxikon expects a word in German, so with query "foo" the site finds nothing and respons a 404: httpx.HTTPStatusError: Client error '404 Not Found' \ for url 'https://synonyme.woxikon.de/synonyme/foo.php' [1] https://github.com/searxng/searxng/issues/1543#issuecomment-1193317054 Closes: https://github.com/searxng/searxng/issues/1543 Suggested-by: @allendema [1] Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-02Merge pull request #1647 from return42/deepl-engineMarkus Heiser
[mod] add deepl translation engine
2022-09-02template: when enable_metrics are disabled, hide the empty statsAlexandre FLAMENT
when metrics are disabled: * hide the link to /stats at the bottom of the pages * in /preferences, hide the columns "Response time" and "Reliability"
2022-09-02Stats: display only the score per result, no anymore the scoreAlexandre FLAMENT
2022-09-02[translations] update from Weblatesearxng-bot
9b3635db - 2022-08-31 - Andrij Mizyk <andmizyk@gmail.com> 875cbf38 - 2022-09-01 - Markus Heiser <markus.heiser@darmarit.de> 7b3b12a0 - 2022-08-31 - SecularSteve <fairfull.playing@gmail.com> e60b4544 - 2022-08-28 - Markus Heiser <markus.heiser@darmarit.de> dc9c17a4 - 2022-08-31 - SecularSteve <fairfull.playing@gmail.com> 7307cf31 - 2022-08-31 - SecularSteve <fairfull.playing@gmail.com> ae642e6f - 2022-09-01 - Xosé M <correo@xmgz.eu> 8db6b9c9 - 2022-08-28 - Markus Heiser <markus.heiser@darmarit.de> d74ef692 - 2022-08-31 - SecularSteve <fairfull.playing@gmail.com> 3ddf8997 - 2022-08-30 - Markus Heiser <markus.heiser@darmarit.de> 303d0890 - 2022-08-28 - Markus Heiser <markus.heiser@darmarit.de>
2022-08-31Disable brave by defaultÉmilien Devos
Brave is too unstable and will often not work by default. As seen in many issues: https://github.com/searxng/searxng/issues?q=is%3Aissue++sort%3Aupdated-desc+brave+label%3Abug+
2022-08-29Merge pull request #1708 from dalf/result_proxy_default_settingsAlexandre Flament
settings.yml: set default values for result_proxy
2022-08-29Merge pull request #1712 from dalf/remove_searx_env_varAlexandre Flament
Remove usage of SEARX environment variables
2022-08-29Merge pull request #1720 from searxng/update_data_update_ahmia_blacklist.pyMarkus Heiser
Update searx.data - update_ahmia_blacklist.py
2022-08-29Merge pull request #1722 from searxng/update_data_update_languages.pyMarkus Heiser
Update searx.data - update_languages.py
2022-08-29Merge pull request #1723 from searxng/update_data_update_firefox_version.pyMarkus Heiser
Update searx.data - update_firefox_version.py
2022-08-29Merge pull request #1724 from searxng/update_data_update_engine_descriptions.pyMarkus Heiser
Update searx.data - update_engine_descriptions.py
2022-08-29Merge pull request #1721 from searxng/update_data_update_wikidata_units.pyMarkus Heiser
Update searx.data - update_wikidata_units.py
2022-08-29Update searx.data - update_engine_descriptions.pydalf
2022-08-29Update searx.data - update_firefox_version.pydalf
2022-08-29Update searx.data - update_languages.pydalf
2022-08-29Update searx.data - update_wikidata_units.pydalf
2022-08-29Update searx.data - update_ahmia_blacklist.pydalf
2022-08-29Update searx.data - update_currencies.pydalf
2022-08-28Remove usage of SEARX environment variablesAlexandre FLAMENT
2022-08-28settings.yml: set default values for result_proxyAlexandre FLAMENT
* initialize result_proxy with searx/settings_defaults.py * allow result_proxy.key to be a string this commit supersedes #1522
2022-08-28Merge pull request #1706 from dalf/fix-autocomplete-postMarkus Heiser
Fix: autocomplete with the POST method: url encode the user query
2022-08-28Merge pull request #1707 from dalf/fix-external-bangMarkus Heiser
External bang: bug fix: URL encode the query so "!!g 1+1" works as intended
2022-08-27External bang: bug fix: URL encode the query so "!!g 1+1" works as intendedAlexandre FLAMENT
2022-08-27[build] /staticAlexandre FLAMENT
2022-08-27Theme: fix autocompletion with the POST methodAlexandre FLAMENT
With the POST method, autocomplete.js does not URL encode the values. For example "1+1" is sent as "1+1" which is read as "1 1" since space are URL encoded with a plus. There is no clean way to fix the bug since autocomplete.js seems abandoned. The commit monkey patches the ajax function of autocomplete.js Related to #1695
2022-08-27Merge pull request #1699 from liimee/eng-app-storeAlexandre Flament
add apple app store engine
2022-08-27Merge pull request #1700 from liimee/eng-ddmAlexandre Flament
add apple maps engine
2022-08-27remove thumbnail from resultsta
2022-08-27add poi's website and phone number, doesn't crash when there is no ↵ta
`displayMapRegion`, query the token on the first request
2022-08-26Merge pull request #1702 from tiekoetter/limiter-accept-encoding-handlingAlexandre Flament
[mod] limiter plugin: Accept-Encoding handling
2022-08-26[translations] update from Weblatesearxng-bot
3e034294 - 2022-08-26 - Markus Heiser <markus.heiser@darmarit.de> 46a4dfd3 - 2022-08-24 - Markus Heiser <markus.heiser@darmarit.de> d41463fd - 2022-08-24 - Markus Heiser <markus.heiser@darmarit.de> 338b6716 - 2022-08-22 - Markus Heiser <markus.heiser@darmarit.de> 0c9d7756 - 2022-08-22 - Markus Heiser <markus.heiser@darmarit.de> b422a480 - 2022-08-19 - Markus Heiser <markus.heiser@darmarit.de> 44c9caa0 - 2022-08-22 - Ricardo Simões <xmcorporation@gmail.com> a774721f - 2022-08-20 - Markus Heiser <markus.heiser@darmarit.de> d8a322d6 - 2022-08-22 - Markus Heiser <markus.heiser@darmarit.de>
2022-08-25[mod] limiter plugin: Accept-Encoding handlingLéon Tiekötter
Only raise "suspicious Accept-Encoding" when both "gzip" and "deflate" are missing from Accept-Encoding. Prevent Browsers which only implement one compression solution from being blocked by the limiter plugin. Example Browser which is currently blocked: Lynx Browser (https://lynx.invisible-island.net)
2022-08-25add apple maps engineta
2022-08-25Merge pull request #1688 from liimee/eng-9gagAlexandre Flament
Add 9gag engine
2022-08-24get the not cropped version of the thumbnail when the image height is not ↵ta
too important
2022-08-24add safesearch supportta
2022-08-24add developer info as authorta
2022-08-24add the apple app store engineta
The Apple App Store is the digital app distribution platform for iOS & iPadOS.
2022-08-24support playing videos directlyta
2022-08-23[fix] Internal server error after changing UI language to BGMarkus Heiser
A placeholder has been translated to BG, issue was added 8 month ago, when BG translation was added [1] msgid "Compute {functions} of the arguments" msgstr "Изчислете {функции} на аргументите" The incorrect translation has been corrected here in the message files and on weblate. [1] https://weblate.bubu1.eu/translate/searxng/searxng/bg/?&offset=49#history Closes: https://github.com/searxng/searxng/issues/1692 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-08-23add tags as suggestionsta
2022-08-22use `invalid-name` instead of `C0103` for pylintta