summaryrefslogtreecommitdiff
path: root/searx/webapp.py
AgeCommit message (Expand)Author
2016-12-28[fix] load engines with uwsgi tooAdam Tauber
2016-12-28Merge branch 'master' into languagesAdam 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-13[mod] fetch supported languages for several enginesmarc
2016-12-13[enh] add supported_languages on engines and auto-generate languages.pymarc
2016-12-10[enh] extend json response with suggestions, infoboxes and answersAdam Tauber
2016-12-09Merge branch 'master' into searchpy2Alexandre Flament
2016-12-09[enh] central handling of empty result titlesAdam Tauber
2016-12-09[enh] central html escaping of resultsAdam Tauber
2016-11-19[enh] add quick answer functionality with an example answererAdam Tauber
2016-11-15[fix] gettext requires request.preferencesAdam Tauber
2016-11-14[fix] remove unused importsAdam Tauber
2016-11-14[enh] display errorsAdam Tauber
2016-11-14[enh] show traceback of search errorsAdam Tauber
2016-11-05Simplify search.py, basically updated PR #518Alexandre Flament
2016-11-02[mod] replace references request.request_data (GET or POST parameters) by req...Alexandre Flament
2016-11-02Clean up the architecturedalf
2016-10-30[mod] do not proxify images if image proxy is not setAdam Tauber
2016-10-30add version info to config endpointNoémi Ványi
2016-10-29[enh] use morty proxy for image proxification too if it is configuredAdam Tauber
2016-10-29[enh] allow morty proxy without hmac keyAdam Tauber
2016-10-29Merge pull request #697 from Eig8phei/http1.1Adam Tauber
2016-10-22[mod] the environment variable SEARX_DEBUG can override the general.debug val...dalf
2016-10-22Merge branch 'master' into http1.1Alexandre Flament
2016-10-17[fix] unicode url proxiingAdam Tauber
2016-10-17[enh] add result proxy support - #707Adam Tauber
2016-10-16[enh] use HMAC for image proxy url verificationAdam Tauber
2016-10-01[mod] disallow search results for robotsAdam Tauber
2016-09-15serve pages with HTTP/1.1Eig8phei
2016-09-07[fix] 404 HTTP status on not found pages - closes #681Adam Tauber
2016-09-05[fix] use threading to recover after incomplete request crashes - closes #651...Adam Tauber
2016-09-05[mod] truncate result content in html - closes #224Adam Tauber
2016-09-04[fix] links in new tabs without js ++ noopener bug fix - closes #674Adam Tauber
2016-08-24add custom 404 pageNoemi Vanyi
2016-07-25advanced-search: panel is visible when checked beforeNoemi Vanyi
2016-07-25add time range search with yahooNoemi Vanyi
2016-07-17[fix] pep8Adam Tauber
2016-07-16[fix] compute the order of results only once per searchAdam Tauber
2016-07-16[mod][fix] use the average of results number ++ do not display smaller result...Adam Tauber
2016-07-10Fix quantity of blank lines after code object.stepshal
2016-07-07[enh] add engine shortcut to config apiAdam Tauber
2016-07-04[enh][fix] update to latest dependencies ++ fix tests & travis test runnerAdam Tauber
2016-06-28[enh] display number of resultsAdam Tauber
2016-06-11[enh] add server_settings call - closes #566Noemi Vanyi
2016-06-07[fix] missing importAdam Tauber
2016-05-24Revert "use ngettext for plurals"Adam Tauber
2016-05-02use ngettextDmitry Mikhirev