Fauli1221
fa82fc17ec
Merge branch 'searxng:master' into master
2022-12-21 22:06:25 +01:00
ArtikusHG
735e388cec
Merge branch 'master' into fasttext
2022-12-16 19:43:10 +00:00
ArtikusHG
1f8f8c1e91
Replace langdetect with fasttext
2022-12-16 21:07:39 +02:00
Alexandre Flament
2a51c85672
Merge pull request #1974 from fehho/query-string-deserial
...
[fix] Deserialize preferences which are explicitly blank strings
2022-12-16 18:56:30 +01:00
searxng-bot
03ce848e04
[translations] update from Weblate
...
4cf39dae
- 2022-12-14 - Markus Heiser <markus.heiser@darmarit.de>
f67457cf
- 2022-12-12 - Linerly <linerly@protonmail.com>
dee211c2
- 2022-12-12 - JohnyPeaN <johnypean@gmail.com>
9eeb4290
- 2022-12-12 - Markus Heiser <markus.heiser@darmarit.de>
2022-12-16 07:15:19 +00:00
Alexandre Flament
9e9f57e48b
Merge pull request #1954 from dalf/fix.redis.init.2
...
[fix] follow up of PR-1856
2022-12-14 07:08:19 +01:00
Markus Heiser
ed901ab18e
[mod] improve 'Autodetect search language' plugin
...
- Add documentation to the plugin
- Harmonize FastText language model with SearXNG's language model
Reosurces::
import fasttext # --> +10 MB
fasttext.load_model(str(data_dir / 'lid.176.ftz')) # --> +4MB
Suggested-by: @dalf
- To speed up and simplify the deployment use fasttext-wheel instead of fasttext
- Building numpy on the Alpine Linux of docker-images takes ages --> install
py3-numpy from Alpines package manager (apk)
- Alpine Linux on docker-images (musl libc) do not support fasttext-wheel (gnu
libc) --> patch Dockerfile and build from fastetxt:
sed -i s/fasttext-wheel/fasttext/ requirements.txt
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-12-11 11:26:07 +01:00
ArtikusHG
9925a20950
[mod] new plugin: Autodetect search language
2022-12-10 13:11:47 +01:00
Alexandre Flament
b971167ced
move searx.shared.redisdb to searx.redisdb
2022-12-10 09:26:38 +01:00
Alexandre Flament
34e260f88f
[fix] follow up of PR-1856
...
- the environment variable SEARXNG_REDIS_URL overrides the setting value redis.url
- ./manage sets SEARXNG_REDIS_URL to unix:///usr/local/searxng-redis/run/redis.sock if:
- the socket exists
- SEARXNG_REDIS_URL is not already defined
Update of PR #1856
Co-authored-by: Markus Heiser <markus.heiser@darmarit.de>
2022-12-10 09:26:38 +01:00
searxng-bot
759d53c892
[translations] update from Weblate
...
1b4600d0
- 2022-12-08 - JohnyPeaN <johnypean@gmail.com>
e3b49827
- 2022-12-04 - Markus Heiser <markus.heiser@darmarit.de>
975217cf
- 2022-12-02 - Markus Heiser <markus.heiser@darmarit.de>
2022-12-09 07:15:14 +00:00
Fauli1221
504830590f
Merge branch 'searxng:master' into master
2022-12-08 11:43:04 +01:00
Alexandre Flament
269326063a
Fix: don't crash when engine or name is missing in settings.yml
...
SearXNG crashes if the engine or name fields are missing.
With this commit, the app displays an error in the log and keeps loading.
Close #1951
2022-12-04 23:43:59 +01:00
searxng-bot
f40d1c0004
[translations] update from Weblate
...
cc5cf5d8
- 2022-11-30 - Chathura madusanka <mcchathuer216@gmail.com>
97776fbf
- 2022-11-29 - Markus Heiser <markus.heiser@darmarit.de>
c3c9f988
- 2022-11-29 - Markus Heiser <markus.heiser@darmarit.de>
a1cf339e
- 2022-11-29 - Markus Heiser <markus.heiser@darmarit.de>
4429167c
- 2022-11-25 - Markus Heiser <markus.heiser@darmarit.de>
2022-12-02 07:15:43 +00:00
Fauli1221
be6acad90b
Merge branch 'searxng:master' into master
2022-11-30 08:47:55 +01:00
Ryan Kaskel
e19218c6a9
Copy client connection kwargs before mutating
2022-11-29 12:15:18 +00:00
Markus Heiser
a8359dd4d3
Merge pull request #1981 from searxng/update_data_update_firefox_version.py
...
Update searx.data - update_firefox_version.py
2022-11-29 07:48:26 +01:00
Markus Heiser
1b2f1c17f6
Merge pull request #1982 from searxng/update_data_update_wikidata_units.py
...
Update searx.data - update_wikidata_units.py
2022-11-29 07:47:52 +01:00
Markus Heiser
3579a38a2d
Merge pull request #1983 from searxng/update_data_update_currencies.py
...
Update searx.data - update_currencies.py
2022-11-29 07:46:49 +01:00
Markus Heiser
82af2f4460
Merge pull request #1984 from searxng/update_data_update_ahmia_blacklist.py
...
Update searx.data - update_ahmia_blacklist.py
2022-11-29 07:45:51 +01:00
dalf
a508cdbd4b
Update searx.data - update_engine_descriptions.py
2022-11-29 01:34:42 +00:00
dalf
c4512cf64d
Update searx.data - update_ahmia_blacklist.py
2022-11-29 01:24:48 +00:00
dalf
b0b45fd2d0
Update searx.data - update_currencies.py
2022-11-29 01:24:39 +00:00
dalf
a9be73b4da
Update searx.data - update_wikidata_units.py
2022-11-29 01:24:38 +00:00
dalf
9fc72419e1
Update searx.data - update_firefox_version.py
2022-11-29 01:24:35 +00:00
Fauli1221
acb897b4c7
Merge branch 'searxng:master' into master
2022-11-28 19:05:44 +01:00
searxng-bot
981a2c9626
[translations] update from Weblate
...
c13727fc
- 2022-11-21 - MSI Shafik <shafik.te@gmail.com>
21f638f6
- 2022-11-19 - Markus Heiser <markus.heiser@darmarit.de>
b8ed9e1c
- 2022-11-24 - Markus Heiser <markus.heiser@darmarit.de>
2022-11-25 07:16:11 +00:00
fehho
7cab51f98f
Deserialize explicitly blank strings
...
Default behavior of urllib.parse_qs is to discard blank values, causing a preference of none to be deserialized as undefined, using the instance default rather than the selected preference.
2022-11-24 13:14:12 -06:00
Fauli1221
6321b4fe94
added rel="me" to base to verify ownership
2022-11-21 00:55:26 +01:00
Fauli1221
c06e7e3a9c
Merge branch 'searxng:master' into master
2022-11-21 00:42:42 +01:00
searxng-bot
9d06115d07
[translations] update from Weblate
...
7569f266
- 2022-11-18 - Markus Heiser <markus.heiser@darmarit.de>
6418da9a
- 2022-11-18 - mikni <mikni@proton.me>
acc0dc1a
- 2022-11-18 - Markus Heiser <markus.heiser@darmarit.de>
6c2beba6
- 2022-11-19 - Alexandre Flament <alex@al-f.net>
b49457e3
- 2022-11-18 - Markus Heiser <markus.heiser@darmarit.de>
2022-11-19 16:21:15 +00:00
Fauli1221
bcea4906dc
Merge branch 'searxng:master' into master
2022-11-18 11:02:06 +01:00
searxng-bot
7a39952558
[translations] update from Weblate
...
f123be21
- 2022-11-13 - Markus Heiser <markus.heiser@darmarit.de>
fa2cfa8f
- 2022-11-13 - Markus Heiser <markus.heiser@darmarit.de>
2022-11-18 07:17:51 +00:00
Émilien Devos
46ad32343a
Switch back to protobuf for raw HTML
2022-11-11 07:39:48 +00:00
ngosang
78be4b4c70
Fix Google search engine.
...
- Fix broken links. Resolves #1794
- Fix missing results. Resolves #1829
2022-11-11 07:34:19 +01:00
Ryan Draga
408200c87e
[fix] disabling zlibrary due to z-lib.org domain seizure
2022-11-10 21:18:21 +01:00
Markus Heiser
ee4475ff4b
Merge pull request #1934 from dalf/fix_user_agent
...
User agent: don't include the patch number in the Firefox version
2022-11-09 06:50:33 +01:00
Alexandre FLAMENT
73b5a58d9e
[FIX] Redis initialization
...
redis.Redis.from_url(url) doesn't check if the url is valid
Before this commit: actual error are detected later when the client is actually used.
With this commit, client() makes sure to return a valid Redis client or None.
Also, the code makes sure not to log the password of the Redis URL
2022-11-07 22:08:32 +00:00
Alexandre Flament
8f19bdaf17
Merge pull request #1882 from fehho/metacpan
...
Add MetaCPAN engine
2022-11-07 21:54:11 +01:00
fehho
fe351c2802
Add MetaCPAN engine
2022-11-07 08:07:06 -06:00
Evhorizon
1517724615
Update network.py
2022-11-06 20:35:30 +01:00
Fauli1221
80526e17d4
updated svg
2022-11-06 19:05:36 +01:00
Fauli1221
bffd96a274
Merge branch 'searxng-master'
2022-11-06 19:03:56 +01:00
pau sch
c1be5fcb3d
I think I fixed it
2022-11-06 19:03:09 +01:00
pau sch
fc460c07bd
what is result
2022-11-06 19:03:09 +01:00
pau sch
867bfcde93
fixed api calls?
2022-11-06 19:03:09 +01:00
pau sch
8fd4bcb155
converted int to string
2022-11-06 19:03:09 +01:00
pau sch
ff6e2ce51b
found it
2022-11-06 19:03:09 +01:00
pau sch
76d28224b9
logging part 2
2022-11-06 19:03:09 +01:00
pau sch
6d810ba917
me being stupid part 2
2022-11-06 19:03:09 +01:00