| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-02-08 | tooling box: varius fix from tests | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-08 | Merge branch 'master' of https://github.com/asciimoo/searx into filtron | Markus Heiser | |
| 2020-02-08 | Merge pull request #1621 from nfk/locale | Markus Heiser | |
| Fix regional settings #844 | |||
| 2020-02-08 | Merge commit 'refs/pull/1621/head' of https://github.com/asciimoo/searx | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-08 | Merge pull request #1835 from dalf/uwsgi_fix | Markus Heiser | |
| [fix] Disable HTTP keep alive | |||
| 2020-02-08 | Merge branch 'master' into uwsgi_fix | Markus Heiser | |
| 2020-02-08 | tooling box: varius fix from tests | Markus Heiser | |
| 2020-02-08 | Merge branch 'master' of https://github.com/asciimoo/searx into filtron | Markus Heiser | |
| 2020-02-08 | Merge pull request #1823 from kvch/make-engines-private | Markus Heiser | |
| Thanks! .. excellent work, I see you on #1836 :) | |||
| 2020-02-08 | [enh] introduce private engines | Noémi Ványi | |
| This PR adds a new setting to engines named `tokens`. It expects a list of tokens which lets searx validate if the request should be accepted or not. | |||
| 2020-02-07 | [fix] Disable HTTP keep alive | Dalf | |
| Fix HTTP 429 response from filtron See https://github.com/searx/searx-docker/issues/24 | |||
| 2020-02-07 | [doc] fix rst format to be able to upload the package to pypi | Adam Tauber | |
| 2020-02-06 | Merge pull request #1831 from nfk/nicofonk/fix/werkzeug_import | Adam Tauber | |
| Fix deprecated werkzeug import | |||
| 2020-02-06 | Fix deprecated werkzeug import | Nicolas Gelot | |
| Close: #1830 Signed-off-by: Nicolas Gelot <nicolas.gelot@e.email> | |||
| 2020-02-05 | upload-pypi: twine is needed to upload to PyPi 'make upload-pypi' | Markus Heiser | |
| To build & deploy packages on PyPi call make target: make upload-pypi - https://github.com/asciimoo/searx/issues/1829 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-05 | docs: misc marginal fixes | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-04 | tooling box ./utils/*: minor fix from production test | Markus Heiser | |
| 2020-02-04 | /etc/filtron/rules.json: normalize rules from docs & tooling box | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-04 | docs(css): render ..content and ..toctree directive same | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-04 | docs: revision of the installation instructions | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-04 | docs: fix extlink 'origin' to use GIT_BRANCH env | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-04 | docs: add some documentation about the tooling box ./utils/* | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-04 | .config.sh: wrap up to use environment from Makefile as best defaults | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-04 | utils & Makefile: add .config.mk & .config.sh for searx brands | Markus Heiser | |
| By isolating the environment of makefiles and bash scripts into .config.mk and .config.sh it is simple to maintain searx brands by setting some central environments. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-03 | doc: add descriptions of our tooling box in ./utils | Markus Heiser | |
| Initial started with the scripts for searx, filtron and morty installations. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-02 | utils/morty.sh: fixed public url | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-02 | utils/morty.sh: add script to install morty result proxy | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-01 | utils/filtron.sh: generalize systemd, accounts and golang tasks | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-31 | utils/lib.sh: colorize messages | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-31 | Merge branch 'master' of https://github.com/asciimoo/searx into filtron | Markus Heiser | |
| 2020-01-31 | utils/filtron.sh: add option to debug filtron requests | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-31 | apache: reverse proxy, set `ProxyPreserveHost On` | Markus Heiser | |
| related discussions: - https://github.com/asciimoo/searx/issues/1822 - https://github.com/asciimoo/searx/issues/1819#issuecomment-580400259 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-31 | utils/searx.sh & filtron.sh: misc changes from first tests (WIP) | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-30 | utils/searx.sh & filtron.sh: misc changes from first tests (WIP) | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-30 | [enh] version v0.16.0 | Adam Tauber | |
| 2020-01-30 | [enh] update AUTHORS.rst with new contributors | Adam Tauber | |
| 2020-01-30 | [enh] update translations | Adam Tauber | |
| 2020-01-29 | utils/searx.sh & filtron.sh: misc changes from first tests (WIP) | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-28 | [mod] add py2 deprecation warning to webapp | Adam Tauber | |
| 2020-01-28 | Merge pull request #1766 from dalf/fix-infinite-scroll | Markus Heiser | |
| [mod] infinite scroll: XHR requests are sent with the header "Accept: text/html" | |||
| 2020-01-28 | Merge branch 'master' into fix-infinite-scroll | Markus Heiser | |
| 2020-01-27 | utils/searx.sh: add apache site searx.conf:uwsgi (WIP) | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-21 | utils/searx.sh: add apache site searx.conf:uwsgi | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-20 | utils/filtron.sh: add script to install filtron middleware (apache) | Markus Heiser | |
| Preparation for the installation of an apache site. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-20 | utils/searx.sh: add script to install isolated searx service | Markus Heiser | |
| First version which serves searx over uwsgi at http://127.0.0.1:8888 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-16 | utils/searx.sh: add script to install isolated searx service (WIP) | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-14 | utils/searx.sh: add script to install isolated searx service (WIP) | Markus Heiser | |
| WIP: written from scratch / linted but untested Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-13 | Merge branch 'master' of https://github.com/asciimoo/searx into filtron | Markus Heiser | |
| 2020-01-13 | Merge branch 'filtron' of https://github.com/return42/searx into filtron | Markus Heiser | |
| 2020-01-13 | filtron: log suspiciously frequent queries (WIP) | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||