summaryrefslogtreecommitdiff
path: root/searx/webapp.py
AgeCommit message (Collapse)Author
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
2015-06-05[fix] do not hide categorie inside preferences if there is no engine activatedThomas Pointhuber
2015-05-30[enh] oscar theme: display engine response times in the preferencesAlexandre Flament
2015-04-26Merge pull request #298 from dalf/sslAdam Tauber
[fix] SSL : SNI support
2015-04-26Log an error if the ndg-httpsclient, pyopenssl and pyasn1 packages are not ↵Alexandre Flament
installed. See #298
2015-04-26Merge pull request #297 from dalf/proxiesAdam Tauber
[enh] Implement http proxies for outgoing requests. (see #236)
2015-04-25Merge pull request #246 from Cqoicebordel/pix-artsAdam Tauber
New theme !
2015-04-25flake8 fixAlexandre Flament
2015-04-25[enh] basic support for http proxy (see #236)Alexandre Flament
2015-04-13[mod] https rewrite pluginificationAdam Tauber
2015-04-12[enh] plugins: client side dependency supportAdam Tauber
2015-04-12[fix] do not escape empty result content - closes #291Adam Tauber
2015-04-10[mod] remove image proxy requests from the connection poolAdam Tauber
2015-04-07[fix] ordered categories in preferences - closes #258Adam Tauber