| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-06 | Merge pull request #390 from return42/fix-312 | Alexandre Flament | |
| [fix] don't mix loaded modules with imported modules (sys.modules) | |||
| 2021-10-06 | [fix] don't mix loaded modules with imported modules (sys.modules) | Markus Heiser | |
| The utils.load_module() function is used to load a python file (aka module) and return the module's namespace. SearXNG uses this function to load *engines and answerers* from arbitrary locations with arbitrary modifications. These are not real python modules and it is not intended to mix this *engines and answerers* with the python modules registered in sys.modules. Closes: https://github.com/searxng/searxng/issues/312 Suggested-by: @dalf in https://github.com/searxng/searxng/issues/312 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-10-05 | Merge pull request #377 from return42/engine-imdb | Markus Heiser | |
| [mod] engines - add IMDB / Internet Movie Database | |||
| 2021-10-05 | [mod] engines - IMDB: add thumbnails | Alexandre Flament | |
| 2021-10-04 | Merge pull request #381 from return42/fix-translate-commit | Alexandre Flament | |
| [fix] commit message of 'make weblate.push.translations' | |||
| 2021-10-04 | [fix] commit message of 'make weblate.push.translations' | Markus Heiser | |
| Fix `\n` issue in the commit message [1] by using multiple `-m` options [2]:: 7d9ffd680 translations [translations] update messages.pot and messages.po files\nFrom cebc0e39 - 2021-10-04 - Markus Heiser <markus.heiser@darmarIT.de> [1] https://github.com/searxng/searxng/pull/379#issuecomment-933242702 [2] https://git-scm.com/docs/git-commit#Documentation/git-commit.txt--mltmsggt Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-10-04 | Merge pull request #379 from searxng/fix-weblate-push-translations | Markus Heiser | |
| [fix] make weblate.push.translations | |||
| 2021-10-03 | [fix] make weblate.push.translations | Alexandre Flament | |
| Even when there are changes, the function exit without pushing them. | |||
| 2021-10-03 | Merge pull request #375 from dalf/searxng_extra | Alexandre Flament | |
| SearXNG: searx_extra | |||
| 2021-10-03 | [build] /static | Alexandre Flament | |
| 2021-10-03 | [mod] searxng_extras - minor improvements | Markus Heiser | |
| - fix docs/searxng_extra/standalone_searx.py.rst - add SPDX tag - pylint standalone_searx.py and update_wikidata_units.py Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-10-03 | Merge pull request #373 from dalf/searxng-environ | Alexandre Flament | |
| SearXNG: environment variables | |||
| 2021-10-03 | [mod] engines - add IMDB / Internet Movie Database | Paul Alcock | |
| Merged from @Guilvareux's commit [1] and slightly modfied / see [2]. [1] https://github.com/searx/searx/pull/2980/commits/f2f90071 [2] https://github.com/searx/searx/pull/2980 | |||
| 2021-10-02 | SearXNG: searxng_extra | Alexandre Flament | |
| 2021-10-02 | SearXNG: SEARXNG_SETTINGS_PATH | Alexandre Flament | |
| 2021-10-02 | SearXNG: SEARX_BIND_ADDRESS | Alexandre Flament | |
| 2021-10-02 | SearXNG: SEARXNG_PORT | Alexandre Flament | |
| 2021-10-02 | SearXNG: environment variables | Alexandre Flament | |
| 2021-10-02 | Merge pull request #367 from dalf/searxng-github | Alexandre Flament | |
| SearXNG: .github, searxng-docker | |||
| 2021-10-02 | Merge pull request #360 from return42/ddg-lite | Markus Heiser | |
| Implement a DuckDuckGo Lite engine | |||
| 2021-10-01 | [upd] make data.languages | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-10-01 | [mod] engine duckduckgo - update supported_languages_url | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-10-01 | [mod] engine duckduckgo - use DuckDuckGo-Lite | Markus Heiser | |
| Implement a scrapper for DuckDuckGo-Lite [1]. The existing DuckDuckGo [2] engine does not support paging. DuckDuckgo-Lite is much faster, less verbose and does have a paging option (reversed engineered from the input form of [1]). [1] https://lite.duckduckgo.com/lite [2] https://duckduckgo.com/ Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-10-01 | Merge pull request #371 from dalf/searxng-theme-simple | Alexandre Flament | |
| Searxng theme simple | |||
| 2021-10-01 | [build] /static | Alexandre Flament | |
| 2021-10-01 | SearXNG: simple theme | Alexandre Flament | |
| 2021-10-01 | SearXNG: .github, searxng-docker | Alexandre Flament | |
| 2021-10-01 | Merge pull request #361 from dalf/searxng-theme-oscar | Alexandre Flament | |
| SearXNG theme oscar | |||
| 2021-10-01 | Merge pull request #365 from searxng/update_data_update_wikidata_units.py | Markus Heiser | |
| Update searx.data - update_wikidata_units.py | |||
| 2021-10-01 | Merge pull request #366 from searxng/update_data_update_languages.py | Markus Heiser | |
| Update searx.data - update_languages.py | |||
| 2021-10-01 | Merge pull request #364 from searxng/update_data_update_firefox_version.py | Markus Heiser | |
| Update searx.data - update_firefox_version.py | |||
| 2021-10-01 | Merge pull request #363 from searxng/update_data_update_ahmia_blacklist.py | Markus Heiser | |
| Update searx.data - update_ahmia_blacklist.py | |||
| 2021-10-01 | Merge pull request #362 from searxng/update_data_update_currencies.py | Markus Heiser | |
| Update searx.data - update_currencies.py | |||
| 2021-10-01 | Update searx.data - update_languages.py | dalf | |
| 2021-10-01 | Update searx.data - update_wikidata_units.py | dalf | |
| 2021-10-01 | Update searx.data - update_firefox_version.py | dalf | |
| 2021-10-01 | Update searx.data - update_ahmia_blacklist.py | dalf | |
| 2021-10-01 | Update searx.data - update_currencies.py | dalf | |
| 2021-09-30 | [build] /static | Alexandre Flament | |
| 2021-09-30 | SearXNG: oscar theme | Alexandre Flament | |
| 2021-09-29 | Merge pull request #353 from return42/stackexchange | Alexandre Flament | |
| [mod] engines - add Stack Exchange API v2.3 | |||
| 2021-09-29 | Merge pull request #354 from dalf/mod-searx-network-stream | Alexandre Flament | |
| [mod] /image_proxy: fix memory leak | |||
| 2021-09-29 | [fix] engine stackexchange - decode HTML entities in title & content | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-09-28 | [mod] searx.network.stream returns a tuple (response, stream) | Alexandre Flament | |
| 2021-09-28 | Merge pull request #343 from dalf/fix-checker-memory-issue | Alexandre Flament | |
| [fix] checker: fix memory usage | |||
| 2021-09-28 | [fix] searx.network.stream: fix memory leak | Alexandre Flament | |
| 2021-09-28 | [mod] engines - add superuser.com (Stack Exchange API) | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-09-28 | [mod] engines - add askubuntu.com (Stack Exchange API) | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-09-28 | [mod] replace old stackoverflow engine by Stack Exchange API v2.3 | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-09-28 | [mod] engines - add Stack Exchange API v2.3 | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||