summaryrefslogtreecommitdiff
path: root/searx/webapp.py
AgeCommit message (Collapse)Author
2016-10-29[enh] allow morty proxy without hmac keyAdam Tauber
2016-10-29Merge pull request #697 from Eig8phei/http1.1Adam Tauber
serve pages with HTTP/1.1
2016-10-22[mod] the environment variable SEARX_DEBUG can override the general.debug ↵dalf
value in settings.yml
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 ↵Adam Tauber
#651 #662
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 ↵Adam Tauber
result number than the actual result count - closes #600
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
WARNING: dependency changes
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
2016-04-09add description to a var that seems to be unusedNoemi Vanyi
2016-04-09follow up blocked_engines renaming in templatesNoemi Vanyi
2016-04-09more follow ups in new preferencesNoemi Vanyi
2016-04-09rename blocked engines to diabled enginesNoemi Vanyi
2016-04-09minor grammar fix in error messageNoemi Vanyi
2016-04-09new preferences handlingNoemi Vanyi
Preferences class was introduced in order to handle user preferences. Right now it parses cookies and the form in preferences. Also it can retrieve settings based on the name of the setting. ATTENTION Please note that engine preferences are handled differently from now on. So it introduces incompatible changes. Every user who has saved preferences should reset and save his/her settings again. This change was needed, because everytime a default disabled engine was added saved user preferences would broke. Now engine setting tracking is fixed.
2016-03-30Merge pull request #522 from jibe-b/masterAdam Tauber
add BASE engine in category "Science"
2016-03-29[enh] multilingual autocompletea01200356
implemented for wikipedia, qwant and google
2016-03-29[enh] Add BASE engine in category Science. Basic and advanced search.jibe-b
2016-03-16[fix] csv results filename encodingAdam Tauber
2016-03-02[fix] opensearch image issue - closes #507Adam Tauber
2016-02-27[enh] settings option to change instance name - closes #450Adam Tauber
2016-01-21[fix] typoThomas Pointhuber
2016-01-21[mod] move wolframalpha to "science" categoryAdam Tauber
2015-10-23[fix] use base_url in http redirects - closes #451Adam Tauber
2015-10-03[enh][mod] result handling refactorAdam Tauber
Several changes has been made: - Parallel result merge - Scoring algorithm slightly changed (see result_score()) - Proper Thread locking on global data manipulation
2015-08-12[fix] cookie parameter typeAdam Tauber
2015-08-02[enh] default settings option to safe_search - #396Adam Tauber
2015-08-02[enh] default settings option to autocomplete backend - #396Adam Tauber
2015-08-02[mod] change settings file structure according to #314Adam Tauber
2015-08-02[enh] add settings option to set listening address - closes #397Adam Tauber
2015-06-21[fix] debug message parameterAdam Tauber
2015-06-16[fix] reverse proxy non-root url fixAdam Tauber