Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-07 | [fix] youtube_noapi engine | Alexandre Flament | |
2020-12-04 | Merge pull request #2354 from dalf/fix-wikipedia | Alexandre Flament | |
[fix] wikipedia engine: don't raise an error when the query is not found | |||
2020-12-04 | [fix] wikipedia engine: don't raise an error when the query is not found | Alexandre Flament | |
Add a new parameter "raise_for_status", set by default to True. When True, any HTTP status code >= 300 raise an exception ( #2332 ) When False, the engine can manage the HTTP status code by itself. | |||
2020-12-04 | Merge pull request #2353 from dalf/fix-wikidata | Alexandre Flament | |
[fix] wikidata: fix crash when the item has no description at all and… | |||
2020-12-04 | [fix] wikidata: fix crash when the item has no description at all and at ↵ | Alexandre Flament | |
least one URL. | |||
2020-12-03 | Merge pull request #2338 from unixfox/issue-template | Alexandre Flament | |
add new issue template | |||
2020-12-03 | add new issue template | Emilien Devos | |
2020-12-03 | Merge pull request #2350 from dalf/mod-engines-report-captcha | Alexandre Flament | |
[mod] stackoverflow & yandex: detect CAPTCHA response | |||
2020-12-03 | [mod] stackoverflow & yandex: detect CAPTCHA response | Alexandre Flament | |
2020-12-03 | Merge pull request #2349 from dalf/fix-settings-loader | Alexandre Flament | |
[fix] settings_loader: don't crash when a key exists only in the user settings | |||
2020-12-03 | [fix] settings_loader: don't crash when a key exists only in the user settings | Alexandre Flament | |
typical use case: result_proxy can be defined in the user settings, but are not defined the default settings.yml | |||
2020-12-03 | Merge pull request #2332 from dalf/metrology-errors | Alexandre Flament | |
[enh] record exception details per engine | |||
2020-12-03 | [mod] various engines: use eval_xpath* functions and searx.exceptions.* | Alexandre Flament | |
Engine list: ahmia, duckduckgo_images, elasticsearch, google, google_images, google_videos, youtube_api | |||
2020-12-03 | [mod] xpath, 1337x, acgsou, apkmirror, archlinux, arxiv: use eval_xpath_* ↵ | Alexandre Flament | |
functions | |||
2020-12-03 | [mod] bing_news: use eval_xpath_getindex | Alexandre Flament | |
remove unused function searx.utils.list_get | |||
2020-12-03 | [enh] record details exception per engine | Alexandre Flament | |
add an new API /stats/errors | |||
2020-12-03 | Merge pull request #2285 from return42/fix-digg | Alexandre Flament | |
bugfix & refactor digg engine | |||
2020-12-02 | Merge pull request #2348 from mrwormo/master | Émilien Devos | |
Disable Invidious engine by default | |||
2020-12-02 | Disable Invidious engine by default | mrwormo | |
2020-12-02 | [refactor] digg - improve results and clean up source code | Markus Heiser | |
- strip html tags and superfluous quotation marks from content - remove not needed cookie from request - remove superfluous imports Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2020-12-02 | [mod] digg - pylint searx/engines/digg.py | Markus Heiser | |
Eliminate redundant file names which are tested by test.pylint and ignored by test.pep8 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2020-12-02 | [fix] digg - the ISO time stamp of published date has been changed | Markus Heiser | |
Error pattern:: Engines cannot retrieve results: digg (unexpected crash time data '2020-10-16T14:09:55Z' does not match format '%Y-%m-%d %H:%M:%S') Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2020-12-01 | Merge pull request #2318 from dalf/add-pylint | Alexandre Flament | |
Add pylint | |||
2020-12-01 | [enh] activate pylint | Alexandre Flament | |
There are 3 invocations: * one with the default .pylintrc file * one for searx/engines with some disabled checks and some additional-builtins * one for the all the code except the engines with some disabled checks | |||
2020-12-01 | [mod] pylint: numerous minor code fixes | Alexandre Flament | |
2020-12-01 | [mod] wikidata: WDGeoAttribute class: doesn't change the method signature of ↵ | Alexandre Flament | |
get_str | |||
2020-12-01 | [fix] /stats: report error percentage instead of error count | Alexandre Flament | |
This bug exists since the PR https://github.com/searx/searx/pull/751 | |||
2020-12-01 | [fix] tests: fix duplicate method name | Alexandre Flament | |
2020-12-01 | [mod] remove dead code | Alexandre Flament | |
2020-12-01 | Merge pull request #2291 from dalf/settings2 | Alexandre Flament | |
[enh] user settings can relied on the default settings | |||
2020-12-01 | Merge pull request #2345 from dalf/mod-oscar | Alexandre Flament | |
[mod] oscar theme: added option into gruntfile.js for generate sourceMap | |||
2020-12-01 | [mod] oscar theme: added option into gruntfile.js for generate sourceMap | Alexandre Flament | |
Credits go to @mrwormo (see PR #2308 ) | |||
2020-11-30 | [fix] fix the reset button in the oscar theme (#2306) | GazoilKerozen | |
Rely on javascript instead of type="clear" Close #2009 | |||
2020-11-30 | Add recoll engine (#2325) | Noémi Ványi | |
recoll is a local search engine based on Xapian: http://www.lesbonscomptes.com/recoll/ By itself recoll does not offer web or API access, this can be achieved using recoll-webui: https://framagit.org/medoc92/recollwebui.git This engine uses a custom 'files' result template set `base_url` to the location where recoll-webui can be reached set `dl_prefix` to a location where the file hierarchy as indexed by recoll can be reached set `search_dir` to the part of the indexed file hierarchy to be searched, use an empty string to search the entire search domain | |||
2020-11-28 | Merge pull request #2336 from efectn/patch-1 | Alexandre Flament | |
Photon API Link Update | |||
2020-11-27 | [enh] settings.yml: add use_default_settings option (2nd version) | Alexandre Flament | |
2020-11-27 | Photon API Link Update | M. Efe Çetin | |
Via https://photon.komoot.io/ | |||
2020-11-26 | [enh] settings.yml: add use_default_settings option | Alexandre Flament | |
This change is backward compatible with the existing configurations. If a settings.yml loaded from an user defined location (SEARX_SETTINGS_PATH or /etc/searx/settings.yml), then this settings can relied on the default settings.yml with this option: user_default_settings:True | |||
2020-11-26 | Merge pull request #2327 from renyhp/master | Alexandre Flament | |
Add preference for displaying advanced settings | |||
2020-11-26 | Remove unused lines | renyhp | |
2020-11-26 | Fix syntax error | renyhp | |
2020-11-26 | Another patch | renyhp | |
2020-11-23 | Patch advanced search preferences | renyhp | |
2020-11-23 | Merge pull request #2319 from dalf/multiple-proxies | Alexandre Flament | |
[enh] Add multiple outgoing proxies | |||
2020-11-22 | Add preference for displaying advanced settings | renyhp | |
2020-11-20 | [enh] Add multiple outgoing proxies | Alexandre Flament | |
credits go to @bauruine see https://github.com/searx/searx/pull/1958 | |||
2020-11-18 | Merge pull request #2323 from kvch/fix-unresponsive-engine-set-modified | Alexandre Flament | |
Fix RuntimeError during search with translated errors | |||
2020-11-17 | Fix type of unresponsive_engines | Noémi Ványi | |
Previously __get_translated_errors returned a list. But unresponsive_engines is a set. Closes #2305 | |||
2020-11-17 | [fix] fix github workflow: deploy documentation | Alexandre Flament | |
2020-11-17 | [fix] fix github workflow | Alexandre Flament | |