Joseph Cheung
3511a3737a
Update webapp.py
2023-02-20 17:56:13 +08:00
Joseph Cheung
7e6ca9e657
Update webapp.py
2023-02-20 17:47:12 +08:00
Joseph Cheung
05edf51df0
Update webapp.py
2023-02-20 17:45:36 +08:00
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
065023ec05
0
2023-02-19 21:51:59 +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
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
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
dependabot[bot]
70fff2ebf1
Bump flask-babel from 2.0.0 to 3.0.0
...
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-20 09:38:30 +00:00
Alexandre Flament
b971167ced
move searx.shared.redisdb to searx.redisdb
2022-12-10 09:26:38 +01:00
Alexandre Flament
fe419e355b
The checker requires Redis
...
Remove the abstraction in searx.shared.SharedDict.
Implement a basic and dedicated scheduler for the checker using a Redis script.
2022-11-05 12:04:50 +01:00
Alexandre Flament
32e8c2cf09
searx.network: add "verify" option to the networks
...
Each network can define a verify option:
* false to disable certificate verification
* a path to existing certificate.
SearXNG uses SSL_CERT_FILE and SSL_CERT_DIR when they are defined
see https://www.python-httpx.org/environment_variables/#ssl_cert_file
2022-10-14 13:59:22 +00:00
Markus Heiser
ba8959ad7c
[fix] typos / reported by @kianmeng in searx PR-3366
...
[PR-3366] https://github.com/searx/searx/pull/3366
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-27 18:32:14 +02:00
Markus Heiser
3198c906af
[mod] paper.html: add links to doi resolver
...
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-24 14:19:51 +02:00
Alexandre Flament
d6446be38f
[mod] science category: various update of about PR 1705
2022-09-23 20:52:55 +02:00
Alexandre FLAMENT
a96f503d7b
Add searx.webutils.searxng_format_date
...
* Move the datetime to str code from searx.webapp.search to searx.webutils.searxng_format_date
* When the month, day, hour, day and second are zero, the function returns only the year.
2022-09-23 20:45:58 +02:00
Alexandre Flament
691c0ed6b9
Merge pull request #1743 from dalf/update_about_metrics
...
Update about the metrics
2022-09-04 11:29:28 +02:00
Markus Heiser
ad8ffd222c
[mod] option 'ui: cache_url:' to configure internet cache or archive
...
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-09-04 09:42:20 +02:00
Alexandre FLAMENT
66f72a006f
template: when enable_metrics are disabled, hide the empty stats
...
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-02 08:52:23 +00:00
Alexandre FLAMENT
94a28ebe53
Stats: display only the score per result, no anymore the score
2022-09-02 08:30:38 +00:00
Alexandre FLAMENT
341ad46303
settings.yml: set default values for result_proxy
...
* initialize result_proxy with searx/settings_defaults.py
* allow result_proxy.key to be a string
this commit supersedes #1522
2022-08-28 09:27:53 +00:00