| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-02-24 | Merge branch 'master' into fix-prefs | Markus Heiser | |
| 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 | 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 | 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' into engine-etools | Markus Heiser | |
| 2020-02-23 | fix default locale and language issues | Marc Abonce Seguin | |
| 2020-02-18 | [fix] allow settin custom locale from settins.yml | Adam Tauber | |
| 2020-02-14 | Add Swisscows autocomplete option | piplongrun | |
| 2020-02-14 | [mod] move public instance list to https://searx.space | Dalf | |
| 2020-02-12 | Add etools engine to the list | piplongrun | |
| 2020-02-12 | Add eTools engine | piplongrun | |
| 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 | [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-06 | Fix deprecated werkzeug import | Nicolas Gelot | |
| Close: #1830 Signed-off-by: Nicolas Gelot <nicolas.gelot@e.email> | |||
| 2020-01-30 | [enh] version v0.16.0 | Adam Tauber | |
| 2020-01-30 | [enh] update translations | Adam Tauber | |
| 2020-01-28 | [mod] add py2 deprecation warning to webapp | Adam Tauber | |
| 2020-01-28 | Merge branch 'master' into fix-infinite-scroll | Markus Heiser | |
| 2020-01-07 | Fix double-encode error (fixes #1799) | frankdelange | |
| 2020-01-06 | Merge branch 'master' into bug/oscar-theme | Markus Heiser | |
| 2020-01-02 | [fix] pep8 | Adam Tauber | |
| 2020-01-02 | [fix] add py3 compatibility | Adam Tauber | |
| 2020-01-02 | [fix] handle empty response | Adam Tauber | |
| 2020-01-02 | [fix] handle missing thumbnail | Adam Tauber | |
| 2020-01-02 | [fix] skip invalid encoded attributes | Adam Tauber | |
| 2020-01-02 | [fix] handle missing result size | Adam Tauber | |
| 2020-01-02 | [fix] tmp suspend insecure engines | Adam Tauber | |
| 2019-12-29 | Merge branch 'master' into fix-engine-spotify | Markus Heiser | |
| 2019-12-24 | Merge branch 'master' into ne/fix-infinite_scroll-with-vim_bindings | Markus Heiser | |
| 2019-12-24 | Merge branch 'master' into libgen | Markus Heiser | |
| 2019-12-24 | [Fix] oscar: no HTML escaping prior to output | Vipul | |
| When results are fetched from any programming related documentation site (like git-scm.com, docs.python.org etc), content in Info box is shown as raw HTML code. This change addresses the issue by using "safe" filter feature provided by Django. See, - https://docs.djangoproject.com/en/3.0/ref/templates/builtins/#safe - Searx issue tracker (issue #1649), for more information. Resolves: #1649 | |||
| 2019-12-23 | Merge branch 'master' into bug/oscar-theme | Markus Heiser | |
| 2019-12-22 | Switch to https for some domains | Vipul | |
| 2019-12-22 | [Fix] Libgen engine | Vipul | |
| Libgen has switched to new domain (i.e https://libgen.is) with TLS support and older domain (i.e. http://libgen.io) is no longer accessible. See, https://en.wikipedia.org/wiki/Library_Genesis, for more information. Resolves: #1693 | |||
| 2019-12-21 | hide suggestions box if empty | Marc Abonce Seguin | |
| This bug happens only in python3 because map returns an iterator. | |||
| 2019-12-21 | remove empty parenthesis in wikipedia's summary | Marc Abonce Seguin | |
| They're usually IPA pronunciations which are removed by the API. | |||
| 2019-12-21 | exclude disambiguation pages from wikipedia infobox | Marc Abonce Seguin | |
| 2019-12-22 | [Fix] oscar: no HTML escaping prior to output | Vipul | |
| When results are fetched from any programming related documentation site (like git-scm.com, docs.python.org etc), content in Info box is shown as raw HTML code. This change addresses the issue by using "safe" filter feature provided by Django. See, - https://docs.djangoproject.com/en/3.0/ref/templates/builtins/#safe - Searx issue tracker (issue #1649), for more information. Resolves: #1649 | |||
| 2019-12-22 | [Fix] oscar: move info box at top of the page | Vipul | |
| In low width devices like mobile, tablet etc, info box is present at bottom of the page. This change addresses the issue by rearranging column grids for low width devices and move side bar at top of the page. See - https://getbootstrap.com/docs/3.3/css/#grid-column-ordering. - and Searx issue tracker (issue#1777), for more information. Effect: Along with Info, Suggestion and Link boxes also move to top of the page. Resolves: #1777 | |||
| 2019-12-21 | [enh] display error message if gigablast extra param expired | Adam Tauber | |
| 2019-12-21 | [fix] pep8 | Adam Tauber | |
| 2019-12-21 | [fix] handle empty response from wikipedia engine - closes #1114 | Adam Tauber | |
| 2019-12-21 | [fix] convert byte query to string in osm engine - fixes #1220 | Adam Tauber | |
| 2019-12-21 | [fix] fetch extra search param of gigablast - fixes #1293 | Adam Tauber | |
| 2019-12-21 | [fix] add explicit useragent header to requests - closes #1459 | Adam Tauber | |