summaryrefslogtreecommitdiff
path: root/searx/webapp.py
AgeCommit message (Expand)Author
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-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
2015-01-18[fix] opensearch xml mimetype - #184Adam Tauber
2015-01-18Proxify most of images referencesdalf
2015-01-17[enh] image-proxy : handle ETag and date related headers, add hash to URLdalf
2015-01-17[enh] configurable default interface locale - #177Adam Tauber
2015-01-16[fix] pep8Adam Tauber
2015-01-16[enh] image proxy config from preferencesAdam Tauber
2015-01-16[enh] image proxificationAdam Tauber
2015-01-16[enh] image proxy baseAdam Tauber
2015-01-15[mod] pygments dependency warningAdam Tauber
2015-01-15[enh] log highlighter errorsAdam Tauber
2015-01-15Merge branch 'code_results' of https://github.com/pointhi/searx into pointhi-...Adam Tauber
2015-01-11Merge pull request #170 from pointhi/little_fixesAdam Tauber
2015-01-10[fix] little autocompleter fixThomas Pointhuber
2015-01-10[enh] add autocompletion for searx-specific stringsThomas Pointhuber
2015-01-10[fix] autocompleter error handlingAdam Tauber
2015-01-10[fix] endless logging recursionAdam Tauber
2015-01-09Merge branch 'master' of https://github.com/asciimoo/searx into code_resultsThomas Pointhuber