| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-19 | [mod] checker: disable by default | Alexandre Flament | |
| 2021-01-19 | [fix] checker: minor fix about language detection | Alexandre Flament | |
| 2021-01-19 | [mod] checker : replace pycld3 by langdetect | Alexandre Flament | |
| pycld3 requires the native library cld3 langdetect is a pure python package | |||
| 2021-01-18 | [fix] /stats/checker : remove the timestamp field when the checker is disabled | Alexandre Flament | |
| 2021-01-18 | [fix] checker: fix engine statistics | Alexandre Flament | |
| Without this commit, the URL /stats/errors shows percentage above 100% after the checker has run. | |||
| 2021-01-17 | [fix] error_recorder: record code and lineno about the engine | Alexandre Flament | |
| since the PR #2225 , code and lineno were sometimes meaningless see /stats/errors | |||
| 2021-01-16 | Merge pull request #2452 from kvch/add-wilby-engine | Alexandre Flament | |
| Add wiby.me engine | |||
| 2021-01-16 | Merge pull request #2451 from mrwormo/invidious-engine | Alexandre Flament | |
| [Fix] Invidious Engine | |||
| 2021-01-14 | [enh] engines: add about variable | Alexandre Flament | |
| move meta information from comment to the about variable so the preferences, the documentation can show these information | |||
| 2021-01-14 | [fix] Invidious engine by enabling requests by randomly picking amongst ↵ | mrwormo | |
| working instances | |||
| 2021-01-13 | [fix] checker: don't run the checker when uwsgi is not properly configured | Alexandre Flament | |
| Before this commit, even with the scheduler disabled, the checker was running at least once for each uwsgi worker. | |||
| 2021-01-12 | [fix] checker: fix typo unknown instead of unknow | Alexandre Flament | |
| 2021-01-12 | [mod] searx.shared: minor tweaks | Alexandre Flament | |
| searx.shared.shared_abstract.SharedDict inherit from abc.ABC searx.shared.shared_uwsgi.schedule can schedule multiple functions without issue | |||
| 2021-01-12 | [mod] checker: add status and timestamp to the result | Alexandre Flament | |
| for each engine: replace status by success | |||
| 2021-01-12 | [mod] checker: minor adjustements on the default tests | Alexandre Flament | |
| the query "time" is convinient because most of the search engine will return some results, but some engines in the general category will return documentation about the HTML tags <time> or <input type="time"> | |||
| 2021-01-12 | |mod] checker: improve searx-checker command line | Alexandre Flament | |
| * output is unbuffered * verbose mode describe more precisly the errrors | |||
| 2021-01-12 | [enh] checker: background check | Alexandre Flament | |
| See settings.yml for the options SIGUSR1 signal starts the checker. The result is available at /stats/checker | |||
| 2021-01-12 | [enh] add searx.shared | Alexandre Flament | |
| shared dictionary between the workers (UWSGI or werkzeug) scheduler: run a task once every x seconds (UWSGI or werkzeug) | |||
| 2021-01-12 | [fix] do not colorize output on dumb terminals | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-01-12 | [enh] checker: wikidata & ddd: add specific tests | Alexandre Flament | |
| 2021-01-12 | [enh] checker: add rosebud test | Alexandre Flament | |
| 2021-01-12 | [enh] add checker | Alexandre Flament | |
| 2021-01-12 | Merge pull request #2459 from dalf/update-python | Alexandre Flament | |
| Update python | |||
| 2021-01-12 | Merge pull request #2408 from return42/rm-brand-make | Alexandre Flament | |
| [mod] move brand options from Makefile to settings.yml | |||
| 2021-01-12 | [mod] drop Python 3.5 support | Alexandre Flament | |
| 2021-01-12 | Merge pull request #2458 from MarcAbonce/hide-links-mobile2 | Alexandre Flament | |
| Hide links panel in mobile screens | |||
| 2021-01-11 | hide links panel in mobile screens | Marc Abonce Seguin | |
| 2021-01-11 | [mod] settings.yml: move brand settings to a dedicated section | Alexandre Flament | |
| 2021-01-11 | [fix] add missing brand.CONTACT_URL to /config API endpoint | Markus Heiser | |
| Suggested-by: @dalf / https://github.com/searx/searx-stats2/issues/59#issuecomment-747961582 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-01-11 | [mod] get rid of searx/brand.py | Markus Heiser | |
| Removes module searx/brand.py and creates a namespace at searx.brand. This patch is a first 'proof of concept'. Later we can decide to remove the brand namespace entirely or not. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-01-11 | [mod] move brand options from Makefile to settings.yml | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-01-10 | Merge pull request #2454 from MarcAbonce/fix-empty-lang-bang | Alexandre Flament | |
| Fix empty colon in query from selecting Chinese | |||
| 2021-01-09 | fix empty colon in query from selecting Chinese | Marc Abonce Seguin | |
| 2021-01-08 | Add wiby.me engine | Noémi Ványi | |
| Closes #2339 | |||
| 2021-01-07 | [fix] Library Genesis links shifted by 1 #1998 | Markus Heiser | |
| Fixes: #1998 Suggested-by: @linuxmue Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-01-06 | Remove voat due to its shutdown | Émilien Devos | |
| Voat shutted down on December 25th, 2020 at 12 noon PST: https://voat.co/host/voat/static/inactive.min.html?ReturnUrl=/ | |||
| 2020-12-28 | [upd] update dependencies | Alexandre Flament | |
| minor change in the oscar theme becase the last version of jinja2 respect more carefully the spaces in the templates | |||
| 2020-12-27 | [mod] check secret_key when searx.webapp is imported | Alexandre Flament | |
| Without this commit the module searx checks the secret_key value. With this commit, make docs, utils/standalone_searx.py, utils/fetch_firefox_version.py works without SEARX_DEBUG=1 For reference see https://github.com/searx/searx/pull/2386 | |||
| 2020-12-27 | Merge pull request #2412 from dalf/update-buildenv | Alexandre Flament | |
| [fix] update buildenv | |||
| 2020-12-22 | [upd] make SEARX_DEBUG=1 useragents.update | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-12-21 | [fix] update buildenv | Alexandre Flament | |
| CONTACT_URL is unset in Makefile, but searx/brand.py and utils/brand.env are not updated. This commit fixes this issue. | |||
| 2020-12-20 | [fix] pylint: use "raise ... from ..." | Alexandre Flament | |
| 2020-12-20 | [fix] Python 3.9: use html.unescape instead of HTMLParser.unescape | Alexandre Flament | |
| 2020-12-20 | Merge pull request #2398 from dalf/mod-search-query | Alexandre Flament | |
| Mod search query | |||
| 2020-12-20 | [mod] remove emojis from source code | Alexandre Flament | |
| 2020-12-18 | [mod] searx.search.EngineRef: remove from_bang parameter | Alexandre Flament | |
| from_bang is True when the user query contains a bang. In this case the category is also set to 'none'. from_bang only usage was in searx.webadapter.parse_specific : if from_bang is True, then the EngineRef category is ignored and force to 'none'. This commit also removes the searx.webadapter.parse_sepecific function. | |||
| 2020-12-18 | [mod] searx.search.SearchQuery: remove categories parameter | Alexandre Flament | |
| The categories parameter is useless in the constructor: it is always the categories from the EngineRef. The categories becomes a property. | |||
| 2020-12-18 | [mod] Makefile: make CONTACT_URL optional | Alexandre Flament | |
| 2020-12-18 | Add link to contact instance maintainer to footer of each page (#2391) | BBaoVanC | |
| 2020-12-17 | [fix] fix of PR #2225 | Alexandre Flament | |