summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-03[fix] fix standalone_search.pyAlexandre Flament
2017-01-03[fix] autocomplete unicode issue - closes #808Adam Tauber
2017-01-02Merge pull request #805 from dalf/requirements_upgradeAdam Tauber
[mod] upgrade versions in requirements.txt
2017-01-02[mod] upgrade versions in requirements.txtAlexandre Flament
2017-01-02Merge pull request #801 from dalf/extract_textAdam Tauber
[fix] extract_text: use html.tostring instead html_to_text.
2016-12-31[fix] extract_text: use html.tostring instead html_to_text. Fix #711Alexandre Flament
2016-12-30Merge pull request #800 from dalf/searchpy5Adam Tauber
search.py : Fix and some minor modifications
2016-12-30[fix] use english as default language in bingAdam Tauber
If no language is specified, bing returns results with multiple languages for one query which isn't really useful. Setting english as default insted if nothing.
2016-12-30[fix] fix bugs introduced by commit 0a2fde19d031acef80ce5991bc6b41528dbfbf5b ↵Alexandre Flament
from dalf/searchpy4
2016-12-30[mod] timeout in log are readable (the timeouts are compare to the ↵Alexandre Flament
start_time of the request).
2016-12-30[mod] result_container.extend sets result['engine'] = engine_name for each ↵Alexandre Flament
result
2016-12-30Merge pull request #799 from kvch/modal-arrowsAdam Tauber
[fix] change modal glyphicon arrows to image icons
2016-12-30[fix] change modal glyphicon arrows to image iconsNoémi Ványi
2016-12-30Merge pull request #798 from dalf/searchpy4Adam Tauber
[mod] add a search_one_request_safe function wrapper
2016-12-30[mod] add a search_one_request_safe function wrapper to call ↵Alexandre Flament
search_one_request. All exceptions are catched in this wrapper.
2016-12-30Merge pull request #793 from kvch/pics-modalAdam Tauber
CSS modal window for image results
2016-12-29remove unnecessary media query && generated filesNoémi Ványi
2016-12-29add img pagination support of infinite scrollNoémi Ványi
2016-12-29add modal window for pointhi styleNoémi Ványi
2016-12-29fix opening of result on new tabNoémi Ványi
2016-12-29add generated css of modal windowNoémi Ványi
2016-12-29add own pics modal windowNoemi Vanyi
2016-12-29Merge pull request #794 from a01200356/languagesAdam Tauber
Changes in search language list (continuation of #748)
2016-12-29revert language support column in preferencesmarc
2016-12-29change language list to only include languages with a minimum of enginesmarc
that support them. users can still query lesser supported through the :lang_code bang.
2016-12-28[fix] load engines with uwsgi tooAdam Tauber
2016-12-28[mod] display supported languages in preferences engine viewAdam Tauber
2016-12-28Merge pull request #748 from a01200356/languagesAdam Tauber
[mod] Allow users to search in most engine supported languages
2016-12-28Merge branch 'master' into languagesAdam Tauber
2016-12-27[fix] proper engine initAdam Tauber
2016-12-27[fix] do not reload engines twice if started with debug modeAdam Tauber
2016-12-27[enh] explicit engine initAdam Tauber
2016-12-25[fix] robot tests ++ set default value for server http protocol versionAdam Tauber
2016-12-25[enh] configurable listening http protocol versionAdam Tauber
2016-12-25Merge pull request #788 from suchkultur/add_ccctv_to_settingsAdam Tauber
Add ccctv engine to settings.yml
2016-12-25Update settings.ymlStefan Antoni
2016-12-25Merge branch 'master' into add_ccctv_to_settingsStefan Antoni
2016-12-25[fix] disable etymonline by default - closes #789Adam Tauber
2016-12-24[enh] add searx engineAdam Tauber
2016-12-24Add ccctv engine to settings.ymlStefan Antoni
2016-12-23[fix] handle missing images in google newsAdam Tauber
2016-12-23Merge pull request #661 from davidar/etAdam Tauber
Online Etymology Dictionary
2016-12-16[fix] supported languages column in preferences pagemarc
2016-12-16Merge branch 'master' into languagesmarc
2016-12-16minor fixes in utils/fetch_languages.pymarc
2016-12-16[fix] re-enable ssl verification for searchcodeAdam Tauber
closes #784
2016-12-15[fix] engine setting if no categories specifiedAdam Tauber
2016-12-15tests for _fetch_supported_languages in enginesmarc
and refactor method to make it testable without making requests
2016-12-13tests for language support in enginesmarc
2016-12-13[fix] broken language selectormarc