Commit graph

4405 commits

Author SHA1 Message Date
Joseph Cheung
0282af2cc4 Update webapp.py 2023-02-20 16:39:18 +08:00
luxtiasco
89dd921025
Update webapp.py 2023-02-20 02:13:13 +08:00
luxtiasco
c313c9f48e
Update webapp.py 2023-02-20 02:04:04 +08:00
luxtiasco
b0851205cc
Update webapp.py 2023-02-20 01:52:02 +08:00
luxtiasco
57ea496c88
Update webapp.py 2023-02-20 01:46:00 +08:00
Joseph Cheung
7f0874c176 o 2023-02-19 22:34:53 +08:00
Joseph Cheung
bc40e445bc Update webapp.py 2023-02-19 22:29:44 +08:00
Joseph Cheung
e3810d417e Update webapp.py 2023-02-19 22:28:35 +08:00
Joseph Cheung
304a14363c Update webapp.py 2023-02-19 22:27:33 +08:00
Joseph Cheung
414d7c905f Update webapp.py 2023-02-19 22:11:49 +08:00
Joseph Cheung
2e0801f48b Update webapp.py 2023-02-19 22:05:11 +08:00
Joseph Cheung
efbe909dfa Update webapp.py 2023-02-19 22:02:24 +08:00
Joseph Cheung
7f5124dbec Update webapp.py 2023-02-19 21:58:07 +08:00
Joseph Cheung
ad91b37b21 Update results.html 2023-02-19 21:56:20 +08:00
Joseph Cheung
065023ec05 0 2023-02-19 21:51:59 +08:00
Joseph Cheung
d93eeb98c8 o 2023-02-19 21:12:54 +08:00
Joseph Cheung
5471cf8f0f Update webapp.py 2023-02-19 21:09:40 +08:00
Joseph Cheung
91ee8a3d71 Update webapp.py 2023-02-19 21:03:08 +08:00
Joseph Cheung
388c59b7f7 Update webapp.py 2023-02-19 20:57:50 +08:00
Joseph Cheung
9e19d0f688 Update webapp.py 2023-02-19 20:54:08 +08:00
Joseph Cheung
c1ebd034a1 Update webapp.py 2023-02-19 20:50:16 +08:00
Joseph Cheung
cadd979978 Update webapp.py 2023-02-19 20:46:55 +08:00
Joseph Cheung
6068ea6baa Update webapp.py 2023-02-19 20:42:43 +08:00
Joseph Cheung
56e95b78f5 o 2023-02-19 20:07:45 +08:00
Joseph Cheung
4916c9f9ef o 2023-02-19 20:03:11 +08:00
Joseph Cheung
fe718eea60 Update base.html 2023-02-19 19:11:04 +08:00
Joseph Cheung
e328b414d5 u 2023-02-19 18:49:32 +08:00
Joseph Cheung
c6f3c566c4 upd 2023-02-19 18:46:34 +08:00
Joseph Cheung
acd87ae0e8 upd 2023-02-19 18:06:16 +08:00
Joseph Cheung
3747a01486 upd 2023-02-19 17:51:16 +08:00
Joseph Cheung
fd843a169a Delete base.html 2023-02-19 17:31:36 +08:00
Joseph Cheung
d008d78cd6 Merge remote-tracking branch 'origin/latesto' 2023-02-19 11:16:56 +08:00
Markus Heiser
bb83036f48 [fix] typo in searx/plugins/tor_check.py
Related: https://github.com/searxng/searxng/pull/2189

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-02-17 13:09:14 +01:00
Markus Heiser
52f6bc745b
Merge pull request #2188 from ahmad-alkadri/fix/petalsearch
Fix the petalsearch engine
2023-02-15 13:57:28 +01:00
Markus Heiser
ba5b6c382f
Merge pull request #2192 from return42/fix-tineye
[mod] disbale engine tineye by default
2023-02-15 06:43:41 +01:00
Ahmad Alkadri
f6af59899b Fix petalsearch and remove petalsearch news 2023-02-14 18:43:55 +01:00
Allan Nordhøy
2be373a18f [fix] spelling: Tor, SearXNG 2023-02-14 17:13:53 +01:00
Markus Heiser
7d446dfdb2 [mod] disbale engine tineye by default
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-14 08:27:19 +01:00
Markus Heiser
3abff182ea [fix] remove engine neeva from settings.yml
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-10 18:46:37 +01:00
Lea
a530ac4099 fix: typo in suggestions 2023-02-10 15:33:25 +01:00
Markus Heiser
415f6398d6 [fix] time_range in HTML form should not be a string 'None'
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 15:32:21 +01:00
wibyweb
6707354bc8 [mod] engine wiby: add pagination
Suggested by: @wibyweb in searx https://github.com/searx/searx/pull/3465

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-02-10 15:31:24 +01:00
Markus Heiser
4c06837a50 [mod] make python code pylint 2.16.1 compliant
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-02-10 13:59:21 +01:00
Markus Heiser
7320b0c796
Merge pull request #2130 from searxng/translations_update
Update translations
2023-02-04 17:53:20 +01:00
dependabot[bot]
a5a73d77b3
Bump grunt from 1.5.3 to 1.6.1 in /searx/static/themes/simple
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-04 08:10:18 +00:00
Markus Heiser
257dc7d6c4 [fix-2146] set different HTTP Referer header to DuckDuckGo requests
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 08:45:51 +01:00
searxng-bot
8db35f8e9c [translations] update from Weblate
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-02-03 07:15:25 +00:00
Alexandre Flament
9d102fb08f
Merge pull request #2132 from dalf/update_pr_1967
search.suspended_time settings: bug fixes
2023-01-29 20:48:43 +01:00
Markus Heiser
feccee01c0 [doc] Add doc-strings to searx.exceptions
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2023-01-29 19:06:19 +01:00
Markus Heiser
4f808088f1
Merge pull request #2139 from dalf/fix_update_languages
Fix update languages
2023-01-29 17:59:59 +01:00