summaryrefslogtreecommitdiff
path: root/searx/webapp.py
AgeCommit message (Collapse)Author
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
2015-04-07[enh] reset default preferencesAdam Tauber
2015-03-15Fixes #271Luc Didry
The opensearch method is now the method set in the preferences. As before, POST by default and GET for Chrome/Chromium which doesn't handle POST
2015-03-15[fix] request argsAdam Tauber
2015-03-11[enh] plugin preferences - server-side ++ oscar themeAdam Tauber
2015-03-10[mod] merge GET, POST varsAdam Tauber
2015-03-10[enh] per user plugin switchAdam Tauber
2015-03-10[enh] plugin support basics ++ self ip pluginAdam Tauber
2015-03-08[mod] search return valueAdam Tauber
2015-02-15New Theme, Pix-art.Cqoicebordel
First commit
2015-02-14Remove whitespace caused by Jinja commandsCqoicebordel
Adding this conf change will remove every newline created by a Jinja command (`{% %}`). It can save a bit of bandwidth.
2015-02-12LTR the about page correctlyCqoicebordel
2015-02-10[fix] category name i18n - closes #221Adam Tauber