Commit graph

4414 commits

Author SHA1 Message Date
Joseph Cheung
b7df1fb851 Update webapp.py 2023-02-20 17:34:52 +08:00
Joseph Cheung
5409d8dba9 Update webapp.py 2023-02-20 17:26:56 +08:00
Joseph Cheung
af934b4d7b Update webapp.py 2023-02-20 17:25:45 +08:00
Joseph Cheung
5e8a58da4b Update webapp.py 2023-02-20 17:25:03 +08:00
Joseph Cheung
43e6525e86 Update webapp.py 2023-02-20 17:11:00 +08:00
Joseph Cheung
5215031118 Update webapp.py 2023-02-20 16:59:14 +08:00
Joseph Cheung
a17bb1238d Update webapp.py 2023-02-20 16:57:42 +08:00
Joseph Cheung
4ca2c4a8e3 Update webapp.py 2023-02-20 16:56:41 +08:00
Joseph Cheung
f654d2bc37 Update webapp.py 2023-02-20 16:50:21 +08:00
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