summaryrefslogtreecommitdiff
path: root/searx/webapp.py
AgeCommit message (Expand)Author
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
2015-04-26Log an error if the ndg-httpsclient, pyopenssl and pyasn1 packages are not in...Alexandre Flament
2015-04-26Merge pull request #297 from dalf/proxiesAdam Tauber
2015-04-25Merge pull request #246 from Cqoicebordel/pix-artsAdam Tauber
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
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
2015-02-14Remove whitespace caused by Jinja commandsCqoicebordel
2015-02-12LTR the about page correctlyCqoicebordel
2015-02-10[fix] category name i18n - closes #221Adam Tauber
2015-02-10Merge branch 'rtl' of github.com:Cqoicebordel/searxAdam Tauber
2015-02-09[fix] image proxify utf urlsAdam Tauber
2015-02-08[fix] pep8, testsThomas Pointhuber
2015-02-08[enh] add safesearch functionalityThomas Pointhuber
2015-02-07[fix] handle proxied https scheme with uwsgiAdam Tauber
2015-02-03[enh] category specific engine deactivation - closes #205Adam Tauber
2015-02-01[fix] codec can't encode character inside image_proxifyThomas Pointhuber
2015-02-01[fix] hash error if url is including non ascii charactersThomas Pointhuber
2015-01-31[enh] default disabled engines - closes #109Adam Tauber
2015-01-29[mod] pretty url separationAdam Tauber
2015-01-27[mod] reduce cookie expirity time - fixes #204Adam Tauber
2015-01-25[enh] always enable inner autocompletition (server side only)Adam Tauber
2015-01-21Merge pull request #192 from dalf/connection-poolAdam Tauber
2015-01-21[enh] use one single http connection pool : improve response time. close #100dalf
2015-01-20Move cookies in render()Cqoicebordel
2015-01-19Flake8Cqoicebordel
2015-01-19Add cookies to every requestsCqoicebordel
2015-01-19Allow non specific cookiesCqoicebordel