| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2020-11-17 | [fix] fix github workflow | Alexandre Flament | |
| bug fix of 9c25cd99c4b2bbeeb96f0a4efc3b2c21b06e1881 | |||
| 2020-11-17 | Merge pull request #2322 from dalf/github-actions | Alexandre Flament | |
| [mod] use github actions instead of travis | |||
| 2020-11-17 | [mod] use github actions instead of travis | Alexandre Flament | |
| fix https://github.com/searx/searx/issues/2279 | |||
| 2020-11-17 | Merge pull request #2321 from dalf/fix-standalone | Alexandre Flament | |
| [fix] fix a test_standalone_searx test case | |||
| 2020-11-17 | [fix] fix a test_standalone_searx test case | Alexandre Flament | |
| If test_engines_init.py runs before test_standalone_searx.py, the engine list is not empty. It makes test_get_search_query flaky. This commit initializes the engline list in test_standalone_searx.py | |||
| 2020-11-14 | Merge pull request #2286 from return42/fix-deviantart | Alexandre Flament | |
| [refactor] deviantart - improve results and clean up source code | |||
| 2020-11-14 | [refactor] deviantart - improve results and clean up source code | Markus Heiser | |
| Devian's request and response forms has been changed. - fixed title - fixed time_range_dict to 'popular-*-***' - use image from <noscript> if exists - drop obsolete "http to https, remove domain sharding" - use query URL https://www.deviantart.com/search/deviations?page=5&q=foo - add searx/engines/deviantart.py to pylint check (test.pylint) Error pattern:: There DEBUG:searx:result: invalid title: {'url': 'https://www.deviantart.com/ ... Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-11-14 | Merge pull request #2288 from dalf/lint | Alexandre Flament | |
| [mod] remove unused import | |||
| 2020-11-14 | [mod] remove unused import | Alexandre Flament | |
| use from searx.engines.duckduckgo import _fetch_supported_languages, supported_languages_url # NOQA so it is possible to easily remove all unused import using autoflake: autoflake --in-place --recursive --remove-all-unused-imports searx tests | |||
| 2020-11-14 | Merge pull request #2299 from rachmadaniHaryono/feature/pep8-to-pycodestyle | Alexandre Flament | |
| pep8 to pycodestyle | |||
| 2020-11-14 | Merge pull request #2296 from rachmadaniHaryono/feature/suppress-output | Alexandre Flament | |
| suppress test output | |||
| 2020-11-14 | Merge pull request #2292 from kvch/elasticsearch-engine | Alexandre Flament | |
| New engine: Elasticsearch | |||
| 2020-11-14 | Merge pull request #2289 from dalf/pylint | Alexandre Flament | |
| [mod] pylint: add extension-pkg-whitelist=lxml.etree | |||
| 2020-11-14 | Merge pull request #2309 from dalf/mod_search_repr | Alexandre Flament | |
| [mod] searx.search: EngineRef, SearchQuery: add __repr__ and __eq__ methods | |||
| 2020-11-14 | Merge pull request #2300 from dalf/fix-webapp-index | Alexandre Flament | |
| [fix] fix of / and /search | |||
| 2020-11-13 | Merge pull request #2301 from pierrechtux/fix_typo_virualenv | Alexandre Flament | |
| Fix typo virualenv | |||
| 2020-11-13 | Correct what was obviously a typo in vir(t)ualenv. | Pierre Chevalier | |
| 2020-11-10 | New engine: Elasticsearch | Noémi Ványi | |
| 2020-11-10 | [mod] searx.search: EngineRef, SearchQuery: add __repr__ and __eq__ methods | Alexandre Flament | |
| 2020-11-08 | Merge pull request #2295 from searx/default-http-headers | Noémi Ványi | |
| [enh] add default http headers - closes #715 | |||
| 2020-11-06 | [fix] fix of / and /search | Alexandre Flament | |
| * URL / : the index page displayed the selected or the default category. * URL / : when the q parameter is set using the URL, the redirect includes the URL query. * URL /search : an empty query doesn't raise an exception. | |||
| 2020-11-06 | new: test: ignored warning and errors | rachmadaniHaryono | |