Bnyro 
							
						 
					 
					
						
						
						
						
							
						
						
							9f82c39610 
							
						 
					 
					
						
						
							
							[mod] engine google_play: raise error on unsupported category  
						
						
						
					 
					
						2023-08-10 12:35:24 +02:00 
						 
				 
			
				
					
						
							
							
								Bnyro 
							
						 
					 
					
						
						
						
						
							
						
						
							0a99dc85b9 
							
						 
					 
					
						
						
							
							[mod] engine brave: raise error on unsupported category  
						
						
						
					 
					
						2023-08-10 12:35:24 +02:00 
						 
				 
			
				
					
						
							
							
								Bnyro 
							
						 
					 
					
						
						
						
						
							
						
						
							4731290317 
							
						 
					 
					
						
						
							
							[mod] settings: show weight of each instance  
						
						
						
					 
					
						2023-08-10 10:50:14 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							733b795d53 
							
						 
					 
					
						
						
							
							[fix] make flask_babel.gettext() work in engine modules (L10n & threads)  
						
						... 
						
						
						
						incident:
  flask_babel.gettext() does not work in the engine modules.
cause:
  the request() and response() functions of the engine modules run in the
  processor, whose search() method runs in a thread and in the threads the
  context of the Flask app does not exist. The context of the Flask app is
  needed by the gettext() function for the L10n.
Solution:
  copy context of the Flask app into the threads. [1]
special case:
  We cannot equip the search() method of the processors with the decorator [1],
  because the decorator requires a context (Flask app) that does not yet exist
  at the time of the initialization of the processors (the initialization of the
  processors is part of the initialization of the Flask app).
[1] https://flask.palletsprojects.com/en/2.3.x/api/#flask.copy_current_request_context 
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
					 
					
						2023-08-09 13:27:43 +02:00 
						 
				 
			
				
					
						
							
							
								allendema_searxng_pi 
							
						 
					 
					
						
						
						
						
							
						
						
							c00c0c5434 
							
						 
					 
					
						
						
							
							[mod] remove discontinued petalsearch engines  
						
						
						
					 
					
						2023-08-09 07:17:40 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							b8352eca0c 
							
						 
					 
					
						
						
							
							[mod] brave engines: add fetch_traits() / improve language support  
						
						... 
						
						
						
						Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
					 
					
						2023-08-08 16:21:45 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							460bbe5b81 
							
						 
					 
					
						
						
							
							[mod] implement brave (WEB) engine to replace XPath configuration  
						
						... 
						
						
						
						Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
					 
					
						2023-08-08 16:21:45 +02:00 
						 
				 
			
				
					
						
							
							
								Bnyro 
							
						 
					 
					
						
						
						
						
							
						
						
							d151497db3 
							
						 
					 
					
						
						
							
							[feat] engine: brave - support for news  
						
						
						
					 
					
						2023-08-08 16:21:45 +02:00 
						 
				 
			
				
					
						
							
							
								Bnyro 
							
						 
					 
					
						
						
						
						
							
						
						
							cae06f2781 
							
						 
					 
					
						
						
							
							[feat] engine: brave - support for videos  
						
						
						
					 
					
						2023-08-08 16:21:45 +02:00 
						 
				 
			
				
					
						
							
							
								Bnyro 
							
						 
					 
					
						
						
						
						
							
						
						
							73364e158e 
							
						 
					 
					
						
						
							
							[feat] engine: brave - support for images  
						
						
						
					 
					
						2023-08-08 16:21:45 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							bcaaae699f 
							
						 
					 
					
						
						
							
							[doc] fix some minor typos in the doc-strings of class EngineTraits  
						
						... 
						
						
						
						Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
					 
					
						2023-08-08 08:15:53 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							a2108432f7 
							
						 
					 
					
						
						
							
							[fix] settings.yml: typo in engine name wikipecies -> wikispecies  
						
						... 
						
						
						
						Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
					 
					
						2023-08-07 10:35:44 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							64100db904 
							
						 
					 
					
						
						
							
							[doc] improve documentation of make targets and ./manage script  
						
						... 
						
						
						
						BTW force modularization of the ./mange script into sub modules:
- utils/lib_sxng_data.sh
- utils/lib_sxng_node.sh
- utils/lib_sxng_static.sh
- utils/lib_sxng_test.sh
- utils/lib_sxng_themes.sh
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
					 
					
						2023-08-06 19:37:12 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							1d0abb7157 
							
						 
					 
					
						
						
							
							[doc] engine bt4g: add documentation to docs/dev/engines/online/  
						
						... 
						
						
						
						Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
					 
					
						2023-08-06 09:30:48 +02:00 
						 
				 
			
				
					
						
							
							
								Emilien Devos 
							
						 
					 
					
						
						
						
						
							
						
						
							0fc8f99ecc 
							
						 
					 
					
						
						
							
							[feat] new engine: bt4g added & enabled and disable by default btdigg  
						
						... 
						
						
						
						Disable btdigg because on most SearXNG instances, SearXNG is blocked by btdigg
