| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-02-25 | utils/lib.sh: make uWSGI installation available for all distros | Markus Heiser | |
| support: ubuntu, debin, fedora, archlinux Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-25 | bugfix: google-news and bing-news has changed the language parameter | Markus Heiser | |
| closes: https://github.com/asciimoo/searx/issues/1838 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-25 | [enh] Docker image: uwsgi serves the static files directly. | Dalf | |
| When the image is built, the static files are compressed with gzip and brotli. The expires header is set to one day (same as Flask) There is not etag header (Flask does add an etag header) | |||
| 2020-02-25 | Merge branch 'master' of https://github.com/asciimoo/searx into filtron | Markus Heiser | |
| 2020-02-25 | Merge pull request #1861 from return42/fix-prefs | Markus Heiser | |
| fix serious bugs of the test procedure | |||
| 2020-02-24 | Merge branch 'master' into fix-prefs | Markus Heiser | |
| 2020-02-24 | make test: bugfix, pyenvinstall is a prerequisite for the pylint test | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-24 | Merge pull request #1863 from MarcAbonce/monkey-patch-occitan-locale | Markus Heiser | |
| Monkey patch babel get_translations to support Occitan | |||
| 2020-02-24 | searx/testing.py: fixed pep8 error | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-23 | monkey patch babel get_translations to support Occitan | Marc Abonce Seguin | |
| 2020-02-23 | searx/testing.py: bugfix process model (do not use Flask's debug mode) | Markus Heiser | |
| Don't enable Flask's debug mode, the debugger from Flask will cause a wired process model, where the server never dies. Further read: - debug mode: https://flask.palletsprojects.com/quickstart/#debug-mode - Flask.run(..): https://flask.palletsprojects.com/api/#flask.Flask.run closes: https://github.com/asciimoo/searx/issues/1862 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-23 | searx/testing.py: pylint & SPDX tag (no functional change) | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-23 | Merge branch 'master' of https://github.com/asciimoo/searx into filtron | Markus Heiser | |
| 2020-02-23 | utils/serx.sh: make uWSGI installation available for all distros (WIP) | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-23 | preferences.py: implement defaults if unset | Markus Heiser | |
| Implemnts defaults for: - search.default_lang, search.autocomplete, search.safe_search, - ui.default_theme, ui.default_locale - server.image_proxy This fixes also: https://github.com/asciimoo/searx/pull/1860#issuecomment-590082955 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-23 | preferences.py: pylint, SPDX tag & docstrings (no functional change) | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-23 | Merge pull request #1846 from piplongrun/autocomplete_swisscows | Markus Heiser | |
| Add Swisscows autocomplete option | |||
| 2020-02-23 | Merge branch 'master' into autocomplete_swisscows | Markus Heiser | |
| 2020-02-23 | Merge pull request #1773 from Monogramm/docker/opencontainers | Markus Heiser | |
| 📝 Add Opencontainers labels in docker image | |||
| 2020-02-23 | Add missing autocomplete backends to settings.yml comment | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-23 | Merge branch 'master' into autocomplete_swisscows | Markus Heiser | |
| 2020-02-23 | Merge branch 'master' of https://github.com/asciimoo/searx into filtron | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-23 | Merge branch 'master' into docker/opencontainers | Markus Heiser | |
| 2020-02-23 | Merge pull request #1842 from piplongrun/engine-etools | Markus Heiser | |
| Add new eTools.ch engine | |||
| 2020-02-23 | Merge branch 'master' into engine-etools | Markus Heiser | |
| 2020-02-23 | Merge pull request #1860 from MarcAbonce/fix-default-locale | Markus Heiser | |
| Fix default locale and language issues | |||
| 2020-02-23 | LXC: normalize package installation & user creation. | Markus Heiser | |
| utils/lib.sh: - get DIST_ID & DIST_VERSION from /etc/os-release - pkg_[install|remove|...] supports ubuntu, debian, archlinux & fedora utils/lxc.sh - Workaround for the "setrlimit(RLIMIT_CORE): Operation not permitted" error:: 'Set disable_coredump false' >> /etc/sudo.conf utils/[searx.sh|filtron.sh|morty.sh] - switched user creation from 'adduser' perl script to 'useradd' built-in command utils/searx.sh - install packages for ubuntu, debian, archlinux & fedora Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-23 | fix default locale and language issues | Marc Abonce Seguin | |
| 2020-02-20 | Merge pull request #1855 from return42/fix-dead-links | Markus Heiser | |
| docs: fix dead Searx-instance links to https://searx.space | |||
| 2020-02-20 | docs: fix dead Searx-instance links to https://searx.space | Markus Heiser | |
| Related to #1853 / BTW update year of copyright note Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-18 | LXC: added archlinux and fedora31 containers | Markus Heiser | |
| BTW: update all packages when installing conatiner's boilerplate Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-18 | Merge branch 'master' of https://github.com/asciimoo/searx into filtron | Markus Heiser | |
| 2020-02-18 | LXC: improved console messages & prompt | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-18 | [fix] allow settin custom locale from settins.yml | Adam Tauber | |
| 2020-02-17 | searx.sh: install settings at /etc/searx/settings.yml | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-17 | filtron: add missing log action to the filtron rules | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-17 | Merge branch 'master' of https://github.com/asciimoo/searx into filtron | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-16 | tooling box: misc fixes from lxc tests | Markus Heiser | |
| Tested by: sudo -H ./utils/lxc.sh build containers sudo -H ./utils/lxc.sh cmd /share/searx/utils/searx.sh install all sudo -H ./utils/lxc.sh cmd /share/searx/utils/filtron.sh install all sudo -H ./utils/lxc.sh cmd /share/searx/utils/morty.sh install all Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-16 | LXC: minor fixes and renaming | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-16 | shellcheck: fix usse -n instead of ! -z (SC2236 SC2237) | Markus Heiser | |
| - https://www.shellcheck.net/wiki/SC2236 -- Use -n instead of ! -z. - https://www.shellcheck.net/wiki/SC2237 -- Use [ -n .. ] instead of ! [ -z .... Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-16 | LXC: tooling box - add boilerplate to containers | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-15 | Merge pull request #1843 from dalf/searx_space | Markus Heiser | |
| [mod] move public instance list to https://searx.space | |||
| 2020-02-14 | Add Swisscows autocomplete option | piplongrun | |
| 2020-02-14 | [mod] move public instance list to https://searx.space | Dalf | |
| 2020-02-13 | LXC: tooling box - add HOST shares and commandline to containers (WIP) | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-12 | Add etools engine to the list | piplongrun | |
| 2020-02-12 | Add eTools engine | piplongrun | |
| 2020-02-11 | filtron.sh: add 'install rules' command | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-11 | filtron.sh: updated rules from production | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-08 | LXC: add LXC tooling box (initial, WIP) | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||