| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2019-12-16 | Fix not jumping to results loaded by infinite scroll | Nick Espig | |
| Infinite scroll adds a `hr` tag to split up the sections loaded by it. The vim bindings `j` and `k`, which jump to the next and previous result respectively, search for a **direct** sibling with the class `result`. With the `hr` between results a direct sibling cannot be found. To fix this we remove the restriction of it having to be a direct sibling. | |||
| 2019-12-11 | Merge pull request #1752 from MarcAbonce/user-agents-update | Adam Tauber | |
| User agents update | |||
| 2019-12-11 | [mod] infinite scroll: XHR requests are sent with the header "Accept: ↵ | Dalf | |
| text/html". Fix https://github.com/searx/searx-docker/issues/16 | |||
| 2019-12-10 | theme: oscar - remove dust (comes from PR #1671 implementation) | Markus Heiser | |
| was inadvertently included in the commit [1] [1] https://github.com/asciimoo/searx/commit/f34ac58752b3857468d01c79d7bc3409e8b03fe3#diff-0243d1c24e9981002156cc87cc10bd53R103 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-12-10 | theme: oscar - add accesskey to input tags | Markus Heiser | |
| l - language field s - search field t - time range field The way to activate the accesskey depends on the browser and its platform [1] [1] https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/accesskey Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-12-10 | theme: oscar - fix auto-submit on language seletion | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-12-10 | theme: oscar - tidy up trailing whitespaces and tab usage | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||