| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-27 | Merge pull request #2412 from dalf/update-buildenv | Alexandre Flament | |
| [fix] update buildenv | |||
| 2020-12-27 | Merge pull request #2421 from return42/mod-pyenvinstall | Alexandre Flament | |
| [perf] optimize creation of the virtualenv & pyenvinstal targets | |||
| 2020-12-26 | [mod] LXC_ENV_FOLDER moved from ./lxc to ./lxc-env | Markus Heiser | |
| BTW: - add target $(LXC_ENV_FOLDER) - fix indentations Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-12-26 | [fix] utils/lib.sh: various typos in messages and comments | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-12-24 | [fix] message to install different python versions from apt PPA | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-12-24 | [perf] pyenvinstall: reinstall only when requirements are change | Markus Heiser | |
| Create a (PY_ENV)/requirements.sha256 file with sha256 sums of the ./requirements*.txt files and reinstall only if the sha256 sums change. Suggested-by: @dalf / https://github.com/searx/searx/pull/2418#pullrequestreview-558426579 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-12-24 | [perf] virtualenv: install boilerplate only once | Markus Heiser | |
| Install boilerplate packages (pip, wheel, setuptools and requirements.txt) only once, when virtualenv is created. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-12-24 | Merge pull request #2418 from return42/fix-pyenv-install | Alexandre Flament | |
| [fix] makefile.python: remove duplicate pyenv-(un)install targets | |||
| 2020-12-24 | Merge pull request #2417 from return42/fix-seetings-template | Alexandre Flament | |
| [fix] use SEARX_SETTINGS_TEMPLATE from .config environment | |||
| 2020-12-24 | [fix] makefile.python: remove duplicate pyenv-(un)install targets | Markus Heiser | |
| Makefile targets 'pyenv-install' and 'pyenv-uninstall' are unused duplicates of 'pyenvinstall' and 'pyenvuninstall'. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-12-23 | [mod] utils/searx.sh install: create branch if not already exists | Markus Heiser | |
| This patch keeps an eye on: 1. When installing searx, the branch to install needs to be a local branch. 2. The branch to install can be different from the current branch. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-12-23 | [fix] use SEARX_SETTINGS_TEMPLATE from .config environment | Markus Heiser | |
| In commit a70b9b9f the SEARX_SETTINGS_TEMPLATE environment was added to the .config file, but was not use in utils/searx.sh. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-12-22 | Merge pull request #2415 from return42/upd-useragent | Alexandre Flament | |
| update useragents | |||
| 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 | Merge pull request #2397 from dalf/update-ci | Alexandre Flament | |
| updates for Python 3.9 / update CI | |||
| 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 | [enh] CI: use actions/cache@v2 for Python dependencies | Alexandre Flament | |
| 2020-12-20 | Merge pull request #2398 from dalf/mod-search-query | Alexandre Flament | |
| Mod search query | |||
| 2020-12-20 | Merge pull request #2405 from dalf/no-emojis | Alexandre Flament | |
| [mod] remove emojis from source code | |||
| 2020-12-20 | Merge pull request #2399 from return42/fix-lxc | Alexandre Flament | |
| [fix] determine path to makefile.lxc in a LXC | |||
| 2020-12-20 | Merge pull request #2401 from return42/drop-virtualenv-cmd | Alexandre Flament | |
| [mod] remove obsolete virtualenv command | |||
| 2020-12-20 | [mod] remove emojis from source code | Alexandre Flament | |
| 2020-12-18 | [fix] yum installation of 'Development Tools' | Markus Heiser | |
| 'yum install' does not support '@development-tools' notation for group installation. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-12-18 | [mod] remove obsolete virtualenv command | Markus Heiser | |
| Installation and use of the command 'virtualenv' was only needed in py2 and py2 is no longer suported by searx. In py3 the command is replaced by 'python -m venv'. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-12-18 | [fix] determine path to makefile.lxc in a LXC | Markus Heiser | |
| The path to the makefile.lxc is not always static and '/share/searx/utils/makefile.lxc' can be wrong. When target 'lxc.activate' is called within the LXC container the path to makefile.lxc depends on LXC_SHARE_FOLDER and the basename of the folder where searx was cloned inital on the HOST system. This patch determines the path of 'makefile.lxc' next to 'makefile.include' itself. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 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 | |
| 2020-12-17 | Merge pull request #2225 from dalf/processors | Alexandre Flament | |
| Processors | |||
| 2020-12-17 | [mod] dictzone, translated, currency_convert: use engine_type online_curency ↵ | Alexandre Flament | |
| and online_dictionnary | |||
| 2020-12-17 | [mod] split searx.search into different processors | Alexandre Flament | |
| see searx.search.processors.abstract.EngineProcessor First the method searx call the get_params method. If the return value is not None, then the searx call the method search. | |||
| 2020-12-17 | [mod] searx.search: search_multiple_requests is a method of Search class | Alexandre Flament | |
| 2020-12-17 | [mod] move seax/search.py to searx/search/__init__.py | Alexandre Flament | |
| 2020-12-17 | Merge pull request #2344 from dalf/mod-themes | Alexandre Flament | |
| [mod] themes: remove legacy, courgette and pix-art themes | |||
| 2020-12-17 | [mod] themes: remove legacy, courgette and pix-art themes | Alexandre Flament | |
| 2020-12-17 | Merge pull request #2396 from lucky13820/patch-1 | Alexandre Flament | |
| Fix the StartPage result title is showing the url | |||
| 2020-12-17 | Merge pull request #2387 from return42/issue-2383 | Alexandre Flament | |
| [themes] add hyperlink to searx instances list in error message | |||
| 2020-12-16 | Fix the StartPage result title is showing the url | lucky13820 | |
| Fix the issue 2395 where StartPage result title is showing the url. https://github.com/searx/searx/issues/2395 | |||
| 2020-12-16 | [themes] add hyperlink to searx instances list in error message | Markus Heiser | |
| closes: #2383 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-12-14 | Merge pull request #2389 from searx/update-changelog | Alexandre Flament | |
| prepare release 0.18.0: update CHANGELOG.rst | |||
| 2020-12-14 | prepare release 0.18.0 | Alexandre Flament | |
| 2020-12-14 | Merge pull request #2384 from return42/improve-doc | Alexandre Flament | |
| Improve doc of the installation skripts | |||
| 2020-12-14 | Merge pull request #2388 from searx/update-authors | Alexandre Flament | |
| update AUTHORS.rst with new contributors | |||
| 2020-12-14 | Merge pull request #2380 from return42/dev-quickstart | Alexandre Flament | |
| [doc] update developer quickstart guide | |||
| 2020-12-14 | update AUTHORS.rst with new contributors | Alexandre Flament | |
| 2020-12-14 | Merge pull request #2385 from joshu9h/patch-1 | Alexandre Flament | |
| [Fix] Startpage | |||