| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-07 | [mod] set 'engine.supported_languages' from the origin python module | Markus Heiser | |
| The key of the dictionary 'searx.data.ENGINES_LANGUAGES' is the *engine name* configured in settings.xml. When multiple engines are configured to use the same origin engine (e.g. `engine: google`):: - name: google engine: google use_mobile_ui: false ... - name: google italian engine: google use_mobile_ui: false language: it ... - name: google mobile ui engine: google shortcut: gomui use_mobile_ui: true There exists no entry for ENGINES_LANGUAGES[engine.name] (e.g. `name: google mobile ui` or `name: google italian`). This issue can be solved by recreate the ENGINES_LANGUAGES:: make data.languages But this is nothing an SearXNG admin would like to do when just configuring additional engines, since this just doubles entries in ENGINES_LANGUAGES and BTW: `make data.languages` has various external requirements which might be not installed or not available, on a production host. With this patch, if engine.name fails, ENGINES_LANGUAGES[engine.engine] is used to get the engine.supported_languages (e.g. `google` for the engine named `google mobile`). For an engine, when there is `language: ...` in the YAML settings, the engine supports only one language, in this case engine.supported_languages should contains this value defined in settings.yml (e.g. `it` for the engine named `google italian`). Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> Closes: https://github.com/searxng/searxng/issues/384 | |||
| 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-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] 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: 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 | [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 | 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 | [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 | [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> | |||
| 2021-09-28 | [fix] checker: fix memory usage | Alexandre Flament | |
| * download images using the "image_proxy" network (HTTP/1 instead of HTTP/2) * don't cache data: URL (reduce memory usage) * after each test: purge image URL cache then call garbage collector * download only the first 64kb of images | |||
| 2021-09-28 | [build] /static | MrPaulBlack | |
| 2021-09-28 | [fix] position of engine description tooltip | MrPaulBlack | |
| 2021-09-27 | [build] /static | Markus Heiser | |
| 2021-09-27 | [theme] simple: do not prefer arial over user's sans-serif font | Markus Heiser | |
| The default *sans-serif* font from the browsers most often renders much better compared to Arial font. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-09-27 | [build] /static | MrPaulBlack | |
| 2021-09-27 | [fix] backtotop and pagination on image result page | MrPaulBlack | |
| 2021-09-27 | [fix] several issues in the simple theme | MrPaulBlack | |
| - using more rem in style and definitions - mobile width in preferences.less fix max-width: 75em to 80em (normalized with style.less and other) - do not display #backToTop position on tablet (when max-width: 80em) - fix answer box on mobile (when max-width: 50em) | |||
| 2021-09-27 | [theme] margin around checkboxes is bigger now, index centers the search ↵ | MrPaulBlack | |
| more and the pref, stats and about page have a max-width now | |||
| 2021-09-27 | [theme] optimize switching between different device types | MrPaulBlack | |
| 2021-09-27 | [theme] cleanup grid layout and remove various margins and paddings from ↵ | MrPaulBlack | |
| elements | |||
| 2021-09-27 | simple theme: update | Alexandre Flament | |
| 2021-09-27 | [fix] make selected tabs not change wifth anymore compared to not being selected | MrPaulBlack | |
| 2021-09-25 | Merge pull request #333 from dalf/enh-engine-descriptions | Alexandre Flament | |
| RFC: /preferences: display engine descriptions | |||