- 25 Mar, 2020 9 commits
-
-
Markus Heiser authored
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-
Markus Heiser authored
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-
Markus Heiser authored
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-
Markus Heiser authored
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-
Markus Heiser authored
We have some variables in the build environment which are also needed in the grunt process when building themes. Theses variables are relavant if one creates a fork with its own branding. We treat these variables under the term 'brands'. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-
Markus Heiser authored
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-
Markus Heiser authored
We have some variables in the build environment which are also needed in the setup.py process. Theses variables are relavant if one creates a fork with its own branding. We treat these variables under the term 'brands'. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-
Markus Heiser authored
We have some variables in the build environment which are also needed in the sphinx-process. Theses variables are relavant if one creates a fork with its own branding. We treat these variables under the term 'brands'. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-
Markus Heiser authored
We have some variables in the build environment which are also needed in the templating process. Theses variables are relavant if one creates a fork with its own branding. We treat these variables under the term 'brands'. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-
- 23 Mar, 2020 3 commits
-
-
Adam Tauber authored
-
Adam Tauber authored
-
Adam Tauber authored
-
- 16 Mar, 2020 2 commits
-
-
Adam Tauber authored
-
Adam Tauber authored
-
- 13 Mar, 2020 4 commits
-
-
Adam Tauber authored
-
Adam Tauber authored
-
Adam Tauber authored
fixes #1888
-
Adam Tauber authored
fixes #1888
-
- 05 Mar, 2020 3 commits
-
-
Adam Tauber authored
Add new post to blog about private engines
-
Noémi Ványi authored
-
Adam Tauber authored
-
- 04 Mar, 2020 1 commit
-
-
Markus Heiser authored
bugfix: google-news and bing-news has changed the language parameter
-
- 01 Mar, 2020 5 commits
-
-
Markus Heiser authored
When selecting other languages than 'en', bing-video did not handle the language correct and gave very bad results. Since User-Agent is normaly rotated in searx, the behavior of a !biv search was unpredictable and paging was broken. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-
Markus Heiser authored
The bing_news bug (discussed in #1838) was caused by wrong language tags, which was fixed e0c99d9d / no need to change the bing_news search string. closes: https://github.com/asciimoo/searx/issues/1838Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-
Markus Heiser authored
build by Makefile target: make project Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-
Markus Heiser authored
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-
Markus Heiser authored
To get meaningfull diffs, the json file has to be sorted. Before applying any further content patch, the json file needs a inital sort (without changing any content). Sorted by:: import sys, json with open('engines_languages.json') as f: j = json.load(f) with open('engines_languages.json', 'w') as f: json.dump(j, f, indent=2, sort_keys=True) Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-
- 29 Feb, 2020 1 commit
-
-
Markus Heiser authored
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-
- 25 Feb, 2020 2 commits
-
-
Markus Heiser authored
closes: https://github.com/asciimoo/searx/issues/1838Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-
Markus Heiser authored
fix serious bugs of the test procedure
-
- 24 Feb, 2020 5 commits
-
-
Markus Heiser authored
-
Markus Heiser authored
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-
Markus Heiser authored
Monkey patch babel get_translations to support Occitan
-
Markus Heiser authored
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-
Marc Abonce Seguin authored
-
- 23 Feb, 2020 5 commits
-
-
Markus Heiser authored
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/1862Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-
Markus Heiser authored
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-
Markus Heiser authored
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-590082955Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-
Markus Heiser authored
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-
Markus Heiser authored
Add Swisscows autocomplete option
-