due to cloudflare too many requests.
This impementation did not parse the HTML page because there is an API in
XML (RSS).  The RSS feed provides fewer data like amount of seeders/leechers and
the files in the torrent file. It's a tradeoff for a "stable" engine as the XML
from RSS content will change way less than the HTML page.
Closes: https://github.com/searxng/searxng/issues/2553  
						
					 
					
						2023-08-06 09:30:48 +02:00 
						 
				 
			
				
					
						
							
							
								Julian Marcos 
							
						 
					 
					
						
						
						
						
							
						
						
							5fcc751856 
							
						 
					 
					
						
						
							
							[fix]: typo in issue template for engine request  
						
						
						
					 
					
						2023-08-06 08:53:00 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							dad16c0949 
							
						 
					 
					
						
						
							
							[mod] settings.yml: enable engines from Wikimedia Foundation  
						
						... 
						
						
						
						The Wikimedia wikis [1] engines provide good answers and have short response
times --> no reason to disable these enhgines by default.  BTW: this patch adds
a (sub-) category ``wikimedia`` for the engines [1].
[1] https://meta.wikimedia.org/wiki/Wikimedia_wikis 
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
					 
					
						2023-08-04 19:06:50 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							db522cf76d 
							
						 
					 
					
						
						
							
							[mod] engine: wikimedia - improve results, add addition settings & doc  
						
						... 
						
						
						
						Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
					 
					
						2023-08-04 19:06:50 +02:00 
						 
				 
			
				
					
						
							
							
								Bnyro 
							
						 
					 
					
						
						
						
						
							
						
						
							7d8c20c80d 
							
						 
					 
					
						
						
							
							[feat] new engine: wikispecies  
						
						
						
					 
					
						2023-08-04 19:06:50 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
						
						
							
						
						
							5a5b95df3e 
							
						 
					 
					
						
						
							
							Bump selenium from 4.10.0 to 4.11.2  
						
						... 
						
						
						
						Bumps [selenium](https://github.com/SeleniumHQ/Selenium ) from 4.10.0 to 4.11.2.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases )
- [Commits](https://github.com/SeleniumHQ/Selenium/commits )
---
updated-dependencies:
- dependency-name: selenium
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
					 
					
						2023-08-04 09:54:12 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
						
						
							
						
						
							996da1fae0 
							
						 
					 
					
						
						
							
							Bump sphinx from 7.1.1 to 7.1.2  
						
						... 
						
						
						
						Bumps [sphinx](https://github.com/sphinx-doc/sphinx ) from 7.1.1 to 7.1.2.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases )
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES )
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.1.1...v7.1.2 )
---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
					 
					
						2023-08-04 09:53:56 +02:00 
						 
				 
			
				
					
						
							
							
								searxng-bot 
							
						 
					 
					
						
						
						
						
							
						
						
							9a5e91ce84 
							
						 
					 
					
						
						
							
							[translations] update from Weblate  
						
						... 
						
						
						
						310daeb7201be8a264 
					
						2023-08-04 09:30:11 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							1b030d4b41 
							
						 
					 
					
						
						
							
							[doc] engine: Yacy  
						
						... 
						
						
						
						Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
					 
					
						2023-08-03 19:58:51 +02:00 
						 
				 
			
				
					
						
							
							
								zutto 
							
						 
					 
					
						
						
						
						
							
						
						
							ca518c6803 
							
						 
					 
					
						
						
							
							add option to change yacy search mode  
						
						
						
					 
					
						2023-08-03 19:58:51 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							203f1f0928 
							
						 
					 
					
						
						
							
							[fix] engine piped: 'invalid content'  
						
						... 
						
						
						
						SearXNG does not allow a None value in the content field of a result item.
If the key (shortDescription, uploaderName) in the JSON response from piped
exists but is set to None, SearXNG ignores this result item::
  DEBUG   searx    : result: invalid content: { ..,  'content': None,  ..}
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
					 
					
						2023-08-03 16:23:36 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							207fcc0c8c 
							
						 
					 
					
						
						
							
							[mod] engine piped: add paging support  
						
						... 
						
						
						
						Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
					 
					
						2023-08-03 16:23:36 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							ef5831cd84 
							
						 
					 
					
						
						
							
							[mod] engine piped: split into two dedicated engiens for video & music  
						
						... 
						
						
						
						Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
					 
					
						2023-08-03 16:23:36 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							7aa95d2d52 
							
						 
					 
					
						
						
							
							[doc] engine piped: add documentation to docs/dev/engines/online/  
						
						... 
						
						
						
						Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
					 
					
						2023-08-03 16:23:36 +02:00 
						 
				 
			
				
					
						
							
							
								Bnyro 
							
						 
					 
					
						
						
						
						
							
						
						
							636bfdac68 
							
						 
					 
					
						
						
							
							[feat] engine: implementation of Piped  
						
						
						
					 
					
						2023-08-03 16:23:36 +02:00 
						 
				 
			
				
					
						
							
							
								dalf 
							
						 
					 
					
						
						
						
						
							
						
						
							8b4ba204b7 
							
						 
					 
					
						
						
							
							Update searx.data - update_engine_descriptions.py  
						
						
						
					 
					
						2023-07-29 11:02:54 +02:00 
						 
				 
			
				
					
						
							
							
								dalf 
							
						 
					 
					
						
						
						
						
							
						
						
							d421385dc6 
							
						 
					 
					
						
						
							
							Update searx.data - update_wikidata_units.py  
						
						
						
					 
					
						2023-07-29 11:02:23 +02:00 
						 
				 
			
				
					
						
							
							
								dalf 
							
						 
					 
					
						
						
						
						
							
						
						
							290f16207b 
							
						 
					 
					
						
						
							
							Update searx.data - update_currencies.py  
						
						
						
					 
					
						2023-07-29 11:02:14 +02:00 
						 
				 
			
				
					
						
							
							
								dalf 
							
						 
					 
					
						
						
						
						
							
						
						
							fcd2013511 
							
						 
					 
					
						
						
							
							Update searx.data - update_firefox_version.py  
						
						
						
					 
					
						2023-07-29 11:01:28 +02:00 
						 
				 
			
				
					
						
							
							
								dalf 
							
						 
					 
					
						
						
						
						
							
						
						
							cfa8169509 
							
						 
					 
					
						
						
							
							Update searx.data - update_ahmia_blacklist.py  
						
						
						
					 
					
						2023-07-29 09:25:24 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
						
						
							
						
						
							0623d5ae76 
							
						 
					 
					
						
						
							
							[doc] reduce copyright remark in the footer to the SearXNG team  
						
						... 
						
						
						
						Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> 
						
					 
					
						2023-07-29 09:18:14 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
						
						
							
						
						
							112e4c08fd 
							
						 
					 
					
						
						
							
							Bump sphinx from 7.0.1 to 7.1.1  
						
						... 
						
						
						
						Bumps [sphinx](https://github.com/sphinx-doc/sphinx ) from 7.0.1 to 7.1.1.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases )
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES )
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.0.1...v7.1.1 )
---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
					 
					
						2023-07-29 09:18:14 +02:00 
						 
				 
			
				
					
						
							
							
								searxng-bot 
							
						 
					 
					
						
						
						
						
							
						
						
							f45d1920d9 
							
						 
					 
					
						
						
							
							[translations] update from Weblate  
						
						... 
						
						
						
						ba4888c966ec8a8a280a7b701b3c0b34cbdb37cbd41c2 
					
						2023-07-29 08:15:21 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Heiser 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b8fe71a1c2 
							
						 
					 
					
						
						
							
							Merge pull request  #2569  from searxng/dependabot/pip/certifi-2023.7.22  
						
						... 
						
						
						
						Bump certifi from 2023.5.7 to 2023.7.22 
						
					 
					
						2023-07-29 08:13:37 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
						
						
							
						
						
							d3c3259bc7 
							
						 
					 
					
						
						
							
							Bump pylint from 2.17.4 to 2.17.5  
						
						... 
						
						
						
						Bumps [pylint](https://github.com/pylint-dev/pylint ) from 2.17.4 to 2.17.5.
- [Release notes](https://github.com/pylint-dev/pylint/releases )
- [Commits](https://github.com/pylint-dev/pylint/compare/v2.17.4...v2.17.5 )
---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
					 
					
						2023-07-29 08:05:11 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b0f7d18274 
							
						 
					 
					
						
						
							
							Bump certifi from 2023.5.7 to 2023.7.22  
						
						... 
						
						
						
						Bumps [certifi](https://github.com/certifi/python-certifi ) from 2023.5.7 to 2023.7.22.
- [Commits](https://github.com/certifi/python-certifi/compare/2023.05.07...2023.07.22 )
---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
					 
					
						2023-07-25 23:08:25 +00:00 
						 
				 
			
				
					
						
							
							
								mrpaulblack 
							
						 
					 
					
						
						
						
						
							
						
						
							65d8b1a310 
							
						 
					 
					
						
						
							
							[fix] remove disabled: false from engine definitions in settings.yml  
						
						... 
						
						
						
						* setting disabled: false is not needed, since it is by default enabled 
						
					 
					
						2023-07-22 18:19:01 +02:00 
						 
				 
			
				
					
						
							
							
								searxng-bot 
							
						 
					 
					
						
						
						
						
							
						
						
							51c531d450 
							
						 
					 
					
						
						
							
							[translations] update from Weblate  
						
						... 
						
						
						
						b7f1e9ae3c7c821e0e305f8480745a22afef0e2e4a7687ac 
					
						2023-07-22 17:47:05 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
						
						
							
						
						
							a259bd4d4e 
							
						 
					 
					
						
						
							
							Bump pyyaml from 6.0 to 6.0.1  
						
						... 
						
						
						
						Bumps [pyyaml](https://github.com/yaml/pyyaml ) from 6.0 to 6.0.1.
- [Changelog](https://github.com/yaml/pyyaml/blob/6.0.1/CHANGES )
- [Commits](https://github.com/yaml/pyyaml/compare/6.0...6.0.1 )
---
updated-dependencies:
- dependency-name: pyyaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
					 
					
						2023-07-22 17:46:12 +02:00 
						 
				 
			
				
					
						
							
							
								Paul Braeuning 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a446dea1bb 
							
						 
					 
					
						
						
							
							Merge pull request  #2535  from KiruPoruno/master  
						
						... 
						
						
						
						theme: fix "#backToTop" button always being clickable 
						
					 
					
						2023-07-19 15:12:57 +02:00 
						 
				 
			
				
					
						
							
							
								mrpaulblack 
							
						 
					 
					
						
						
						
						
							
						
						
							b477349824 
							
						 
					 
					
						
						
							
							[build] /static  
						
						
						
					 
					
						2023-07-19 15:07:45 +02:00 
						 
				 
			
				
					
						
							
							
								Kiru 
							
						 
					 
					
						
						
						
						
							
						
						
							de5c1cedca 
							
						 
					 
					
						
						
							
							fix "#backToTop" button always being clickable  
						
						... 
						
						
						
						`pointer-events` never gets set to "none" when the button is hidden,
allowing you to click the button. And your mouse further changes it's
cursor to the pointer style. 
						
					 
					
						2023-07-19 15:06:09 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
						
						
							
						
						
							4380fc2bac 
							
						 
					 
					
						
						
							
							Bump mock from 5.0.2 to 5.1.0  
						
						... 
						
						
						
						Bumps [mock](https://github.com/testing-cabal/mock ) from 5.0.2 to 5.1.0.
- [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/testing-cabal/mock/compare/5.0.2...5.1.0 )
---
updated-dependencies:
- dependency-name: mock
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> 
						
					 
					
						2023-07-14 10:21:45 +02:00 
						 
				 
			
				
					
						
							
							
								searxng-bot 
							
						 
					 
					
						
						
						
						
							
						
						
							b7b184244d 
							
						 
					 
					
						
						
							
							[translations] update from Weblate  
						
						... 
						
						
						
						01350cf15f037a4d820a78ad73037743e656795c0ee18285c087c7fb6eb318c53b4a3d1fb3187499c12266462356a402c9a74b523d9f293868af8585261a2a72fcea15cf7685385eec0a37270130ddf7b93f96094a5cdcb39cba3939d973d937ce0762455c36ccab226ff7d48148a9ed840bc18951ffc22e394ec63e428c16a8218cf51e70260934c6244c2bb92dc5c143917957df1bf630d1c00dff0a6da54f12377e28b5b8ea78ec31e65f6c33b1fe393d390ca4f6b3530f8d6b6b67f2fc965f2d3f025ae2b8dc0bd4fb1ece768726a22ae2f2b5b8774f 
					
						2023-07-14 10:21:27 +02:00 
						 
				 
			
				
					
						
							
							
								Paolo Basso 
							
						 
					 
					
						
						
						
						
							
						
						
							cada89ee36 
							
						 
					 
					
						
						
							
							[feat] engine: re-enables z-library (zlibrary-global.se)  
						
						... 
						
						
						
						- re-enables z-library as the new domain zlibrary-global.se is now available
  from the open web.   The announcement of the domain:
    https://www.reddit.com/r/zlibrary/comments/13whe08/mod_note_zlibraryglobalse_domain_is_officially/ 
  It is an official domain, it requires to log in to the "personal" subdomain
  only to download files, but the search works.
- changes the result template of zlibrary to paper.html, filling the appropriate fields
- implements language filtering for zlibrary
- implement zlibrary custom filters (engine traits)
- refactor and document the zlibrary engine 
						
					 
					
						2023-07-07 21:36:51 +02:00 
						 
				 
			
				
					
						
							
							
								Hackurei 
							
						 
					 
					
						
						
						
						
							
						
						
							cb92767f19 
							
						 
					 
					
						
						
							
							[feat] enigine: add CrowdView forum search engine  
						
						
						
					 
					
						2023-07-07 21:36:11 +02:00