searxng/searx
Markus Heiser b62851559b [mod] replace old stackoverflow engine by Stack Exchange API v2.3
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-09-28 19:12:37 +02:00
..
answerers
data [mod] add /engine_descriptions.json endpoint 2021-09-24 20:20:30 +02:00
engines [mod] replace old stackoverflow engine by Stack Exchange API v2.3 2021-09-28 19:12:37 +02:00
metrics [fix] error recorder: avoid RuntimeError on some rare occasion 2021-09-17 10:06:24 +02:00
network Merge pull request #261 from dalf/upgrade_httpx 2021-09-17 11:48:37 +02:00
plugins [enh] add hostname_replace plugin 2021-09-11 13:23:06 +02:00
search [pylint] fix global-variable-not-assigned issues 2021-09-17 10:14:27 +02:00
shared
static [build] /static 2021-09-28 00:26:43 +02:00
templates [enh] themes: display the engine descriptions 2021-09-24 20:38:05 +02:00
translations [translations] update 2021-09-17 13:50:32 +00:00
__init__.py [mod] production mode: make sure to set the log level to WARNING 2021-09-11 10:13:16 +02:00
autocomplete.py
exceptions.py
external_bang.py [pylint] fix global-variable-not-assigned issues 2021-09-17 10:14:27 +02:00
external_urls.py
flaskfix.py [pylint] searx: drop no longer needed 'missing-function-docstring' 2021-09-07 13:34:35 +02:00
languages.py [fix] get common used languages back (min_engines_per_lang = 13) 2021-08-01 13:04:24 +02:00
locales.py [pylint] fix global-variable-not-assigned issues 2021-09-17 10:14:27 +02:00
preferences.py [pylint] searx: drop no longer needed 'missing-function-docstring' 2021-09-07 13:34:35 +02:00
query.py
results.py [fix] searx/results.py: strip result['content'] only if it exists 2021-09-10 17:58:19 +02:00
settings_defaults.py [pylint] searx: drop no longer needed 'missing-function-docstring' 2021-09-07 13:34:35 +02:00
settings_loader.py
settings.yml [mod] replace old stackoverflow engine by Stack Exchange API v2.3 2021-09-28 19:12:37 +02:00
unixthreadname.py [pylint] searx: drop no longer needed 'missing-function-docstring' 2021-09-07 13:34:35 +02:00
utils.py [mod] searx.utils.dict_subset: rewrite with comprehension 2021-08-24 15:28:08 +02:00
version.py [pylint] searx: drop no longer needed 'missing-function-docstring' 2021-09-07 13:34:35 +02:00
webadapter.py [fix] typo in searx.webadapter.parse_lang 2021-09-04 08:39:45 +02:00
webapp.py [enh] themes: display the engine descriptions 2021-09-24 20:38:05 +02:00
webutils.py