summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-16[enh] show spelling correctionsDavid A Roberts
2017-01-15Merge branch 'master' into flask_perimeterAlexandre Flament
2017-01-15Merge pull request #829 from jcherqui/masterAdam Tauber
[WIP] Add 1337x.to engine
2017-01-15Add 1337x iconjcherqui
2017-01-15Add torrent infosjcherqui
2017-01-15Remove categoriesjcherqui
2017-01-15Fix testjcherqui
2017-01-15Add 1337x.to enginejcherqui
2017-01-15Merge pull request #825 from dalf/text_query_fixAdam Tauber
[fix] searching for "!google_images text" doesn't work
2017-01-12[fix] searching for "!google_images text" doesn't work (bang with underscore)Alexandre Flament
2017-01-10[enh] 0.11.0 version bumpAdam Tauber
2017-01-10[doc] remove duplications from changelogAdam Tauber
2017-01-10[enh] version 0.11.0Adam Tauber
2017-01-10[doc] @firebovine @luccoj @eig8phei added to authorsAdam Tauber
2017-01-10[fix] skip non-complete google news resultsAdam Tauber
2017-01-09Merge pull request #820 from dalf/config_apiAdam Tauber
[mod] /config API : add more fields for each engine
2017-01-07[mod] /config API : add language_support, paging, safesearch, ↵Dalf
supported_languages, time_range_support, timeout fields.
2017-01-06Merge pull request #817 from asciimoo/del_pyasn1_modules-1Adam Tauber
Remove pyasn1-modules from dependencies
2017-01-06Remove pyasn1-modules from dependenciesAlexandre Flament
According to https://github.com/kennethreitz/requests/issues/749#issuecomment-19187417 there is no need to install pyasn1-modules.
2017-01-05[enh] add instant answers to google engineAdam Tauber
2017-01-05[fix] french translation template var nameAdam Tauber
2017-01-05[enh] update translationsAdam Tauber
2017-01-05[enh] propagate all search properties to the results page's componentsAdam Tauber
2017-01-04Merge branch 'master' into flask_perimeterAdam Tauber
2017-01-04Merge pull request #813 from dalf/standalone2Adam Tauber
[enh] standalone_seax.py is a command line interface to searx
2017-01-04[enh] standalone_seax.py is a command line interface to searx with JSON output.Alexandre Flament
2017-01-04Merge pull request #812 from kvch/revert-image-modalAdam Tauber
Revert CSS image modal
2017-01-04Merge pull request #810 from dalf/standaloneAdam Tauber
[fix] fix standalone_search.py
2017-01-04Merge pull request #811 from dalf/geckodriverAdam Tauber
[mod] ./manage.sh can download geckodriver
2017-01-03Revert "Merge pull request #793 from kvch/pics-modal"Noémi Ványi
This reverts commit bff41987a49af9ae53ff9fc3494fa7973ac03500, reversing changes made to d08108be6293c8764f0d1d950a7aab283cddffed.
2017-01-03Revert "Merge pull request #799 from kvch/modal-arrows"Noémi Ványi
This reverts commit 79ceb13577fcc83eabe642a4ed6dd793b7bf0d4b, reversing changes made to eaa0fb8102825fa4ccdb348429fdbf39837921be.
2017-01-03[mod] ./manage.sh can download geckodriver and install it into the virtual ↵Alexandre Flament
environment
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.
2017-01-02[mod] searx uses flask framework only in webapp.py. Make migration to ↵Alexandre Flament
another framework easier.
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