summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-30Merge pull request #374 from haasn/optipngAdam Tauber
[fix] reduce server traffic by optimizing images
2015-06-29Merge pull request #378 from dalf/versionsAdam Tauber
update dependency versions described by versions.cfg
2015-06-26update dependency versions described by versions.cfgDalf
2015-06-22[fix] reduce server traffic by optimizing imagesNiklas Haas
Simply running ‘optipng’ on every PNG image reduces the overall size of them by 10% on average.
2015-06-21[fix] shortcut added to ixquickAdam Tauber
2015-06-21Merge branch 'Cqoicebordel-remove_trackers_plugin'Adam Tauber
2015-06-21Merge branch 'remove_trackers_plugin' of ↵Adam Tauber
https://github.com/Cqoicebordel/searx into Cqoicebordel-remove_trackers_plugin Conflicts: searx/plugins/__init__.py
2015-06-21[fix] debug message parameterAdam Tauber
2015-06-18Use parsed_urlCqoicebordel
2015-06-16[enh] add search testsAdam Tauber
2015-06-16[fix] reverse proxy non-root url fixAdam Tauber
2015-06-16[mod] disable qwant & swisscows by default to improve result qualityAdam Tauber
2015-06-15A bit of cleanup of the codeCqoicebordel
- regexes in a array - regexes applied only on the last part of the url
2015-06-15Merge pull request #371 from framasoft/add-useragent-pluginAdam Tauber
Add a self user agent plugin
2015-06-15Change self plugin to self_info + change self_info descriptionLuc Didry
2015-06-15Merge pull request #370 from Cqoicebordel/fix_vimeoAdam Tauber
Fix vimeo
2015-06-15Merge self_ip and self_useragent into one pluginLuc Didry
2015-06-14Add a self user agent pluginLuc Didry
Just like with the "ip" query, duckduckgo gives the server's information with the "user agent" query. This corrects this behavior by adding a plugin based on self_ip.py plugin.
2015-06-12Add a bit of testing to improve coverageCqoicebordel
2015-06-12Fix Vimeo engine.Cqoicebordel
Solve #368
2015-06-10Merge pull request #367 from glogiotatidis/dockerfileupdateAlexandre Flament
Update Dockerfile.
2015-06-10Update Dockerfile.Giorgos Logiotatidis
- Install new packages needed to deploy search - Optimize dockerfile for more docker deamon caching - Pin a python2.7 base image.
2015-06-09Add a plugin to remove trackers from results URLsCqoicebordel
2015-06-08Merge pull request #357 from asciimoo/google_engineAdam Tauber
[enh] google engine : parse map links and more
2015-06-08Merge pull request #362 from Cqoicebordel/currency_charsAdam Tauber
Allow use of chars as € in currency converter
2015-06-08Merge pull request #361 from asciimoo/httpsAdam Tauber
bing_images & www1x engines use https connections
2015-06-07Allow use of chars as € in currency converterCqoicebordel
2015-06-06www1x engine: remove comment about unavailable https (https is working now)Dalf
2015-06-06bing_images & www1x engines use https connectionsDalf
2015-06-06google engine: code cleanupDalf
2015-06-05google engine :remove OSM mapDalf
2015-06-05Merge pull request #356 from pointhi/settings_fixAdam Tauber
fix little bug inside settings, improve oscar template
2015-06-05[enh] google engine : parse map links and moreAlexandre Flament
2015-06-05[enh] oscar template: using table instead of container-fluid to show cookiesThomas Pointhuber
2015-06-05[fix] do not hide categorie inside preferences if there is no engine activatedThomas Pointhuber
2015-06-04Merge pull request #354 from asciimoo/bing_newsAdam Tauber
Bing news based on RSS output
2015-06-04youtube_noapi uses searx.utils.list_getDalf
2015-06-04[fix] bing_news based on RSS output formatDalf
2015-06-03Merge pull request #353 from Cqoicebordel/languagesAdam Tauber
New feature : language per search engine !
2015-06-03New feature : language per search engine !Cqoicebordel
2015-06-03[fix] youtube_noapi : don't crash when there is no contentDalf
2015-06-02Merge pull request #346 from Cqoicebordel/youtubeAdam Tauber
Adds engines : Youtube with or without API and multiple Qwant
2015-06-02Removed the keywords from the settings in qwant engineCqoicebordel
2015-06-02RefactorCqoicebordel
Use only one engine for the four search from Qwant
2015-06-02remove 'print'Dalf
2015-06-02Merge pull request #349 from Cqoicebordel/startpage_autocompleteAlexandre Flament
Add startpage as an autocompleter engine
2015-06-01Add startpage as an autocompleter engineCqoicebordel
2015-06-01Merge pull request #344 from asciimoo/google_engineAdam Tauber
google engine
2015-06-01Merge pull request #348 from pointhi/swisscowsAdam Tauber
implement swisscows engine
2015-06-01[enh] implement image support for swisscows engineThomas Pointhuber