summaryrefslogtreecommitdiff
path: root/searx/webapp.py
AgeCommit message (Collapse)Author
2014-10-15improve https rewrite codeThomas Pointhuber
2014-10-15improve https rewritingThomas Pointhuber
2014-10-15Implementing https rewrite support #71Thomas Pointhuber
* parsing XML-Files which contain target, exclusions and rules * convert regex if required (is a little hack, probably does not work for all rules) * check if target rule apply for http url, and use the rules to rewrite it * add pice of code, to check if domain name has not changed during rewrite (should be rewritten, using publicsuffix instead of little hack)
2014-07-09[fix] unused globals removed II.Adam Tauber
2014-07-07[enh][mod] search refactorAdam Tauber
2014-07-04[fix] pep8Adam Tauber
2014-07-03Merge pull request #74 from posativ/patch/application-aliasAdam Tauber
add application as alias
2014-07-03fix gevent's monkey patch positionMartin Zimmermann
2014-07-03add application as aliasMartin Zimmermann
2014-06-24[enh] https rewrite basicsAdam Tauber
2014-06-05add multi theming supportMatej Cotman
2014-05-01[fix] using different opensearch url to fix chrome POST request bugAdam Tauber
2014-04-08Merge pull request #61 from matejc/optional_search_getAdam Tauber
Optional search get
2014-03-29[fix] autocomplete encodingAdam Tauber
2014-03-29add optional request with GET method for search and results pagesMatej Cotman
2014-03-29[fix] opensearch autocompleteAdam Tauber
2014-03-29[enh] autocompleter server side partAdam Tauber
2014-03-21add client var to all render pagesThomas Pointhuber
2014-03-21fix little bug to allow webapp.py without client varThomas Pointhuber
2014-03-21deactivate autocompleter by defaultThomas Pointhuber
2014-03-20initial implemention of autocompletion in opensearch.xmlThomas Pointhuber
2014-03-20adding initial code for backend-part of autocompleterThomas Pointhuber
including test-code
2014-03-18[mod][fix] cookie expiration ++ pep8 compatibilityAdam Tauber
2014-03-18Merge pull request #57 from pointhi/resultsAdam Tauber
improving publishDate extraction and output of it
2014-03-18fix bug, to display publishDate with timezone without errorThomas Pointhuber
2014-03-17[fix] #38Adam Tauber
2014-03-17adding publish date to video-results and rss-feedThomas Pointhuber
2014-03-15[fix] pep8Adam Tauber
2014-03-15simplify publish Date formatingThomas Pointhuber
2014-03-15fix little bugThomas Pointhuber
2014-03-15improve published Date outputThomas Pointhuber
2014-03-14adding translations support for publish-dateThomas Pointhuber
2014-03-14showing publishedDate for newsThomas Pointhuber
2014-03-08[fix] pep8Adam Tauber
2014-03-08[fix] #47Adam Tauber
2014-03-04[enh] linkable search url displayAdam Tauber
2014-02-15[fix] debug print removedasciimoo
2014-02-15[fix] unicode url fixasciimoo
2014-02-14[fix] PYTHONPATH settingsasciimoo
2014-02-11[mod] len() removed from conditionsasciimoo
2014-02-07[fix] robots.txtasciimoo
2014-02-07[mod] index renderingasciimoo
2014-02-07[fix] unicode and pep8 fixesasciimoo
2014-02-07[fix] language/locale settingsasciimoo
2014-02-07[enh][mod] code refactor ++ search engine filteringasciimoo
2014-02-07[fix] pep8asciimoo
2014-02-07[enh] engine customisation initasciimoo
2014-02-05Improves PEP8 compatibility.Gabor Nagy
2014-02-05[fix] pep8asciimoo
2014-02-04[fix] whitespace duplication fix in nonhtml outputsasciimoo